Hello community,
here is the log from the commit of package openSUSE-build-key for
openSUSE:Factory checked in at 2016-12-02 16:37:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-build-key (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-build-key.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-build-key"
Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-build-key/openSUSE-build-key.changes
2014-10-06 22:04:35.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-build-key.new/openSUSE-build-key.changes
2016-12-02 16:38:00.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 29 12:50:35 CET 2016 - [email protected]
+
+- modify dumpsigs to deal with fingerprint lines in gpg output
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-build-key.spec ++++++
--- /var/tmp/diff_new_pack.TwBdh1/_old 2016-12-02 16:38:02.000000000 +0100
+++ /var/tmp/diff_new_pack.TwBdh1/_new 2016-12-02 16:38:02.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package openSUSE-build-key
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ dumpsigs ++++++
--- /var/tmp/diff_new_pack.TwBdh1/_old 2016-12-02 16:38:02.000000000 +0100
+++ /var/tmp/diff_new_pack.TwBdh1/_new 2016-12-02 16:38:02.000000000 +0100
@@ -44,6 +44,7 @@
@line = split(':', $_);
my $id = $line[4];
$_ = <GPG>;
+ $_ = <GPG> if /^fpr:/;
chomp;
next unless /^uid:/;
@line = split(':', $_);