[tktray] Update to 1.3.9

Miloš Jakubíček mjakubicek at fedoraproject.org
Mon Aug 23 09:11:40 UTC 2010


commit df0f1f25b60a9dff8a2328b8bd20a98d9400cd90
Author: Milos Jakubicek <xjakub at fi.muni.cz>
Date:   Mon Aug 23 11:08:18 2010 +0200

    Update to 1.3.9

 .gitignore  |    1 +
 sources     |    2 +-
 tktray.spec |   18 +++++++++++-------
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 120115d..35fe50a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tktray1.1.tar.gz
+/tktray1.3.9.tar.gz
diff --git a/sources b/sources
index e9f559f..dd91afb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d033dd0cf47cb6205364868455e01394  tktray1.1.tar.gz
+6f7f22e7c6f1d7dc9f7e19ee2e9a82aa  tktray1.3.9.tar.gz
diff --git a/tktray.spec b/tktray.spec
index d21d94a..154c816 100644
--- a/tktray.spec
+++ b/tktray.spec
@@ -3,11 +3,11 @@
 
 Summary: System Tray Icon Support for Tk on X11
 Name: tktray
-Version: 1.1
-Release: 6%{?dist}
-URL: http://www.sw4me.com/wiki/Tktray
-Source0: http://www.sw4me.com/%{name}%{version}.tar.gz
-License: MIT
+Version: 1.3.9
+Release: 1%{?dist}
+URL: http://code.google.com/p/tktray/
+Source0: http://tktray.googlecode.com/files/%{name}%{version}.tar.gz
+License: BSD
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: tk-devel,tcl-devel
@@ -25,7 +25,7 @@ up the system tray manager.
 
 %setup -q -n %{name}%{version}
 
-chmod 0644 ChangeLog license.terms doc/*
+chmod 0644 ChangeLog license.terms docs/*
 
 %build
 
@@ -45,11 +45,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog license.terms doc/tktray.html
+%doc ChangeLog license.terms docs/tktray.html
 %{tcl_sitearch}/%{name}%{version}
 %{_mandir}/*/*
 
 %changelog
+* Mon Aug 23 2010 Miloš Jakubíček <xjakub at fi.muni.cz> - 1.3.9-1
+- Update to 1.3.9
+- Update upstream homepage URL and licensing (MIT -> BSD)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list