Hello community, here is the log from the commit of package gnome-pomodoro for openSUSE:Factory checked in at 2016-04-11 10:28:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-pomodoro (Old) and /work/SRC/openSUSE:Factory/.gnome-pomodoro.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-pomodoro" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-pomodoro/gnome-pomodoro.changes 2015-11-22 11:02:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-pomodoro.new/gnome-pomodoro.changes 2016-04-11 10:28:15.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Apr 4 13:54:29 UTC 2016 - [email protected] + +- Update to version 0.11.2: + + Add GNOME 3.20 support. + +------------------------------------------------------------------- Old: ---- 0.11.1.tar.gz New: ---- 0.11.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-pomodoro.spec ++++++ --- /var/tmp/diff_new_pack.jHUNpi/_old 2016-04-11 10:28:16.000000000 +0200 +++ /var/tmp/diff_new_pack.jHUNpi/_new 2016-04-11 10:28:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-pomodoro # -# 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,7 +17,7 @@ Name: gnome-pomodoro -Version: 0.11.1 +Version: 0.11.2 Release: 0 Summary: A time management utility for GNOME License: GPL-3.0+ ++++++ 0.11.1.tar.gz -> 0.11.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.1/NEWS new/gnome-pomodoro-0.11.2/NEWS --- old/gnome-pomodoro-0.11.1/NEWS 2015-10-24 19:24:33.000000000 +0200 +++ new/gnome-pomodoro-0.11.2/NEWS 2016-03-24 21:00:57.000000000 +0100 @@ -1,3 +1,8 @@ +2016-03-24 Kamil Prusko <[email protected]> + Release version 0.11.2: + + * Support for GNOME Shell 3.20 + 2015-10-24 Kamil Prusko <[email protected]> Release version 0.11.1: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.1/configure.ac new/gnome-pomodoro-0.11.2/configure.ac --- old/gnome-pomodoro-0.11.1/configure.ac 2015-10-24 19:24:33.000000000 +0200 +++ new/gnome-pomodoro-0.11.2/configure.ac 2016-03-24 21:00:57.000000000 +0100 @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) AC_INIT([gnome-pomodoro], - [0.11.1], + [0.11.2], [https://github.com/codito/gnome-pomodoro/issues], [gnome-pomodoro], [http://gnomepomodoro.org]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.1/extension/metadata.json.in new/gnome-pomodoro-0.11.2/extension/metadata.json.in --- old/gnome-pomodoro-0.11.1/extension/metadata.json.in 2015-10-24 19:24:33.000000000 +0200 +++ new/gnome-pomodoro-0.11.2/extension/metadata.json.in 2016-03-24 21:00:57.000000000 +0100 @@ -2,7 +2,8 @@ "uuid": "@EXTENSION_UUID@", "name": "Pomodoro", "description": "A simple pomodoro timer", - "shell-version": ["3.18", "3.17.92", "3.17.91", "3.17.90", + "shell-version": ["3.20", "3.19.92", "3.19.91", "3.19.90", + "3.18", "3.17.92", "3.17.91", "3.17.90", "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"], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.1/extension/stylesheet.css new/gnome-pomodoro-0.11.2/extension/stylesheet.css --- old/gnome-pomodoro-0.11.1/extension/stylesheet.css 2015-10-24 19:24:33.000000000 +0200 +++ new/gnome-pomodoro-0.11.2/extension/stylesheet.css 2016-03-24 21:00:57.000000000 +0100 @@ -19,6 +19,7 @@ } .extension-pomodoro-indicator .system-status-icon { + padding: 0; } .extension-pomodoro-indicator-menu { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.1/packages/debian/debian/control.in new/gnome-pomodoro-0.11.2/packages/debian/debian/control.in --- old/gnome-pomodoro-0.11.1/packages/debian/debian/control.in 2015-10-24 19:24:33.000000000 +0200 +++ new/gnome-pomodoro-0.11.2/packages/debian/debian/control.in 2016-03-24 21:00:57.000000000 +0100 @@ -26,7 +26,7 @@ Package: @PACKAGE_NAME@ Architecture: any -Depends: gnome-shell (<< 3.17.0), +Depends: gnome-shell (<< 3.22.0), gnome-shell (>= @GNOME_REQUIRED@), ${misc:Depends}, ${shlibs:Depends}
