Hello community, here is the log from the commit of package python-imagestore for openSUSE:Factory checked in at 2013-12-09 16:57:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-imagestore (Old) and /work/SRC/openSUSE:Factory/.python-imagestore.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-imagestore" Changes: -------- --- /work/SRC/openSUSE:Factory/python-imagestore/python-imagestore.changes 2013-10-25 11:19:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-imagestore.new/python-imagestore.changes 2013-12-09 16:57:21.000000000 +0100 @@ -1,0 +2,10 @@ +Sun Dec 8 21:46:06 UTC 2013 - [email protected] + +- Update to version 2.7.6 + + No changelog available +- Add README and README.rst to package documentation +- Remove LICENSE file as it's not included in package +- Fix non-executable scripts rpmlint warnings +- Use download Url as source + +------------------------------------------------------------------- Old: ---- LICENSE imagestore-2.7.3.tar.gz New: ---- imagestore-2.7.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-imagestore.spec ++++++ --- /var/tmp/diff_new_pack.UwWUUp/_old 2013-12-09 16:57:21.000000000 +0100 +++ /var/tmp/diff_new_pack.UwWUUp/_new 2013-12-09 16:57:21.000000000 +0100 @@ -17,13 +17,14 @@ Name: python-imagestore -Version: 2.7.3 -Release: 0 +Version: 2.7.6 +Release: 6 Summary: Gallery solution for django projects License: GPL-2.0+ Group: Development/Languages/Python -Url: http://bitbucket.org/zeus/imagestore/ -Source: imagestore-%{version}.tar.gz +Url: https://github.com/hovel/imagestore +Source0: https://pypi.python.org/packages/source/i/imagestore/imagestore-%{version}.tar.gz + BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,7 +40,7 @@ An image gallery, created for easy integration for an exiting django project. -`Documentation aviable on ReadTheDocs <http://readthedocs.org/projects/imagestore/>`_ +`Documentation available on ReadTheDocs <http://readthedocs.org/projects/imagestore/>`_ Gallery for site ---------------- @@ -64,8 +65,10 @@ %prep %setup -q -n imagestore-%{version} +find . -type f -name "*.py" | xargs sed -i "/#!.*/d" # Fix non-executable script warning %build +python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -73,6 +76,6 @@ %files %defattr(-,root,root,-) %{python_sitelib}/* -%doc LICENSE +%doc README README.rst %changelog ++++++ imagestore-2.7.3.tar.gz -> imagestore-2.7.6.tar.gz ++++++ ++++ 10519 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
