Hello community,
here is the log from the commit of package gnome-power-manager for
openSUSE:Factory checked in at 2017-09-13 21:39:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-power-manager (Old)
and /work/SRC/openSUSE:Factory/.gnome-power-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-power-manager"
Wed Sep 13 21:39:40 2017 rev:120 rq:520664 version:3.25.90
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-power-manager/gnome-power-manager.changes
2017-03-22 23:09:49.987580409 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-power-manager.new/gnome-power-manager.changes
2017-09-13 21:39:42.087123853 +0200
@@ -1,0 +2,10 @@
+Tue Aug 15 13:20:46 UTC 2017 - [email protected]
+
+- Update to version 3.25.90:
+ + Switch to meson build system.
+ + Updated translations.
+- Add meson BuildRequires and switch autotools macros configure,
+ make and makeinstall to meson, meson_build and meson_install
+ following upstream switch to Meson build system.
+
+-------------------------------------------------------------------
Old:
----
gnome-power-manager-3.24.0.tar.xz
New:
----
gnome-power-manager-3.25.90.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.hjhJMH/_old 2017-09-13 21:39:43.158973043 +0200
+++ /var/tmp/diff_new_pack.hjhJMH/_new 2017-09-13 21:39:43.162972480 +0200
@@ -17,17 +17,19 @@
Name: gnome-power-manager
-Version: 3.24.0
+Version: 3.25.90
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.24/%{name}-%{version}.tar.xz
+Source:
http://download.gnome.org/sources/gnome-power-manager/3.25/%{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
@@ -39,7 +41,6 @@
# The -brightness and -inhibit-powersave applets are no longer provided in
2.91+
Obsoletes: gnome-applets-brightness < %{version}
Obsoletes: gnome-applets-inhibit-powersave < %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires
%description
@@ -48,41 +49,29 @@
user-configurable actions.
%lang_package
+
%prep
%setup -q
translation-update-upstream
%build
-%configure
-%{__make} %{?jobs:-j %jobs}
+%meson
+%meson_build
%install
-%makeinstall
+%meson_install
%suse_update_desktop_file org.gnome.PowerStats
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}
-%clean
-rm -rf %{buildroot}
-
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
%files
%defattr (-, root, root)
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS 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/*
-%doc %{_mandir}/man1/gnome-power-statistics.*
+%{_mandir}/man1/gnome-power-statistics.*
%dir %{_datadir}/appdata/
%{_datadir}/appdata/org.gnome.PowerStats.appdata.xml
++++++ gnome-power-manager-3.24.0.tar.xz -> gnome-power-manager-3.25.90.tar.xz
++++++
++++ 64505 lines of diff (skipped)