rpms/mingw32-filesystem/devel mingw32-filesystem.spec, 1.21, 1.22 mingw32-find-requires.sh, 1.1, 1.2

Richard W.M. Jones rjones at fedoraproject.org
Tue Apr 21 22:26:29 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/mingw32-filesystem/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28269

Modified Files:
	mingw32-filesystem.spec mingw32-find-requires.sh 
Log Message:
Fix dependency problem with + in DLL name (Thomas Sailer).


Index: mingw32-filesystem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-filesystem.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mingw32-filesystem.spec	27 Mar 2009 09:20:25 -0000	1.21
+++ mingw32-filesystem.spec	21 Apr 2009 22:25:56 -0000	1.22
@@ -2,7 +2,7 @@
 
 Name:           mingw32-filesystem
 Version:        50
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW base filesystem and environment
 
 Group:          Development/Libraries
@@ -158,6 +158,9 @@
 
 
 %changelog
+* Tue Apr 21 2009 Richard W.M. Jones <rjones at redhat.com> - 50-4
+- Fix dependency problem with + in DLL name (Thomas Sailer).
+
 * Fri Mar 27 2009 Richard W.M. Jones <rjones at redhat.com> - 50-3
 - Fix up and test mingw32-pkg-config changes.
 


Index: mingw32-find-requires.sh
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-find-requires.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mingw32-find-requires.sh	30 Oct 2008 09:49:17 -0000	1.1
+++ mingw32-find-requires.sh	21 Apr 2009 22:25:57 -0000	1.2
@@ -22,7 +22,7 @@
 dlls=$(echo $filelist | tr [:blank:] '\n' | grep -Ei '\.(dll|exe)$')
 
 for f in $dlls; do
-    $OBJDUMP -p $f | grep 'DLL Name' | grep -Eo '[-._[:alnum:]]+\.dll' |
+    $OBJDUMP -p $f | grep 'DLL Name' | grep -Eo '[-._\+[:alnum:]]+\.dll' |
         tr [:upper:] [:lower:] |
         sed 's/\(.*\)/mingw32(\1)/'
 done | sort -u




More information about the fedora-extras-commits mailing list