Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2017-05-17 17:18:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/certbot (Old)
 and      /work/SRC/openSUSE:Factory/.certbot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "certbot"

Wed May 17 17:18:50 2017 rev:5 rq:495253 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2017-04-06 
11:01:49.978273796 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes     2017-05-17 
17:19:31.787127882 +0200
@@ -1,0 +2,17 @@
+Tue May 16 11:59:56 UTC 2017 - ec...@opensuse.org
+
+- - fix build error in Tumbleweed
+
+-------------------------------------------------------------------
+Mon May 15 18:14:55 UTC 2017 - ec...@opensuse.org
+
+- update t 0.14.0
+  See https://github.com/certbot/certbot/milestone/35?closed=1
+
+-------------------------------------------------------------------
+Tue Apr 25 22:15:35 UTC 2017 - ec...@opensuse.org
+
+- update to 0.13.0
+  See https://github.com/certbot/certbot/milestone/34?closed=1
+  
+-------------------------------------------------------------------

Old:
----
  v0.12.0.tar.gz

New:
----
  v0.14.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ certbot.spec ++++++
--- /var/tmp/diff_new_pack.JXKfGI/_old  2017-05-17 17:19:35.630585852 +0200
+++ /var/tmp/diff_new_pack.JXKfGI/_new  2017-05-17 17:19:35.634585288 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           certbot
-Version:        0.12.0
+Version:        0.14.0
 Release:        0
 Summary:        Let's Encrypt
 License:        Apache-2.0
@@ -60,7 +60,11 @@
 BuildRequires:  python-pyOpenSSL >= 0.15
 BuildRequires:  python-pyRFC3339
 BuildRequires:  python-pytz
+%if 0%{?suse_version} >= 1330
+BuildRequires:  python2-requests >= 2.10
+%else
 BuildRequires:  python-requests >= 2.10
+%endif
 BuildRequires:  python-six
 BuildRequires:  python-zope.component
 BuildRequires:  python-zope.interface
@@ -110,7 +114,11 @@
 Requires:       python-pyOpenSSL >= 0.15
 Requires:       python-pyRFC3339
 Requires:       python-pytz
+%if 0%{?suse_version} >= 1330
+Requires:       python2-requests >= 2.10
+%else
 Requires:       python-requests >= 2.10
+%endif
 Requires:       python-setuptools >= 1.0
 Requires:       python-six
 Requires:       python-zope.component

++++++ certbot-cli.ini.patch ++++++
--- /var/tmp/diff_new_pack.JXKfGI/_old  2017-05-17 17:19:35.686577956 +0200
+++ /var/tmp/diff_new_pack.JXKfGI/_new  2017-05-17 17:19:35.690577392 +0200
@@ -1,8 +1,7 @@
-Index: certbot-0.9.3/examples/cli.ini
-===================================================================
---- certbot-0.9.3.orig/examples/cli.ini
-+++ certbot-0.9.3/examples/cli.ini
-@@ -5,6 +5,11 @@
+diff -Pdpru certbot-0.13.0.orig/examples/cli.ini 
certbot-0.13.0/examples/cli.ini
+--- certbot-0.13.0.orig/examples/cli.ini       2017-04-06 00:16:51.000000000 
+0200
++++ certbot-0.13.0/examples/cli.ini    2017-04-25 23:57:31.727575126 +0200
+@@ -10,14 +10,31 @@
  # Use a 4096 bit RSA key instead of 2048
  rsa-key-size = 4096
  
@@ -14,23 +13,23 @@
  # Uncomment and update to register with the specified e-mail address
  # email = f...@example.com
  
-@@ -15,11 +20,17 @@ rsa-key-size = 4096
- # Uncomment to use a text interface instead of ncurses
- # text = True
- 
++# Uncomment to use a text interface instead of ncurses
++# text = True
++ 
 +# Uncomment
 +# agree-eula = True
 +# agree-tos = True
 +# renew-by-default = True
 +
  # Uncomment to use the standalone authenticator on port 443
-+# If you want to ue port 80, you must use preferred-challenges = http-01
++# If you want to use port 443, you must use standalone-supported-challenges
++# If you want to use port 80, you must use preferred-challenges = http-01
  # authenticator = standalone
--# standalone-supported-challenges = tls-sni-01
+ # standalone-supported-challenges = tls-sni-01
 +# preferred-challenges = tls-sni-01
  
  # Uncomment to use the webroot authenticator. Replace webroot-path with the
  # path to the public_html / webroot folder being served by your web server.
  # authenticator = webroot
--# webroot-path = /usr/share/nginx/html
+ # webroot-path = /usr/share/nginx/html
 +# webroot-path = /srv/www/htdocs

++++++ certbot-fix_constants.patch ++++++
--- /var/tmp/diff_new_pack.JXKfGI/_old  2017-05-17 17:19:35.702575700 +0200
+++ /var/tmp/diff_new_pack.JXKfGI/_new  2017-05-17 17:19:35.702575700 +0200
@@ -1,8 +1,7 @@
-Index: certbot-0.9.3/certbot/constants.py
-===================================================================
---- certbot-0.9.3.orig/certbot/constants.py
-+++ certbot-0.9.3/certbot/constants.py
-@@ -13,18 +13,18 @@ OLD_SETUPTOOLS_PLUGINS_ENTRY_POINT = "le
+diff -Pdpru certbot-0.13.0.orig/certbot/constants.py 
certbot-0.13.0/certbot/constants.py
+--- certbot-0.13.0.orig/certbot/constants.py   2017-04-06 00:16:51.000000000 
+0200
++++ certbot-0.13.0/certbot/constants.py        2017-04-26 00:04:22.425555219 
+0200
+@@ -13,19 +13,19 @@ OLD_SETUPTOOLS_PLUGINS_ENTRY_POINT = "le
  
  CLI_DEFAULTS = dict(
      config_files=[
@@ -13,6 +12,7 @@
 -                     "letsencrypt", "cli.ini"),
 +                     "certbot", "cli.ini"),
      ],
+     dry_run=False,
      verbose_count=-int(logging.INFO / 10),
      server="https://acme-v01.api.letsencrypt.org/directory";,
      rsa_key_size=2048,

++++++ v0.12.0.tar.gz -> v0.14.0.tar.gz ++++++
++++ 14287 lines of diff (skipped)


Reply via email to