From d3204804487a3436f24baedee53c9e9d9d929a359c821937be0c0a0306b1e4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 4 Oct 2019 15:42:36 +0000 Subject: [PATCH 1/3] Accepting request 735034 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735034 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calendar?expand=0&rev=77 --- gnome-calendar-3.32.2.tar.xz | 3 --- gnome-calendar-3.34.0.tar.xz | 3 +++ gnome-calendar.changes | 16 ++++++++++++++++ gnome-calendar.spec | 14 +++++--------- 4 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 gnome-calendar-3.32.2.tar.xz create mode 100644 gnome-calendar-3.34.0.tar.xz diff --git a/gnome-calendar-3.32.2.tar.xz b/gnome-calendar-3.32.2.tar.xz deleted file mode 100644 index 157512e..0000000 --- a/gnome-calendar-3.32.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3500bedc257e3c7b82c5f4187b189dec99b76f445c96b01ca2d22f9371be71e -size 695416 diff --git a/gnome-calendar-3.34.0.tar.xz b/gnome-calendar-3.34.0.tar.xz new file mode 100644 index 0000000..bb57488 --- /dev/null +++ b/gnome-calendar-3.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb90905a07bc4c8455d83b8f4aa33fc1dabc9c40fe2bee1e5dc2db3bbac6713d +size 588252 diff --git a/gnome-calendar.changes b/gnome-calendar.changes index ba1b178..a90bc13 100644 --- a/gnome-calendar.changes +++ b/gnome-calendar.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 10 10:08:14 CST 2019 - qkzhu@suse.com + +- Update to version 3.34.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 4 09:37:42 NZST 2019 - luke@ljones.dev + +- Update to version 3.33.4: + + Redesigned calendar management dialog. + + New, more reliable web discoverer code. + + Various bugfixes. + + Updated translations. + + Developer docs removed. + ------------------------------------------------------------------- Fri May 10 15:35:33 UTC 2019 - Bjørn Lie diff --git a/gnome-calendar.spec b/gnome-calendar.spec index 26d2eb9..7867e10 100644 --- a/gnome-calendar.spec +++ b/gnome-calendar.spec @@ -17,15 +17,14 @@ Name: gnome-calendar -Version: 3.32.2 +Version: 3.34.0 Release: 0 Summary: A calendar application for GNOME License: GPL-3.0-or-later Group: Productivity/Office/Organizers URL: https://wiki.gnome.org/Design/Apps/Calendar -Source0: https://download.gnome.org/sources/gnome-calendar/3.32/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-calendar/3.34/%{name}-%{version}.tar.xz -BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.23 @@ -35,12 +34,12 @@ BuildRequires: pkgconfig(goa-1.0) >= 3.2.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.21.2 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.20 BuildRequires: pkgconfig(gweather-3.0) >= 3.27.2 -BuildRequires: pkgconfig(libdazzle-1.0) >= 3.26.1 -BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90 +BuildRequires: pkgconfig(libdazzle-1.0) >= 3.33.1 +BuildRequires: pkgconfig(libecal-2.0) >= 3.33.2 BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.1 BuildRequires: pkgconfig(libedataserverui-1.2) >= 3.17.1 BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.4 -BuildRequires: pkgconfig(libical) >= 1.0 +BuildRequires: pkgconfig(libical) >= 3.0.5 BuildRequires: pkgconfig(libsoup-2.4) %description @@ -64,7 +63,6 @@ search results from GNOME Calendar. %build %meson \ -Dtracing=false \ - -Ddocumentation=true \ %{nil} %meson_build @@ -87,8 +85,6 @@ search results from GNOME Calendar. %{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml %{_datadir}/icons/hicolor/*/apps/*.* -%dir %{_datadir}/gtk-doc/html/%{name} -%doc %{_datadir}/gtk-doc/html/%{name}/*.* %files -n gnome-shell-search-provider-gnome-calendar %dir %{_datadir}/gnome-shell From 09839874179460069f87fd0414678ea62b208ce5121bdaf7b4d75acb89c0f28d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 7 Oct 2019 08:09:45 +0000 Subject: [PATCH 2/3] Accepting request 735423 from GNOME:Next - Update to version 3.34.1: + Fix various crashers. + Improve search results handling. + Make command line argument -d stand for --date. + Fix crashes when e_cal_util_get_system_timezone() returns NULL. + Fix first weekday calculation. + Remove g_get_current_time. + Readd n shortcut. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/735423 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calendar?expand=0&rev=78 --- gnome-calendar-3.34.0.tar.xz | 3 --- gnome-calendar-3.34.1.tar.xz | 3 +++ gnome-calendar.changes | 13 +++++++++++++ gnome-calendar.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gnome-calendar-3.34.0.tar.xz create mode 100644 gnome-calendar-3.34.1.tar.xz diff --git a/gnome-calendar-3.34.0.tar.xz b/gnome-calendar-3.34.0.tar.xz deleted file mode 100644 index bb57488..0000000 --- a/gnome-calendar-3.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb90905a07bc4c8455d83b8f4aa33fc1dabc9c40fe2bee1e5dc2db3bbac6713d -size 588252 diff --git a/gnome-calendar-3.34.1.tar.xz b/gnome-calendar-3.34.1.tar.xz new file mode 100644 index 0000000..d03b90e --- /dev/null +++ b/gnome-calendar-3.34.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed47b23e3fe2c356092e25bc8d455e87ef0eeb39fa90bf3d0be925dfa3e90e2 +size 588948 diff --git a/gnome-calendar.changes b/gnome-calendar.changes index a90bc13..470713c 100644 --- a/gnome-calendar.changes +++ b/gnome-calendar.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Oct 5 14:31:50 UTC 2019 - Bjørn Lie + +- Update to version 3.34.1: + + Fix various crashers. + + Improve search results handling. + + Make command line argument -d stand for --date. + + Fix crashes when e_cal_util_get_system_timezone() returns NULL. + + Fix first weekday calculation. + + Remove g_get_current_time. + + Readd n shortcut. + + Updated translations. + ------------------------------------------------------------------- Tue Sep 10 10:08:14 CST 2019 - qkzhu@suse.com diff --git a/gnome-calendar.spec b/gnome-calendar.spec index 7867e10..8aec821 100644 --- a/gnome-calendar.spec +++ b/gnome-calendar.spec @@ -17,7 +17,7 @@ Name: gnome-calendar -Version: 3.34.0 +Version: 3.34.1 Release: 0 Summary: A calendar application for GNOME License: GPL-3.0-or-later From e26fff110987daad71e2bf93e24f656ceb6ebc04d195df13b08c3ecd72d92f1b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 10 Oct 2019 08:31:02 +0000 Subject: [PATCH 3/3] Accepting request 736741 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/736741 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calendar?expand=0&rev=79 --- gnome-calendar-3.34.1.tar.xz | 3 --- gnome-calendar-3.34.2.tar.xz | 3 +++ gnome-calendar.changes | 7 +++++++ gnome-calendar.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 gnome-calendar-3.34.1.tar.xz create mode 100644 gnome-calendar-3.34.2.tar.xz diff --git a/gnome-calendar-3.34.1.tar.xz b/gnome-calendar-3.34.1.tar.xz deleted file mode 100644 index d03b90e..0000000 --- a/gnome-calendar-3.34.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fed47b23e3fe2c356092e25bc8d455e87ef0eeb39fa90bf3d0be925dfa3e90e2 -size 588948 diff --git a/gnome-calendar-3.34.2.tar.xz b/gnome-calendar-3.34.2.tar.xz new file mode 100644 index 0000000..f6a049d --- /dev/null +++ b/gnome-calendar-3.34.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca32c2354461f1728e54a14f38fc3a9e052f579bb3893a7b09f10105268d5ae +size 588996 diff --git a/gnome-calendar.changes b/gnome-calendar.changes index 470713c..7572b6b 100644 --- a/gnome-calendar.changes +++ b/gnome-calendar.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 9 20:40:38 UTC 2019 - Bjørn Lie + +- Update to version 3.34.2: + + Fix various crashers. + + Updated translations. + ------------------------------------------------------------------- Sat Oct 5 14:31:50 UTC 2019 - Bjørn Lie diff --git a/gnome-calendar.spec b/gnome-calendar.spec index 8aec821..ff51326 100644 --- a/gnome-calendar.spec +++ b/gnome-calendar.spec @@ -17,7 +17,7 @@ Name: gnome-calendar -Version: 3.34.1 +Version: 3.34.2 Release: 0 Summary: A calendar application for GNOME License: GPL-3.0-or-later