commit paperkey for openSUSE:Factory

2019-01-11 Thread root
Hello community,

here is the log from the commit of package paperkey for openSUSE:Factory 
checked in at 2019-01-11 14:05:17

Comparing /work/SRC/openSUSE:Factory/paperkey (Old)
 and  /work/SRC/openSUSE:Factory/.paperkey.new.28833 (New)


Package is "paperkey"

Fri Jan 11 14:05:17 2019 rev:4 rq:664349 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/paperkey/paperkey.changes2017-11-23 
09:43:42.830047456 +0100
+++ /work/SRC/openSUSE:Factory/.paperkey.new.28833/paperkey.changes 
2019-01-11 14:06:32.583736417 +0100
@@ -1,0 +2,6 @@
+Thu Jan 10 12:57:45 UTC 2019 - Martin Pluskal 
+
+- Update to version 1.6:
+  * Selftest updates to allow running tests in parallel via make -j
+
+---

Old:

  paperkey-1.5.tar.gz
  paperkey-1.5.tar.gz.sig

New:

  paperkey-1.6.tar.gz
  paperkey-1.6.tar.gz.sig



Other differences:
--
++ paperkey.spec ++
--- /var/tmp/diff_new_pack.1YG262/_old  2019-01-11 14:06:33.127735870 +0100
+++ /var/tmp/diff_new_pack.1YG262/_new  2019-01-11 14:06:33.127735870 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paperkey
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,21 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   paperkey
-Version:1.5
+Version:1.6
 Release:0
 Summary:Tool to backup GnuPG secret keys on paper
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Security
-Url:http://www.jabberwocky.com/software/paperkey
+URL:http://www.jabberwocky.com/software/paperkey
 Source0:
http://www.jabberwocky.com/software/%{name}/%{name}-%{version}.tar.gz
 Source1:
http://www.jabberwocky.com/software/%{name}/%{name}-%{version}.tar.gz.sig
 Source2:%{name}.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A reasonable way to achieve a long term backup of OpenPGP (GnuPG, PGP, etc)
@@ -48,9 +47,9 @@
 make %{?_smp_mflags} check
 
 %files
-%defattr(-,root,root)
-%doc NEWS README COPYING AUTHORS
+%license COPYING
+%doc NEWS README AUTHORS
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog

++ paperkey-1.5.tar.gz -> paperkey-1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/paperkey-1.5/ChangeLog new/paperkey-1.6/ChangeLog
--- old/paperkey-1.5/ChangeLog  2017-10-24 02:09:05.0 +0200
+++ new/paperkey-1.6/ChangeLog  2017-11-17 18:27:39.0 +0100
@@ -1,7 +1,12 @@
+2017-11-17  David Shaw  
+
+   * checks: Various improvements to allow running the selftests in
+   parallel (Debian bug 881792).  Reported by Daniel Kahn Gillmor.
+
 2017-10-23  David Shaw  
 
* extract.c (extract): Properly fail if we cannot parse a secret
-   subkey packet.  Discovered by Osamu Aoki and Peter Palfrader.
+   subkey packet.  Reported by Osamu Aoki and Peter Palfrader.
 
* parse.c (extract_secrets): Add support for EdDSA as per
https://tools.ietf.org/html/draft-koch-eddsa-for-openpgp-04.  Note
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/paperkey-1.5/NEWS new/paperkey-1.6/NEWS
--- old/paperkey-1.5/NEWS   2017-10-25 16:48:57.0 +0200
+++ new/paperkey-1.6/NEWS   2018-10-19 15:39:03.0 +0200
@@ -1,3 +1,10 @@
+Noteworthy changes in version 1.6 (2018-10-19)
+--
+
+* Selftest updates to allow running tests in parallel via make -j
+  (Debian bug 881792).  Reported by Daniel Kahn Gillmor.
+
+
 Noteworthy changes in version 1.5 (2017-10-25)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/paperkey-1.5/README new/paperkey-1.6/README
--- old/paperkey-1.5/README 2016-09-05 22:11:37.0 +0200
+++ new/paperkey-1.6/README 2018-06-23 04:59:57.0 +0200
@@ -8,6 +8,7 @@
 long retention qualities - far longer than the magnetic or optical
 means that are generally used to back up computer data.
 
+
 Paper?  Seriously?
 --
 
@@ -21,6 +22,7 @@
 key is stored on becomes unusable, the paper copy 

commit paperkey for openSUSE:Factory

2017-11-23 Thread root
Hello community,

here is the log from the commit of package paperkey for openSUSE:Factory 
checked in at 2017-11-23 09:43:40

Comparing /work/SRC/openSUSE:Factory/paperkey (Old)
 and  /work/SRC/openSUSE:Factory/.paperkey.new (New)


Package is "paperkey"

Thu Nov 23 09:43:40 2017 rev:3 rq:544133 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/paperkey/paperkey.changes2016-11-24 
21:25:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.paperkey.new/paperkey.changes   2017-11-23 
09:43:42.830047456 +0100
@@ -1,0 +2,8 @@
+Tue Nov 21 11:01:40 UTC 2017 - astie...@suse.com
+
+- paperkey 1.5:
+  * Added support for OpenPGP EdDSA elliptic curve keys
+  * Properly handle a secret key where the primary key is of a
+known type but a subkey is not of a known type.
+
+---

Old:

  paperkey-1.4.tar.gz
  paperkey-1.4.tar.gz.sig

New:

  paperkey-1.5.tar.gz
  paperkey-1.5.tar.gz.sig



Other differences:
--
++ paperkey.spec ++
--- /var/tmp/diff_new_pack.rdt2Yu/_old  2017-11-23 09:43:43.850010235 +0100
+++ /var/tmp/diff_new_pack.rdt2Yu/_new  2017-11-23 09:43:43.850010235 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paperkey
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:   paperkey
-Version:1.4
+Version:1.5
 Release:0
 Summary:Tool to backup GnuPG secret keys on paper
 License:GPL-3.0+

++ paperkey-1.4.tar.gz -> paperkey-1.5.tar.gz ++
 8093 lines of diff (skipped)





commit paperkey for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package paperkey for openSUSE:Factory 
checked in at 2016-11-24 21:25:37

Comparing /work/SRC/openSUSE:Factory/paperkey (Old)
 and  /work/SRC/openSUSE:Factory/.paperkey.new (New)


Package is "paperkey"

Changes:

--- /work/SRC/openSUSE:Factory/paperkey/paperkey.changes2015-04-18 
10:39:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.paperkey.new/paperkey.changes   2016-11-24 
21:25:38.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 24 09:42:01 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.4:
+  * binary vs text output mismatch when using "--output-type raw"
+on Windows platforms.
+
+---

Old:

  paperkey-1.3.tar.gz
  paperkey-1.3.tar.gz.sig

New:

  paperkey-1.4.tar.gz
  paperkey-1.4.tar.gz.sig



Other differences:
--
++ paperkey.spec ++
--- /var/tmp/diff_new_pack.3aOVBk/_old  2016-11-24 21:25:39.0 +0100
+++ /var/tmp/diff_new_pack.3aOVBk/_new  2016-11-24 21:25:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paperkey
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   paperkey
-Version:1.3
+Version:1.4
 Release:0
 Summary:Tool to backup GnuPG secret keys on paper
 License:GPL-3.0+
@@ -51,6 +51,6 @@
 %defattr(-,root,root)
 %doc NEWS README COPYING AUTHORS
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}*
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog

++ paperkey-1.3.tar.gz -> paperkey-1.4.tar.gz ++
 4195 lines of diff (skipped)