dde13e1eb1
Accepting request 1008767 from home:dirkmueller:Factory
...
- update to 3.0.15:
* Add missing property parameters into libical-glib
* Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value
* Fix icaltime_as_timet, which returned incorrect results for years >= 2100,
to work properly between years 1902 and 10k.
* Fix x-property comma handling and escaping
* Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias)
* Fix fuzzer issues
* Handle unreachable-code compile warnings with clang
* Ensure all vanew_foo() calls finish with (void*)0 (not 0)
OBS-URL: https://build.opensuse.org/request/show/1008767
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=84
2022-10-12 10:52:04 +00:00
2553f2c859
Accepting request 963366 from home:dirkmueller:Factory
...
- update to 3.0.14:
* icalvalue: Reset non-UTC icaltimetype::zone on set
* Fix icalcomponent_set_due not removing TZID when necessary
OBS-URL: https://build.opensuse.org/request/show/963366
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=82
2022-03-29 13:48:08 +00:00
354bff3801
Accepting request 948030 from home:dirkmueller:Factory
...
- update to 3.0.13:
* icalcomponent_get_dtend() return icaltime_null_time(), unless called on
VEVENT, VAVAILABILITY or VFREEBUSY
* icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND
* Replace CMake FindBDB with FindBerleyDB
* Fix finding ICU and BerkeleyDB on Mac
OBS-URL: https://build.opensuse.org/request/show/948030
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=81
2022-01-27 08:04:43 +00:00
a2ade699e2
Accepting request 939555 from home:dirkmueller:Factory
...
- update to 3.0.12:
* Fix a libicalval crash in cleanVObject
* METHOD:DECLINECOUNTER must have DTEND or DURATION
* Handle if DTEND and DURATION are both missing
* Improved FindICU (copied from official CMake)
* Buildsystem fixes (especially for the Ninja generator)
* Built-in timezones updated to tzdata2021e
* Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly
recurrences
* Fix build for Berkeley DB version greater than 5
* Fix vcal for some architectures (like aarch64, ppc64le and s390x)
* Fix memory leaks in vcal
* Prevent crash when looking for tzid in initialize_rscale
* Adjust libdir and includedir in generated pkgconfig files
* Built-in timezones updated to tzdata2021c
OBS-URL: https://build.opensuse.org/request/show/939555
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=80
2021-12-27 09:16:38 +00:00
2542553d20
Accepting request 935912 from home:dirkmueller:Factory
...
- update to 3.0.11:
* Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly recurrences
* Fix build for Berkeley DB version greater than 5
* Fix vcal for some architectures (like aarch64, ppc64le and s390x)
* Fix memory leaks in vcal
* Prevent crash when looking for tzid in initialize_rscale
* Adjust libdir and includedir in generated pkgconfig files
* Built-in timezones updated to tzdata2021c
OBS-URL: https://build.opensuse.org/request/show/935912
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=79
2021-12-10 09:37:24 +00:00
c56d21b3ba
Accepting request 886929 from home:polslinux:branches:devel:libraries:c_c++
...
- update to 3.0.10:
* Fix generating wrong recurrence rules
* Fix a bug computing transitions in tzfiles
* Fix reading TZif files to use TZ string in the footer as the last
(non-terminating) transitions
* Fix reading TZif files to use more RRULEs and/or RDATEs whevever possible
* Built-in timezones updated to tzdata2021a
OBS-URL: https://build.opensuse.org/request/show/886929
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=77
2021-04-30 11:18:04 +00:00
f586eed564
Accepting request 883688 from home:dirkmueller:Factory
...
- filelist fix for the glib build
OBS-URL: https://build.opensuse.org/request/show/883688
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=75
2021-04-10 11:07:56 +00:00
d1524314ae
Accepting request 866416 from home:dirkmueller:branches:devel:libraries:c_c++
...
- update to 3.0.9:
* Add support for empty parameters, e.g. CN=""
* Accept VTIMEZONE with more than one X- property
* Several fixes for recurrences containing BYWEEKNO
* icalrecurrencetype_from_string() will reject any RRULE that contains a
rule-part that occurs more than once
* Improve thread safety
* Fix compiled-in path for the built-in timezone data
* Fix reading TZif files with empty v1 data (use v2+ whenever possible)
* Add backwards compatibility for previous TZIDs
* Built-in timezones updated to tzdata2020d
* Fix build with newer libicu
* Fix cross-compile support in libical-glib
- remove 0001-Fix-build-with-icu-68.1.patch libical-read-v2-v3-data.patch:
upstream
OBS-URL: https://build.opensuse.org/request/show/866416
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=74
2021-01-30 08:07:08 +00:00
7a1c9089db
Accepting request 853201 from home:mgorse:branches:devel:libraries:c_c++
...
- Add 0001-Fix-build-with-icu-68.1.patch: fix build with icu 68.1.
OBS-URL: https://build.opensuse.org/request/show/853201
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=72
2020-12-05 17:10:10 +00:00
b4f9d2179f
Accepting request 849149 from home:mgorse:branches:devel:libraries:c_c++
...
- Add libical-read-v2-v3-data.patch: correctly read slim timezone
data (bsc#1178412).
OBS-URL: https://build.opensuse.org/request/show/849149
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=70
2020-11-26 10:02:22 +00:00
4e7c58d008
Accepting request 793235 from home:iznogood:branches:devel:libraries:c_c++
...
- Update to version 3.0.8:
* Fix for icalattach_new_from_data() and the 'free_fn' argument.
* Fix if recurrencetype contains both COUNT and UNTIL (only
output UNTIL in the RRULE).
- Replace gcc-c++ with generic c++_compiler BuildRequires.
- Use cmake_build macro, forcing single thread building is no
longer needed. This breaks support for SLE12SP4, but that one is
superseeded by SP5 anyway.
OBS-URL: https://build.opensuse.org/request/show/793235
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=68
2020-04-19 13:08:25 +00:00
442a119383
Accepting request 758346 from home:jengelh:branches:devel:libraries:c_c++
...
- Update to release 3.0.7
OBS-URL: https://build.opensuse.org/request/show/758346
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=66
2019-12-20 14:25:13 +00:00
a06af81c77
- Fix multibuild building. For baselibs.conf and _multibuild to
...
work correctly, we need to define all possible %package in the
spec file irrespective of the "flavor". Packages are not generated
if they do not have a %files section
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=64
2019-10-30 11:53:50 +00:00
c60715fe87
Accepting request 743913 from home:yfjiang:branches:GNOME:Next
...
Add pkgconfig(libical) BuildRequires: pkg-config 0.29.2 is not
able to generate libical-glib pkgconfig dependency without
libical.pc. e.g. the libical-glib-devel pkgconfig dependency
is missing when building against SLE-15-*, which still uses
older pkg-confg:
https://build.opensuse.org/package/binary/devel:libraries:c_c++/libical:glib/SLE_15_SP1/x86_64/libical-glib-devel-3.0.6-74.2.x86_64.rpm
OBS-URL: https://build.opensuse.org/request/show/743913
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=63
2019-10-30 11:09:05 +00:00
Dominique Leuenberger
1d6366ea4f
Accepting request 738860 from home:dimstar:Factory
...
Fix -devel dependencies and produce libical-glib3-32bit, as a dep to evolution-data-server-32bit
OBS-URL: https://build.opensuse.org/request/show/738860
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=61
2019-10-16 10:48:05 +00:00
Cristian Rodríguez
7302a84d33
Accepting request 737058 from home:jengelh:branches:devel:libraries:c_c++
...
- Update to release 3.0.6
OBS-URL: https://build.opensuse.org/request/show/737058
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=60
2019-10-14 13:42:05 +00:00
9537a9d6a0
Accepting request 734933 from home:jengelh:branches:devel:libraries:c_c++
...
- Use proper grammar in description.
OBS-URL: https://build.opensuse.org/request/show/734933
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=58
2019-10-08 08:10:22 +00:00
8f74fda8a7
Accepting request 734421 from home:mgorse:branches:devel:libraries:c_c++
...
- Build glib and gobject-introspection bindings separately in order
to avoid build cycle.
- Move gobject-introspection bindings into their own packages.
- Move libical gir into libical-glib-devel.
OBS-URL: https://build.opensuse.org/request/show/734421
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=57
2019-10-03 08:17:13 +00:00
0771341216
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=56
2019-09-09 12:43:35 +00:00
c8306414cb
Accepting request 726883 from home:luke_nukem:branches:GNOME:Next
...
Enable glib build for Gnome 3.33.x and above (required for evolution)
OBS-URL: https://build.opensuse.org/request/show/726883
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=55
2019-09-09 12:35:48 +00:00
0289fcf95a
Accepting request 706906 from home:jengelh:branches:devel:libraries:c_c++
...
- Update to new upstream release 3.0.5
OBS-URL: https://build.opensuse.org/request/show/706906
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=53
2019-06-03 09:19:30 +00:00
a065a0a96f
Accepting request 648243 from server:mail:kopano
...
OBS-URL: https://build.opensuse.org/request/show/648243
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=51
2018-11-14 06:24:38 +00:00
Ismail Dönmez
45c744f3ad
Accepting request 636094 from home:jengelh:branches:devel:libraries:c_c++
...
- Update to new upstream release 3.0.4
OBS-URL: https://build.opensuse.org/request/show/636094
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=49
2018-09-18 08:18:10 +00:00
91dfbdaa2d
Accepting request 582201 from home:jengelh:branches:ical3
...
- 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
2018-03-05 10:12:44 +00:00
3bc8bea59f
Accepting request 581241 from GNOME:Next
...
spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/581241
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=45
2018-03-01 10:22:22 +00:00
Michal Vyskocil
d2fbb3222f
Accepting request 505726 from home:mgorse:branches:devel:libraries:c_c++
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/505726
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=43
2017-06-26 06:09:35 +00:00
Ismail Dönmez
1688dfea79
Accepting request 432854 from home:jengelh:branches:devel:libraries:c_c++
...
- Add 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch
OBS-URL: https://build.opensuse.org/request/show/432854
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=41
2016-10-06 16:50:22 +00:00
Lars Vogdt
13a315df74
Accepting request 431275 from home:jengelh:branches:devel:libraries:c_c++
...
- Fix wrong baselibs provides
OBS-URL: https://build.opensuse.org/request/show/431275
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=40
2016-09-30 10:00:49 +00:00
Ismail Dönmez
7b2dcb4f32
Accepting request 426098 from GNOME:Next
...
1
OBS-URL: https://build.opensuse.org/request/show/426098
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=39
2016-09-09 09:19:59 +00:00
Ismail Dönmez
43bb1deedf
Accepting request 425067 from GNOME:Next
...
Update to version 2.0
OBS-URL: https://build.opensuse.org/request/show/425067
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=37
2016-09-06 12:00:17 +00:00
Michal Vyskocil
88e94436b1
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
2016-08-30 18:00:15 +00:00
Michal Vyskocil
ae6bdddbeb
Accepting request 283976 from home:coolo:branches:openSUSE:Factory
...
- add reproducible-generator.patch from debian bug report to
get reproducible builds (and predicatable API actually)
OBS-URL: https://build.opensuse.org/request/show/283976
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=33
2015-02-04 21:21:09 +00:00
d0ae3a409d
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
2014-12-29 08:48:43 +00:00
Ismail Dönmez
794aa66716
Accepting request 252400 from home:coolo:branches:openSUSE:Factory
...
- disable parallel build, too unreliable
OBS-URL: https://build.opensuse.org/request/show/252400
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=29
2014-09-26 08:25:22 +00:00
db67dd353a
Accepting request 250056 from home:jengelh:branches:devel:libraries:c_c++
...
- Use %cmake
- Improve on RPM group classification
- Drop strange Recommends:
OBS-URL: https://build.opensuse.org/request/show/250056
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=27
2014-09-18 09:03:57 +00:00
Ismail Dönmez
fa31f4310f
Accepting request 179108 from home:AndreasSchwab:ff
...
- Build with %{optflags}
OBS-URL: https://build.opensuse.org/request/show/179108
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=25
2013-06-15 20:58:43 +00:00
78c509ca80
Accepting request 178513 from home:TheBlackCat:branches:devel:libraries:c_c++
...
- 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
OBS-URL: https://build.opensuse.org/request/show/178513
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=23
2013-06-11 12:48:30 +00:00
b905faf299
-devel's requirement on shlib package
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=20
2012-01-28 18:38:19 +00:00
Ismail Dönmez
433161cf2c
Accepting request 101910 from home:tabraham1:branches:devel:libraries:c_c++
...
update to version 0.48
OBS-URL: https://build.opensuse.org/request/show/101910
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=19
2012-01-28 18:30:13 +00:00
Stephan Kulow
a7af29730a
Accepting request 101247 from devel:openSUSE:Factory:for-legal-lhf
...
- license update: MPL-1.1 or LGPL-2.1
is a dual license: MPL-1.1 or LGPL-2.1
OBS-URL: https://build.opensuse.org/request/show/101247
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=17
2012-01-24 09:07:57 +00:00
Cristian Rodríguez
9465ebdae9
Accepting request 99949 from devel:openSUSE:Factory:for-legal-lhf
...
patching license field to be in spdx.org format, for legal team to review before forward
OBS-URL: https://build.opensuse.org/request/show/99949
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=16
2012-01-23 17:53:46 +00:00
Ismail Dönmez
16880757d7
Accepting request 92765 from home:jengelh:branches:devel:libraries:c_c++
...
- Use plain %package where possible
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
OBS-URL: https://build.opensuse.org/request/show/92765
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=14
2011-11-20 20:40:35 +00:00
Ismail Dönmez
71e140fcf5
Accepting request 92495 from home:coolo:removelibtool
...
- add libtool as buildrequire to avoid implicit dependency
OBS-URL: https://build.opensuse.org/request/show/92495
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=13
2011-11-19 20:22:48 +00:00
Suman Manjunath
2ebb3b2bd4
Accepting request 64007 from home:gberh:branches:devel:libraries:c_c++
...
looks good.. reviewed
OBS-URL: https://build.opensuse.org/request/show/64007
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=11
2011-03-12 21:53:21 +00:00
OBS User autobuild
808974206b
Accepting request 38731 from devel:libraries:c_c++
...
checked in (request 38731)
OBS-URL: https://build.opensuse.org/request/show/38731
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=10
2010-04-24 15:23:28 +00:00
Stephan Kulow
5d4d347688
Accepting request 38707 from home:coolo:branches:openSUSE:Factory
...
Copy from home:coolo:branches:openSUSE:Factory/libical via accept of submit request 38707 revision 2.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/38707
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=9
2010-04-24 12:11:14 +00:00
OBS User buildservice-autocommit
c61c85f6c1
Updating link to change in openSUSE:Factory/libical revision 14.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=138fbfd44011db3dbf99660efd4fc5a7
2010-03-18 15:03:21 +00:00
OBS User autobuild
8a156802f4
Accepting request 38731 from devel:libraries:c_c++
...
Copy from devel:libraries:c_c++/libical based on submit request 38731 from user coolo
OBS-URL: https://build.opensuse.org/request/show/38731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=15
2010-04-24 15:23:31 +00:00
OBS User autobuild
02b3099971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=14
2010-03-18 15:03:21 +00:00
OBS User autobuild
8156a88250
Accepting request 29101 from devel:libraries:c_c++
...
Copy from devel:libraries:c_c++/libical based on submit request 29101 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/29101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=13
2010-01-14 15:34:20 +00:00