[python-oslo-i18n] update to 1.5.0 release

Parag Nemade pnemade at fedoraproject.org
Thu Mar 12 05:06:53 UTC 2015


commit 9f34f528459ca603dd3f43b1c133e8725f7e1cce
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Mar 12 10:36:48 2015 +0530

    update to 1.5.0 release
    
    - use %license macro for license file

 .gitignore            |  1 +
 python-oslo-i18n.spec | 13 ++++++++++---
 sources               |  2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f608927..ffa8eb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /oslo.i18n-1.1.0.tar.gz
 /oslo.i18n-1.3.0.tar.gz
 /oslo.i18n-1.4.0.tar.gz
+/oslo.i18n-1.5.0.tar.gz
diff --git a/python-oslo-i18n.spec b/python-oslo-i18n.spec
index 5bfb2ba..64ccdca 100644
--- a/python-oslo-i18n.spec
+++ b/python-oslo-i18n.spec
@@ -1,7 +1,7 @@
 %global sname oslo.i18n
 
 Name:           python-oslo-i18n
-Version:        1.4.0
+Version:        1.5.0
 Release:        1%{?dist}
 Summary:        OpenStack i18n library
 License:        ASL 2.0
@@ -42,7 +42,7 @@ Documentation for the oslo.i18n library.
 %{__python2} setup.py install -O1 --skip-build --root %{buildroot}
 
 # Delete tests
-rm -fr %{buildroot}%{python_sitelib}/tests
+rm -fr %{buildroot}%{python2_sitelib}/tests
 
 export PYTHONPATH="$( pwd ):$PYTHONPATH"
 pushd doc
@@ -51,9 +51,12 @@ popd
 
 # Fix hidden-file-or-dir warnings
 rm -fr doc/build/html/.buildinfo
+echo $?
+#iconv --from=ISO-8859-1 --to=UTF-8 %{buildroot}%{_docdir}/build/html/objects.inv
 
 %files
-%doc AUTHORS ChangeLog CONTRIBUTING.rst HACKING.rst LICENSE PKG-INFO README.rst
+%doc AUTHORS ChangeLog CONTRIBUTING.rst HACKING.rst PKG-INFO README.rst
+%license LICENSE
 %{python2_sitelib}/oslo_i18n
 %{python2_sitelib}/oslo
 %{python2_sitelib}/*.egg-info
@@ -63,6 +66,10 @@ rm -fr doc/build/html/.buildinfo
 %doc doc/build/html
 
 %changelog
+* Thu Mar 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.5.0-1
+- update to 1.5.0 release
+- use %%license macro for license file
+
 * Tue Feb 24 2015 Alan Pevec <alan.pevec at redhat.com> 1.4.0-1
 - Update to upstream 1.4.0
 
diff --git a/sources b/sources
index 347d163..0709369 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afd0a3394785b1b37959c1384129a554  oslo.i18n-1.4.0.tar.gz
+4ed6035729343bb4becdc5ffe6dc8e24  oslo.i18n-1.5.0.tar.gz


More information about the scm-commits mailing list