SHA256
1
0
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:
Michal Vyskocil 2016-08-30 18:00:15 +00:00 committed by Git OBS Bridge
parent ae6bdddbeb
commit 88e94436b1
2 changed files with 39 additions and 20 deletions

View File

@ -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
@ -41,6 +48,19 @@ Fri Dec 26 20:45:25 UTC 2014 - badshah400@gmail.com
+ Almost all compile warnings silenced
+ A bunch of Coverity Scan warnings silenced
+ 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
@ -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
- Update to version 0.48
+ Allow duration specifications containing week along with day and
time. even though this is against the RFC, but apparently we
generate such durations so we need to be able to read them back.
+ handle the case of the ATTACH type be explicitly set to URI
+ added a lock to avoid threading problems when icaltimezone_parse_zone_tab
is called on multiple threads
+ Allow duration specifications containing week along with day
and time. even though this is against the RFC, but apparently
we generate such durations so we need to be able to read them
back. + handle the case of the ATTACH type be explicitly set
to URI + added a lock to avoid threading problems when
icaltimezone_parse_zone_tab is called on multiple threads
+ bugfixes
- removed patches deprecated by this release:
- libical-0.46-fix-race.patch
- libical-0.46-fix-fatal-error-macro-usage.patch
@ -103,7 +122,7 @@ Sat Jan 28 17:40:52 UTC 2012 - tabraham@novell.com
-------------------------------------------------------------------
Mon Jan 23 17:50:24 UTC 2012 - cdenicolo@suse.com
- license update: MPL-1.1 or LGPL-2.1
- license update: MPL-1.1 or LGPL-2.1
is a dual license: MPL-1.1 or LGPL-2.1
-------------------------------------------------------------------
@ -172,16 +191,16 @@ Sun Sep 27 10:54:57 EDT 2009 - msuman@gnome.org
-------------------------------------------------------------------
Mon Jan 12 23:26:35 IST 2009 - msuman@suse.de
- Update to version 0.43:
+ Incorporates bugfixes submitted by the GNOME Evolution team.
+ New API call icaltimezone_set_tzid_prefix() to allow downstream
applications to generate tzid's with custom namespaces.
- Update to version 0.43:
+ Incorporates bugfixes submitted by the GNOME Evolution team.
+ New API call icaltimezone_set_tzid_prefix() to allow downstream
applications to generate tzid's with custom namespaces.
-------------------------------------------------------------------
Sat Dec 20 23:48:21 IST 2008 - msuman@suse.de
- Use proper RPM macros in the spec file, remove unnecessary options
passed to the configure script.
- Use proper RPM macros in the spec file, remove unnecessary
options passed to the configure script.
-------------------------------------------------------------------
Tue Dec 2 00:27:07 CET 2008 - dmueller@suse.de
@ -217,7 +236,7 @@ Tue Sep 16 19:45:36 CEST 2008 - dmueller@suse.de
Wed Sep 3 00:58:14 CEST 2008 - dmueller@suse.de
- update to 0.32:
- Massive merges from Evolution Data Server
- Massive merges from Evolution Data Server
and other sources.
-------------------------------------------------------------------
@ -284,22 +303,22 @@ Thu Jul 3 18:19:21 CEST 2003 - ro@suse.de
-------------------------------------------------------------------
Fri Jan 17 07:28:07 CET 2003 - stark@suse.de
- update to cvs 20030116 for upcoming Mozilla 1.3
- update to cvs 20030116 for upcoming Mozilla 1.3
-------------------------------------------------------------------
Wed Dec 11 11:55:49 CET 2002 - stark@suse.de
- update to cvs 20021211 for Mozilla 1.3a
- update to cvs 20021211 for Mozilla 1.3a
-------------------------------------------------------------------
Thu Oct 17 15:01:29 CEST 2002 - stark@suse.de
- "update" to version 0.23a used and provided by mozilla.org
- "update" to version 0.23a used and provided by mozilla.org
-------------------------------------------------------------------
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
- removed bogus self-provides
- removed bogus self-provides
-------------------------------------------------------------------
Mon Jun 17 16:17:11 CEST 2002 - meissner@suse.de

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed