[xfce4-power-manager] Updated to latest upstream version

nonamedotc nonamedotc at fedoraproject.org
Wed Oct 1 02:29:01 UTC 2014


commit ab86b99478d9f835fa11c7d0e9f863f73969029c
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Tue Sep 30 21:28:55 2014 -0500

    Updated to latest upstream version
    
    - changes made to files to accomodate changes in new version

 .gitignore               |    1 +
 sources                  |    2 +-
 xfce4-power-manager.spec |   43 +++++++++++++++++++++++--------------------
 3 files changed, 25 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed72cf6..19224fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ xfce4-power-manager-0.8.4.2.tar.bz2
 /xfce4-power-manager-1.0.11.tar.bz2
 /xfce4-power-manager-1.1.0.tar.bz2
 /xfce4-power-manager-1.2.0.tar.bz2
+/xfce4-power-manager-1.4.1.tar.bz2
diff --git a/sources b/sources
index 1424841..a3e5189 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-935599b7114b0a4b0e2c9a5d6c72524c  xfce4-power-manager-1.2.0.tar.bz2
+808a2630487d75e6eae915e464b7fda3  xfce4-power-manager-1.4.1.tar.bz2
diff --git a/xfce4-power-manager.spec b/xfce4-power-manager.spec
index 368513a..e4a2444 100644
--- a/xfce4-power-manager.spec
+++ b/xfce4-power-manager.spec
@@ -1,32 +1,32 @@
-%global minorversion 1.2
+%global minorversion 1.4
 %global xfceversion 4.10
 
-Name:           xfce4-power-manager
-Version:        1.2.0
-Release:        11%{?dist}
-Summary:        Power management for the Xfce desktop environment
+Name:		xfce4-power-manager
+Version:	1.4.1
+Release:	1%{?dist}
+Summary:	Power management for the Xfce desktop environment
 
-Group:          User Interface/Desktops
-License:        GPLv2+
-URL:            http://goodies.xfce.org/projects/applications/%{name}
+Group:		User Interface/Desktops
+License:	GPLv2+
+URL:		http://goodies.xfce.org/projects/applications/%{name}
 #VCS: git:git://git.xfce.org/xfce/xfce4-power-manager
-Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
+Source0:	http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 # Fix XFCE category
-Patch1:	        xfce4-power-manager-1.1.0-fix-desktop.patch
+Patch1:		xfce4-power-manager-1.1.0-fix-desktop.patch
 # Inhibit systemd from power management when we are running. 
 # https://bugzilla.xfce.org/show_bug.cgi?id=9335
-Patch2:         xfce4-power-manager-1.2.0-systemd-inhibit.patch
+Patch2:		xfce4-power-manager-1.2.0-systemd-inhibit.patch
 # Fix crash through buggy locales (WTF?)
 # Fedora bug:   https://bugzilla.redhat.com/show_bug.cgi?id=754585
 # Upstream bug: https://bugzilla.xfce.org/show_bug.cgi?id=8992
 # At least en_GB, te, and tr were affected; instead of individual commits, we
 # just make one big patch with he latest translations form git as of 2013-03-20
-Patch3:         xfce4-power-manager-1.2.0-update-translations.patch
+Patch3:		xfce4-power-manager-1.2.0-update-translations.patch
 # Patch3:         xfce4-power-manager-1.2.0-en_gb_crash_fix.patch
 
 # Use systemd methods for suspend/hibernate. upower no longer does them.
 # https://bugzilla.xfce.org/show_bug.cgi?id=9963
-Patch4:         xfce4-power-manager-1.2.0-systemd-suspend-hibernate.patch
+Patch4:		xfce4-power-manager-1.2.0-systemd-suspend-hibernate.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -43,8 +43,7 @@ BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
 Requires:       xfce4-panel >= %{xfceversion}
 Requires:       polkit
-Requires:       udisks
-Requires:       upower
+Requires:       upower >= 0.9.8
 
 %description
 Xfce Power Manager uses the information and facilities provided by HAL to 
@@ -97,20 +96,24 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_bindir}/%{name}
 %{_bindir}/%{name}-settings
-%{_bindir}/xfce4-power-information
+%{_sbindir}/xfce4-pm-helper
+%{_datadir}/appdata/xfce4-power-manager.appdata.xml
+%{_libdir}/xfce4/panel/plugins/libxfce4powermanager.so
+%{_datadir}/xfce4/panel/plugins/power-manager-plugin.desktop
 %{_sbindir}/xfpm-power-backlight-helper
 %config %{_sysconfdir}/xdg/autostart/%{name}.desktop
-%{_libdir}/xfce4/panel-plugins/xfce4-brightness-plugin
 %{_datadir}/applications/%{name}-settings.desktop
 %{_datadir}/icons/hicolor/*/*/*.*
-%{_datadir}/xfce4/panel-plugins/xfce4-brightness-plugin.desktop
 %{_datadir}/polkit-1/actions/org.xfce.power.policy
-%doc %{_datadir}/xfce4/doc/C/
+%doc
 %{_mandir}/man1/%{name}-settings.1.*
 %{_mandir}/man1/%{name}.1.*
 
-
 %changelog
+* Tue Sep 30 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 1.4.1-1
+- Updated to latest upstream version
+- changes made to files to accomodate changes in new version
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list