[Python-apps-commits] r2482 - in packages/sabnzbdplus/trunk/debian (5 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue Feb 24 14:46:02 UTC 2009


    Date: Tuesday, February 24, 2009 @ 14:46:01
  Author: jcfp-guest
Revision: 2482

Update to match latest upstream release

Modified:
  packages/sabnzbdplus/trunk/debian/README.source
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/control
  packages/sabnzbdplus/trunk/debian/copyright
  packages/sabnzbdplus/trunk/debian/patches/01_remove_script_headers.dpatch

Modified: packages/sabnzbdplus/trunk/debian/README.source
===================================================================
--- packages/sabnzbdplus/trunk/debian/README.source	2009-02-23 16:31:08 UTC (rev 2481)
+++ packages/sabnzbdplus/trunk/debian/README.source	2009-02-24 14:46:01 UTC (rev 2482)
@@ -1,3 +1,5 @@
+== patch system ==
+
 This package is using dpatch patch system. 
 
 To patch the source:

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2009-02-23 16:31:08 UTC (rev 2481)
+++ packages/sabnzbdplus/trunk/debian/changelog	2009-02-24 14:46:01 UTC (rev 2482)
@@ -1,4 +1,4 @@
-sabnzbdplus (0.4.6-1) UNRELEASED; urgency=low
+sabnzbdplus (0.4.7-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #514156)
   * Adding patches:

Modified: packages/sabnzbdplus/trunk/debian/control
===================================================================
--- packages/sabnzbdplus/trunk/debian/control	2009-02-23 16:31:08 UTC (rev 2481)
+++ packages/sabnzbdplus/trunk/debian/control	2009-02-24 14:46:01 UTC (rev 2482)
@@ -2,7 +2,7 @@
 Homepage: http://sabnzbd.org
 Section: net
 Priority: optional
-Maintainer: JCF Ploemen (jcfp) <linux at jp.pp.ru>
+Maintainer: JCF Ploemen <linux at jp.pp.ru>
 Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: python-support (>= 0.5.3)
 Standards-Version: 3.8.0

Modified: packages/sabnzbdplus/trunk/debian/copyright
===================================================================
--- packages/sabnzbdplus/trunk/debian/copyright	2009-02-23 16:31:08 UTC (rev 2481)
+++ packages/sabnzbdplus/trunk/debian/copyright	2009-02-24 14:46:01 UTC (rev 2482)
@@ -8,7 +8,7 @@
 	The SABnzbd-Team <team at sabnzbd.org>
 
 Copyright:
-	Copyright (C) 2007-2008 by The SABnzbd-Team <team at sabnzbd.org>
+	Copyright (C) 2007-2009 by The SABnzbd-Team <team at sabnzbd.org>
 
 License:
 	This program is free software; you can redistribute it and/or
@@ -731,21 +731,21 @@
 
 	Copyright (C) 2006-2008 by www.webtoolkit.info
 
-	This program is free software; you can redistribute it and/or
-	modify it under the terms of the GNU General Public License V2
-	as published by the Free Software Foundation.
-	
+	This program is free software: you can redistribute it and/or modify
+	it under the terms of the GNU General Public License as published by
+	the Free Software Foundation, either version 3 of the License, or
+	(at your option) any later version.
+
 	This program is distributed in the hope that it will be useful,
 	but WITHOUT ANY WARRANTY; without even the implied warranty of
 	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 	GNU General Public License for more details.
 
 	You should have received a copy of the GNU General Public License
-	along with this program; if not, write to the Free Software
-	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+	along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License, version 3, can be found in `/usr/share/common-licenses/GPL-3'.
 
 
 

Modified: packages/sabnzbdplus/trunk/debian/patches/01_remove_script_headers.dpatch
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/01_remove_script_headers.dpatch	2009-02-23 16:31:08 UTC (rev 2481)
+++ packages/sabnzbdplus/trunk/debian/patches/01_remove_script_headers.dpatch	2009-02-24 14:46:01 UTC (rev 2482)
@@ -5,176 +5,176 @@
 ## DP: prevent lintian from complaining about non-executable scripts
 
 @DPATCH@
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/__init__.py sabnzbdplus-0.4.5~beta1/sabnzbd/__init__.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/__init__.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/__init__.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/__init__.py sabnzbdplus-0.4.7~rc1/sabnzbd/__init__.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/__init__.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/__init__.py	2009-02-08 18:21:15.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
- # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
+ # Copyright 2008-2009 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/articlecache.py sabnzbdplus-0.4.5~beta1/sabnzbd/articlecache.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/articlecache.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/articlecache.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/articlecache.py sabnzbdplus-0.4.7~rc1/sabnzbd/articlecache.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/articlecache.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/articlecache.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/assembler.py sabnzbdplus-0.4.5~beta1/sabnzbd/assembler.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/assembler.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/assembler.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/assembler.py sabnzbdplus-0.4.7~rc1/sabnzbd/assembler.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/assembler.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/assembler.py	2009-02-08 18:20:54.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
- # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
+ # Copyright 2008-2009 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/codecs.py sabnzbdplus-0.4.5~beta1/sabnzbd/codecs.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/codecs.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/codecs.py	2008-09-27 13:14:33.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/codecs.py sabnzbdplus-0.4.7~rc1/sabnzbd/codecs.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/codecs.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/codecs.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/constants.py sabnzbdplus-0.4.5~beta1/sabnzbd/constants.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/constants.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/constants.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/constants.py sabnzbdplus-0.4.7~rc1/sabnzbd/constants.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/constants.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/constants.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/decoder.py sabnzbdplus-0.4.5~beta1/sabnzbd/decoder.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/decoder.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/decoder.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/decoder.py sabnzbdplus-0.4.7~rc1/sabnzbd/decoder.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/decoder.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/decoder.py	2009-02-08 18:21:05.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
- # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
+ # Copyright 2008-2009 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/decorators.py sabnzbdplus-0.4.5~beta1/sabnzbd/decorators.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/decorators.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/decorators.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/decorators.py sabnzbdplus-0.4.7~rc1/sabnzbd/decorators.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/decorators.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/decorators.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/downloader.py sabnzbdplus-0.4.5~beta1/sabnzbd/downloader.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/downloader.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/downloader.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/downloader.py sabnzbdplus-0.4.7~rc1/sabnzbd/downloader.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/downloader.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/downloader.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/email.py sabnzbdplus-0.4.5~beta1/sabnzbd/email.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/email.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/email.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/email.py sabnzbdplus-0.4.7~rc1/sabnzbd/email.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/email.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/email.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/interface.py sabnzbdplus-0.4.5~beta1/sabnzbd/interface.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/interface.py	2008-09-27 10:36:34.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/interface.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/interface.py sabnzbdplus-0.4.7~rc1/sabnzbd/interface.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/interface.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/interface.py	2009-02-08 18:21:22.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
- # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
+ # Copyright 2008-2009 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/misc.py sabnzbdplus-0.4.5~beta1/sabnzbd/misc.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/misc.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/misc.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/misc.py sabnzbdplus-0.4.7~rc1/sabnzbd/misc.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/misc.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/misc.py	2009-02-08 18:21:32.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
- # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
+ # Copyright 2008-2009 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/newsunpack.py sabnzbdplus-0.4.5~beta1/sabnzbd/newsunpack.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/newsunpack.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/newsunpack.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/newsunpack.py sabnzbdplus-0.4.7~rc1/sabnzbd/newsunpack.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/newsunpack.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/newsunpack.py	2009-02-08 18:21:40.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
- # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
+ # Copyright 2008-2009 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/newswrapper.py sabnzbdplus-0.4.5~beta1/sabnzbd/newswrapper.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/newswrapper.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/newswrapper.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/newswrapper.py sabnzbdplus-0.4.7~rc1/sabnzbd/newswrapper.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/newswrapper.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/newswrapper.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-@@ -263,4 +262,4 @@
+@@ -265,4 +264,4 @@
              try:
                  return apply(self._ssl_conn.%s, args)
              finally:
 -                self._lock.release()\n""" % (f, f)
 \ No newline at end of file
 +                self._lock.release()\n""" % (f, f)
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/newzbin.py sabnzbdplus-0.4.5~beta1/sabnzbd/newzbin.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/newzbin.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/newzbin.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/newzbin.py sabnzbdplus-0.4.7~rc1/sabnzbd/newzbin.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/newzbin.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/newzbin.py	2009-02-08 18:21:49.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
- # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
+ # Copyright 2008-2009 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/nzbqueue.py sabnzbdplus-0.4.5~beta1/sabnzbd/nzbqueue.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/nzbqueue.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/nzbqueue.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/nzbqueue.py sabnzbdplus-0.4.7~rc1/sabnzbd/nzbqueue.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/nzbqueue.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/nzbqueue.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/nzbstuff.py sabnzbdplus-0.4.5~beta1/sabnzbd/nzbstuff.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/nzbstuff.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/nzbstuff.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/nzbstuff.py sabnzbdplus-0.4.7~rc1/sabnzbd/nzbstuff.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/nzbstuff.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/nzbstuff.py	2009-02-08 18:21:58.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
- # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
+ # Copyright 2008-2009 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/postproc.py sabnzbdplus-0.4.5~beta1/sabnzbd/postproc.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/postproc.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/postproc.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/postproc.py sabnzbdplus-0.4.7~rc1/sabnzbd/postproc.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/postproc.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/postproc.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/rss.py sabnzbdplus-0.4.5~beta1/sabnzbd/rss.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/rss.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/rss.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/rss.py sabnzbdplus-0.4.7~rc1/sabnzbd/rss.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/rss.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/rss.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/trylist.py sabnzbdplus-0.4.5~beta1/sabnzbd/trylist.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/trylist.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/trylist.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/trylist.py sabnzbdplus-0.4.7~rc1/sabnzbd/trylist.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/trylist.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/trylist.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/tvsort.py sabnzbdplus-0.4.5~beta1/sabnzbd/tvsort.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/tvsort.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/tvsort.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/tvsort.py sabnzbdplus-0.4.7~rc1/sabnzbd/tvsort.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/tvsort.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/tvsort.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python -OO
  # Copyright 2008 The SABnzbd-Team <team at sabnzbd.org>
  #
  # This program is free software; you can redistribute it and/or
-diff -urNad sabnzbdplus-0.4.5~beta1~/sabnzbd/utils/kronos.py sabnzbdplus-0.4.5~beta1/sabnzbd/utils/kronos.py
---- sabnzbdplus-0.4.5~beta1~/sabnzbd/utils/kronos.py	2008-09-27 10:36:35.000000000 +0200
-+++ sabnzbdplus-0.4.5~beta1/sabnzbd/utils/kronos.py	2008-09-27 13:14:10.000000000 +0200
+diff -urNad sabnzbdplus-0.4.7~rc1~/sabnzbd/utils/kronos.py sabnzbdplus-0.4.7~rc1/sabnzbd/utils/kronos.py
+--- sabnzbdplus-0.4.7~rc1~/sabnzbd/utils/kronos.py	2009-02-07 20:21:44.000000000 +0100
++++ sabnzbdplus-0.4.7~rc1/sabnzbd/utils/kronos.py	2009-02-08 18:19:42.000000000 +0100
 @@ -1,4 +1,3 @@
 -#! /usr/bin/env python
  """Module that provides a cron-like task scheduler.




More information about the Python-apps-commits mailing list