Hello community,

here is the log from the commit of package mate-power-manager for 
openSUSE:Factory checked in at 2015-07-02 22:48:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-power-manager (Old)
 and      /work/SRC/openSUSE:Factory/.mate-power-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-power-manager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-power-manager/mate-power-manager.changes    
2014-10-05 20:33:30.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-power-manager.new/mate-power-manager.changes   
    2015-07-03 00:09:57.000000000 +0200
@@ -1,0 +2,36 @@
+Mon May  4 20:23:43 UTC 2015 - [email protected]
+
+- Update to 1.10.0 (changes since 1.9.0):
+  * Fix memory leaks.
+  * Rename D-Bus service file.
+  * Add mate-power-manager-bugreport, and
+    mate-power-backlight-helper manpages.
+  * Fix GTKBuilder script for media keys popup window.
+  * Removed the property that made UI load fail.
+  * UPower: handle UP_DEVICE_STATE_UNKNOWN, avoid assert.
+  * Fix mate-power-statistics GUI while using Gtk3.
+  * Drop udisks1 support.
+  * Update translations.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Mon Dec  8 19:59:03 UTC 2014 - [email protected]
+
+- Remove obsolete "--disable-scrollkeeper" option
+- Add requirement to pkgconfig(mate-desktop-2.0); new dependency
+
+-------------------------------------------------------------------
+Mon Dec  8 15:29:27 UTC 2014 - [email protected]
+
+- Remove mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
+  fixed on upstream release
+- Remove autoreconf -fiv; not needed anymore
+
+-------------------------------------------------------------------
+Sun Oct 26 20:30:11 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+  + Add support for UPower 0.99
+- Fix version requirements
+
+-------------------------------------------------------------------

Old:
----
  mate-power-manager-1.8.1.tar.xz
  mate-power-manager_dbus_interface_keyboard_backlight_controls.patch

New:
----
  mate-power-manager-1.10.0.tar.xz

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

Other differences:
------------------
++++++ mate-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.wZ9ggL/_old  2015-07-03 00:09:58.000000000 +0200
+++ /var/tmp/diff_new_pack.wZ9ggL/_new  2015-07-03 00:09:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-power-manager 
+# spec file for package mate-power-manager
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,35 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define _version 1.10
 Name:           mate-power-manager
-Version:        1.8.1
+Version:        1.10.0
 Release:        0
 Summary:        MATE Desktop UPower policy management
 License:        GPL-2.0
 Group:          System/GUI/Other
 Url:            http://mate-desktop.org
-Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
mate-power-manager_dbus_interface_keyboard_backlight_controls.patch --fix 
gsettings schema
-# to fix keyboard backlight support
-Patch0:         
mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
-Requires:       upower
-Recommends:     %{name}-lang
-%glib2_gsettings_schema_requires
-
+Source0:        
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-utils
 BuildRequires:  fdupes
-BuildRequires:  mate-common
 BuildRequires:  libxml2-python
+BuildRequires:  mate-common >= 1.9.0
+BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.9.0
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
-BuildRequires:  pkgconfig(gnome-keyring-1)
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.0
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(upower-glib)
-BuildRequires:  update-desktop-files
-BuildRequires:  yelp-tools
+Requires:       upower
+Recommends:     %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
 
 %description
 MATE Power Manager is a MATE session daemon that acts as a policy
@@ -55,22 +54,20 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-autoreconf -fiv
 %configure                               \
-   --disable-scrollkeeper                \
    --libexecdir=%{_libexecdir}/%{name}   \
    --enable-unique
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}/
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-   rm -r %{buildroot}%{_datadir}/MateConf
+
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+   rm -rf %{buildroot}%{_datadir}/MateConf/
 fi
 
 %post
@@ -84,29 +81,26 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS README COPYING
-%dir %{_datadir}/mate-2.0
+%defattr(-,root,root)
+%doc AUTHORS COPYING NEWS README
 %{_sysconfdir}/xdg/autostart/mate-power-manager.desktop
 %{_bindir}/mate-power-manager
-%{_bindir}/mate-power-manager-bugreport
 %{_bindir}/mate-power-preferences
 %{_bindir}/mate-power-statistics
 %{_sbindir}/mate-power-backlight-helper
-%{_libexecdir}/%{name}
+%{_libexecdir}/%{name}/
 %{_datadir}/applications/mate-power-preferences.desktop
 %{_datadir}/applications/mate-power-statistics.desktop
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/help/C/%{name}
+%{_datadir}/help/C/%{name}/
 %{_datadir}/icons/hicolor/*/*/*
-%{_datadir}/mate-2.0/ui/
 %{_datadir}/mate-panel/
 %{_datadir}/mate-power-manager/
 %{_datadir}/polkit-1/
-%{_mandir}/man1/*.1.gz
+%{_mandir}/man?/*.?%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ mate-power-manager-1.8.1.tar.xz -> mate-power-manager-1.10.0.tar.xz 
++++++
++++ 45867 lines of diff (skipped)


Reply via email to