- Update to version 1.0.1.
OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=39
This commit is contained in:
parent
c1d7a9a885
commit
dd680da3c7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:404c5cdcc7b228750d1ae6a226c5402d28705ecd9b147842224036ea6a24aa81
|
|
||||||
size 6122718
|
|
3
gajim-1.0.1.tar.bz2
Normal file
3
gajim-1.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2cb4bf113d2c4312967ea4c33e044a81c1b17c34fc572925cca6c30d82e6d69b
|
||||||
|
size 5959011
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 2 10:10:39 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 1.0.1:
|
||||||
|
* Improve MAM support.
|
||||||
|
* Image preview in the file chooser dialogue.
|
||||||
|
* Groupchat: Set minimise on auto join default to true.
|
||||||
|
* Delete a bookmark when we destroy a room.
|
||||||
|
* Fix account deletion.
|
||||||
|
* Fix custom font handling.
|
||||||
|
* Fix OpenPGP message decryption.
|
||||||
|
* Fix window position restore on multi-head setups.
|
||||||
|
* Fix scrolling in message window.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 17 19:32:02 UTC 2018 - sor.alexei@meowr.ru
|
Mon Mar 17 19:32:02 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _version 1.0
|
%define _version 1.0
|
||||||
Name: gajim
|
Name: gajim
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMPP client written in Python and Gtk3
|
Summary: XMPP client written in Python and Gtk3
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -101,6 +101,9 @@ Features:
|
|||||||
%setup -q
|
%setup -q
|
||||||
sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in
|
sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in
|
||||||
|
|
||||||
|
# FIXME: Some leftover.
|
||||||
|
rm gajim/data/plugins/plugin_installer/config_dialog.ui~
|
||||||
|
|
||||||
# Do not package PEM certificate
|
# Do not package PEM certificate
|
||||||
sed 's|@TRUSTDIR_STATIC@|%{trustdir_static}|' %{SOURCE1} | patch -F0 -p1 --no-backup-if-mismatch
|
sed 's|@TRUSTDIR_STATIC@|%{trustdir_static}|' %{SOURCE1} | patch -F0 -p1 --no-backup-if-mismatch
|
||||||
rm gajim/data/plugins/plugin_installer/*.pem
|
rm gajim/data/plugins/plugin_installer/*.pem
|
||||||
|
Loading…
Reference in New Issue
Block a user