Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2021-12-16 21:18:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hplip (Old)
 and      /work/SRC/openSUSE:Factory/.hplip.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hplip"

Thu Dec 16 21:18:50 2021 rev:141 rq:940502 version:3.21.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/hplip/hplip.changes      2021-11-12 
15:59:14.378564227 +0100
+++ /work/SRC/openSUSE:Factory/.hplip.new.2520/hplip.changes    2021-12-16 
21:19:13.190519129 +0100
@@ -1,0 +2,12 @@
+Tue Dec 14 14:43:11 UTC 2021 - Martin Wilck <mwi...@suse.com>
+
+- Replace keys.openpgp.org with pgp.surf.nl (bsc#1193656) 
+  * gpg refuses to load the key from keys.openpgp.org.
+
+-------------------------------------------------------------------
+Tue Dec 14 11:17:46 UTC 2021 - Martin Wilck <mwi...@suse.com>
+
+- Add build dependency on python-rpm-macros (bsc#1193718)
+- Replace pool.sks-keyservers.net by keys.openpgp.org (bsc#1193656)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hplip.spec ++++++
--- /var/tmp/diff_new_pack.t5j9V3/_old  2021-12-16 21:19:15.450519988 +0100
+++ /var/tmp/diff_new_pack.t5j9V3/_new  2021-12-16 21:19:15.454519991 +0100
@@ -104,6 +104,7 @@
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  readline-devel
 BuildRequires:  sane-backends-devel
 BuildRequires:  systemd-rpm-macros





++++++ hplip-change-pgp-server.patch ++++++
--- /var/tmp/diff_new_pack.t5j9V3/_old  2021-12-16 21:19:15.526520018 +0100
+++ /var/tmp/diff_new_pack.t5j9V3/_new  2021-12-16 21:19:15.526520018 +0100
@@ -7,7 +7,7 @@
  
  class GPG_Verification(DigiSign_Verification):
 -    def __init__(self, pgp_site = 'pgp.mit.edu', key = 
0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
-+    def __init__(self, pgp_site = 'pool.sks-keyservers.net', key = 
0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
++    def __init__(self, pgp_site = 'pgp.surf.nl', key = 
0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
          self.__pgp_site = pgp_site
          self.__key = key
          self.__gpg = utils.which('gpg',True)

Reply via email to