rpms/coreutils/devel coreutils.spec,1.314,1.315

Dan Horák sharkcz at fedoraproject.org
Fri Jul 2 12:57:45 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/coreutils/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6986

Modified Files:
	coreutils.spec 
Log Message:
* Fri Jul  2 2010 Dan Horák <dan[at]danny.cz> - 8.5-3
- rebuilt with the updated configuration patch
- drop the old -O1 exception for s390(x)
- updated the getgrouplist patch (Kamil Dudka)



Index: coreutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -p -r1.314 -r1.315
--- coreutils.spec	27 Apr 2010 10:47:17 -0000	1.314
+++ coreutils.spec	2 Jul 2010 12:57:45 -0000	1.315
@@ -1,7 +1,7 @@
 Summary: A set of basic GNU tools commonly used in shell scripts
 Name:    coreutils
 Version: 8.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -156,12 +156,7 @@ find ./po/ -name "*.p*" | xargs \
  -e 's/-dpR/-cdpR/'
 
 %build
-%ifarch s390 s390x
-# Build at -O1 for the moment (bug #196369).
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -O1"
-%else
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic"
-%endif
 %{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
 #autoreconf -i -v
 touch aclocal.m4 configure config.hin Makefile.in */Makefile.in
@@ -341,6 +336,11 @@ fi
 %{_libdir}/coreutils
 
 %changelog
+* Fri Jul  2 2010 Dan Horák <dan[at]danny.cz> - 8.5-3
+- rebuilt with the updated configuration patch
+- drop the old -O1 exception for s390(x)
+- updated the getgrouplist patch (Kamil Dudka)
+
 * Tue Apr 27 2010 Ondrej Vasik <ovasik at redhat.com> - 8.5-2
 - doublequote LS_COLORS in colorls.*sh scripts to speedup
   shell start(#586029)



More information about the scm-commits mailing list