[sx/f16] Update to sx-2.07

Niels de Vos devos at fedoraproject.org
Fri Jan 6 14:56:33 UTC 2012


commit d6a2ad8b03435fac8863569bb3103ba1de823ec2
Author: Niels de Vos <devos at fedoraproject.org>
Date:   Fri Jan 6 14:53:34 2012 +0000

    Update to sx-2.07

 .gitignore       |    1 +
 CHANGELOG.Fedora |  281 ------------------------------------------------------
 sources          |    1 +
 sx.spec          |   12 ++-
 4 files changed, 9 insertions(+), 286 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81d8f72..6d8bed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /sx-2.03.tar.gz
 /sx-2.06.tar.gz
+/sx-2.07.tar.gz
diff --git a/sources b/sources
index 3b6bed9..b6ba6ef 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 f17a6c8e2f40e4ce1f35ff6a6a1f4723  sx-2.03.tar.gz
 35e05733b42224991e24f93c44dea0be  sx-2.06.tar.gz
+cf4b2a1f150e619fa26ac89f5e6939e7  sx-2.07.tar.gz
diff --git a/sx.spec b/sx.spec
index 2857f71..9cb2232 100644
--- a/sx.spec
+++ b/sx.spec
@@ -2,11 +2,10 @@
 
 Summary: Tool to extract reports and run plug-ins against those extracted reports
 Name: sx
-Version: 2.06
-Release: 14%{?dist}
+Version: 2.07
+Release: 1%{?dist}
 URL: http://sbradley.fedorapeople.org/sx
 Source0: %{name}-%{version}.tar.gz
-Source1: CHANGELOG.Fedora
 License: GPLv2
 Group: Applications/Archiving
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -24,7 +23,6 @@ has a class defined.
 
 %prep
 %setup -q
-%{__cp} %{SOURCE1} .
 
 %build
 %{__python} setup.py build
@@ -38,13 +36,17 @@ has a class defined.
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE AUTHORS PKG-INFO CHANGELOG.Fedora
+%doc LICENSE AUTHORS PKG-INFO CHANGELOG
 %doc doc/*
 %{_bindir}/sxconsole
 %{python_sitelib}/*
 
 
 %changelog
+* Fri Jan 06 2012 Niels de Vos <devos at fedoraproject.org> - 2.07-1
+- Update to the latest version
+- Drop CHANGELOG.Fedora as the tarball includes a CHANGELOG
+
 * Wed Dec 07 2011 Niels de Vos <devos at fedoraproject.org> - 2.06-14
 - Bump the version so that upstream packages get replaced
 


More information about the scm-commits mailing list