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.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-feedzilla/python-feedzilla.changes      
2011-04-13 21:06:15.000000000 +0200
@@ -0,0 +1,58 @@
+-------------------------------------------------------------------
+Wed Apr 13 19:04:44 UTC 2011 - [email protected]
+
+- Update to 0.1.17:
+  - Sorry, no changelog.
+
+-------------------------------------------------------------------
+Sat Apr  9 20:09:11 UTC 2011 - [email protected]
+
+- Update to 0.1.16.
+
+-------------------------------------------------------------------
+Mon Mar 28 11:39:48 UTC 2011 - [email protected]
+
+- Update to 0.1.15.
+
+-------------------------------------------------------------------
+Sun Mar 20 20:41:07 UTC 2011 - [email protected]
+
+- Update to 0.1.14.
+
+-------------------------------------------------------------------
+Sat Mar 19 12:46:40 UTC 2011 - [email protected]
+
+- Update to 0.1.11.
+
+-------------------------------------------------------------------
+Wed Mar 16 23:24:16 UTC 2011 - [email protected]
+
+- Update to 0.1.10.
+
+-------------------------------------------------------------------
+Wed Mar 16 12:56:25 UTC 2011 - [email protected]
+
+- Update to 0.1.9.
+
+-------------------------------------------------------------------
+Mon Mar 14 20:55:01 UTC 2011 - [email protected]
+
+- Update to 0.1.8.
+
+-------------------------------------------------------------------
+Sun Mar 13 23:12:41 UTC 2011 - [email protected]
+
+- Update to 0.1.7.
+
+-------------------------------------------------------------------
+Fri Mar 11 14:45:35 UTC 2011 - [email protected]
+
+- 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 - [email protected]
+
+- 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to