diff --git a/humanize-0.5.1.tar.gz b/humanize-0.5.1.tar.gz new file mode 100644 index 0000000..9277971 --- /dev/null +++ b/humanize-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19 +size 14250 diff --git a/humanize-0.5.tar.gz b/humanize-0.5.tar.gz deleted file mode 100644 index 6033e20..0000000 --- a/humanize-0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51bf9956511e58693801fc8895c9b4012363bf9f0bca2f3c2777110b3ff68bc -size 13170 diff --git a/python-humanize.changes b/python-humanize.changes index 4b3cfe9..eb1d2c7 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 18 09:06:59 UTC 2015 - mimi.vx@gmail.com + +- update to 0.5.1 +- use %find_lang macro + ------------------------------------------------------------------- Sun Dec 8 21:48:32 UTC 2013 - p.drouand@gmail.com diff --git a/python-humanize.spec b/python-humanize.spec index 9724e1c..745f4ce 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,7 +1,7 @@ # # spec file for package python-humanize # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-humanize -Version: 0.5 +Version: 0.5.1 Release: 0 Summary: Python humanize utilities License: MIT @@ -46,10 +46,12 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%find_lang humanize -%files +%files -f humanize.lang %defattr(-,root,root,-) %doc LICENCE README.rst %{python_sitelib}/* +%{python_sitelib}/humanize/locale/* %changelog