diff -Nru sabnzbdplus-3.6.0~rc3/debian/changelog sabnzbdplus-3.6.0/debian/changelog --- sabnzbdplus-3.6.0~rc3/debian/changelog 2022-05-29 14:14:44.000000000 +0000 +++ sabnzbdplus-3.6.0/debian/changelog 2022-06-07 12:04:56.000000000 +0000 @@ -1,3 +1,12 @@ +sabnzbdplus (3.6.0-0ubuntu1~jcfp1~21.10) impish; urgency=medium + + * New upstream release. + * Rules: remove workaround for broken line endings in bash completion. + * Install: add upstream appdata.xml into /usr/share/metainfo. + * Patches: add upstream appdata.xml to 02. + + -- Jeroen Ploemen Tue, 07 Jun 2022 12:04:56 +0000 + sabnzbdplus (3.6.0~rc3-0ubuntu1~jcfp1~21.10) impish; urgency=medium * New upstream release. diff -Nru sabnzbdplus-3.6.0~rc3/debian/patches/02_find_parts_in_usr_share.diff sabnzbdplus-3.6.0/debian/patches/02_find_parts_in_usr_share.diff --- sabnzbdplus-3.6.0~rc3/debian/patches/02_find_parts_in_usr_share.diff 2022-05-19 11:00:52.000000000 +0000 +++ sabnzbdplus-3.6.0/debian/patches/02_find_parts_in_usr_share.diff 2022-06-07 12:04:56.000000000 +0000 @@ -50,3 +50,23 @@ # Wrap notify2.init to prevent blocking in dbus # when there's no active notification daemon +--- a/linux/org.sabnzbd.sabnzbd.appdata.xml ++++ b/linux/org.sabnzbd.sabnzbd.appdata.xml +@@ -3,7 +3,7 @@ + + org.sabnzbd.sabnzbd + MIT +- SABnzbd ++ SABnzbd+ + Free and easy binary newsreader + +

+@@ -28,7 +28,7 @@ + https://sabnzbd.org/wiki/ + https://sabnzbd.org/wiki/faq + https://forums.sabnzbd.org +- sabnzbd.desktop ++ sabnzbdplus.desktop + + application/x-nzb + application/x-compressed-nzb diff -Nru sabnzbdplus-3.6.0~rc3/debian/rules sabnzbdplus-3.6.0/debian/rules --- sabnzbdplus-3.6.0~rc3/debian/rules 2022-05-12 14:07:50.000000000 +0000 +++ sabnzbdplus-3.6.0/debian/rules 2022-06-07 12:04:56.000000000 +0000 @@ -33,12 +33,3 @@ override_dh_installchangelogs: dh_installchangelogs README.mkd - -execute_before_dh_bash-completion: - mv linux/sabnzbd.bash-completion linux/sabnzbd.bash-completion.dos - tr -d '\r' < linux/sabnzbd.bash-completion.dos > linux/sabnzbd.bash-completion - -execute_after_dh_bash-completion: - rm -f linux/sabnzbd.bash-completion - mv linux/sabnzbd.bash-completion.dos linux/sabnzbd.bash-completion - diff -Nru sabnzbdplus-3.6.0~rc3/debian/sabnzbdplus.install sabnzbdplus-3.6.0/debian/sabnzbdplus.install --- sabnzbdplus-3.6.0~rc3/debian/sabnzbdplus.install 2021-07-12 13:41:25.000000000 +0000 +++ sabnzbdplus-3.6.0/debian/sabnzbdplus.install 2022-06-07 12:04:56.000000000 +0000 @@ -24,3 +24,6 @@ # interface theme templates interfaces/Glitter/templates /usr/share/sabnzbdplus/interfaces/Glitter/ + +# appdata +linux/org.sabnzbd.sabnzbd.appdata.xml /usr/share/metainfo diff -Nru sabnzbdplus-3.6.0~rc3/PKG-INFO sabnzbdplus-3.6.0/PKG-INFO --- sabnzbdplus-3.6.0~rc3/PKG-INFO 2022-05-29 12:52:14.027907800 +0000 +++ sabnzbdplus-3.6.0/PKG-INFO 2022-06-07 11:19:07.287568300 +0000 @@ -1,7 +1,7 @@ Metadata-Version: 1.0 Name: SABnzbd -Version: 3.6.0RC3 -Summary: SABnzbd-3.6.0RC3 +Version: 3.6.0 +Summary: SABnzbd-3.6.0 Home-page: https://sabnzbd.org Author: The SABnzbd Team Author-email: team@sabnzbd.org diff -Nru sabnzbdplus-3.6.0~rc3/README.mkd sabnzbdplus-3.6.0/README.mkd --- sabnzbdplus-3.6.0~rc3/README.mkd 2022-05-29 12:52:14.024732800 +0000 +++ sabnzbdplus-3.6.0/README.mkd 2022-06-07 11:19:06.838392700 +0000 @@ -1,12 +1,6 @@ -Release Notes - SABnzbd 3.6.0 Release Candidate 3 +Release Notes - SABnzbd 3.6.0 ========================================================= -## Bugfixes since 3.6.0 Release Candidate 2 -- Queue pagination was not shown. -- `.nzb` files were not removed when rejected by pre-queue script. -- Updated `sabyenc3` to include latest fixes. -- Linux: Always perform disk write check. - ## Changes since 3.5.3 - Significantly increased performance by using the yEnc-decoding library of @animetosho. Usenet articles are now decoded using @@ -25,7 +19,7 @@ - Removed included `Deobfuscate.py` as it is outdated. - Show a warning when there are no valid news servers active. - Show a warning if the filesystem does not support special characters. -- Allow multiple parameters to be passed to par2cmdline/Multipar +- Allow multiple parameters to be passed to par2cmdline/Multipar. - Linux: Added AppStream metadata, desktop shortcut and MimeInfo. - Linux: Added support for bash completion. - macOS: Application and included tools fully native on M1 systems. @@ -34,11 +28,12 @@ # API changes since 3.5.3 - Removed several (status) fields from the `queue` API call. -- Remove unused and undocumented API calls: `addid`, `options`, `rescan` +- Remove unused and undocumented API calls: `addid`, `options`, `rescan`, `osx_icon`, `set_speedlimit`, `get_speedlimit`, `set_colorscheme`. +- Removed undocumented `xcat` parameter. - `None` values in XML API-output are left empty. - Adding NZB's would not always return `nzo_ids`. -- Removed undocumented `xcat` parameter. +- Prevent crash in `history` call during post-processing. # Bugfixes since 3.5.3 - Extended timeout when measuring system performance. @@ -50,7 +45,6 @@ - Prevent traceback when status functions timeout. - Prevent crash if not enough repair blocks are available. - Prevent crash when there is an unknown `language` setting. -- Prevent crash in API `history` call during post-processing. - Source release had Windows line-endings. - Windows: If a job password contained a double quote it would not be picked up by UnRar and unpack would fail. diff -Nru sabnzbdplus-3.6.0~rc3/sabnzbd/__init__.py sabnzbdplus-3.6.0/sabnzbd/__init__.py --- sabnzbdplus-3.6.0~rc3/sabnzbd/__init__.py 2022-05-29 12:52:14.070826800 +0000 +++ sabnzbdplus-3.6.0/sabnzbd/__init__.py 2022-06-07 11:19:12.100765200 +0000 @@ -320,7 +320,6 @@ # Values we want to remove deprecated_options = [ cfg.ampm, - cfg.enable_https_verification, cfg.enable_meta, cfg.replace_illegal, cfg.html_login, diff -Nru sabnzbdplus-3.6.0~rc3/sabnzbd/version.py sabnzbdplus-3.6.0/sabnzbd/version.py --- sabnzbdplus-3.6.0~rc3/sabnzbd/version.py 2022-05-29 12:52:14.066955800 +0000 +++ sabnzbdplus-3.6.0/sabnzbd/version.py 2022-06-07 11:19:11.974593400 +0000 @@ -5,5 +5,5 @@ # You MUST use double quotes (so " and not ') -__version__ = "3.6.0RC3" -__baseline__ = "7974421fa177f617094e1192d780582a20b06fda" +__version__ = "3.6.0" +__baseline__ = "b31fedd85790c21488cbebd9730bdc00b2bdb385"