[xfce4-appfinder] Update to 4.10.0 final

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


commit 77b1713debed5e8138f3330e33c4a8ea0e9e49af
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Apr 29 13:58:57 2012 +0200

    Update to 4.10.0 final
    
    - Add VCS key

 .gitignore           |    1 +
 sources              |    2 +-
 xfce4-appfinder.spec |   13 +++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eca281c..c4853cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ xfce4-appfinder-4.6.2.tar.bz2
 /xfce4-appfinder-4.9.3.tar.bz2
 /xfce4-appfinder-4.9.4.tar.bz2
 /xfce4-appfinder-4.9.5.tar.bz2
+/xfce4-appfinder-4.10.0.tar.bz2
diff --git a/sources b/sources
index 5aeece1..18066df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a88831778851d98274dad8a52905b053  xfce4-appfinder-4.9.5.tar.bz2
+799f70a9ad67b450da67810a5107e623  xfce4-appfinder-4.10.0.tar.bz2
diff --git a/xfce4-appfinder.spec b/xfce4-appfinder.spec
index 7d72ff2..074b28d 100644
--- a/xfce4-appfinder.spec
+++ b/xfce4-appfinder.spec
@@ -1,20 +1,21 @@
-%global xfceversion 4.9
+%global xfceversion 4.10
 
 Name:           xfce4-appfinder
-Version:        4.9.5
+Version:        4.10.0
 Release:        1%{?dist}
 Summary:        Appfinder for the Xfce4 Desktop Environment
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://www.xfce.org/
+#VCS git:git://git.xfce.org/xfce/xfce4-appfinder
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.84
 BuildRequires:  pkgconfig(garcon-1) >= 0.1.7
-BuildRequires:  pkgconfig(libxfce4ui-1) >= 4.8.0
-BuildRequires:  pkgconfig(libxfconf-0) >= 4.8.0
+BuildRequires:  pkgconfig(libxfce4ui-1) >= %{xfceversion}
+BuildRequires:  pkgconfig(libxfconf-0) >= %{xfceversion}
 BuildRequires:  startup-notification-devel
 BuildRequires:  gettext 
 BuildRequires:  intltool
@@ -58,6 +59,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Apr 29 2012 Christoph Wickert <cwickert at fedoraproject.org> - 4.10.0-1
+- Update to 4.10.0 final
+- Add VCS key
+
 * Sat Apr 14 2012 Kevin Fenzi <kevin at scrye.com> - 4.9.5-1
 - Update to 4.9.5 (Xfce 4.10pre2)
 


More information about the scm-commits mailing list