[trac-vatar-plugin] Update to 1.6

Kevin Fenzi kevin at fedoraproject.org
Tue Jul 10 23:00:51 UTC 2012


commit de203533376e68d07ac811a3a1565577e347476c
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Jul 10 17:00:32 2012 -0600

    Update to 1.6

 .gitignore             |    1 +
 sources                |    2 +-
 trac-vatar-plugin.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9df563..ab7ae95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tracvatar-1.4.tar.gz
+/tracvatar-1.6.tar.gz
diff --git a/sources b/sources
index cda28fb..6772032 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d19f149acc495b81d5a762b1c819bdd8  tracvatar-1.4.tar.gz
+944be8236585b3f6ee0d5237a1344f86  tracvatar-1.6.tar.gz
diff --git a/trac-vatar-plugin.spec b/trac-vatar-plugin.spec
index 15de886..8f30024 100644
--- a/trac-vatar-plugin.spec
+++ b/trac-vatar-plugin.spec
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           trac-vatar-plugin
-Version:        1.4
+Version:        1.6
 Release:        1%{?dist}
 Summary:        Add gravatar icons to various points around trac
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://pypi.python.org/pypi/tracvatar
-Source0:        http://pypi.python.org/packages/source/t/tracvatar/tracvatar-1.4.tar.gz
+Source0:        http://pypi.python.org/packages/source/t/tracvatar/tracvatar-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -20,7 +20,7 @@ A trac plugin that allows users to add customized
 Gravatar icons to Trac.
 
 %prep
-%setup -q -n tracvatar-1.4
+%setup -q -n tracvatar-%{version}
 
 %build
 %{__python} setup.py build
@@ -38,5 +38,8 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sun Jul 08 2012 Kevin Fenzi <kevin at scrye.com> - 1.6-1
+- Update to 1.6
+
 * Thu Feb 23 2012 Andrea Veri <averi at fedoraproject.org> - 1.4-1
 - First package release.


More information about the scm-commits mailing list