diff --git a/gajim-1.4.1.tar.gz b/gajim-1.4.1.tar.gz deleted file mode 100644 index 63e702f..0000000 --- a/gajim-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:828e3107232bbb42dad90f0fc863c3136aeb8dd68d610ee73af375d1823e7d55 -size 7321296 diff --git a/gajim-1.4.2.tar.bz2 b/gajim-1.4.2.tar.bz2 new file mode 100644 index 0000000..c9120af --- /dev/null +++ b/gajim-1.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f58a7043c69609c380c6a97d7a7b513dd5cff7fc81081200b1151eacf4a30d +size 6657741 diff --git a/gajim.changes b/gajim.changes index ad083d5..64e9362 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat May 28 20:17:01 UTC 2022 - Alexei Sorokin + +- Update to version 1.4.2: + * SearchView: Add calendar for browsing history. + * MUC: Enable history when creating rooms. + * Preferences: Bind show_send_message_button to + send_on_ctrl_enter. + * MessageInputTextView: Limit chars when applying styles. + * Accounts: Fix accessing disabled accounts. + * MUC: Display moderated messages again. + * MUC: Ignore gateway services for room creation. + * Preferences: Hide non-functional xhtml setting. + * Remove `Save conversation` setting. + * Reset conversation view when switching chat. + * Socks5: Catch specific exception. + * Status: Restore last status correctly. + * Jingle: Stop early if no transport is available. + * Roster: Filter list on contact update. + * Roster: Sort DND last. + * Don't set read marker when receiving own carbons. + ------------------------------------------------------------------- Sat May 21 15:49:23 UTC 2022 - Alexei Sorokin diff --git a/gajim.spec b/gajim.spec index 7f77996..f17e5a8 100644 --- a/gajim.spec +++ b/gajim.spec @@ -22,13 +22,13 @@ %define py3pkg python310 %define py3pkg_sitelib %{_prefix}/lib/python%{py3ver}/site-packages Name: gajim -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: XMPP client written in Python and Gtk License: GPL-3.0-only Group: Productivity/Networking/Talk/Clients URL: https://gajim.org/ -Source: https://gajim.org/downloads/1.4/gajim-%{version}.tar.gz +Source: https://gajim.org/downloads/1.4/gajim-%{version}.tar.bz2 BuildRequires: %{py3pkg}-nbxmpp >= 3.0 BuildRequires: %{py3pkg}-precis-i18n >= 1.0.0 BuildRequires: %{py3pkg}-setuptools