[libxfce4util] Update to 4.10.0 final

Christoph Wickert cwickert at fedoraproject.org
Sat Apr 28 20:18:35 UTC 2012


commit 6635dd1cf92821ef3a4f22c1650326d73fa8b310
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Apr 28 22:18:31 2012 +0200

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

 .gitignore        |    1 +
 libxfce4util.spec |   14 ++++++++++----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3782782..9ba06ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ libxfce4util-4.6.2.tar.bz2
 /libxfce4util-4.8.2.tar.bz2
 /libxfce4util-4.9.0.tar.bz2
 /libxfce4util-4.9.1.tar.bz2
+/libxfce4util-4.10.0.tar.bz2
diff --git a/libxfce4util.spec b/libxfce4util.spec
index e0648fc..0d94d0a 100644
--- a/libxfce4util.spec
+++ b/libxfce4util.spec
@@ -1,7 +1,7 @@
-%global xfceversion 4.9
+%global xfceversion 4.10
 
 Name:           libxfce4util
-Version:        4.9.1
+Version:        4.10.0
 Release:        1%{?dist}
 Summary:        Utility library for the Xfce4 desktop environment
 
@@ -9,8 +9,9 @@ Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.xfce.org/
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
+#VCS: git:git://git.xfce.org/xfce/libxfce4util
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:  glib2-devel >= 2.0.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.24.0
 BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  gtk-doc
@@ -43,7 +44,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 # because lt-libxfce4util-scan is linked against libxfce4util
 export LD_LIBRARY_PATH=$( pwd )/libxfce4util/.libs
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -74,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_datadir}/gtk-doc/
 
 %changelog
+* Sat Apr 28 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.1-1
 - Update to 4.9.1 (Xfce 4.10pre2)
 
diff --git a/sources b/sources
index b65dd07..0b18143 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0abbaad9f0b83f717d90cd3e7c9fb0a1  libxfce4util-4.9.1.tar.bz2
+2e8defcd40cbf6afedde531b27314511  libxfce4util-4.10.0.tar.bz2


More information about the scm-commits mailing list