[trac-watchlist-plugin] Correct license tag from the initial time spec was written

Jon Stanley jstanley at fedoraproject.org
Sun Dec 25 20:23:48 UTC 2011


commit 35332c7a6b8b3764a612c0eb1308b0eb0b04b2d0
Author: Jon Stanley <jonstanley at gmail.com>
Date:   Sun Dec 25 15:23:23 2011 -0500

    Correct license tag from the initial time spec was written

 trac-watchlist-plugin.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/trac-watchlist-plugin.spec b/trac-watchlist-plugin.spec
index d8d3a57..ddf32da 100644
--- a/trac-watchlist-plugin.spec
+++ b/trac-watchlist-plugin.spec
@@ -3,12 +3,12 @@
 
 Name:           trac-watchlist-plugin
 Version:        0.5
-Release:        0.1.svn%{svn_rev}%{?dist}
+Release:        0.2.svn%{svn_rev}%{?dist}
 Summary:        Watchlist plugin for Trac for watching tickets or wiki pages
 
 Group:          Applications/Internet
-# BSD license from setup.py
-License:        BSD
+# GPLv3 license from setup.py
+License:        GPLv3
 URL:            http://trac-hacks.org/wiki/WatchlistPlugin
 # Generate via 'svn export -r%{svn_rev} http://trac-hacks.org/svn/watchlistplugin/0.11 trac-watchlist-plugin-0.5 && tar -czvf trac-watchlist-plugin-0.5.%{svn_rev}.tar.gz trac-watchlist-plugin-0.5
 Source0:        trac-watchlist-plugin-0.5.svn%{svn_rev}.tar.gz
@@ -42,7 +42,7 @@ feedback.
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
- 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec 25 2011 Jon Stanley <jonstanley at gmail.com> - 0.5-0.2.svn11062
+- Correct license tag from intiial time spec was written
+
 * Sun Dec 25 2011 Jon Stanley <jonstanley at gmail.com> - 0.5-0.1.svn11062
 - New upstream release, initial import
 


More information about the scm-commits mailing list