[python-lazy/f19] New upstream release lazy-1.2

David Shea dshea at fedoraproject.org
Fri May 2 16:14:02 UTC 2014


commit 40ccc2fda296add51890c94b43037ed32d7f7d66
Author: David Shea <dshea at redhat.com>
Date:   Fri May 2 12:00:57 2014 -0400

    New upstream release lazy-1.2

 .gitignore       |    1 +
 python-lazy.spec |    9 ++++++---
 sources          |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a551da..890df24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lazy-1.1.zip
+/lazy-1.2.zip
diff --git a/python-lazy.spec b/python-lazy.spec
index 47cdbab..ea76d74 100644
--- a/python-lazy.spec
+++ b/python-lazy.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           python-lazy
-Version:        1.1
-Release:        2%{?dist}
+Version:        1.2
+Release:        1%{?dist}
 Summary:        Lazy attributes for Python objects
 
 License:        BSD
@@ -80,7 +80,7 @@ rm -f %{buildroot}%{_python3_pkgdocdir}/html/objects.inv
 ( cd %{py3dir} && %{__python3} setup.py check )
 
 %files
-%doc CHANGES.txt README.txt
+%doc CHANGES.rst README.rst
 %{python2_sitelib}/lazy
 %{python2_sitelib}/lazy-%{version}-*.egg-info
 
@@ -91,6 +91,9 @@ rm -f %{buildroot}%{_python3_pkgdocdir}/html/objects.inv
 %{python3_sitelib}/lazy-%{version}-*.egg-info
 
 %changelog
+* Fri May  2 2014 David Shea <dshea at redhat.com> - 1.2-1
+- New upstream release lazy-1.2
+
 * Mon Mar 31 2014 David Shea <dshea at redhat.com> - 1.1-2
 - Added a macro to handle the %_pkgdocdir change between F19 and F20
 
diff --git a/sources b/sources
index f83cd09..2af8888 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b9d2aeeec0e3bdc6c073faaaa802d7a  lazy-1.1.zip
+02713784e0a92ff9b6af1df8863dd79d  lazy-1.2.zip


More information about the scm-commits mailing list