rpms/libical/F-9 libical-0.43-implicit-pointer-conversion.patch, NONE, 1.1 libical-0.43-makefile.patch, NONE, 1.1 libical-0.43-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 libical.spec, 1.11, 1.12 sources, 1.6, 1.7 libical-0.41-configure.patch, 1.1, NONE libical-0.41-makefile.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Fri Feb 20 04:31:56 UTC 2009


Author: rishi

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

Modified Files:
	.cvsignore libical.spec sources 
Added Files:
	libical-0.43-implicit-pointer-conversion.patch 
	libical-0.43-makefile.patch libical-0.43-pkgconfig.patch 
Removed Files:
	libical-0.41-configure.patch libical-0.41-makefile.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.

* 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
  bug #511598.
- Upstream has switched off ICAL_ERRORS_ARE_FATAL by default. This behaviour
  is being retained across all distributions, including Fedora 11.
- Added 'Requires: tzdata'.
- Enabled backtrace dumps in the syslog.


libical-0.43-implicit-pointer-conversion.patch:

--- NEW FILE libical-0.43-implicit-pointer-conversion.patch ---
diff -urNp libical-0.43.orig/src/test/regression.c libical-0.43/src/test/regression.c
--- libical-0.43.orig/src/test/regression.c	2009-01-13 09:34:39.000000000 +0530
+++ libical-0.43/src/test/regression.c	2009-01-13 09:54:37.000000000 +0530
@@ -34,6 +34,8 @@
 #include <libical/ical.h>
 #include <libical/icalss.h>
 #include <libicalvcal/vobject.h>
+#include <libicalvcal/icalvcal.h>
+#include <libicalvcal/vcc.h>
 
 #include "regression.h"
 

libical-0.43-makefile.patch:

--- NEW FILE libical-0.43-makefile.patch ---
diff -urNp libical-0.43.orig/src/libicalss/Makefile.in libical-0.43/src/libicalss/Makefile.in
--- libical-0.43.orig/src/libicalss/Makefile.in	2009-01-13 09:34:39.000000000 +0530
+++ libical-0.43/src/libicalss/Makefile.in	2009-01-13 09:52:10.000000000 +0530
@@ -308,7 +308,7 @@ INCLUDES = \
 	$(BDB_INCLUDE)
 
 libicalss_la_LDFLAGS = -version-info 43:0:43
-libicalss_la_LIBADD = $(BDB_LIBFILES) 
+libicalss_la_LIBADD = $(BDB_LIBFILES) ../libical/libical.la
 @DEV_FALSE at libicalss_la_DEVSOURCES = icalsslexer.c icalssyacc.c
 @DEV_TRUE at libicalss_la_DEVSOURCES = icalsslexer.l icalssyacc.y
 libicalss_la_SOURCES = \

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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libical/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	25 Nov 2008 08:39:45 -0000	1.6
+++ .cvsignore	20 Feb 2009 04:31:25 -0000	1.7
@@ -1 +1 @@
-libical-0.41.tar.gz
+libical-0.43.tar.gz


Index: libical.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libical/F-9/libical.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libical.spec	8 Jan 2009 04:01:19 -0000	1.11
+++ libical.spec	20 Feb 2009 04:31:25 -0000	1.12
@@ -1,5 +1,5 @@
 Name:		libical
-Version:	0.41
+Version:	0.43
 Release:	2%{?dist}
 Summary:	Reference implementation of the iCalendar data type and serialization format
 Summary(pl):	Implementacja formatu iCalendar
@@ -9,15 +9,16 @@
 URL:		http://freeassociation.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
 
-%if 0%{?fc11}
-%else
-Patch0:		%{name}-%{version}-configure.patch
-%endif
-
+# 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)
 
+Requires: 	tzdata
+
 BuildRequires:	bison
 BuildRequires:	byacc
 BuildRequires:	flex
@@ -47,16 +48,12 @@
 
 %prep
 %setup -q
-
-%if 0%{?fc11}
-%else
 %patch0 -p1
-%endif
-
 %patch1 -p1
+%patch2 -p1
 
 %build
-%configure --disable-static --enable-reentrant
+%configure --disable-static --enable-reentrant --with-backtrace
 
 make %{?_smp_mflags}
 
@@ -110,6 +107,18 @@
 %{_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
+  bug #511598.
+- Upstream has switched off ICAL_ERRORS_ARE_FATAL by default. This behaviour
+  is being retained across all distributions, including Fedora 11.
+- Added 'Requires: tzdata'.
+- Enabled backtrace dumps in the syslog.
+
 * Thu Jan 08 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.41-2
 - Switched off ICAL_ERRORS_ARE_FATAL for all distributions, except Fedora 11.
   Closes Red Hat Bugzilla bug #478331.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libical/F-9/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	25 Nov 2008 08:39:46 -0000	1.6
+++ sources	20 Feb 2009 04:31:25 -0000	1.7
@@ -1 +1 @@
-981731f5618c7f1944e0262babdcc910  libical-0.41.tar.gz
+5f0a1feb60894d0be537aefea5647474  libical-0.43.tar.gz


--- libical-0.41-configure.patch DELETED ---


--- libical-0.41-makefile.patch DELETED ---




More information about the fedora-extras-commits mailing list