rpms/redhat-rpm-config/devel redhat-rpm-config.spec,1.57,1.58

Dennis Gilmore ausil at fedoraproject.org
Mon Feb 16 17:12:47 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/redhat-rpm-config/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31757

Modified Files:
	redhat-rpm-config.spec 
Log Message:
use the right spec file, dumbass



Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-rpm-config/devel/redhat-rpm-config.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- redhat-rpm-config.spec	16 Feb 2009 17:07:41 -0000	1.57
+++ redhat-rpm-config.spec	16 Feb 2009 17:12:17 -0000	1.58
@@ -1,28 +1,24 @@
 Summary: Red Hat specific rpm configuration files.
 Name: redhat-rpm-config
-Version: 9.0.2
-Release: 2%{?dist}
-License: GPL
+Version: 9.0.3
+Release: 4%{?dist}
+# No version specified.
+License: GPL+
 Group: Development/System
 Source: redhat-rpm-config-%{version}.tar.bz2
-Patch0: limit-smp-16-threads.patch
+Patch0: redhat-rpm-config-9.0.3-fix-requires.patch
+Patch1: limit-smp-16-threads.patch 
 BuildArch: noarch
 Requires: mktemp
-# if rpm-build is present (thus building rpms), we need newer for 
-# check buildroot 
-Conflicts: rpm-build < 4.4.2.1-0.4.rc2
 BuildRoot: %{_tmppath}/%{name}-root
-# rpmrc passes -mtune which first appeared in gcc 3.4
-%ifarch i386 i686 sparc
-Conflicts: gcc < 3.4
-%endif
 
 %description
 Red Hat specific rpm configuration files.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p0
+%patch1 -p1
 
 %install
 make DESTDIR=${RPM_BUILD_ROOT} install
@@ -35,8 +31,21 @@
 %{_prefix}/lib/rpm/redhat
 
 %changelog
-* Tue May 20 2008 Dennis Gilmore <dennis at ausil.us> - 9.0.2-2
-- limit smp to 16 threads
+* Mon Feb 16 2009 Dennis Gilmore <dennis at ausil.us> - 9.0.3-4
+- limit _smp_flags to -j16
+
+* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 9.0.3-3
+- fix license tag
+- nuke ancient conflicts
+
+* Mon Aug 11 2008 Panu Matilainen <pmatilai at redhat.com> - 9.0.3-2
+- Unbreak find-requires (#443015)
+
+* Tue May 06 2008 Jon Masters <jcm at redhat.com> - 9.0.3-1
+- Ensure Java Jar files have readable files within.
+- Remove overwritten config.guess|sub files (testing).
+- Fix Fortran flags for building using _fmoddir.
+- Pull in objdump fix to upstream find-requires.
 
 * Thu Apr 03 2008 Jon Masters <jcm at redhat.com> - 9.0.2-1
 - Remove smp dependencies




More information about the fedora-extras-commits mailing list