[xfce4-dev-tools] Update to 4.9.1

Kevin Fenzi kevin at fedoraproject.org
Wed Apr 4 21:54:19 UTC 2012


commit 68f3ff23562a38c31375d024fcd44cdabc6d2fe5
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Apr 4 15:54:11 2012 -0600

    Update to 4.9.1
    
    - Packge is no longer noarch.

 .gitignore           |    1 +
 sources              |    2 +-
 xfce4-dev-tools.spec |   13 +++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d084d9a..0358017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xfce4-dev-tools-4.7.2.tar.bz2
 /xfce4-dev-tools-4.7.3.tar.bz2
 /xfce4-dev-tools-4.7.4.tar.bz2
 /xfce4-dev-tools-4.8.0.tar.bz2
+/xfce4-dev-tools-4.9.1.tar.bz2
diff --git a/sources b/sources
index f329f3d..0a93c44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9591299c49d92d00ba47974c42a735fa  xfce4-dev-tools-4.8.0.tar.bz2
+3cbc68d6f1df527affa114631c66eb48  xfce4-dev-tools-4.9.1.tar.bz2
diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec
index a1fe215..35b9110 100644
--- a/xfce4-dev-tools.spec
+++ b/xfce4-dev-tools.spec
@@ -1,16 +1,16 @@
 Name:		xfce4-dev-tools
-Version:	4.8.0
-Release:	3%{?dist}
+Version:	4.9.1
+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.8/%{name}-%{version}.tar.bz2
+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
-BuildArch:	noarch
+BuildRequires:  glib2-devel
 
 %description
 This package contains common tools required by Xfce developers and people
@@ -38,11 +38,16 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README
 %{_bindir}/xdt-autogen
 %{_bindir}/xdt-commit
+%{_bindir}/xdt-csource
 %dir %{_datadir}/xfce4/
 %{_datadir}/xfce4/dev-tools/
 %{_datadir}/aclocal/*
 
 %changelog
+* Sun Apr 01 2012 Kevin Fenzi <kevin at scrye.com> - 4.9.1-1
+- Update to 4.9.1
+- Packge is no longer noarch.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.8.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list