rpms/pkgconfig/devel .cvsignore, 1.14, 1.15 pkgconfig.spec, 1.60, 1.61 sources, 1.14, 1.15

Matthias Clasen mclasen at fedoraproject.org
Sat May 29 01:36:44 UTC 2010


Author: mclasen

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

Modified Files:
	.cvsignore pkgconfig.spec sources 
Log Message:
0.25



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pkgconfig/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	24 May 2010 01:21:16 -0000	1.14
+++ .cvsignore	29 May 2010 01:36:42 -0000	1.15
@@ -1 +1 @@
-pkg-config-0.24.tar.gz
+pkg-config-0.25.tar.gz


Index: pkgconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pkgconfig/devel/pkgconfig.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- pkgconfig.spec	27 May 2010 14:53:08 -0000	1.60
+++ pkgconfig.spec	29 May 2010 01:36:43 -0000	1.61
@@ -1,7 +1,7 @@
 Summary: A tool for determining compilation options
 Name: pkgconfig
-Version: 0.24
-Release: 6%{?dist}
+Version: 0.25
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv2+
 URL: http://pkgconfig.freedesktop.org
@@ -14,10 +14,6 @@ BuildRequires: popt-devel
 Patch2:  pkg-config-0.21-compat-loop.patch
 # https://bugs.freedesktop.org/show_bug.cgi?id=16095
 Patch3: pkg-config-lib64-excludes.patch
-# revert a last-minute upstream change that is causing many problems
-Patch4: escape-whitespace-revert.patch
-# fix a compat problem with modern popt
-Patch5: popt-compat.patch
 
 Provides: pkgconfig(pkg-config) = %{version}
 
@@ -30,8 +26,6 @@ compiler and linker flags.
 %setup -n pkg-config-%{version} -q
 %patch2 -p1 -b .compat-loop
 %patch3 -p0 -b .lib64
-%patch4 -p1 -b .no-escape
-%patch5 -p1 -b .popt-compat
 
 %build
 %configure \
@@ -59,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/pk
 %{_datadir}/aclocal/*
 
 %changelog
+* Fri May 28 2010 Matthias Clasen <mclasen at redhat.com> 0.25-1
+- Update to 0.25
+
 * Thu May 27 2010 Matthias Clasen <mclasen at redhat.com> 0.24-6
 - Avoid segfaults
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pkgconfig/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	24 May 2010 01:21:16 -0000	1.14
+++ sources	29 May 2010 01:36:43 -0000	1.15
@@ -1 +1 @@
-597a98e254943995f2ad5f3f1dac0e4a  pkg-config-0.24.tar.gz
+a3270bab3f4b69b7dc6dbdacbcae9745  pkg-config-0.25.tar.gz



More information about the scm-commits mailing list