Hello community, here is the log from the commit of package gnome-pomodoro for openSUSE:Factory checked in at 2020-04-27 23:43:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-pomodoro (Old) and /work/SRC/openSUSE:Factory/.gnome-pomodoro.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-pomodoro" Mon Apr 27 23:43:01 2020 rev:17 rq:798370 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-pomodoro/gnome-pomodoro.changes 2020-03-29 14:26:48.842131824 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-pomodoro.new.2738/gnome-pomodoro.changes 2020-04-27 23:43:10.116092614 +0200 @@ -1,0 +2,7 @@ +Wed Apr 22 11:52:17 UTC 2020 - Andrei Dziahel <[email protected]> + +- Fix gnome shell version requirements since upstream supports + single gnome-shell version only. +- Clean gnome-pomodoro.spec with spec-cleaner. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-pomodoro.spec ++++++ --- /var/tmp/diff_new_pack.2Gym6I/_old 2020-04-27 23:43:12.360097206 +0200 +++ /var/tmp/diff_new_pack.2Gym6I/_new 2020-04-27 23:43:12.364097214 +0200 @@ -17,22 +17,21 @@ %global __requires_exclude typelib\\(Meta\\) - Name: gnome-pomodoro Version: 0.17.0 Release: 0 Summary: A time management utility for GNOME License: GPL-3.0-or-later Group: Productivity/Office/Other -URL: http://gnomepomodoro.org +URL: https://gnomepomodoro.org Source: https://github.com/codito/%{name}/archive/%{version}.tar.gz Source99: gnome-pomodoro-rpmlintrc - BuildRequires: desktop-file-utils BuildRequires: docbook-utils BuildRequires: gettext >= 0.19.6 BuildRequires: gnome-common -BuildRequires: gnome-shell >= 3.16.0 +BuildRequires: gnome-shell < 3.37.0 +BuildRequires: gnome-shell >= 3.36.0 BuildRequires: pkgconfig BuildRequires: vala >= 0.28 BuildRequires: pkgconfig(appstream-glib) >= 0.7.3 @@ -47,7 +46,8 @@ BuildRequires: pkgconfig(libcanberra) >= 0.30 BuildRequires: pkgconfig(libpeas-1.0) >= 1.5.0 BuildRequires: pkgconfig(sqlite3) -Requires: gnome-shell >= 3.16.0 +Requires: gnome-shell < 3.37.0 +Requires: gnome-shell >= 3.36.0 Requires: gstreamer Requires: gtk3 >= 3.20.0 Requires: hicolor-icon-theme @@ -66,7 +66,7 @@ %build NOCONFIGURE=1 ./autogen.sh LDFLAGS="-Wl,--as-needed" %configure --disable-static -make %{?_smp_mflags} +%make_build %install make install DESTDIR=%{buildroot} INSTALL="install -p"
