rpms/libical/devel libical-0.43-pkgconfig.patch, NONE, 1.1 libical.spec, 1.17, 1.18

Debarshi Ray rishi at fedoraproject.org
Tue Feb 17 05:06:48 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/libical/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10780

Modified Files:
	libical.spec 
Added Files:
	libical-0.43-pkgconfig.patch 
Log Message:
* Tue Feb 17 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.43-2
- Added patch to fix CFLAGS in libical.pc. Closes Red Hat Bugzilla bug #484091.


libical-0.43-pkgconfig.patch:

--- NEW FILE libical-0.43-pkgconfig.patch ---
diff -urNp libical-0.43.orig/libical.pc.in libical-0.43/libical.pc.in
--- libical-0.43.orig/libical.pc.in	2009-02-17 04:49:25.417004884 +0530
+++ libical-0.43/libical.pc.in	2009-02-17 04:53:38.391008005 +0530
@@ -7,5 +7,5 @@ Name: libical
 Description: An implementation of basic iCAL protocols
 Version: @VERSION@
 Libs: -L${libdir} -lical -licalss -licalvcal
-Cflags: -I${includedir}/libical
+Cflags: -I${includedir}
 


Index: libical.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libical/devel/libical.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libical.spec	13 Jan 2009 04:47:19 -0000	1.17
+++ libical.spec	17 Feb 2009 05:06:17 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		libical
 Version:	0.43
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Reference implementation of the iCalendar data type and serialization format
 Summary(pl):	Implementacja formatu iCalendar
 
@@ -12,6 +12,8 @@
 # http://bugs.debian.org/511598
 Patch0:		%{name}-%{version}-implicit-pointer-conversion.patch
 Patch1:		%{name}-%{version}-makefile.patch
+# https://bugzilla.redhat.com/484091
+Patch2:		%{name}-%{version}-pkgconfig.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -48,6 +50,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-static --enable-reentrant --with-backtrace
@@ -104,6 +107,9 @@
 %{_includedir}/%{name}/vobject.h
 
 %changelog
+* Tue Feb 17 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.43-2
+- Added patch to fix CFLAGS in libical.pc. Closes Red Hat Bugzilla bug #484091.
+
 * Tue Jan 13 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.43-1
 - Version bump to 0.43.
 - Added patch to fix implicit pointer conversion from Debian. Fixes Debian BTS




More information about the fedora-extras-commits mailing list