diff --git a/.gitignore b/.gitignore index 89cdfd3..b1a9192 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /django-tastypie-0.9.11.tar.gz /python-django-tastypie-tests.tgz /django-tastypie-0.9.12-alpha.tar.gz +/django-tastypie-0.9.12-tests.tgz +/django-tastypie-0.9.12.tar.gz diff --git a/python-django-tastypie.spec b/python-django-tastypie.spec index f8977a3..f8601c2 100644 --- a/python-django-tastypie.spec +++ b/python-django-tastypie.spec @@ -2,9 +2,8 @@ %global docdir %{_docdir}/%{name}-%{fullver} %global majorver 0.9.12 -%global release 2 +%global release 1 # comment this out to get back to normal versioning -%global preminorver alpha %global fullver %{majorver}%{?preminorver:-%{preminorver}} Name: python-%{pypi_name} @@ -19,15 +18,15 @@ URL: https://github.com/toastdriven/django-tastypie/ # git clone https://github.com/toastdriven/django-tastypie.git # mv django-tastypie django-tastypie-0.9.12-alpha # tar czf django-tastypie-0.9.12-alpha.tar.gz django-tastypie-0.9.12-alpha -Source0: %{pypi_name}-%{fullver}.tar.gz +#Source0: %{pypi_name}-%{fullver}.tar.gz # Only for non-snapshot versions: -#Source0: http://pypi.python.org/packages/source/d/%%{pypi_name}/%%{pypi_name}-%%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/d/%%{pypi_name}/%%{pypi_name}-%%{version}.tar.gz # to get tests: # git clone https://github.com/toastdriven/django-tastypie.git && cd django-tastypie # git checkout v0.9.12 # tar -czf django-tastypie-0.9.12-tests.tgz tests/ -#Source1: %%{pypi_name}-tests.tgz +Source1: %%{pypi_name}-%%{version}-tests.tgz BuildArch: noarch # Let's keep Requires and BuildRequires sorted alphabetically @@ -130,6 +129,9 @@ popd %exclude %{docdir}/html/.* %changelog +* Mon Mar 25 2013 Cédric OLIVIER 0.9.12-1 +- Updated to upstream 0.9.12 + * Thu Feb 14 2013 Fedora Release Engineering - 0.9.12-0.2.alpha - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 9fd5d4e..0466bf4 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -0142a431e5a953abc207ca2a699ff60c django-tastypie-0.9.12-alpha.tar.gz +4d412997c82a20cda5626baaddca6bde django-tastypie-0.9.12-tests.tgz +7359f16d79b76865293184fd1d6773b7 django-tastypie-0.9.12.tar.gz