diff --git a/libical-0.27.tar.bz2 b/libical-0.27.tar.bz2 deleted file mode 100644 index 247e9d4..0000000 --- a/libical-0.27.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e71a966a8d25255f8e6e2dac81cfec28fa435c3b2dc888d7e337985c5bfacef3 -size 787918 diff --git a/libical-0.33.tar.bz2 b/libical-0.33.tar.bz2 new file mode 100644 index 0000000..a45d01a --- /dev/null +++ b/libical-0.33.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ab7027b7ffc7d5e8bc375f6b41dad2efcc25ddc99a1debe8713825cf50c83b +size 761751 diff --git a/libical-uninit.patch b/libical-uninit.patch deleted file mode 100644 index d27a265..0000000 --- a/libical-uninit.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libical/sspm.c -+++ src/libical/sspm.c -@@ -1169,7 +1169,7 @@ - char *src, - size_t *size) - { -- int cc; -+ int cc = 0; - char buf[4] = {0,0,0,0}; - int p = 0; - int valid_data = 0; diff --git a/libical.changes b/libical.changes index ba1a2d2..de34bdc 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 16 19:45:36 CEST 2008 - dmueller@suse.de + +- update to 0.33: + - Massive merges from KDE PIM's fork of libical + +------------------------------------------------------------------- +Wed Sep 3 00:58:14 CEST 2008 - dmueller@suse.de + +- update to 0.32: + - Massive merges from Evolution Data Server + and other sources. + ------------------------------------------------------------------- Wed May 7 22:02:49 CEST 2008 - coolo@suse.de diff --git a/libical.spec b/libical.spec index 43db137..bbc89ae 100644 --- a/libical.spec +++ b/libical.spec @@ -1,10 +1,17 @@ # -# spec file for package libical (Version 0.27) +# spec file for package libical (Version 0.33) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -12,17 +19,17 @@ Name: libical -BuildRequires: db-devel python +BuildRequires: db-devel python-devel Url: http://sourceforge.net/projects/freeassociation/ License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Group: Development/Libraries/C and C++ AutoReqProv: on -Version: 0.27 -Release: 3 +Version: 0.33 +Release: 1 Summary: An Implementation of Basic iCAL Protocols Source: libical-%version.tar.bz2 -Patch: libical-uninit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: libical0 = %version %description Libical is an open source implementation of the IETF's iCalendar @@ -79,7 +86,7 @@ Authors: License: MOZILLA PUBLIC LICENSE (MPL/NPL) Summary: An Implementation of Basic iCAL Protocols Group: Development/Libraries/C and C++ -Requires: libical0 = %{version} +Requires: libical = %version %description -n libical-doc Libical is an open source implementation of the IETF's iCalendar @@ -95,7 +102,6 @@ Authors: %prep %setup -q -n libical-%{version} -%patch %build autoreconf -f -i @@ -105,7 +111,8 @@ CXXFLAGS="$RPM_OPT_FLAGS" \ --prefix=/usr \ --libdir=%{_libdir} \ -with-bdb4-dir=/usr \ - --with-bdb4 \ + --without-builtintz \ + --with-bdb4 --enable-shared --disable-static \ --enable-python make @@ -114,7 +121,9 @@ make install DESTDIR=%{buildroot} rm -rf examples/.deps/ rm -rf examples/.libs rm -rf examples/*.o +rm examples/doesnothing rm -rf scripts/Makefile* +sed -i -e '1s,.*,#!/usr/bin/perl,' scripts/mkneticali.pl rm -rf doc/Makefile* rm -f $RPM_BUILD_ROOT/%_libdir/lib*.la @@ -129,17 +138,24 @@ rm -f $RPM_BUILD_ROOT/%_libdir/lib*.la %files -n libical-devel %defattr(-,root,root) -%{_libdir}/*.*a %{_libdir}/*.so -/usr/include/*.h -%dir /usr/share/libical -/usr/share/libical/zoneinfo +/usr/include/ical.h +/usr/include/libical +/usr/include/libicalvcal +%_libdir/pkgconfig/libical.pc %files -n libical-doc %defattr(-,root,root) %doc doc examples scripts %changelog +* Tue Sep 16 2008 dmueller@suse.de +- update to 0.33: + - Massive merges from KDE PIM's fork of libical +* Wed Sep 03 2008 dmueller@suse.de +- update to 0.32: + - Massive merges from Evolution Data Server + and other sources. * Thu May 08 2008 coolo@suse.de - fix rename from libical * Thu Apr 10 2008 ro@suse.de