diff --git a/gnome-calendar-3.18.2.1.tar.xz b/gnome-calendar-3.18.2.1.tar.xz deleted file mode 100644 index 021a855..0000000 --- a/gnome-calendar-3.18.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eedd9b10da837db6e7dc02794a942e9a98b3cdaa975b0d46226aa0cdaf88c0f6 -size 2290232 diff --git a/gnome-calendar-3.20.0.tar.xz b/gnome-calendar-3.20.0.tar.xz new file mode 100644 index 0000000..6d616d8 --- /dev/null +++ b/gnome-calendar-3.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6466cd22d65f4a890a82c4d351c16a51c9471380d5ee2c5601dc56f9121ec60 +size 2324752 diff --git a/gnome-calendar-symbolic-icon.patch b/gnome-calendar-symbolic-icon.patch deleted file mode 100644 index 923336c..0000000 --- a/gnome-calendar-symbolic-icon.patch +++ /dev/null @@ -1,62 +0,0 @@ -From 0ab11b8e283a0ca1a0689d43173d66081079c349 Mon Sep 17 00:00:00 2001 -From: Jakub Steiner -Date: Wed, 23 Sep 2015 18:14:18 +0200 -Subject: icons: provide app symbolic - -- provide a symbolic variant of the app icon, mainly - for the HighContrast theme (and shell's top bar). ---- - data/icons/Makefile.am | 1 + - ...color_apps_symbolic_gnome-calendar-symbolic.svg | 28 ++++++++++++++++++++++ - 2 files changed, 29 insertions(+) - create mode 100644 data/icons/hicolor_apps_symbolic_gnome-calendar-symbolic.svg - -diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am -index 58ecca8..210acf6 100644 ---- a/data/icons/Makefile.am -+++ b/data/icons/Makefile.am -@@ -12,6 +12,7 @@ public_icons = \ - hicolor_apps_48x48_gnome-calendar.png \ - hicolor_apps_256x256_gnome-calendar.png \ - hicolor_apps_512x512_gnome-calendar.png \ -+ hicolor_apps_symbolic_gnome-calendar-symbolic.svg \ - $(NULL) - - noinst_DATA = \ -diff --git a/data/icons/hicolor_apps_symbolic_gnome-calendar-symbolic.svg b/data/icons/hicolor_apps_symbolic_gnome-calendar-symbolic.svg -new file mode 100644 -index 0000000..09ae6af ---- /dev/null -+++ b/data/icons/hicolor_apps_symbolic_gnome-calendar-symbolic.svg -@@ -0,0 +1,28 @@ -+ -+ -+ -+ -+ -+ -+ -+ image/svg+xml -+ -+ Gnome Symbolic Icon Theme -+ -+ -+ -+ -+ -+ -+ Gnome Symbolic Icon Theme -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ --- -cgit v0.11.2 - diff --git a/gnome-calendar.changes b/gnome-calendar.changes index 85d1f3c..3ce8596 100644 --- a/gnome-calendar.changes +++ b/gnome-calendar.changes @@ -1,3 +1,73 @@ +------------------------------------------------------------------- +Tue Mar 22 09:46:59 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 15 10:38:32 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.92: + + Don't attempt to update read-only events. + + Timezone handling improvements. + + Fix crashes when no end date is passed. + + Improved week numbers in Year View. + + Make year view respect Shell's 'show-weeknumber' setting. + + Change month when keynav moves the previous/next month. + + Improve month view drawing. + + Draw a background to the selected days in month view. + + Respect 12/24h hour format. + + Fade out past events. + + Smaller code fixes and updates. + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 3 13:32:50 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.91: + + Fixed tons of issues with timezones. + + Style fixes. + + Permanently remove the deleted event when closing the window. + + Show start time of event when it's a timed event. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 16 22:57:08 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.90: + + Many classes are now final classes. + + Added visual clues for days with events on Year View. + + Renamed icon to match the application id. + + All interface elements that shows the calendar color are now + updated accordingly. + + A huge rework on Calendar internals. + + Improved the quick add popover. + + Added a keyboard shortcuts window. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 21 10:40:19 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.4: + + Code cleanups. + + Use CSS names on classes. + + Add kudos. + + Make month view lines stronger. + + Fix week number in year view. + + Updated translations. + +------------------------------------------------------------------- +Thu Dec 24 03:19:03 UTC 2015 - damjanovic.ivo@gmail.com + +- Update to version 3.19.3: + + Window: split arrow buttons from Today button. + + Create event popover: swap buttons' position. + + Project: remove OnlyShowIn from desktop file. + + Updated translations. +- Drop gnome-calendar-symbolic-icon.patch; fixed upstream. +- Drop gnome-common BuildRequires and call to autogen.sh, as we no + longer carry any patches. + ------------------------------------------------------------------- Wed Dec 23 20:42:17 UTC 2015 - dimstar@opensuse.org diff --git a/gnome-calendar.spec b/gnome-calendar.spec index 7ee04ac..73fec7b 100644 --- a/gnome-calendar.spec +++ b/gnome-calendar.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-calendar # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,26 +17,22 @@ Name: gnome-calendar -Version: 3.18.2.1 +Version: 3.20.0 Release: 0 Summary: A calendar application for GNOME License: GPL-3.0+ Group: Productivity/Office/Organizers Url: https://wiki.gnome.org/Design/Apps/Calendar -Source: http://download.gnome.org/sources/gnome-calendar/3.18/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM gnome-calendar-symbolic-icon.patch zaitor@opensuse.org -- Add a symbolic icon. -Patch0: gnome-calendar-symbolic-icon.patch +Source: http://download.gnome.org/sources/gnome-calendar/3.20/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils -# Only needed for patch0 -BuildRequires: gnome-common BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: pkgconfig(gio-2.0) >= 2.43.2 -BuildRequires: pkgconfig(glib-2.0) >= 2.43.2 +BuildRequires: pkgconfig(glib-2.0) >= 2.43.4 BuildRequires: pkgconfig(gmodule-export-2.0) BuildRequires: pkgconfig(goa-1.0) >= 3.2.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 -BuildRequires: pkgconfig(libecal-1.2) >= 3.5.3 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.4 +BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90 BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.1 BuildRequires: pkgconfig(libical) >= 1.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,11 +53,8 @@ search results from GNOME Calendar. %lang_package %prep %setup -q -%patch0 -p1 %build -# Needed for patch0 -NOCONFIGURE=1 ./autogen.sh %configure --disable-static make %{?_smp_mflags}