diff --git a/srcpkgs/sabnzbd/patches/sabnzbd-00-system-configobj-feedparser-gntp.patch b/srcpkgs/sabnzbd/patches/sabnzbd-00-system-configobj-feedparser-gntp.patch index 6b8e977497..e0b1cb98a0 100644 --- a/srcpkgs/sabnzbd/patches/sabnzbd-00-system-configobj-feedparser-gntp.patch +++ b/srcpkgs/sabnzbd/patches/sabnzbd-00-system-configobj-feedparser-gntp.patch @@ -1,21 +1,17 @@ ---- sabnzbd/config.py +--- sabnzbd/config.py.orig +++ sabnzbd/config.py -@@ -24,10 +24,10 @@ - import logging - import threading - import shutil -+import configobj +@@ -30,7 +30,7 @@ + from urlparse import urlparse import sabnzbd.misc from sabnzbd.constants import CONFIG_VERSION, NORMAL_PRIORITY, DEFAULT_PRIORITY, MAX_WIN_DFOLDER - from sabnzbd.utils import listquote -from sabnzbd.utils import configobj ++import configobj from sabnzbd.decorators import synchronized CONFIG_LOCK = threading.Lock() - ---- sabnzbd/rss.py +--- sabnzbd/rss.py.orig +++ sabnzbd/rss.py -@@ -36,7 +36,7 @@ +@@ -35,7 +35,7 @@ import sabnzbd.emailer as emailer from sabnzbd.encoding import unicoder, xml_name @@ -24,4 +20,3 @@ __RSS = None # Global pointer to RSS-scanner instance - diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template index e76acfc21d..e240471770 100644 --- a/srcpkgs/sabnzbd/template +++ b/srcpkgs/sabnzbd/template @@ -1,6 +1,6 @@ # Template file for 'sabnzbd' pkgname=sabnzbd -version=1.2.3 +version=2.3.0 revision=1 wrksrc="SABnzbd-${version}" depends="par2cmdline python-cheetah python-configobj python-feedparser @@ -12,7 +12,7 @@ license="GPL-2" homepage="http://sabnzbd.org/" short_desc="Open Source Binary Newsreader written in Python" distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz" -checksum=a0100d19edd9c6b528f79214a64690941281758048e4ead6671446070e1e9e24 +checksum=8c89902330531fddd6349271fd410a1e92e2a18905a15c7493aac0378e86e32b noarch=yes pycompile_dirs="/usr/share/sabnzbd"