Changelog for
libical1-1.0-5.3.2.i586.rpm :
Fri Sep 26 14:00:00 2014 cooloAATTsuse.com
- disable parallel build, too unreliable
Thu Sep 18 14:00:00 2014 jengelhAATTinai.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 14:00:00 2013 schwabAATTlinux-m68k.org
- Build with %{optflags}
Sun Jun 9 14:00:00 2013 toddrme2178AATTgmail.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 13:00:00 2012 jengelhAATTmedozas.de
- Changed: The -devel subpackage should require the lib package,
not the main one
Sat Jan 28 13:00:00 2012 tabrahamAATTnovell.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 13:00:00 2012 cdenicoloAATTsuse.com
- license update: MPL-1.1 or LGPL-2.1
is a dual license: MPL-1.1 or LGPL-2.1
Thu Jan 12 13:00:00 2012 cooloAATTsuse.com
- change license to be in spdx.org format
Sun Nov 20 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
Sat Nov 19 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency
Fri Mar 11 13:00:00 2011 gberAATTopensuse.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 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Wed Jan 6 13:00:00 2010 jengelhAATTmedozas.de
- Package baselibs.conf
- Enable parallel build
Sun Sep 27 14:00:00 2009 msumanAATTgnome.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.