Hello community,

here is the log from the commit of package python-feedzilla for 
openSUSE:Factory checked in at 2013-10-21 20:02:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-feedzilla (Old)
 and      /work/SRC/openSUSE:Factory/.python-feedzilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-feedzilla"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-feedzilla/python-feedzilla.changes        
2013-03-08 09:40:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2013-10-21 20:02:01.000000000 +0200
@@ -1,0 +2,19 @@
+Mon Oct 21 13:30:08 UTC 2013 - [email protected]
+
+- Drop fdupes breaking build
+
+-------------------------------------------------------------------
+Wed Oct  9 13:35:47 UTC 2013 - [email protected]
+
+- Don't install demo module
+- Package README.rst
+
+-------------------------------------------------------------------
+Sun Sep 29 17:12:22 UTC 2013 - [email protected]
+
+- Update to version 0.22
+  + No changelog available
+- Use download url as source
+- Add fdupes BuildRequires to remove duplicate python libraries
+
+-------------------------------------------------------------------

Old:
----
  feedzilla-0.1.21.tar.bz2

New:
----
  feedzilla-0.22.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-feedzilla.spec ++++++
--- /var/tmp/diff_new_pack.T3R2TA/_old  2013-10-21 20:02:02.000000000 +0200
+++ /var/tmp/diff_new_pack.T3R2TA/_new  2013-10-21 20:02:02.000000000 +0200
@@ -16,27 +16,23 @@
 #
 
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:           python-feedzilla
-Version:        0.1.21
+Version:        0.22
 Release:        0
 Url:            http://bitbucket.org/lorien/feedzilla
 Summary:        Django application for atom/rss feeds aggregation
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         feedzilla-%{version}.tar.bz2
+Source:         
https://pypi.python.org/packages/source/f/feedzilla/feedzilla-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:       python-django
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
 
 %description
 Django application for atom/rss feeds aggregation i.e. planet engine.
@@ -49,9 +45,11 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -r %{buildroot}%{python_sitelib}/demo
 
 %files
 %defattr(-,root,root,-)
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to