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

Farkas Levente lfarkas at lfarkas.org
Wed Apr 22 09:00:53 UTC 2009


why we start to use this kind of release 3%{?dist}.1 ?

Richard W.M. Jones wrote:
> Author: rjones
> 
> Update of /cvs/pkgs/rpms/mingw32-filesystem/F-11
> In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28168
> 
> 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/F-11/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:53 -0000	1.22
> @@ -2,7 +2,7 @@
>  
>  Name:           mingw32-filesystem
>  Version:        50
> -Release:        3%{?dist}
> +Release:        3%{?dist}.1
>  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-3.1
> +- 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/F-11/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:53 -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
> 


-- 
  Levente                               "Si vis pacem para bellum!"



More information about the mingw mailing list