forked from pool/libical
Adam Majer
91dfbdaa2d
- Update to new upstream release 3.0.3 OBS-URL: https://build.opensuse.org/request/show/582201 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=47
409 lines
15 KiB
Plaintext
409 lines
15 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Mar 3 10:36:33 UTC 2018 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 3.0.3
|
|
* Various changes to the API over 2.x.
|
|
* Fixed use-after-free issues and some memory leaks
|
|
* More accurate VTIMEZONE generation when using the system time
|
|
zone data (when USE_BUILTIN_TZDATA=False)
|
|
* icalvalue_new/set_date and icalvalue_new/set_datetime now
|
|
enforce DATE and DATE-TIME values respectively.
|
|
* draft-ietf-calext-extensions (RFC 7986) support added.
|
|
* Parameter values are now en/decoded per RFC 6868.
|
|
* Added support for VPATCH component.
|
|
- Disable building static libs, nothing seems to be using it.
|
|
- Remove 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch,
|
|
libical-boo986631-read-past-end.patch,
|
|
libical-boo986631-check-prev-char.patch,
|
|
libical-parser-sanity-check.patch,
|
|
libical-timezone-use-after-free.patch,
|
|
libical-boo1015964-use-after-free.patch (all are upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 28 16:35:25 UTC 2018 - dimstar@opensuse.org
|
|
|
|
- Modernize spec-file by calling spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 19 19:54:50 UTC 2017 - mgorse@suse.com
|
|
|
|
- Add fixes for various crashes:
|
|
libical-boo986631-read-past-end.patch
|
|
libical-boo986631-check-prev-char.patch
|
|
libical-parser-sanity-check.patch
|
|
libical-timezone-use-after-free.patch
|
|
libical-boo1015964-use-after-free.patch
|
|
Fixes boo#986631 (CVE-2016-5827), boo#986639 (CVE-2016-5824),
|
|
boo#1015964 (CVE-2016-9584), and boo#1044995.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 3 08:38:07 UTC 2016 - jengelh@inai.de
|
|
|
|
- Add 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 14:06:35 UTC 2016 - jengelh@inai.de
|
|
|
|
- Fix wrong baselibs provides
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 9 07:36:22 UTC 2016 - zaitor@opensuse.org
|
|
|
|
- Add pkgconfig(icu-i18n) BuildRequires: Build the new RSCALE
|
|
support.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 21 07:42:45 UTC 2016 - dimstar@opensuse.org
|
|
|
|
- Update to version 2.0.0:
|
|
+ Lots of source code scrubbing.
|
|
+ RSCALE support (requires libicu).
|
|
+ CalDAV attachment support (draft-daboo-caldav-attachments).
|
|
+ Resurrect the Berkeley DB storage support.
|
|
+ Incorrect recurrence generation for weekly pattern
|
|
(gh#libical/libical#83)
|
|
+ Handle RRULEs better.
|
|
+ Handle threading better.
|
|
- Drop reproducible-generator.patch: fixed upstream.
|
|
- Bump sonum to 2, following upstream (also update baselibs.conf).
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- add reproducible-generator.patch from debian bug report to
|
|
get reproducible builds (and predicatable API actually)
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
- 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
|
|
|
|
- disable parallel build, too unreliable
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 18 08:28:26 UTC 2014 - jengelh@inai.de
|
|
|
|
- Use %cmake macros so that %optflags reliably lands on the build
|
|
command lines
|
|
- Improve on RPM group classification
|
|
- Drop strange Recommends: from libical-doc to libical1
|
|
(the latter does not offer any directly-usable feature when
|
|
the docs are installed).
|
|
- Documentation subpackage should be noarch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 15 20:38:04 UTC 2013 - schwab@linux-m68k.org
|
|
|
|
- Build with %{optflags}
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 9 09:18:41 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
- New 1.x package.
|
|
This version uses the cmake build system
|
|
- Add devel-static subpackage
|
|
- Remove unneeded buildrequires
|
|
- Changed license from MPL-1.1 to MPL-1.0. That is the license
|
|
listed in the COPYING file and the headers.
|
|
- Removed scripts directory from documentation. Putting perl
|
|
files in the documentation directory is apparently no longer
|
|
allowed.
|
|
- Ran spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 28 18:37:35 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Changed: The -devel subpackage should require the lib package,
|
|
not the main one
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
+ bugfixes
|
|
- removed patches deprecated by this release:
|
|
- libical-0.46-fix-race.patch
|
|
- libical-0.46-fix-fatal-error-macro-usage.patch
|
|
- libical-0.46-fix-endless-loop.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 23 17:50:24 UTC 2012 - cdenicolo@suse.com
|
|
|
|
- license update: MPL-1.1 or LGPL-2.1
|
|
is a dual license: MPL-1.1 or LGPL-2.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 12 11:30:43 UTC 2012 - coolo@suse.com
|
|
|
|
- change license to be in spdx.org format
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 20 20:10:20 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 19 15:58:14 UTC 2011 - coolo@suse.com
|
|
|
|
- add libtool as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 11 20:04:22 UTC 2011 - gber@opensuse.org
|
|
|
|
- update to version 0.46
|
|
+ allow control over how components, properties and parameters
|
|
with unknown names are handled
|
|
+ renamed static set_zone_directory() to set_zonedir()
|
|
+ added appropriate icaltime_* functions as methods to
|
|
icaltimetype
|
|
+ added icaltimetype.datetime for converting a icaltimetype to a
|
|
python datetime
|
|
+ added icalarray_copy for easy copying of icalarrays
|
|
+ renamed icaltimetype.datetime to icaltimetype.as_datetime and
|
|
added icaltimetype.from_datetime staticmethod
|
|
+ bugfixes
|
|
- correct licensing information
|
|
- run autoreconf since tarball misses autconf autgenerated files
|
|
(sf#3072673)
|
|
- added libical-0.46-fix-race.patch from upstream svn which fixes a
|
|
race in populating builtin timezone components
|
|
- added libical-0.46-fix-fatal-error-macro-usage.patch from
|
|
upstream svn in order to replace broken ICAL_ERRORS_ARE_FATAL
|
|
preprocessor conditions with the correct check for the macros
|
|
value (sf#3140405)
|
|
- added libical-0.46-fix-fatal-error-macro-usage.patch from
|
|
upstream svn which fixes endless loop in the recurrence
|
|
calculation (sf#3177380)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 24 11:38:20 UTC 2010 - coolo@novell.com
|
|
|
|
- buildrequire pkg-config to fix provides
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 6 04:49:26 CET 2010 - jengelh@medozas.de
|
|
|
|
- Package baselibs.conf
|
|
- Enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 27 10:54:57 EDT 2009 - msuman@gnome.org
|
|
|
|
- Update to version 0.44:
|
|
+ Memory leak fixes by Alvaro Manera
|
|
+ Various build fixes
|
|
- Fixes for rpmlint warnings, remove the '--enable-python' configure
|
|
option as python bindings were broken sometime ago.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 2 00:27:07 CET 2008 - dmueller@suse.de
|
|
|
|
- update to 0.42:
|
|
* Fix for storing inline attachments
|
|
* Safety fix when formatting date strings
|
|
* compile / portability fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 27 16:48:24 CET 2008 - wstephenson@suse.de
|
|
|
|
- Backport from 0.42:
|
|
* Fix for storing inline attachments
|
|
* Safety fix when formatting date strings
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 15 09:48:30 CEST 2008 - dmueller@suse.de
|
|
|
|
- update to 0.40:
|
|
* adopt new memory management semantics from the Evolution fork of libical,
|
|
essentially every function now has a _r variant as well.
|
|
* CMake build system in parallel
|
|
* Crash fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 16 19:45:36 CEST 2008 - dmueller@suse.de
|
|
|
|
- update to 0.33:
|
|
- Massive merges from KDE PIM's fork of libical
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 3 00:58:14 CEST 2008 - dmueller@suse.de
|
|
|
|
- update to 0.32:
|
|
- Massive merges from Evolution Data Server
|
|
and other sources.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 7 22:02:49 CEST 2008 - coolo@suse.de
|
|
|
|
- fix rename from libical
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
for multilib support
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 29 14:02:50 CET 2008 - sf@suse.de
|
|
|
|
- update to 0.27
|
|
- Merges some patches from KDE and Citadel.
|
|
- Updates timezone data to tzdata 2007c.
|
|
- merges the libical forks from KDE, Evolution and SourceForge.
|
|
- Updates timezone data to tzdata 2005j.
|
|
- rename library package to libical0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:37:29 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 26 23:30:57 CEST 2005 - mls@suse.de
|
|
|
|
- make devel package require base package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 19 17:11:54 CET 2005 - sf@suse.de
|
|
|
|
- fix use of uninitialized variable
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 22 14:01:37 CET 2004 - sf@suse.de
|
|
|
|
- remove some temporary /object files in examples
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 17 01:41:27 CET 2004 - ro@suse.de
|
|
|
|
- re-apply patch to make it build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 6 15:25:04 CET 2004 - adrian@suse.de
|
|
|
|
- update to version 0.24 RC4
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 17:17:40 CET 2004 - adrian@suse.de
|
|
|
|
- add %run_ldconfig
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 3 18:19:21 CEST 2003 - ro@suse.de
|
|
|
|
- added unpackaged files
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 17 07:28:07 CET 2003 - stark@suse.de
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 17 15:01:29 CEST 2002 - stark@suse.de
|
|
|
|
- "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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 17 16:17:11 CEST 2002 - meissner@suse.de
|
|
|
|
- rerun auto* tools
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 17 14:00:21 CEST 2002 - rhafer@suse.de
|
|
|
|
- added missing header files to -devel subpackage
|
|
- moved *.so links to -devel subpackage
|
|
- uses %{_libdir} now
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 2 16:13:53 CEST 2002 - sf@suse.de
|
|
|
|
- initial version
|
|
|