Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=806562 --- Comment #4 from Matthias Runge <mrunge@xxxxxxxxxxxxxxxxx> 2012-03-26 05:11:54 EDT --- (In reply to comment #3) > It seems that there is a newer version : > http://pypi.python.org/pypi/django-pagination > > ( same url ). and another oopsie. How could I missed that? Only excuse is, upstream's web page http://code.google.com/p/django-pagination/ didn't lists it yet. Good catch! Apparently, support for other languages was dropped. SPEC: http://www.matthias-runge.de/fedora/python-django-pagination.spec SRPM: http://www.matthias-runge.de/fedora/python-django-pagination-1.0.7-1.fc16.src.rpm [mrunge@mrungexp SPECS]$ diff -u python-django-pagination.spec-9 python-django-pagination.spec --- python-django-pagination.spec-9 2012-03-26 10:38:26.879608320 +0200 +++ python-django-pagination.spec 2012-03-26 11:01:04.398612372 +0200 @@ -1,14 +1,15 @@ %global pkgname django-pagination %global obs_ver 1.0.5-8 Name: python-django-pagination -Version: 1.0.5 -Release: 9%{?dist} +Version: 1.0.7 +Release: 1%{?dist} Summary: Django pagination tools Group: Development/Languages License: BSD URL: http://code.google.com/p/%{pkgname}/ -Source0: http://django-pagination.googlecode.com/files/%{pkgname}-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz +#md5=43353a0b3344e5b10a9a83248a6dc24a BuildArch: noarch BuildRequires: python2-devel @@ -24,7 +25,7 @@ %prep %setup -q -n %{pkgname}-%{version} -find -name '._*' -exec rm {} \; +rm -rf django_pagionation.egg-info %build %{__python} setup.py build @@ -32,14 +33,16 @@ %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%find_lang django -%files -f django.lang +%files %doc CONTRIBUTORS.txt LICENSE.txt docs/* %{python_sitelib}/pagination %{python_sitelib}/django_pagination-%{version}-py?.?.egg-info %changelog +* Mon Mar 26 2012 Matthias Runge <mrunge@xxxxxxxxxxxxxxxxx> - 1.0.7-1 +- update to version 1.0.7 + * Mon Mar 26 2012 Matthias Runge <mrunge@xxxxxxxxxxxxxxxxx> - 1.0.5-9 - obsolete old package -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review