Hello community,

here is the log from the commit of package gnome-keysign for openSUSE:Factory 
checked in at 2017-07-05 23:57:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-keysign (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-keysign.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-keysign"

Wed Jul  5 23:57:43 2017 rev:3 rq:500201 version:0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-keysign/gnome-keysign.changes      
2016-07-18 21:24:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keysign.new/gnome-keysign.changes 
2017-07-05 23:57:45.521977374 +0200
@@ -1,0 +2,52 @@
+Fri May 26 15:24:14 UTC 2017 - jmate...@suse.com
+
+- Add version on python-monkeysign Requires, ease updates for
+  users. Can be lowered to a Recommends in the future.
+- Drop no longer needed pushd/popd call.
+
+-------------------------------------------------------------------
+Thu May 11 15:10:11 UTC 2017 - tobias...@gnome.org
+
+- Update to version 0.9:
+  * Widgets are now loaded from Glade files instead of
+    created from Python code
+  * The key downloader returns bytes rather than strings
+  * Keyserver: Now using application/pgp-keys as MIME type
+  * Barcode scanner: Removed GStreamer<1.6 compatibility
+  * Barcode scanner: Moved to gtksink for reducing code
+    and increasing compatibility with running in a VM
+  * Barcode scanner: Moved to autovideosrc
+  * Barcode scanner: Stopped logging every single message
+  * ScalingImage: Respecting the height when calculating the scale
+  * KeysPage: Renamed signals to match Gtk convention more closely
+
+-------------------------------------------------------------------
+Mon Jan 30 15:41:05 UTC 2017 - tobias...@gnome.org
+
+- Update to version 0.8:
+  * GetKeySection: Timing the HTTP request out to make the UI
+    respond more quickly.
+  * gpgmh: Handle no existing private keys.
+  * gpgmh: Made get_usable_keys not abort when no keys exist.
+  * QRImage: Switching monitors on left or right key.
+  * QRCode: Added a tooltip for the (non-fullscreen) QRImage.
+  * Keyserver: Defined the poll_interval to be 0.15 instead of the
+    default 0.5.
+  * Added a graphical exception hook.
+  * gpgmeh: Added a gpgme based gpg library.
+  * gpgmh: Conditionally load new gpg library with KEYSIGN_GPGME.
+- Drop gnome-keysign-gpg-2.1-returncode.patch and
+  gnome-keysign-gpg-2.1.patch: upstream now supports gpg 2.1.
+- Require python-setuptools: it's a runtime dependency too.
+
+-------------------------------------------------------------------
+Sat Oct 22 15:58:25 UTC 2016 - tobias...@gnome.org
+
+- Update to version 0.7:
+  * Changed QR code to include an uppercase MAC.
+  * UI improvements.
+  * Logging improvements.
+  * Refactored and deduplicated code.
+  * Increased Python3 compatbility.
+
+-------------------------------------------------------------------

Old:
----
  gnome-keysign-0.6.tar.xz
  gnome-keysign-gpg-2.1-returncode.patch
  gnome-keysign-gpg-2.1.patch

New:
----
  gnome-keysign-0.9.tar.xz

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

Other differences:
------------------
++++++ gnome-keysign.spec ++++++
--- /var/tmp/diff_new_pack.xwFfhg/_old  2017-07-05 23:57:46.209880470 +0200
+++ /var/tmp/diff_new_pack.xwFfhg/_new  2017-07-05 23:57:46.213879906 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-keysign
 #
-# 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,17 +17,13 @@
 
 
 Name:           gnome-keysign
-Version:        0.6
+Version:        0.9
 Release:        0
 Summary:        GNOME OpenGPG key signing helper
 License:        GPL-3.0+
 Group:          Productivity/Security
-Url:            https://github.com/muelli/geysigning
+Url:            https://github.com/GNOME-Keysign/gnome-keysign
 Source:         %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-keysign-gpg-2.1.patch dims...@opensuse.org -- Fix 
execution with GPG 2.1
-Patch0:         gnome-keysign-gpg-2.1.patch
-# PATCH-FIX-UPSTREAM gnome-keysign-gpg-2.1-returncode.patch 
tobias...@gnome.org -- Improve GPG 2.1 compatibility
-Patch1:         gnome-keysign-gpg-2.1-returncode.patch
 BuildRequires:  gobject-introspection
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files
@@ -41,9 +37,10 @@
 Requires:       python-cairo
 Requires:       python-gobject
 Requires:       python-gobject-Gdk
-Requires:       python-monkeysign
+Requires:       python-monkeysign >= %{version}
 Requires:       python-qrcode
 Requires:       python-requests
+Requires:       python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -71,10 +68,6 @@
 
 %prep
 %setup -q
-pushd monkeysign
-%patch0 -p1
-%patch1 -p1
-popd
 
 %build
 python setup.py build
@@ -89,6 +82,8 @@
 %{_bindir}/%{name}
 %{_bindir}/gks-qrcode
 %{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/scalable
 %dir %{_datadir}/icons/hicolor/scalable/apps

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xwFfhg/_old  2017-07-05 23:57:46.245875399 +0200
+++ /var/tmp/diff_new_pack.xwFfhg/_new  2017-07-05 23:57:46.249874836 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">https://github.com/muelli/geysigning.git</param>
+    <param 
name="url">https://github.com/GNOME-Keysign/gnome-keysign.git</param>
     <param name="scm">git</param>
     <param name="filename">gnome-keysign</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="submodules">enable</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/0.6</param>
+    <param name="revision">refs/tags/0.9</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xwFfhg/_old  2017-07-05 23:57:46.269872019 +0200
+++ /var/tmp/diff_new_pack.xwFfhg/_new  2017-07-05 23:57:46.269872019 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
-            <param name="url">https://github.com/muelli/geysigning.git</param>
-          <param 
name="changesrevision">adac0e30c3dd6bef702a4ca27fcca171509d82cc</param></service></servicedata>
\ No newline at end of file
+            <param 
name="url">https://github.com/GNOME-Keysign/gnome-keysign.git</param>
+          <param 
name="changesrevision">ad72a9f305894ea0e65e5f70e4067d722556b83e</param></service></servicedata>
\ No newline at end of file

++++++ gnome-keysign-0.6.tar.xz -> gnome-keysign-0.9.tar.xz ++++++
++++ 21781 lines of diff (skipped)


Reply via email to