commit python-feedzilla for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-feedzilla for 
openSUSE:Factory checked in at 2015-05-10 10:46:11

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-10-21 20:02:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2015-05-10 10:46:11.0 +0200
@@ -1,0 +2,9 @@
+Tue May  5 09:22:13 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.24:
+  * no changelog available
+- add back fdupes as BuildRequires and call it after removing
+  the demo
+- use find_lang to tag the translation files
+
+---

Old:

  feedzilla-0.22.tar.gz

New:

  feedzilla-0.24.tar.gz



Other differences:
--
++ python-feedzilla.spec ++
--- /var/tmp/diff_new_pack.AMxvlO/_old  2015-05-10 10:46:12.0 +0200
+++ /var/tmp/diff_new_pack.AMxvlO/_new  2015-05-10 10:46:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-feedzilla
 #
-# 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-feedzilla
-Version:0.22
+Version:0.24
 Release:0
 Url:http://bitbucket.org/lorien/feedzilla
 Summary:Django application for atom/rss feeds aggregation
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Python
 Source: 
https://pypi.python.org/packages/source/f/feedzilla/feedzilla-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:   python-django
@@ -46,8 +47,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -r %{buildroot}%{python_sitelib}/demo
+%fdupes %{buildroot}/%{_prefix}
+%find_lang django %{name}.lang
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README.rst
 %{python_sitelib}/*

++ feedzilla-0.22.tar.gz -> feedzilla-0.24.tar.gz ++
 3882 lines of diff (skipped)




commit python-feedzilla for openSUSE:Factory

2013-10-21 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2013-10-21 20:02:01.0 +0200
@@ -1,0 +2,19 @@
+Mon Oct 21 13:30:08 UTC 2013 - speili...@suse.com
+
+- Drop fdupes breaking build
+
+---
+Wed Oct  9 13:35:47 UTC 2013 - speili...@suse.com
+
+- Don't install demo module
+- Package README.rst
+
+---
+Sun Sep 29 17:12:22 UTC 2013 - p.drou...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.T3R2TA/_new  2013-10-21 20:02:02.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-feedzilla for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-feedzilla for 
openSUSE:Factory checked in at 2013-03-08 09:40:04

Comparing /work/SRC/openSUSE:Factory/python-feedzilla (Old)
 and  /work/SRC/openSUSE:Factory/.python-feedzilla.new (New)


Package is "python-feedzilla", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-feedzilla/python-feedzilla.changes
2012-04-17 07:48:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2013-03-08 09:40:07.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 12 22:00:29 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 0.1.21:
+  - Sorry, no changelog atm.
+
+---

Old:

  feedzilla-0.1.20.tar.bz2

New:

  feedzilla-0.1.21.tar.bz2



Other differences:
--
++ python-feedzilla.spec ++
--- /var/tmp/diff_new_pack.iaeNyB/_old  2013-03-08 09:40:08.0 +0100
+++ /var/tmp/diff_new_pack.iaeNyB/_new  2013-03-08 09:40:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-feedzilla
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{!?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.20
+Version:0.1.21
 Release:0
 Url:http://bitbucket.org/lorien/feedzilla
 Summary:Django application for atom/rss feeds aggregation

++ feedzilla-0.1.20.tar.bz2 -> feedzilla-0.1.21.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.20/PKG-INFO 
new/feedzilla-0.1.21/PKG-INFO
--- old/feedzilla-0.1.20/PKG-INFO   2012-03-23 08:27:22.0 +0100
+++ new/feedzilla-0.1.21/PKG-INFO   2013-02-09 03:56:27.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: feedzilla
-Version: 0.1.20
+Version: 0.1.21
 Summary: Django application for atom/rss feeds aggregation i.e. planet engine
 Home-page: http://bitbucket.org/lorien/feedzilla
 Author: Grigoriy Petukhov
Files old/feedzilla-0.1.20/feedzilla/locale/ru/LC_MESSAGES/django.mo and 
new/feedzilla-0.1.21/feedzilla/locale/ru/LC_MESSAGES/django.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.20/feedzilla/locale/ru/LC_MESSAGES/django.po 
new/feedzilla-0.1.21/feedzilla/locale/ru/LC_MESSAGES/django.po
--- old/feedzilla-0.1.20/feedzilla/locale/ru/LC_MESSAGES/django.po  
2011-12-09 12:28:39.0 +0100
+++ new/feedzilla-0.1.21/feedzilla/locale/ru/LC_MESSAGES/django.po  
1970-01-01 01:00:00.0 +0100
@@ -1,244 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-08 02:30+0600\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME \n"
-"Language-Team: LANGUAGE \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: admin.py:10 models.py:47
-msgid "link"
-msgstr "ссылка"
-
-#: admin.py:21
-msgid "Feed link"
-msgstr "Ссылка на фид"
-
-#: admin.py:26
-msgid "Site link"
-msgstr "Ссылка на сайт"
-
-#: admin.py:37
-msgid "Post link"
-msgstr "Ссылка на публикацию"
-
-#: forms.py:18
-msgid "This address has been already submitted."
-msgstr "Заявка для этого адреса уже была отправлена"
-
-#: forms.py:23
-#, python-format
-msgid "New submission for the planet: %s"
-msgstr "Новая заявка для планеты: %s"
-
-#: forms.py:24
-#, python-format
-msgid "%s: new submission"
-msgstr "%s: новая заявка"
-
-#: models.py:13 models.py:46
-msgid "title"
-msgstr "заголовок"
-
-#: models.py:14
-msgid "feed url"
-msgstr "адрес фида"
-
-#: models.py:15
-msgid "site url"
-msgstr "адрес сайта"
-
-#: models.py:16 models.py:53
-msgid "active"
-msgstr "активен"
-
-#: models.py:18
-msgid "last checked"
-msgstr "время последней проверки"
-
-#: models.py:19
-msgid "allow all messages"
-msgstr "разрешать все сообщения"
-
-#: models.py:20
-msgid "blog author"
-msgstr "автор блога"
-
-#: models.py:32 models.py:45
-msgid "feed"
-msgstr "фид"
-
-#: models.py:33
-msgid "feeds"
-msgstr "фиды"
-
-#: models.py:48
-msgid "summary"
-msgstr "введен

commit python-feedzilla for openSUSE:Factory

2012-04-16 Thread h_root
Hello community,

here is the log from the commit of package python-feedzilla for 
openSUSE:Factory checked in at 2012-04-17 07:48:40

Comparing /work/SRC/openSUSE:Factory/python-feedzilla (Old)
 and  /work/SRC/openSUSE:Factory/.python-feedzilla.new (New)


Package is "python-feedzilla", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-feedzilla/python-feedzilla.changes
2012-02-14 13:10:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2012-04-17 07:48:48.0 +0200
@@ -1,0 +2,6 @@
+Fri Mar 23 11:18:15 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.1.20:
+- Sorry, no changelog atm.
+
+---

Old:

  feedzilla-0.1.19.tar.bz2

New:

  feedzilla-0.1.20.tar.bz2



Other differences:
--
++ python-feedzilla.spec ++
--- /var/tmp/diff_new_pack.e2LX1Z/_old  2012-04-17 07:48:49.0 +0200
+++ /var/tmp/diff_new_pack.e2LX1Z/_new  2012-04-17 07:48:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-feedzilla
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,11 +14,13 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %{!?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.19
+Version:0.1.20
 Release:0
 Url:http://bitbucket.org/lorien/feedzilla
 Summary:Django application for atom/rss feeds aggregation
@@ -50,7 +52,6 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
 %{python_sitelib}/*
 
 %changelog

++ feedzilla-0.1.19.tar.bz2 -> feedzilla-0.1.20.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.19/PKG-INFO 
new/feedzilla-0.1.20/PKG-INFO
--- old/feedzilla-0.1.19/PKG-INFO   2011-07-17 11:20:24.0 +0200
+++ new/feedzilla-0.1.20/PKG-INFO   2012-03-23 08:27:22.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: feedzilla
-Version: 0.1.19
+Version: 0.1.20
 Summary: Django application for atom/rss feeds aggregation i.e. planet engine
 Home-page: http://bitbucket.org/lorien/feedzilla
 Author: Grigoriy Petukhov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.19/README new/feedzilla-0.1.20/README
--- old/feedzilla-0.1.19/README 2011-06-19 21:36:14.0 +0200
+++ new/feedzilla-0.1.20/README 1970-01-01 01:00:00.0 +0100
@@ -1,14 +0,0 @@
-
-Feedzilla Django Application
-
-
-This is django application that adds to your site ability to aggregate
-ATOM/RSS feeds and display them in single stream. In other words you can
-use feedzilla to build planet site.
-
-Project page: http://bitbucket.org/lorien/feedzilla
-
-
-Installation
-
-For installation instructions and list of settings look into INSTALL document.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.19/feedzilla/util/parse.py 
new/feedzilla-0.1.20/feedzilla/util/parse.py
--- old/feedzilla-0.1.19/feedzilla/util/parse.py2011-07-17 
10:19:57.0 +0200
+++ new/feedzilla-0.1.20/feedzilla/util/parse.py2012-03-23 
08:25:10.0 +0100
@@ -148,47 +148,50 @@
 resp['feed'].last_checked = datetime.now()
 
 for entry in resp['feed'].entries:
-link = getattr(entry, 'link', '')
+try:
+link = getattr(entry, 'link', '')
 
-# Do not process entries without title
-if not hasattr(entry, 'title'):
-log.error('Post %s does not has a title' % link)
-continue
-
-title = entry.title
-
-if hasattr(entry,'content'):
-content = entry.content[0].value
-elif hasattr(entry,'summary'):
-content = entry.summary
-elif hasattr(entry,'description'):
-content = entry.description
-else:
-# Use title as fallback variant for the post's content
-content = title
-
-summary = content[:summary_size]
-
-summary = clean.safe_html(summary)
-content = clean.safe_html(content)
-
-created

commit python-feedzilla for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-feedzilla for 
openSUSE:Factory checked in at 2012-02-14 13:10:48

Comparing /work/SRC/openSUSE:Factory/python-feedzilla (Old)
 and  /work/SRC/openSUSE:Factory/.python-feedzilla.new (New)


Package is "python-feedzilla", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-feedzilla/python-feedzilla.changes
2011-12-13 11:49:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2012-02-14 13:10:50.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 28 22:20:03 UTC 2011 - alexan...@exatati.com.br
+
+- Standard in spec file.
+
+---



Other differences:
--
++ python-feedzilla.spec ++
--- /var/tmp/diff_new_pack.hXEtAX/_old  2012-02-14 13:10:50.0 +0100
+++ /var/tmp/diff_new_pack.hXEtAX/_new  2012-02-14 13:10:50.0 +0100
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+%{!?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.19
@@ -33,7 +35,6 @@
 BuildArch:  noarch
 %endif
 %endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Django application for atom/rss feeds aggregation i.e. planet engine.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-feedzilla for openSUSE:Factory

2011-12-13 Thread h_root
Hello community,

here is the log from the commit of package python-feedzilla for 
openSUSE:Factory checked in at 2011-12-13 11:49:19

Comparing /work/SRC/openSUSE:Factory/python-feedzilla (Old)
 and  /work/SRC/openSUSE:Factory/.python-feedzilla.new (New)


Package is "python-feedzilla", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-feedzilla/python-feedzilla.changes
2011-09-23 12:42:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2011-12-13 11:49:21.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  9 08:43:42 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ python-feedzilla.spec ++
--- /var/tmp/diff_new_pack.zBII5p/_old  2011-12-13 11:49:22.0 +0100
+++ /var/tmp/diff_new_pack.zBII5p/_new  2011-12-13 11:49:22.0 +0100
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-feedzilla
 Version:0.1.19
-Release:1
+Release:0
 Url:http://bitbucket.org/lorien/feedzilla
 Summary:Django application for atom/rss feeds aggregation
-License:BSD
+License:BSD-3-Clause
 Group:  Development/Languages/Python
 Source: feedzilla-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-feedzilla for openSUSE:Factory

2011-09-01 Thread h_root

Hello community,

here is the log from the commit of package python-feedzilla for openSUSE:Factory
checked in at Thu Sep 1 17:30:45 CEST 2011.




--- python-feedzilla/python-feedzilla.changes   2011-04-13 21:06:15.0 
+0200
+++ python-feedzilla/python-feedzilla.changes   2011-08-31 16:14:49.0 
+0200
@@ -1,0 +2,12 @@
+Wed Aug 31 14:13:27 UTC 2011 - sasc...@suse.de
+
+- Smaller spec cleanup
+- Require python-django
+
+---
+Sun Jul 17 18:54:39 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.19:
+  - Sorry, no changelog.
+
+---

calling whatdependson for head-i586


Old:

  feedzilla-0.1.17.tar.bz2

New:

  feedzilla-0.1.19.tar.bz2



Other differences:
--
++ python-feedzilla.spec ++
--- /var/tmp/diff_new_pack.C7tG1c/_old  2011-09-01 17:29:06.0 +0200
+++ /var/tmp/diff_new_pack.C7tG1c/_new  2011-09-01 17:29:06.0 +0200
@@ -15,52 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%{!?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)")}
-
-%define mod_name feedzilla
 
-Name:   python-%{mod_name}
-Version:0.1.17
+Name:   python-feedzilla
+Version:0.1.19
 Release:1
 Url:http://bitbucket.org/lorien/feedzilla
 Summary:Django application for atom/rss feeds aggregation
 License:BSD
 Group:  Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.bz2
+Source: feedzilla-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
+Requires:   python-django
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Django application for atom/rss feeds aggregation i.e. planet engine.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n feedzilla-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
-# You may have to add additional files here (documentation and binaries mostly)
-%python_sitelib/%{mod_name}*
-%python_sitelib/*.egg-info
 %doc README
+%{python_sitelib}/*
 
 %changelog

++ feedzilla-0.1.17.tar.bz2 -> feedzilla-0.1.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/MANIFEST.in 
new/feedzilla-0.1.19/MANIFEST.in
--- old/feedzilla-0.1.17/MANIFEST.in2011-03-03 13:46:11.0 +0100
+++ new/feedzilla-0.1.19/MANIFEST.in2011-07-17 10:19:11.0 +0200
@@ -1,2 +1,2 @@
-recursive-include feedzilla *
-global-exclude *.pyc
+recursive-include feedzilla/templates *.html
+recursive-include feedzilla/static *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/PKG-INFO 
new/feedzilla-0.1.19/PKG-INFO
--- old/feedzilla-0.1.17/PKG-INFO   2011-04-13 13:07:34.0 +0200
+++ new/feedzilla-0.1.19/PKG-INFO   2011-07-17 11:20:24.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: feedzilla
-Version: 0.1.17
+Version: 0.1.19
 Summary: Django application for atom/rss feeds aggregation i.e. planet engine
 Home-page: http://bitbucket.org/lorien/feedzilla
 Author: Grigoriy Petukhov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/admin.py 
new/feedzilla-0.1.19/feedzilla/admin.py
--- old/feedzilla-0.1.17/feedzilla/admin.py 2011-03-26 07:56:23.0 
+0100
+++ new/feedzilla-0.1.19/feedzilla/admin.py 2011-07-17 10:19:57.0 
+0200
@@ -1,4 +1,7 @@
 # -*- coding: utf-8
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 from urlparse import urlsplit
 
 from django.contrib import admin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/filter.py 
new/feedzilla-0.1.19/feedzilla/filter.py
--- old/feedzilla-0.1.17/feedzilla/filter.py2011-03-13 22:16:45.0 
+0100
+++ new/feedzilla-0.1.19/feedzilla/filter.py2011-07-17 10:19:57.0 
+0200
@@ -2,6 +2,9 @@
 I do not using re.I flag in regexps because of current locale does not affe

commit python-feedzilla for openSUSE:Factory

2011-04-14 Thread h_root

Hello community,

here is the log from the commit of package python-feedzilla for openSUSE:Factory
checked in at Thu Apr 14 13:08:22 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-feedzilla/python-feedzilla.changes  
2011-04-13 21:06:15.0 +0200
@@ -0,0 +1,58 @@
+---
+Wed Apr 13 19:04:44 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.17:
+  - Sorry, no changelog.
+
+---
+Sat Apr  9 20:09:11 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.16.
+
+---
+Mon Mar 28 11:39:48 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.15.
+
+---
+Sun Mar 20 20:41:07 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.14.
+
+---
+Sat Mar 19 12:46:40 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.11.
+
+---
+Wed Mar 16 23:24:16 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.10.
+
+---
+Wed Mar 16 12:56:25 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.9.
+
+---
+Mon Mar 14 20:55:01 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.8.
+
+---
+Sun Mar 13 23:12:41 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.1.7.
+
+---
+Fri Mar 11 14:45:35 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.6.0;
+- Regenerated spec file with py2pack;
+- Bzip2 source file;
+- Add README file as documentation.
+
+---
+Sat May  8 12:27:21 UTC 2010 - alexan...@exatati.com.br
+
+- Initial version (1.5.0) for openSUSE.

calling whatdependson for head-i586


New:

  feedzilla-0.1.17.tar.bz2
  python-feedzilla.changes
  python-feedzilla.spec



Other differences:
--
++ python-feedzilla.spec ++
#
# spec file for package python-feedzilla
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

%{!?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)")}

%define mod_name feedzilla

Name:   python-%{mod_name}
Version:0.1.17
Release:1
Url:http://bitbucket.org/lorien/feedzilla
Summary:Django application for atom/rss feeds aggregation
License:BSD
Group:  Development/Languages/Python
Source: %{mod_name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-setuptools
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:  noarch
%endif
%endif

%description
Django application for atom/rss feeds aggregation i.e. planet engine.

%prep
%setup -q -n %{mod_name}-%{version}

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
# You may have to add additional files here (documentation and binaries mostly)
%python_sitelib/%{mod_name}*
%python_sitelib/*.egg-info
%doc README

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org