[Python-apps-commits] r13196 - in packages/pyspread/trunk/debian (2 files)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Tue May 10 19:55:19 UTC 2016


    Date: Tuesday, May 10, 2016 @ 19:55:18
  Author: anoteng-guest
Revision: 13196

New upstream release: 1.0.3. bugfix release. debian version: 1.0.3-1

Modified:
  packages/pyspread/trunk/debian/changelog
  packages/pyspread/trunk/debian/patches/about_dialog_license.patch

Modified: packages/pyspread/trunk/debian/changelog
===================================================================
--- packages/pyspread/trunk/debian/changelog	2016-05-10 16:58:47 UTC (rev 13195)
+++ packages/pyspread/trunk/debian/changelog	2016-05-10 19:55:18 UTC (rev 13196)
@@ -1,3 +1,9 @@
+pyspread (1.0.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Andreas Noteng <andreas at noteng.no>  Tue, 10 May 2016 21:36:45 +0200
+
 pyspread (1.0.2-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/pyspread/trunk/debian/patches/about_dialog_license.patch
===================================================================
--- packages/pyspread/trunk/debian/patches/about_dialog_license.patch	2016-05-10 16:58:47 UTC (rev 13195)
+++ packages/pyspread/trunk/debian/patches/about_dialog_license.patch	2016-05-10 19:55:18 UTC (rev 13196)
@@ -3,13 +3,13 @@
 Author: Andreas Noteng <andreas at noteng.no>
 Last-Update: 2012-01-28
 
-Index: pyspread-1.0.1/pyspread/src/gui/_dialogs.py
+Index: pyspread-1.0.3/pyspread/src/gui/_dialogs.py
 ===================================================================
---- pyspread-1.0.1.orig/pyspread/src/gui/_dialogs.py
-+++ pyspread-1.0.1/pyspread/src/gui/_dialogs.py
-@@ -1173,7 +1173,7 @@ class AboutDialog(object):
-                             "Martin Manns", "Andreas Noteng",
-                             "Enrico Nicoletto", u"Frédéric Marchal"]
+--- pyspread-1.0.3.orig/pyspread/src/gui/_dialogs.py
++++ pyspread-1.0.3/pyspread/src/gui/_dialogs.py
+@@ -1174,7 +1174,7 @@ class AboutDialog(object):
+                             "Enrico Nicoletto", u"Frédéric Marchal",
+                             "Philipp Thomas"]
  
 -        license_file = open(get_program_path() + "/COPYING", "r")
 +        license_file = open("/usr/share/common-licenses/GPL-3", "r")




More information about the Python-apps-commits mailing list