Hello community,
here is the log from the commit of package python-django-navigation for
openSUSE:Factory
checked in at Mon Jun 6 17:04:33 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/mounts/work_src_done/STABLE/python-django-navigation/python-django-navigation.changes
2011-04-19 02:51:29.000000000 +0200
@@ -0,0 +1,68 @@
+-------------------------------------------------------------------
+Tue Apr 19 00:01:27 UTC 2011 - [email protected]
+
+- Update to 0.8.0:
+ - Sorry, no changelog.
+
+-------------------------------------------------------------------
+Thu Mar 31 15:02:55 UTC 2011 - [email protected]
+
+- Make sure egg-info is not packaged for older SUSE versions
+
+-------------------------------------------------------------------
+Sat Mar 19 02:39:34 UTC 2011 - [email protected]
+
+- Update to 0.7.1.
+
+-------------------------------------------------------------------
+Thu Mar 17 11:09:19 UTC 2011 - [email protected]
+
+- Update to 0.7.0;
+- Regenerated spec file with py2pack;
+- Added README file as documentation.
+
+-------------------------------------------------------------------
+Fri Jan 14 18:21:39 UTC 2011 - [email protected]
+
+- Update to 0.6.7.
+
+-------------------------------------------------------------------
+Sat Oct 9 21:04:58 UTC 2010 - [email protected]
+
+- Update to 0.6.5.
+
+-------------------------------------------------------------------
+Mon Oct 4 01:09:23 UTC 2010 - [email protected]
+
+- Update to 0.5.3.
+
+-------------------------------------------------------------------
+Sat Oct 2 18:20:25 UTC 2010 - [email protected]
+
+- Update to 0.5.2.
+
+-------------------------------------------------------------------
+Mon Apr 19 01:56:03 UTC 2010 - [email protected]
+
+- Update to 0.5.1;
+- Spec file cleaned with spec-cleaner.
+
+-------------------------------------------------------------------
+Mon Dec 14 10:26:53 UTC 2009 - [email protected]
+
+- Update to 0.4.0.
+
+-------------------------------------------------------------------
+Fri Nov 27 20:24:26 UTC 2009 - [email protected]
+
+- Update to 0.3.0.
+
+-------------------------------------------------------------------
+Thu Nov 5 00:12:22 UTC 2009 - [email protected]
+
+- Update to 0.2.1.
+
+-------------------------------------------------------------------
+Tue Oct 13 14:42:17 UTC 2009 - [email protected]
+
+- Initial package (0.1.2) for openSUSE.
calling whatdependson for head-i586
New:
----
django-navigation-0.8.0.tar.bz2
python-django-navigation.changes
python-django-navigation.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-navigation.spec ++++++
#
# spec file for package python-django-navigation
#
# 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/
#
%{!?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 django-navigation
Name: python-%{mod_name}
Version: 0.8.0
Release: 1
Url: http://bitbucket.org/neithere/django-navigation/
Summary: Extensible breadcrumbs navigation for Django
License: GNU Lesser General Public License (LGPL), Version 3
Group: Development/Languages/Python
Source: %{mod_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
Requires: python-django >= 1.0
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
%description
Django Navigation is a breadcrumbs navigation application for Django Web
Framework.
%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,-)
%doc README
%python_sitelib/navigation*
%if 0%{?suse_version} >= 1100
%python_sitelib/*.egg-info
%endif
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]