[xfce4-power-manager] Update to 1.2.0 (Xfce 4.10 final)

Christoph Wickert cwickert at fedoraproject.org
Sun Apr 29 15:56:06 UTC 2012


commit 54572b967faaf5dbf29d3b091e83bacc092f5b73
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Apr 29 17:56:01 2012 +0200

    Update to 1.2.0 (Xfce 4.10 final)

 .gitignore                                  |    1 +
 sources                                     |    2 +-
 xfce4-power-manager-1.1.0-fix-desktop.patch |    2 +-
 xfce4-power-manager.spec                    |   30 ++++++++++++++++----------
 4 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 725b403..ed72cf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ xfce4-power-manager-0.8.4.2.tar.bz2
 /xfce4-power-manager-1.0.10.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
diff --git a/sources b/sources
index 79c1b40..1424841 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8acc61d1943b2051a65b20ecd024cbca  xfce4-power-manager-1.1.0.tar.bz2
+935599b7114b0a4b0e2c9a5d6c72524c  xfce4-power-manager-1.2.0.tar.bz2
diff --git a/xfce4-power-manager-1.1.0-fix-desktop.patch b/xfce4-power-manager-1.1.0-fix-desktop.patch
index cf8ee4b..7f82a88 100644
--- a/xfce4-power-manager-1.1.0-fix-desktop.patch
+++ b/xfce4-power-manager-1.1.0-fix-desktop.patch
@@ -6,7 +6,7 @@ diff -Nur xfce4-power-manager-1.1.0.orig/settings/xfce4-power-manager-settings.d
  Terminal=false
  Type=Application
 -Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings;
-+Categories=GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings;
++Categories=X-XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings;
  OnlyShowIn=XFCE;
  StartupNotify=true
  X-XfcePluggable=true
diff --git a/xfce4-power-manager.spec b/xfce4-power-manager.spec
index a701ef1..a0041ed 100644
--- a/xfce4-power-manager.spec
+++ b/xfce4-power-manager.spec
@@ -1,8 +1,8 @@
-%global minorversion 1.1
-%global xfceversion 4.9
+%global minorversion 1.2
+%global xfceversion 4.10
 
 Name:           xfce4-power-manager
-Version:        1.1.0
+Version:        1.2.0
 Release:        1%{?dist}
 Summary:        Power management for the Xfce desktop environment
 
@@ -12,18 +12,21 @@ 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
 # Fix XFCE category
-Patch1:		xfce4-power-manager-1.1.0-fix-desktop.patch
+Patch1:	        xfce4-power-manager-1.1.0-fix-desktop.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  xfconf-devel >= %{xfceversion}
-BuildRequires:  xfce4-panel-devel >= %{xfceversion}
-BuildRequires:  dbus-devel >= 0.60
-BuildRequires:  dbus-glib-devel >= 0.70
-BuildRequires:  libnotify-devel >= 0.4.1
-BuildRequires:  libXrandr-devel >= 1.2.0
-BuildRequires:  xorg-x11-proto-devel
-BuildRequires:  gettext intltool desktop-file-utils
+BuildRequires:  pkgconfig(libxfconf-0) >= 4.6.0
+BuildRequires:  pkgconfig(libxfce4ui-1) >= 4.7.0
+BuildRequires:  pkgconfig(libxfce4panel-1.0) >= 4.6.0
+BuildRequires:  pkgconfig(dbus-1) >= 0.60
+BuildRequires:  pkgconfig(dbus-glib-1) >= 0.70
+BuildRequires:  pkgconfig(libnotify) >= 0.4.1
+BuildRequires:  pkgconfig(xrandr) >= 1.2.0
+BuildRequires:  xorg-x11-proto-devel >= 1.0.0
+BuildRequires:  gettext
+BuildRequires:  intltool
+BuildRequires:  desktop-file-utils
 Requires:       xfce4-panel >= %{xfceversion}
 Requires:       polkit
 
@@ -87,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Apr 29 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.0-1
+- Update to 1.2.0 (Xfce 4.10 final)
+
 * Sat Apr 14 2012 Kevin Fenzi <kevin at scrye.com> - 1.1.0-1
 - Update to 1.1.0 (Xfce 4.10pre2)
 


More information about the scm-commits mailing list