forked from pool/libical
Accepting request 423601 from home:zhangxiaofei:branches:devel:libraries:c_c++
SLE sync OBS-URL: https://build.opensuse.org/request/show/423601 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=35
This commit is contained in:
parent
ae6bdddbeb
commit
88e94436b1
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 14 15:11:40 UTC 2016 - mgorse@suse.com
|
||||||
|
|
||||||
|
- Update to GNOME 3.20 Fate#318572
|
||||||
|
- Drop libical-sle12-abi.patch:
|
||||||
|
use standard libical 1.0.1 ABI for SP2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 3 19:04:34 UTC 2015 - coolo@suse.com
|
Tue Feb 3 19:04:34 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
@ -41,6 +48,19 @@ Fri Dec 26 20:45:25 UTC 2014 - badshah400@gmail.com
|
|||||||
+ Almost all compile warnings silenced
|
+ Almost all compile warnings silenced
|
||||||
+ A bunch of Coverity Scan warnings silenced
|
+ A bunch of Coverity Scan warnings silenced
|
||||||
+ Package cmake macros installed by package.
|
+ Package cmake macros installed by package.
|
||||||
|
- Add libical-sle12-abi.patch:
|
||||||
|
use enum values used in prior SLE12 package, for ABI
|
||||||
|
compatibility (bsc#954161).
|
||||||
|
- Drop 941609-typo-fix_icaltime_days_in_year.patch:
|
||||||
|
fixed upstream (bsc#941609).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 20 08:31:46 UTC 2014 - cxiong@suse.com
|
||||||
|
|
||||||
|
- Add 941609-typo-fix_icaltime_days_in_year.patch:
|
||||||
|
Typo fix "icaltime_days_in_year". This bug doesn't affect any
|
||||||
|
functionality of SLE-12, backport for code correctness and
|
||||||
|
completeness (bsc#941609).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 26 05:25:01 UTC 2014 - coolo@suse.com
|
Fri Sep 26 05:25:01 UTC 2014 - coolo@suse.com
|
||||||
@ -87,14 +107,13 @@ Sat Jan 28 18:37:35 UTC 2012 - jengelh@medozas.de
|
|||||||
Sat Jan 28 17:40:52 UTC 2012 - tabraham@novell.com
|
Sat Jan 28 17:40:52 UTC 2012 - tabraham@novell.com
|
||||||
|
|
||||||
- Update to version 0.48
|
- Update to version 0.48
|
||||||
+ Allow duration specifications containing week along with day and
|
+ Allow duration specifications containing week along with day
|
||||||
time. even though this is against the RFC, but apparently we
|
and time. even though this is against the RFC, but apparently
|
||||||
generate such durations so we need to be able to read them back.
|
we generate such durations so we need to be able to read them
|
||||||
+ handle the case of the ATTACH type be explicitly set to URI
|
back. + handle the case of the ATTACH type be explicitly set
|
||||||
+ added a lock to avoid threading problems when icaltimezone_parse_zone_tab
|
to URI + added a lock to avoid threading problems when
|
||||||
is called on multiple threads
|
icaltimezone_parse_zone_tab is called on multiple threads
|
||||||
+ bugfixes
|
+ bugfixes
|
||||||
|
|
||||||
- removed patches deprecated by this release:
|
- removed patches deprecated by this release:
|
||||||
- libical-0.46-fix-race.patch
|
- libical-0.46-fix-race.patch
|
||||||
- libical-0.46-fix-fatal-error-macro-usage.patch
|
- libical-0.46-fix-fatal-error-macro-usage.patch
|
||||||
@ -180,8 +199,8 @@ Mon Jan 12 23:26:35 IST 2009 - msuman@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 20 23:48:21 IST 2008 - msuman@suse.de
|
Sat Dec 20 23:48:21 IST 2008 - msuman@suse.de
|
||||||
|
|
||||||
- Use proper RPM macros in the spec file, remove unnecessary options
|
- Use proper RPM macros in the spec file, remove unnecessary
|
||||||
passed to the configure script.
|
options passed to the configure script.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 2 00:27:07 CET 2008 - dmueller@suse.de
|
Tue Dec 2 00:27:07 CET 2008 - dmueller@suse.de
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libical
|
# spec file for package libical
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user