[django-tagging/el6] update to stable version

Matthias Runge mrunge at fedoraproject.org
Thu Jul 14 08:11:45 UTC 2011


commit 9f5c2d14f535d5b040282dbc627318716dc691e1
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Thu Jul 14 10:11:11 2011 +0200

    update to stable version

 .gitignore          |    1 +
 django-tagging.spec |   20 +++++++++++++-------
 sources             |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9220ecb..343760b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 django-tagging-0.3-r154.tar.gz
+/django-tagging-0.3.1.tar.gz
diff --git a/django-tagging.spec b/django-tagging.spec
index 63f0e7b..a913e02 100644
--- a/django-tagging.spec
+++ b/django-tagging.spec
@@ -1,18 +1,15 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define alphatag r154
 
 Name:           django-tagging
-Version:        0.3
-Release:        2%{?dist}.20080217svn%{alphatag}
+Version:        0.3.1
+Release:        1
 Summary:        A generic tagging application for Django projects
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://code.google.com/p/django-tagging/
-# svn export -r154 http://django-tagging.googlecode.com/svn/trunk/ django-tagging-0.3-r154
-# tar zcf django-tagging-0.3-r154.tar.gz django-tagging-0.3-r154
-Source0:        %{name}-%{version}-%{alphatag}.tar.gz
+Source0:        http://django-tagging.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,7 +22,7 @@ of a number of tags with any Model instance and makes retrieval of tags
 simple.
 
 %prep
-%setup -q -n %{name}-%{version}-%{alphatag}
+%setup -q 
 
 %build
 %{__python} setup.py build
@@ -44,6 +41,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sun Jun 26 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.3.1-1
+- update to version 0.3.1
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-4.20080217svnr154
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.3-3.20080217svnr154
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-2.20080217svnr154
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 03fc29a..cbc8d39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d155bd09de93ccfd316d382558dc526  django-tagging-0.3-r154.tar.gz
+a0855f2b044db15f3f8a025fa1016ddf  django-tagging-0.3.1.tar.gz


More information about the scm-commits mailing list