Hello community, here is the log from the commit of package gnome-logs for openSUSE:Factory checked in at 2013-12-11 17:01: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 2013-11-05 06:51:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-logs.new/gnome-logs.changes 2013-12-11 17:01:47.000000000 +0100 @@ -1,0 +2,16 @@ +Tue Nov 19 22:01:19 UTC 2013 - [email protected] + +- Update to version 3.11.2: + + Add and validate AppData. + + Load log events for the current category only. + + Show log events from the current boot only. + + Pretty timestamp formats. + + Updated translations. +- Add appdata-tools BuildRequires: needed to validate the appdata + file. +- Add gnome-common BuildRequires and call aclocal --install, in + order to ensure a recent enough appdata.m4 is being used. When + the tarball was created, appdata.m4 did not use --nonet yet and + in turn required internet access. + +------------------------------------------------------------------- Old: ---- gnome-logs-3.11.1.tar.xz New: ---- gnome-logs-3.11.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-logs.spec ++++++ --- /var/tmp/diff_new_pack.33RiR3/_old 2013-12-11 17:01:48.000000000 +0100 +++ /var/tmp/diff_new_pack.33RiR3/_new 2013-12-11 17:01:48.000000000 +0100 @@ -1,6 +1,7 @@ # -# spec file for package +# spec file for package gnome-logs # +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -15,21 +16,26 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: gnome-logs -Version: 3.11.1 +Version: 3.11.2 Release: 0 -License: GPL-3.0+ +# FIXME: Verify if the tarball has been built with a recent enought appdata-tools (using --nonet) Summary: GNOME System Log Viewer -Url: https://wiki.gnome.org/Design/Apps/SystemLog +License: GPL-3.0+ Group: System/Utilities +Url: https://wiki.gnome.org/Design/Apps/SystemLog Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-logs/3.11/%{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.6 +BuildRequires: appdata-tools +# Needed in order to bootstrap, as the tarball was created with an appdata-tools requiring network access +BuildRequires: gnome-common +BuildRequires: intltool >= 0.50.0 BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(libsystemd-journal) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: intltool >= 0.50.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.6 +BuildRequires: pkgconfig(libsystemd-journal) Recommends: %{name}-lang +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A utility for viewing detailed event logs for the system. @@ -39,6 +45,8 @@ %setup -q %build +# Make sure to get the right macros installes, especially appdata.m4. +aclocal --install %configure make %{?_smp_mflags} @@ -50,6 +58,8 @@ %defattr(-,root,root) %doc ChangeLog README COPYING %{_bindir}/%{name} +%dir %{_datadir}/appdata +%{_datadir}/appdata/gnome-logs.appdata.xml %{_datadir}/applications/%{name}.desktop %files lang -f %{name}.lang ++++++ gnome-logs-3.11.1.tar.xz -> gnome-logs-3.11.2.tar.xz ++++++ ++++ 16259 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
