[python-d2to1] New upstream source

Sergio Pascual sergiopr at fedoraproject.org
Thu Apr 25 21:41:37 UTC 2013


commit 5cd1fc0dacb703b2b9af7ac8417763e3d9c90701
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Thu Apr 25 23:41:27 2013 +0200

    New upstream source

 .gitignore        |    1 +
 python-d2to1.spec |   11 +++++++----
 sources           |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f2e7ab3..0800809 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /d2to1-0.2.7.tar.gz
+/d2to1-0.2.10.tar.gz
diff --git a/python-d2to1.spec b/python-d2to1.spec
index 9b2219e..e97e44a 100644
--- a/python-d2to1.spec
+++ b/python-d2to1.spec
@@ -7,8 +7,8 @@
 %global upname d2to1
 
 Name: python-%{upname}
-Version: 0.2.7
-Release: 3%{?dist}
+Version: 0.2.10
+Release: 1%{?dist}
 Summary: Allows using distutils2-like setup.cfg files with setup.py
 License: BSD
 
@@ -72,17 +72,20 @@ popd
 %{__python} setup.py install -O1 --skip-build --root  %{buildroot}
 
 %files
-%doc CHANGES LICENSE README
+%doc CHANGES.rst CONTRIBUTORS LICENSE README.rst
 %{python_sitelib}/*
 
 %if 0%{?with_python3}
 %files -n python3-d2to1
-%doc CHANGES LICENSE README
+%doc CHANGES.rst CONTRIBUTORS LICENSE README.rst
 %{python3_sitelib}/*
 %endif # with_python3
 
 
 %changelog
+* Thu Apr 25 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 0.2.10-1
+- New upstream source
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 19b459f..6409c0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd135d7e0d4692326ef20063048a88be  d2to1-0.2.7.tar.gz
+be97f5330bae3206e1555b58dae23848  d2to1-0.2.10.tar.gz


More information about the scm-commits mailing list