Hello community,

here is the log from the commit of package gnome-keysign for openSUSE:Factory 
checked in at 2018-06-27 10:21:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-keysign (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-keysign.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-keysign"

Wed Jun 27 10:21:42 2018 rev:7 rq:618984 version:0.9.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-keysign/gnome-keysign.changes      
2018-05-11 09:14:01.827741945 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keysign.new/gnome-keysign.changes 
2018-06-27 10:21:44.995318890 +0200
@@ -1,0 +2,22 @@
+Sun Jun 17 11:20:41 UTC 2018 - [email protected]
+
+- Update to version 0.9.7.2:
+  + Change desktop ID.
+  + Save appdata in share/metainfo.
+- Changes from version 0.9.7.1:
+  + Generate appdata with XML declaration.
+- Changes from version 0.9.7:
+  + Fixed icon, desktop, and appdata file names to match appid.
+  + Support for running as a flatpak app, i.e. making use of email
+    portal.
+  + Handle gpgme's "status_code_lost" if the agent on the host is
+    old.
+  + Handle gpgme's "INV_SGNR" for expired keys.
+  + Fixed the detection of keys and the relevant homedir.
+  + Now fully removed traces of monkeysign.
+  + Fixed an encoding issue with Bluetooth under Python2.
+  + Bluetooth should now really be optional.
+  + Work around a crash in gpgme on 32bit.
+- Drop python3-monkeysign sub-package.
+
+-------------------------------------------------------------------

Old:
----
  gnome-keysign-0.9.6.tar.xz

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

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

Other differences:
------------------
++++++ gnome-keysign.spec ++++++
--- /var/tmp/diff_new_pack.d0PBmN/_old  2018-06-27 10:21:45.839288109 +0200
+++ /var/tmp/diff_new_pack.d0PBmN/_new  2018-06-27 10:21:45.839288109 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-keysign
-Version:        0.9.6
+Version:        0.9.7.2
 Release:        0
 Summary:        GNOME OpenGPG key signing helper
 License:        GPL-3.0-or-later
@@ -25,6 +25,7 @@
 Url:            https://github.com/GNOME-Keysign/gnome-keysign
 Source:         %{name}-%{version}.tar.xz
 Patch0:         gnome-keysign-python3-setup.patch
+
 BuildRequires:  gobject-introspection
 BuildRequires:  python3-Babel
 BuildRequires:  python3-lxml
@@ -46,7 +47,6 @@
 Requires:       python3-qrcode
 Requires:       python3-requests
 Requires:       python3-setuptools
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Its purpose is to ease signing other peoples' keys. It is similar
@@ -55,22 +55,6 @@
 Consider either of the aboved mentioned tools when you need a much
 more mature codebase.
 
-%package -n python3-monkeysign
-Summary:        OpenPGP key exchange for humans
-Group:          Development/Languages/Python
-
-%description -n python3-monkeysign
-monkeysign is a tool to overhaul the OpenPGP keysigning experience and
-bring it closer to something that most primates can understand.
-
-The project makes use of cheap digital cameras and the type of bar
-code known as a QRcode to provide a human-friendly yet still-secure
-keysigning experience.
-
-No more reciting tedious strings of hexadecimal characters.  And, you
-can build a little rogue's gallery of the people that you have met and
-exchanged keys with!
-
 %prep
 %setup -q
 %patch0 -p1
@@ -80,25 +64,20 @@
 
 %install
 python3 setup.py install -O1 --skip-build --root %{buildroot}
-%suse_update_desktop_file -r %{name} System Security
+%suse_update_desktop_file -r org.gnome.Keysign System Security
 
 %files
-%defattr(-,root,root)
-%doc README.rst COPYING
+%license COPYING
+%doc README.rst
 %{_bindir}/%{name}
 %{_bindir}/gks-qrcode
-%{_datadir}/applications/%{name}.desktop
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/applications/org.gnome.Keysign.desktop
+%{_datadir}/metainfo/org.gnome.Keysign.appdata.xml
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/scalable
 %dir %{_datadir}/icons/hicolor/scalable/apps
-%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Keysign.svg
 %{python3_sitelib}/keysign/
 %{python3_sitelib}/gnome_keysign-*.egg-info/
 
-%files -n python3-monkeysign
-%defattr(-,root,root)
-%{python3_sitelib}/monkeysign/
-
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.d0PBmN/_old  2018-06-27 10:21:45.871286942 +0200
+++ /var/tmp/diff_new_pack.d0PBmN/_new  2018-06-27 10:21:45.871286942 +0200
@@ -6,7 +6,7 @@
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="submodules">enable</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/0.9.6</param>
+    <param name="revision">refs/tags/0.9.7.2</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.d0PBmN/_old  2018-06-27 10:21:45.891286213 +0200
+++ /var/tmp/diff_new_pack.d0PBmN/_new  2018-06-27 10:21:45.891286213 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://github.com/GNOME-Keysign/gnome-keysign.git</param>
-          <param 
name="changesrevision">5d1c180dd9de8593036dbf05ab9990cb17534a2f</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">cfcb137edebd6b1b88a7d5a39c6435561ee27eed</param></service></servicedata>
\ No newline at end of file

++++++ gnome-keysign-0.9.6.tar.xz -> gnome-keysign-0.9.7.2.tar.xz ++++++
++++ 32951 lines of diff (skipped)


Reply via email to