Hello community,
here is the log from the commit of package gnome-power-manager for
openSUSE:Factory checked in at 2018-02-03 15:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-power-manager (Old)
and /work/SRC/openSUSE:Factory/.gnome-power-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-power-manager"
Sat Feb 3 15:38:52 2018 rev:121 rq:572083 version:3.26.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-power-manager/gnome-power-manager.changes
2017-09-13 21:39:42.087123853 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-power-manager.new/gnome-power-manager.changes
2018-02-03 15:38:53.623484609 +0100
@@ -1,0 +2,20 @@
+Tue Jan 30 16:03:39 UTC 2018 - [email protected]
+
+- Update to version 3.26.0:
+ + trivial: Remove the build-api helper script.
+ + Remove po/Makevars.
+ + build: Install appstream metadata to non-deprecated location.
+ + Updated translations.
+- Drop gnome-patch-translation BuildRequires: We do not have any
+ patches, so not needed.
+- Drop gnome-applets-brightness and gnome-applets-inhibit-powersave
+ Obsoletes: No current openSUSE or SUSE have ever provided them.
+- Conditionally apply translations-update-upstream BuildRequires
+ and macro for non-openSUSE only.
+- Drop update-desktop-files BuildRequires and stop using
+ suse_update_desktop_file macro, no longer needed.
+- Pass enable-tests=false to meson, ensure we do not build the
+ tests.
+- Do minor spec cleanup.
+
+-------------------------------------------------------------------
Old:
----
gnome-power-manager-3.25.90.tar.xz
New:
----
gnome-power-manager-3.26.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.sZAUIj/_old 2018-02-03 15:38:54.139460509 +0100
+++ /var/tmp/diff_new_pack.sZAUIj/_new 2018-02-03 15:38:54.151459948 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-power-manager
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,31 +17,29 @@
Name: gnome-power-manager
-Version: 3.25.90
+Version: 3.26.0
Release: 0
Summary: Power Management for GNOME
License: GPL-2.0+
Group: System/GUI/GNOME
Url: https://projects.gnome.org/gnome-power-manager/
-Source:
http://download.gnome.org/sources/gnome-power-manager/3.25/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-power-manager/3.26/%{name}-%{version}.tar.xz
+
BuildRequires: docbook-utils-minimal
BuildRequires: fdupes
-BuildRequires: gnome-patch-translation
BuildRequires: libupower-glib-devel
BuildRequires: meson
BuildRequires: pkgconfig
-BuildRequires: translation-update-upstream
-BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gdk-3.0) >= 2.91.7
BuildRequires: pkgconfig(glib-2.0) >= 2.45.8
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.8
Requires: gnome-session-core
Requires: upower
Recommends: %{name}-lang
-# The -brightness and -inhibit-powersave applets are no longer provided in
2.91+
-Obsoletes: gnome-applets-brightness < %{version}
-Obsoletes: gnome-applets-inhibit-powersave < %{version}
%glib2_gsettings_schema_requires
+%if !0%{?is_opensuse}
+BuildRequires: translation-update-upstream
+%endif
%description
GNOME Power Manager is a GNOME session daemon that acts as a policy
@@ -51,29 +49,32 @@
%lang_package
%prep
-%setup -q
+%autosetup
+%if !0%{?is_opensuse}
translation-update-upstream
+%endif
%build
-%meson
+%meson \
+ -D enable-tests=false \
+ %{nil}
%meson_build
%install
%meson_install
-%suse_update_desktop_file org.gnome.PowerStats
+
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}
%files
-%defattr (-, root, root)
-%doc AUTHORS COPYING
+%license COPYING
%{_bindir}/gnome-power-statistics
%{_datadir}/applications/org.gnome.PowerStats.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.power-manager.gschema.xml
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/gnome-power-statistics.*
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/org.gnome.PowerStats.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.gnome.PowerStats.appdata.xml
%files lang -f %{name}.lang
++++++ gnome-power-manager-3.25.90.tar.xz -> gnome-power-manager-3.26.0.tar.xz
++++++
++++ 2415 lines of diff (skipped)