From d0ae3a409df6fbdf5a284dcf274a6b06fcb074978a67a4ae08d0252412816758 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 29 Dec 2014 08:48:43 +0000 Subject: [PATCH] Accepting request 266505 from GNOME:Next Update to version 1.0.1. OBS-URL: https://build.opensuse.org/request/show/266505 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=31 --- libical-1.0.1.tar.gz | 3 +++ libical-1.0.tar.gz | 3 --- libical.changes | 38 ++++++++++++++++++++++++++++++++++++++ libical.spec | 11 +++++++---- 4 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 libical-1.0.1.tar.gz delete mode 100644 libical-1.0.tar.gz diff --git a/libical-1.0.1.tar.gz b/libical-1.0.1.tar.gz new file mode 100644 index 0000000..4b8606b --- /dev/null +++ b/libical-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089ce3c42d97fbd7a5d4b3c70adbdd82115dd306349c1f5c46a8fb3f8c949592 +size 720618 diff --git a/libical-1.0.tar.gz b/libical-1.0.tar.gz deleted file mode 100644 index f348980..0000000 --- a/libical-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c39b3448e4927a2de2775d853f52b3aaeb42400970a3db0b01a78987e6ec0b7 -size 1199483 diff --git a/libical.changes b/libical.changes index 30d0bc8..9fb0f20 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Dec 26 20:45:25 UTC 2014 - badshah400@gmail.com + +- Update to version 1.0.1: + + Bug fixes: + - issue74: Do not escape double quote character + - issue80,issue92: fix crashes using + icaltimezone_load_builtin_timezone() recursively + - Fix icalcomponent_foreach_recurrence() and large durations + between recurrences (e.g. FREQ=YEARLY) + - Properly handle UTCOFFSETs of the form +/-00mmss + - Properly skip bogus dates (e.g. 2/30, 4/31) in + RRULE:FREQ=MONTHLY + - Properly handle RRULE:FREQ=MONTHLY;BYDAY;BYMONTHDAY when + DTSTART isn't on BYDAY + - Fix RRULE:FREQ=YEARLY;BYDAY;BYWEEKNO - MUST use ISO weeks + - Properly skip bogus dates (e.g. 2/29) in + RRULE:FREQ=YEARLY[;BYMONTH][;BYMONTHDAY] + + Build fixes/features: + - Autotools build system is removed + - CMake version 2.8.9 (or higher) is required (was CMake + version 2.4.0) + - Add new -DSHARED_ONLY and -DSTATIC_ONLY CMake options + - Remove -DSTATIC_LIBRARY CMake option + - MSYS2 builds (fixed instructions) + - Now can build api documentation with make docs + + Update tzdata to version 2014g + + Support added for schedule params: agent, status, force-send + + Added a UID to the VFREEBUSY component + + Allow dates > 2038 if sizeof(time_t) > 4 + + Add properties from draft-ietf-tzdist-service + + Add support for RRULE:FREQ=YEARLY;BYDAY;BYYEARDAY and fixed + RRULE:FREQ=YEARLY;BYYEARDAY with negative days + + More regression tests added, in particular for recurrence + + Almost all compile warnings silenced + + A bunch of Coverity Scan warnings silenced + + Package cmake macros installed by package. + ------------------------------------------------------------------- Fri Sep 26 05:25:01 UTC 2014 - coolo@suse.com diff --git a/libical.spec b/libical.spec index 076199c..8b39d4d 100644 --- a/libical.spec +++ b/libical.spec @@ -17,14 +17,14 @@ Name: libical -Version: 1.0 +Version: 1.0.1 Release: 0 %define sonum 1 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: libical-%{version}.tar.gz +Source: https://github.com/libical/libical/releases/download/v%{version}/%{name}-%{version}.tar.gz Source2: baselibs.conf BuildRequires: cmake >= 2.4 BuildRequires: gcc-c++ @@ -94,7 +94,9 @@ make -j1 %install %cmake_install rm examples/CMakeLists.txt -rm examples/Makefile.* + +# REMOVE AN UNNEEDED HIDDEN FILE +rm examples/.svnignore %post -n %{name}%{sonum} -p /sbin/ldconfig @@ -102,7 +104,7 @@ rm examples/Makefile.* %files -n %{name}%{sonum} %defattr(-,root,root) -%doc AUTHORS README COPYING ChangeLog LICENSE NEWS TEST THANKS TODO +%doc AUTHORS ReadMe.txt ReleaseNotes.txt COPYING LICENSE TEST THANKS TODO %{_libdir}/*.so.* %files devel @@ -111,6 +113,7 @@ rm examples/Makefile.* %{_libdir}/pkgconfig/libical.pc %{_includedir}/ical.h %{_includedir}/libical/ +%{_libdir}/cmake/LibIcal/ %files devel-static %defattr(-,root,root)