Hello community,

here is the log from the commit of package gnome-clocks for openSUSE:Factory 
checked in at 2018-03-14 19:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-clocks (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-clocks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-clocks"

Wed Mar 14 19:26:09 2018 rev:33 rq:585820 version:3.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-clocks/gnome-clocks.changes        
2017-10-23 16:40:32.928467043 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-clocks.new/gnome-clocks.changes   
2018-03-14 19:26:09.412649595 +0100
@@ -1,0 +2,33 @@
+Sat Mar 10 17:15:23 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.28.0:
+  + Search: workaround crash due to libgweather serialization.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:27:34 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Sun Dec 24 03:08:58 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.27.1:
+  + World clocks: add UTC and "Anywhere on Earth" clocks.
+  + Updated translations.
+- Add glib-2.0 and gobject-2.0 pkgconfig BuildRequires. Note that
+  they were being pulled with gio-2.0 pkgconfig module and used
+  already as all of them live in glib2-devel package.
+- Drop %glib2_gsettings_schema_*, %icon_theme_cache_* and
+  %desktop_database_* post/postun scriptlets and
+  %glib2_gsettings_schema_requires macro. They are no longer needed
+  since RPM file triggers.
+- Following the above, drop hicolor-icon-theme BuildRequires, no
+  longer needed.
+- Drop update-desktop-files BuildRequires and stop using
+  suse_update_desktop_file macro, not needed.
+- Add fdupes BuildRequires and pass corresponding fdupes macro,
+  silence rpmlint.
+- Do a minor spec cleanup.
+
+-------------------------------------------------------------------

Old:
----
  gnome-clocks-3.26.1.tar.xz

New:
----
  gnome-clocks-3.28.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-clocks.spec ++++++
--- /var/tmp/diff_new_pack.jsQDsT/_old  2018-03-14 19:26:10.156623178 +0100
+++ /var/tmp/diff_new_pack.jsQDsT/_new  2018-03-14 19:26:10.160623036 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-clocks
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,33 +18,32 @@
 
 
 Name:           gnome-clocks
-Version:        3.26.1
+Version:        3.28.0
 Release:        0
 Summary:        Clock application designed for GNOME 3
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Office/Other
-Url:            https://live.gnome.org/Design/Apps/Clock
-Source:         
http://download.gnome.org/sources/gnome-clocks/3.26/%{name}-%{version}.tar.xz
-# For icont_theme_chache post and postun macros
-BuildRequires:  hicolor-icon-theme
+URL:            https://live.gnome.org/Design/Apps/Clock
+Source:         
http://download.gnome.org/sources/gnome-clocks/3.28/%{name}-%{version}.tar.xz
+BuildRequires:  fdupes
 BuildRequires:  meson >= 0.41.0
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.23.3
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(geocode-glib-1.0) >= 0.99.4
+BuildRequires:  pkgconfig(geocode-glib-1.0) >= 1.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
-BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.7.90
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44
+BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.8
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.44
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gsound) >= 0.98
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.11
-BuildRequires:  pkgconfig(gweather-3.0) >= 3.19.8
-BuildRequires:  pkgconfig(libgeoclue-2.0) >= 2.3.1
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gweather-3.0) >= 3.27.2
+BuildRequires:  pkgconfig(libgeoclue-2.0) >= 2.4
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 A nice simple app to show the time, date, and alarms.
@@ -52,14 +51,15 @@
 %package -n gnome-shell-search-provider-gnome-clocks
 Summary:        GNOME Clocks -- Search Provider for GNOME Shell
 Group:          Productivity/Office/Other
-Supplements:    packageand(gnome-shell:%{name})
 Requires:       %{name} = %{version}
+Supplements:    packageand(gnome-shell:%{name})
 
 %description -n gnome-shell-search-provider-gnome-clocks
 This package contains a search provider to enable GNOME Shell to get
 search results from GNOME Clocks.
 
 %lang_package
+
 %prep
 %setup -q
 %if !0%{?is_opensuse}
@@ -72,34 +72,23 @@
 
 %install
 %meson_install
-%suse_update_desktop_file org.gnome.clocks Utility X-SuSE-TimeUtility
 %find_lang %{name} %{?no_lang_C}
-
-%post
-%glib2_gsettings_schema_post
-%icon_theme_cache_post
-%desktop_database_post
-
-%postun
-%glib2_gsettings_schema_postun
-%icon_theme_cache_postun
-%desktop_database_postun
+%fdupes %{buildroot}/%{_datadir}
 
 %files
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 %doc %{_datadir}/help/C/gnome-clocks/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.clocks.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.gnome.clocks.appdata.xml
 %{_datadir}/dbus-1/services/org.gnome.clocks.service
 %{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.clocks*
 %{_datadir}/applications/org.gnome.clocks.desktop
 
 %files -n gnome-shell-search-provider-gnome-clocks
-%defattr (-, root, root)
 %dir %{_datadir}/gnome-shell
 %dir %{_datadir}/gnome-shell/search-providers
 %{_datadir}/gnome-shell/search-providers/org.gnome.clocks.search-provider.ini

++++++ gnome-clocks-3.26.1.tar.xz -> gnome-clocks-3.28.0.tar.xz ++++++
++++ 2692 lines of diff (skipped)


Reply via email to