- 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, and obsolete it.
- Add python3-service_identity Requires: New runtime dependency.
OBS-URL: https://build.opensuse.org/request/show/618375
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnome-keysign?expand=0&rev=25
17 lines
627 B
Plaintext
17 lines
627 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<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.9.7.2</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|