rpms/mingw32-filesystem/EL-5 mingw32-filesystem.spec, 1.10, 1.11 mingw32-find-requires.sh, 1.1, 1.2

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


Author: rjones

Update of /cvs/pkgs/rpms/mingw32-filesystem/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28203

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/EL-5/mingw32-filesystem.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mingw32-filesystem.spec	14 Jan 2009 10:18:30 -0000	1.10
+++ mingw32-filesystem.spec	21 Apr 2009 22:25:54 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:           mingw32-filesystem
 Version:        40
-Release:        3%{?dist}
+Release:        3%{?dist}.1
 Summary:        MinGW base filesystem and environment
 
 Group:          Development/Libraries
@@ -144,6 +144,9 @@
 
 
 %changelog
+* Tue Apr 21 2009 Richard W.M. Jones <rjones at redhat.com> - 40-3.1
+- Fix dependency problem with + in DLL name (Thomas Sailer).
+
 * Wed Jan 14 2009 Richard W.M. Jones <rjones at redhat.com> - 40-3
 - Add pseudo-provides secur32.dll
 


Index: mingw32-find-requires.sh
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/EL-5/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:16 -0000	1.1
+++ mingw32-find-requires.sh	21 Apr 2009 22:25:55 -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 scm-commits mailing list