Hello community,

here is the log from the commit of package libical for openSUSE:Factory checked 
in at 2014-12-31 11:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libical (Old)
 and      /work/SRC/openSUSE:Factory/.libical.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libical"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libical/libical.changes  2014-09-28 
19:58:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libical.new/libical.changes     2014-12-31 
11:21:55.000000000 +0100
@@ -1,0 +2,38 @@
+Fri Dec 26 20:45:25 UTC 2014 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  libical-1.0.tar.gz

New:
----
  libical-1.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libical.spec ++++++
--- /var/tmp/diff_new_pack.k2zu8Z/_old  2014-12-31 11:21:56.000000000 +0100
+++ /var/tmp/diff_new_pack.k2zu8Z/_new  2014-12-31 11:21:56.000000000 +0100
@@ -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 @@
 %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 @@
 
 %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 @@
 %{_libdir}/pkgconfig/libical.pc
 %{_includedir}/ical.h
 %{_includedir}/libical/
+%{_libdir}/cmake/LibIcal/
 
 %files devel-static
 %defattr(-,root,root)

++++++ libical-1.0.tar.gz -> libical-1.0.1.tar.gz ++++++
++++ 76203 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to