[spec2scl] Update to 1.0.1.

Bohuslav Kabrda bkabrda at fedoraproject.org
Wed Mar 27 06:55:28 UTC 2013


commit 8602919e15788c13fda32dbb35bbe2fe9515fd48
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Wed Mar 27 07:55:22 2013 +0100

    Update to 1.0.1.

 .gitignore    |    1 +
 sources       |    2 +-
 spec2scl.spec |    9 +++++----
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62e91e9..641bb26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /spec2scl-0.3.2.tar.gz
 /spec2scl-0.3.3.tar.gz
 /spec2scl-0.3.4.tar.gz
+/spec2scl-1.0.1.tar.gz
diff --git a/sources b/sources
index 6fc576b..85963bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5b07c3df5d6e0cd97f379536512698a  spec2scl-0.3.4.tar.gz
+0848a50f942b3d33cb68784be1012ad6  spec2scl-1.0.1.tar.gz
diff --git a/spec2scl.spec b/spec2scl.spec
index 42e5fe7..0062767 100644
--- a/spec2scl.spec
+++ b/spec2scl.spec
@@ -2,8 +2,8 @@
 %global pypi_name spec2scl
 
 Name:           %{pypi_name}
-Version:        0.3.4
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Convert RPM specfiles to be SCL ready
 
 License:        MIT
@@ -40,8 +40,6 @@ rm -rf %{pypi_name}.egg-info
 
 %check
 %if 0%{?fedora}
-# remove erroneously packaged pycache
-rm -rf tests/__pycache__
 PYTHONPATH=$(pwd) py.test
 %endif
 
@@ -52,6 +50,9 @@ PYTHONPATH=$(pwd) py.test
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Tue Mar 26 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 1.0.1-1
+- Update to 1.0.1.
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list