[xfce4-panel] Update to 4.10.0 final

Christoph Wickert cwickert at fedoraproject.org
Sun Apr 29 11:27:21 UTC 2012


commit 95126d5e261129d8a2fa2072a3b54341d2a02983
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Apr 29 13:27:15 2012 +0200

    Update to 4.10.0 final
    
    - Make build verbose
    - Add VCS key

 .gitignore       |    1 +
 sources          |    2 +-
 xfce4-panel.spec |   23 +++++++++++++----------
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e07a0d..882442f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ xfce4-panel-4.6.4.tar.bz2
 /xfce4-panel-4.8.6.tar.bz2
 /xfce4-panel-4.9.1.tar.bz2
 /xfce4-panel-4.9.2.tar.bz2
+/xfce4-panel-4.10.0.tar.bz2
diff --git a/sources b/sources
index d937621..ea7c9bc 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 311746c0b3a0539abb838a2165251a41  xfce4-clock.png
 25c31cc29b91c92502364efb6fc0b068  xfce4-clock.svg
-6984059fc8d5054e10876aef2af0e1af  xfce4-panel-4.9.2.tar.bz2
+cf7351a4b952dbe3fc5ff509c68def33  xfce4-panel-4.10.0.tar.bz2
diff --git a/xfce4-panel.spec b/xfce4-panel.spec
index a6d8fec..0cac738 100644
--- a/xfce4-panel.spec
+++ b/xfce4-panel.spec
@@ -1,13 +1,14 @@
-%global xfceversion 4.9
+%global xfceversion 4.10
 
 Name:           xfce4-panel
-Version:        4.9.2
+Version:        4.10.0
 Release:        1%{?dist}
 Summary:        Next generation panel for Xfce
 
 Group:          User Interface/Desktops
 License:        GPLv2+ and LGPLv2+
 URL:            http://www.xfce.org/
+#VCS git:git://git.xfce.org/xfce/xfce4-panel
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 # clock icon taken from system-config-date, license is GPLv2+
 Source1:        xfce4-clock.png
@@ -15,14 +16,15 @@ Source2:        xfce4-clock.svg
 Patch1:         xfce4-panel-4.9.1-fix-desktopfile.patch
 ## Downstream patches
 # FIXME: do the patch once SIG has decided about a panel layout
-Patch10:         xfce4-panel-4.8.2-defaults.patch
+Patch10:        xfce4-panel-4.8.2-defaults.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  libxfce4ui-devel >= %{xfceversion}
-BuildRequires:  garcon-devel >= 0.1.4
+BuildRequires:  xfconf-devel >= %{xfceversion}
+BuildRequires:  garcon-devel >= 0.1.5
 BuildRequires:  libxml2-devel >= 2.4.0
 BuildRequires:  startup-notification-devel
 BuildRequires:  exo-devel >= 0.3.93
-BuildRequires:  libwnck-devel
+BuildRequires:  libwnck-devel >= 2.30
 BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
@@ -44,15 +46,11 @@ Obsoletes:      xfce4-taskbar-plugin <= 0.2.2-7.fc6
 Obsoletes:      xfce4-windowlist-plugin <= 0.1.0-7.fc6
 # xfce4-xmms-plugin isn't in F11
 Obsoletes:      xfce4-xmms-plugin <= 0.5.1-3.fc11
-
 # xfce4-volstatus-icon isn't in F15
-Provides:       xfce4-volstatus-icon%{?_isa} = 0.1.0-8
 Obsoletes:      xfce4-volstatus-icon <= 0.1.0-7.fc15
 # xfce4-stopwatch-plugin isn't in F15
-Provides:       xfce4-stopwatch-plugin%{?_isa}-0.2.0-4
 Obsoletes:      xfce4-stopwatch-plugin <= 0.2.0-3.fc15
 # xfce4-xfapplet-plugin isn't in F15
-Provides:       xfce4-xfapplet-plugin%{?_isa} = 0.1.0-11
 Obsoletes:      xfce4-xfapplet-plugin <= 0.1.0-10.fc15
 
 
@@ -92,7 +90,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 # because lt-libxfce4panel-scan is linked against libxfce4panel
 export LD_LIBRARY_PATH=$( pwd )/libxfce4panel/.libs
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
@@ -163,6 +161,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/xfce4/libxfce4panel-*/
 
 %changelog
+* Sun Apr 29 2012 Christoph Wickert <cwickert at fedoraproject.org> - 4.10.0-1
+- Update to 4.10.0 final
+- Make build verbose
+- Add VCS key
+
 * Sat Apr 14 2012 Kevin Fenzi <kevin at scrye.com> - 4.9.2-1
 - Update to 4.9.2 (Xfce 4.10pre2)
 


More information about the scm-commits mailing list