forked from pool/libical
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
This commit is contained in:
parent
794aa66716
commit
d0ae3a409d
3
libical-1.0.1.tar.gz
Normal file
3
libical-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:089ce3c42d97fbd7a5d4b3c70adbdd82115dd306349c1f5c46a8fb3f8c949592
|
||||
size 720618
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c39b3448e4927a2de2775d853f52b3aaeb42400970a3db0b01a78987e6ec0b7
|
||||
size 1199483
|
@ -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
|
||||
|
||||
|
11
libical.spec
11
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)
|
||||
|
Loading…
Reference in New Issue
Block a user