diff --git a/baselibs.conf b/baselibs.conf index 2de530b..3690429 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libical1 +libical2 obsoletes "libical- <= " provides "libical- = " diff --git a/libical-1.0.1.tar.gz b/libical-1.0.1.tar.gz deleted file mode 100644 index 4b8606b..0000000 --- a/libical-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:089ce3c42d97fbd7a5d4b3c70adbdd82115dd306349c1f5c46a8fb3f8c949592 -size 720618 diff --git a/libical-2.0.0.tar.gz b/libical-2.0.0.tar.gz new file mode 100644 index 0000000..ca2f6ff --- /dev/null +++ b/libical-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da +size 699099 diff --git a/libical.changes b/libical.changes index ce2966b..ac13626 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jul 21 07:42:45 UTC 2016 - dimstar@opensuse.org + +- Update to version 2.0.0: + + Lots of source code scrubbing. + + RSCALE support (requires libicu). + + CalDAV attachment support (draft-daboo-caldav-attachments). + + Resurrect the Berkeley DB storage support. + + Incorrect recurrence generation for weekly pattern + (gh#libical/libical#83) + + Handle RRULEs better. + + Handle threading better. +- Drop reproducible-generator.patch: fixed upstream. +- Bump sonum to 2, following upstream (also update baselibs.conf). + ------------------------------------------------------------------- Thu Apr 14 15:11:40 UTC 2016 - mgorse@suse.com diff --git a/libical.spec b/libical.spec index 439bc76..e09d225 100644 --- a/libical.spec +++ b/libical.spec @@ -17,16 +17,15 @@ Name: libical -Version: 1.0.1 +Version: 2.0.0 Release: 0 -%define sonum 1 +%define sonum 2 Summary: An Implementation of Basic iCAL Protocols License: MPL-1.0 or LGPL-2.1 Group: Development/Libraries/C and C++ Url: http://sourceforge.net/projects/freeassociation/ Source: https://github.com/libical/libical/releases/download/v%{version}/%{name}-%{version}.tar.gz Source2: baselibs.conf -Patch0: reproducible-generator.patch BuildRequires: cmake >= 2.4 BuildRequires: gcc-c++ BuildRequires: pkg-config @@ -87,7 +86,6 @@ component properties, parameters, and subcomponents. %prep %setup -q -%patch0 -p1 %build %cmake @@ -97,9 +95,6 @@ make -j1 %cmake_install rm examples/CMakeLists.txt -# REMOVE AN UNNEEDED HIDDEN FILE -rm examples/.svnignore - %post -n %{name}%{sonum} -p /sbin/ldconfig %postun -n %{name}%{sonum} -p /sbin/ldconfig @@ -113,7 +108,6 @@ rm examples/.svnignore %defattr(-,root,root) %{_libdir}/*.so %{_libdir}/pkgconfig/libical.pc -%{_includedir}/ical.h %{_includedir}/libical/ %{_libdir}/cmake/LibIcal/ diff --git a/reproducible-generator.patch b/reproducible-generator.patch deleted file mode 100644 index 947ea1f..0000000 --- a/reproducible-generator.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Sort keys to generate reproducible source code. -Author: Dimitri John Ledkov -Bug-Debian: http://bugs.debian.org/773916 - -Index: libical-1.0.1/scripts/mkderivedvalues.pl -=================================================================== ---- libical-1.0.1.orig/scripts/mkderivedvalues.pl -+++ libical-1.0.1/scripts/mkderivedvalues.pl -@@ -141,7 +141,7 @@ if($opt_c){ - my $count = scalar(keys %h) + 1; - print "static const struct icalvalue_kind_map value_map[$count]={\n"; - -- foreach $value (keys %h) { -+ foreach $value (sort keys %h) { - - next if $value eq 'NO' or $value eq 'ANY'; -