[xfconf] Update to 4.10.0 final

Christoph Wickert cwickert at fedoraproject.org
Sat Apr 28 20:43:17 UTC 2012


commit 53581c1ab66079d7a00b2d966c27ef3cd27e9695
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Apr 28 22:43:13 2012 +0200

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

 .gitignore  |    1 +
 sources     |    2 +-
 xfconf.spec |   20 +++++++++++++-------
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d3eabd..e0bc960 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ xfconf-4.6.2.tar.bz2
 /xfconf-4.8.1.tar.bz2
 /xfconf-4.9.0.tar.bz2
 /xfconf-4.9.1.tar.bz2
+/xfconf-4.10.0.tar.bz2
diff --git a/sources b/sources
index 551d543..4db37e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba9756ced7b6cbc88ccf1fb4d0b62334  xfconf-4.9.1.tar.bz2
+4ed48150a03fb5f42b455494307b7f28  xfconf-4.10.0.tar.bz2
diff --git a/xfconf.spec b/xfconf.spec
index 93291d1..52c2032 100644
--- a/xfconf.spec
+++ b/xfconf.spec
@@ -1,20 +1,21 @@
-%global xfceversion 4.9
+%global xfceversion 4.10
 
 Name:           xfconf
-Version:        4.9.1
+Version:        4.10.0
 Release:        1%{?dist}
 Summary:        Hierarchical configuration system for Xfce
 
 Group:          System Environment/Base
 License:        GPLv2
 URL:            http://www.xfce.org/
+#VCS git:git://git.xfce.org/xfce/xfconf
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel
-BuildRequires:  libxfce4util-devel >= %{xfceversion}
-BuildRequires:  dbus-devel
-BuildRequires:  dbus-glib-devel
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= %{xfceversion}
+BuildRequires:  pkgconfig(dbus-1) >= 1.1.0
+BuildRequires:  pkgconfig(dbus-glib-1) >= 1.1.0
 BuildRequires:  perl(ExtUtils::Depends)
 BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -25,7 +26,7 @@ BuildRequires:  intltool
 
 Requires:       dbus-x11
 
-Obsoletes: libxfce4mcs < 4.4.3-3
+Obsoletes:      libxfce4mcs < 4.4.3-3
 
 %description
 Xfconf is a hierarchical (tree-like) configuration system where the
@@ -65,7 +66,7 @@ interact with xfconf using perl.
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -113,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %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)
 


More information about the scm-commits mailing list