[Python-apps-commits] r14534 - in packages/sabnzbdplus/trunk/debian (2 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue Jan 2 19:05:13 UTC 2018


    Date: Tuesday, January 2, 2018 @ 19:05:12
  Author: jcfp-guest
Revision: 14534

refresh patch 08

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/patches/08_disable_new_version_check.diff

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2018-01-02 18:57:39 UTC (rev 14533)
+++ packages/sabnzbdplus/trunk/debian/changelog	2018-01-02 19:05:12 UTC (rev 14534)
@@ -4,6 +4,7 @@
   * Control: remove recommend on unzip, replaced upstream by 7zip which
     is already a dependency.
   * Bump Standards-Version to 4.1.3 (from 4.1.1; no further changes).
+  * Patches: refresh 08.
 
  -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 02 Jan 2018 18:51:08 +0000
 

Modified: packages/sabnzbdplus/trunk/debian/patches/08_disable_new_version_check.diff
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/08_disable_new_version_check.diff	2018-01-02 18:57:39 UTC (rev 14533)
+++ packages/sabnzbdplus/trunk/debian/patches/08_disable_new_version_check.diff	2018-01-02 19:05:12 UTC (rev 14534)
@@ -1,7 +1,7 @@
 # Disable the builtin check for newer versions.
 --- a/sabnzbd/misc.py
 +++ b/sabnzbd/misc.py
-@@ -647,6 +647,8 @@
+@@ -650,6 +650,8 @@
          they are already using an alpha/beta/rc.
          RC's are valued higher than Beta's, which are valued higher than Alpha's.
      """
@@ -31,7 +31,7 @@
          logging.info('Setting schedule for quota check daily at %s:%s', hour, minute)
 --- a/interfaces/Config/templates/config_general.tmpl
 +++ b/interfaces/Config/templates/config_general.tmpl
-@@ -164,15 +164,6 @@
+@@ -168,15 +168,6 @@
                      <input type="checkbox" name="auto_browser" id="auto_browser" value="1" <!--#if int($auto_browser) > 0 then 'checked="checked"' else ""#--> />
                      <span class="desc">$T('explain-auto_browser')</span>
                  </div>
@@ -44,6 +44,6 @@
 -                    </select>
 -                    <span class="desc">$T('explain-check_new_rel')</span>
 -                </div>
-                 <div class="field-pair <!--#if int($have_ssl_context) == 0 then "disabled" else ""#-->">
+                 <div class="field-pair advanced-settings <!--#if int($have_ssl_context) == 0 then "disabled" else ""#-->">
                      <label class="config" for="enable_https_verification">$T('opt-enable_https_verification')</label>
                      <input type="checkbox" name="enable_https_verification" id="enable_https_verification" value="1" <!--#if int($enable_https_verification) > 0 then 'checked="checked"' else ""#--> <!--#if int($have_ssl_context) == 0 then "disabled=\"disabled\"" else ""#--> />




More information about the Python-apps-commits mailing list