rpms/pkgconfig/F-9 pkgconfig.spec, 1.45, 1.46 pkg-config-0.21-requires-private-fix.patch, 1.3, NONE

Matthias Clasen mclasen at fedoraproject.org
Wed Jan 28 21:50:21 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/pkgconfig/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25519

Modified Files:
	pkgconfig.spec 
Removed Files:
	pkg-config-0.21-requires-private-fix.patch 
Log Message:
drop a no longer needed patch



Index: pkgconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pkgconfig/F-9/pkgconfig.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- pkgconfig.spec	31 Jan 2008 04:05:01 -0000	1.45
+++ pkgconfig.spec	28 Jan 2009 21:49:51 -0000	1.46
@@ -1,18 +1,18 @@
 Summary: A tool for determining compilation options
 Name: pkgconfig
 Version: 0.23
-Release: 2%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 License: GPLv2+
 URL: http://pkgconfig.freedesktop.org
 Group: Development/Tools
 Source:  http://www.freedesktop.org/software/pkgconfig/releases/pkg-config-%{version}.tar.gz
-# https://bugs.freedesktop.org/show_bug.cgi?id=2661 
+# https://bugs.freedesktop.org/show_bug.cgi?id=5703
 Patch1:  pkgconfig-0.15.0-reqprov.patch
 # don't call out to glib-config, since our glib-config is a pkg-config wrapper
 Patch2:  pkg-config-0.21-compat-loop.patch
-# https://bugs.freedesktop.org/show_bug.cgi?id=4738
-Patch3:  pkg-config-0.21-requires-private-fix.patch
+# https://bugs.freedesktop.org/show_bug.cgi?id=16095
+Patch3: pkg-config-lib64-excludes.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
@@ -25,7 +25,7 @@
 %setup -n pkg-config-%{version} -q
 %patch1 -p1 -b .reqprov
 %patch2 -p1 -b .compat-loop
-%patch3 -p1 -b .requires-private-fix
+%patch3 -p0 -b .lib64
 
 %build
 %configure --disable-shared --with-pc-path=%{_libdir}/pkgconfig:%{_datadir}/pkgconfig
@@ -50,6 +50,14 @@
 %{_datadir}/aclocal/*
 
 %changelog
+* Mon Dec  8 2008 Matthias Clasen  <mclasen at redhat.com> - 1:0.23-6
+- Remove a patch that is no longer necessary and causes more
+  problems than it solves (#224148)
+- Include Requires.private in --print-requires (#426106)
+
+* Fri Jun 06 2008 Colin Walters <walters at redhat.com> - 1:0.23-3
+- Add patch pkg-config-lib64-excludes.patch to make my jhbuild happier
+
 * Wed Jan 30 2008 Matthias Clasen <mclasen at redhat.com> - 1:0.23-2
 - Readd the requires.private fix that was dropped prematurely
 


--- pkg-config-0.21-requires-private-fix.patch DELETED ---




More information about the fedora-extras-commits mailing list