[xfce4-dev-tools] Update to 4.10.0 final

Christoph Wickert cwickert at fedoraproject.org
Sat Apr 28 21:35:53 UTC 2012


commit fed3f610f28ce597451a9006c6b36e29a5f7d887
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Apr 28 23:35:48 2012 +0200

    Update to 4.10.0 final
    
    - Add VCS key

 .gitignore           |    1 +
 sources              |    2 +-
 xfce4-dev-tools.spec |   36 ++++++++++++++++++++++++------------
 3 files changed, 26 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f8c038..7d4f597 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ xfce4-dev-tools-4.7.2.tar.bz2
 /xfce4-dev-tools-4.8.0.tar.bz2
 /xfce4-dev-tools-4.9.1.tar.bz2
 /xfce4-dev-tools-4.9.2.tar.bz2
+/xfce4-dev-tools-4.10.0.tar.bz2
diff --git a/sources b/sources
index ec3437d..07f07c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ab55894cd6e396ca3bad418a88b539d  xfce4-dev-tools-4.9.2.tar.bz2
+372b74f432e7e02d946c2ea9d3de2805  xfce4-dev-tools-4.10.0.tar.bz2
diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec
index 81a4c27..986b2c6 100644
--- a/xfce4-dev-tools.spec
+++ b/xfce4-dev-tools.spec
@@ -1,16 +1,24 @@
-Name:		xfce4-dev-tools
-Version:	4.9.2
-Release:	1%{?dist}
-Summary:	Xfce developer tools
-
-Group:		Development/Tools
-License:	GPLv2+
-URL:		http://xfce.org/~benny/projects/xfce4-dev-tools/
-Source0: 	http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.9/%{name}-%{version}.tar.bz2
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires:	glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make
+%global xfceversion 4.10
+
+Name:           xfce4-dev-tools
+Version:        4.10.0
+Release:        1%{?dist}
+Summary:        Xfce developer tools
+
+Group:          Development/Tools
+License:        GPLv2+
+URL:            http://xfce.org/~benny/projects/xfce4-dev-tools/
+#VCS git:git://git.xfce.org/xfce/xfce4-dev-tools
+Source0:        http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  gettext-devel
+BuildRequires:  gtk-doc
+BuildRequires:  libtool
+BuildRequires:  intltool
+BuildRequires:  make
 BuildRequires:  glib2-devel
+Requires:       glib2-devel
 
 %description
 This package contains common tools required by Xfce developers and people
@@ -44,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*
 
 %changelog
+* Sat Apr 28 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.2-1
 - Update to 4.9.2 (Xfce 4.10pre2)
 


More information about the scm-commits mailing list