SHA256
1
0
forked from pool/libical

92 Commits

Author SHA256 Message Date
Dominique Leuenberger
62acd7a17a Accepting request 965669 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/965669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=56
2022-04-02 16:20:28 +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
Dominique Leuenberger
e513082342 Accepting request 949395 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/949395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=55
2022-01-29 20:01:06 +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
Dominique Leuenberger
ccea460815 Accepting request 942717 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/942717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=54
2021-12-28 11:26:08 +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
Dominique Leuenberger
c38ae22597 Accepting request 939060 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/939060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=53
2021-12-12 20:27:15 +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
Dominique Leuenberger
16c6d10b28 Accepting request 889531 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/889531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=52
2021-05-02 16:35:15 +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
Dominique Leuenberger
c5cfe3cd62 Accepting request 884211 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/884211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=51
2021-04-12 10:34: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
Dominique Leuenberger
2c5757077d Accepting request 853285 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/853285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=50
2020-12-08 12:23:42 +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
Dominique Leuenberger
e8941b41de Accepting request 850965 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/850965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=49
2020-11-29 11:20:08 +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
Dominique Leuenberger
38f6bcd4a7 Accepting request 826857 from 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/826857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=48
2020-08-19 16:43:40 +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
Dominique Leuenberger
faab87cfbc Accepting request 758531 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/758531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=47
2020-01-02 13:40:03 +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
Dominique Leuenberger
23fefc1272 Accepting request 744148 from devel:libraries:c_c++
- 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

- Add pkgconfig(libical) BuildRequires: pkg-config 0.29.2 is not
  able to generate libical-glib pkgconfig dependency without
  libical.pc.

OBS-URL: https://build.opensuse.org/request/show/744148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=46
2019-11-03 10:41:26 +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
faf7d351d4 Accepting request 738861 from devel:libraries:c_c++
Fix -devel dependencies and produce libical-glib3-32bit, as a dep to evolution-data-server-32bit (forwarded request 738860 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/738861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=45
2019-10-17 11:08:40 +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
Dominique Leuenberger
d1b56827d8 Accepting request 736019 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/736019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=44
2019-10-10 09:51:19 +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
Dominique Leuenberger
5c40ce9c95 Accepting request 707099 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/707099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=43
2019-06-05 09:38:00 +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
Dominique Leuenberger
c4bed77483 Accepting request 648853 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/648853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=42
2018-11-18 22:23:40 +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
Dominique Leuenberger
b9a4710005 Accepting request 636301 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/636301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=41
2018-09-26 14:00:49 +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
Dominique Leuenberger
82bf8282a7 Accepting request 582584 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/582584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=40
2018-03-07 09:31:37 +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
Dominique Leuenberger
b1f3cfabd7 Accepting request 581627 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/581627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=39
2018-03-02 20:08:58 +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
Dominique Leuenberger
ef2a136ba9 Accepting request 506161 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/506161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=38
2017-06-30 16:41:12 +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
Dominique Leuenberger
9a6746011e Accepting request 433622 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/433622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=37
2016-10-13 09:23:30 +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
Dominique Leuenberger
1d21090246 Accepting request 425082 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/425082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=36
2016-09-09 08:19:51 +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