From aa37fba59382807f35a8abf2f287dd03d28cb04663317d95faaffe57892db3d6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 14:40:46 +0000 Subject: [PATCH] Accepting request 360340 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360340 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calendar?expand=0&rev=21 --- gnome-calendar-3.18.2.1.tar.xz | 3 -- gnome-calendar-3.19.90.tar.xz | 3 ++ gnome-calendar-symbolic-icon.patch | 62 ------------------------------ gnome-calendar.changes | 37 ++++++++++++++++++ gnome-calendar.spec | 19 +++------ 5 files changed, 46 insertions(+), 78 deletions(-) delete mode 100644 gnome-calendar-3.18.2.1.tar.xz create mode 100644 gnome-calendar-3.19.90.tar.xz delete mode 100644 gnome-calendar-symbolic-icon.patch 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.19.90.tar.xz b/gnome-calendar-3.19.90.tar.xz new file mode 100644 index 0000000..bf2cedd --- /dev/null +++ b/gnome-calendar-3.19.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755fa2835a0eb7486dbb3ca9d87fcbfa87ed05b20c57479f84df36860f11aeac +size 2307732 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..79fee5a 100644 --- a/gnome-calendar.changes +++ b/gnome-calendar.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +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..b79ef8f 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.19.90 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.19/%{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}