From 8e189d4ef8b351409f0b474859add6fed2ebd56e Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Aug 11 2015 09:49:18 +0000 Subject: Update to 0.11.0 release - Add patch for gnome-shell >= 3.17 support --- diff --git a/.gitignore b/.gitignore index 223ca70..97f2fcc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /*.src.rpm /656e06434559f52d1e473b87bac8385ff6f192fb.tar.gz /c7ad79d3989a5daab7fb562cefe38d3384ad8850.tar.gz +/0.11.0.tar.gz diff --git a/gnome-3.18-support.patch b/gnome-3.18-support.patch new file mode 100644 index 0000000..f9148e5 --- /dev/null +++ b/gnome-3.18-support.patch @@ -0,0 +1,12 @@ +--- extension/metadata.json.in.orig 2015-08-11 09:50:12.651920353 +0100 ++++ extension/metadata.json.in 2015-08-11 09:50:45.906477680 +0100 +@@ -2,7 +2,8 @@ + "uuid": "@EXTENSION_UUID@", + "name": "Pomodoro", + "description": "A simple pomodoro timer", +- "shell-version": ["3.16", "3.15.92", "3.15.91", "3.15.90", ++ "shell-version": ["3.18", "3.17.92", "3.17.91", "3.17.90", "3.17.6", "3.17.5", "3.17.4", ++ "3.16", "3.15.92", "3.15.91", "3.15.90", + "3.14", "3.13.92", "3.13.91", "3.13.90", + "3.12", "3.11.92", "3.11.91", "3.11.90"], + "url": "@PACKAGE_URL@", diff --git a/gnome-shell-extension-pomodoro.spec b/gnome-shell-extension-pomodoro.spec index 2a4b840..3631c3d 100644 --- a/gnome-shell-extension-pomodoro.spec +++ b/gnome-shell-extension-pomodoro.spec @@ -1,15 +1,17 @@ %global uuid pomodoro@arun.codito.in -%global gittag c7ad79d3989a5daab7fb562cefe38d3384ad8850 +%global gittag 0.11.0 Name: gnome-shell-extension-pomodoro Version: 0.11.0 -Release: 0.3.gitc7ad79d3%{?dist} +Release: 1%{?dist} Summary: A time management utility for GNOME License: GPLv3+ -URL: https://github.com/codito/gnome-shell-pomodoro +URL: http://gnomepomodoro.org/ Source0: https://github.com/codito/gnome-shell-pomodoro/archive/%{gittag}.tar.gz +Patch0: gnome-3.18-support.patch + BuildRequires: gettext BuildRequires: intltool BuildRequires: vala-tools @@ -38,6 +40,7 @@ It intends to improve productivity and focus by taking short breaks. %prep %setup -q -n gnome-pomodoro-%{gittag} +%patch0 %build ./autogen.sh --prefix=%{_prefix} @@ -76,6 +79,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/dbus-1/services/org.gnome.Pomodoro.service %changelog +* Mon Aug 10 2015 Mat Booth - 0.11.0-1 +- Update to 0.11.0 release +- Add patch for gnome-shell >= 3.17 support + * Wed Jun 17 2015 Fedora Release Engineering - 0.11.0-0.3.gitc7ad79d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index dc0d1bd..8388fbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb512606272bba43afa35f927f1c5c2b c7ad79d3989a5daab7fb562cefe38d3384ad8850.tar.gz +eeb4a097078fb0cd7b147fc5e6635cff 0.11.0.tar.gz