Hello community,

here is the log from the commit of package gnome-logs for openSUSE:Factory 
checked in at 2015-03-30 19:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-logs (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-logs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-logs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-logs/gnome-logs.changes    2014-11-18 
22:48:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-logs.new/gnome-logs.changes       
2015-03-30 19:23:47.000000000 +0200
@@ -1,0 +2,63 @@
+Mon Mar 23 21:53:34 UTC 2015 - [email protected]
+
+- Update to version 3.16.0:
+  + fix timestamp comparison test.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 17 08:25:44 UTC 2015 - [email protected]
+
+- Update to version 3.15.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  3 08:34:58 UTC 2015 - [email protected]
+
+- Update to version 3.15.91:
+  + Added on-demand loading of journal entries.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 18 19:02:18 UTC 2015 - [email protected]
+
+- Update to version 3.15.90:
+  + Port to GListModel.
+  + Extensive refactoring of the journal query code.
+  + Mark the application as busy when reading from the journal.
+  + Unit test for timestamp comparison.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jan 23 22:32:26 UTC 2015 - [email protected]
+
+- Update to version 3.15.4:
+  + Preliminary asynchronous querying of the journal.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Dec 17 20:46:59 UTC 2014 - [email protected]
+
+- Update to version 3.15.3:
+  + An option for the sort order of the event list.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Nov 28 20:30:28 UTC 2014 - [email protected]
+
+- Update to version 3.15.2:
+  + Only show the categories list when relevant.
+  + Substitute binary path in service file correctly.
+  + Add elements to AppData to fix validation.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Nov 18 16:45:06 UTC 2014 - [email protected]
+
+- Update to version 3.15.1:
+  + Coverity warning fix.
+  + Enhanced systemd message catalog parsing and display.
+  + Updated translations.
+- Own Hicontrast icon dirs, and run macros for icons in
+  post/postun.
+
+-------------------------------------------------------------------

Old:
----
  gnome-logs-3.14.2.tar.xz

New:
----
  gnome-logs-3.16.0.tar.xz

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

Other differences:
------------------
++++++ gnome-logs.spec ++++++
--- /var/tmp/diff_new_pack.gi5Xuz/_old  2015-03-30 19:23:48.000000000 +0200
+++ /var/tmp/diff_new_pack.gi5Xuz/_new  2015-03-30 19:23:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-logs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,21 +18,21 @@
 
 
 Name:           gnome-logs
-Version:        3.14.2
+Version:        3.16.0
 Release:        0
 Summary:        GNOME System Log Viewer
 License:        GPL-3.0+
 Group:          System/Utilities
 Url:            https://wiki.gnome.org/Design/Apps/SystemLog
-Source:         
http://download.gnome.org/sources/gnome-logs/3.14/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-logs/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) >= 2.39.90
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.13.4
+BuildRequires:  pkgconfig(glib-2.0) >= 2.43.90
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.7
 BuildRequires:  pkgconfig(libsystemd-journal)
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -56,10 +56,12 @@
 %post
 %desktop_database_post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 
 %files
 %defattr(-,root,root)
@@ -69,10 +71,16 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/org.gnome.Logs.appdata.xml
 %{_datadir}/applications/org.gnome.Logs.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.Logs.enums.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.Logs.gschema.xml
 # Own non-standard dirs
 %dir %{_datadir}/icons/hicolor/512x512
 %dir %{_datadir}/icons/hicolor/512x512/apps
+%dir %{_datadir}/icons/HighContrast/
+%dir %{_datadir}/icons/HighContrast/*/
+%dir %{_datadir}/icons/HighContrast/*/apps
 %{_datadir}/icons/hicolor/*/apps/gnome-logs.png
+%{_datadir}/icons/HighContrast/*/apps/gnome-logs.png
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_datadir}/dbus-1/services/org.gnome.Logs.service
 

++++++ gnome-logs-3.14.2.tar.xz -> gnome-logs-3.16.0.tar.xz ++++++
++++ 16752 lines of diff (skipped)


Reply via email to