Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gajim for openSUSE:Factory checked 
in at 2021-05-20 19:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gajim (Old)
 and      /work/SRC/openSUSE:Factory/.gajim.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gajim"

Thu May 20 19:24:46 2021 rev:35 rq:893805 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gajim/gajim.changes      2021-01-15 
19:47:32.370138949 +0100
+++ /work/SRC/openSUSE:Factory/.gajim.new.2988/gajim.changes    2021-05-20 
19:25:10.509914240 +0200
@@ -1,0 +2,40 @@
+Mon May 17 15:56:03 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 1.3.2
+  * New
+    * Setting for automatic history cleanup
+    * Chat-specific ???Group Chat Settings??? page
+    * ???Mark as Read??? button for message notifications
+    * ???Send Message??? button in chat windows
+    * Support for vCard4 (XEP-0292)
+    * Added a preview when pasting images from the clipboard
+    * Added setting to explicitly enable GSSAPI authentication
+    * Added account switch description (On/Off) for better
+      accessability
+  * Changes
+    * MessageInput: Removed custom placeholder (???Type a message???')
+    * MessageInput: Added focus borders for better accessability
+    * Gajim will use direct messages in non-anonymous group chats
+      instead of PMs (this is configurable)
+    * Message styling: removed _underline_ style and added ~strikethrough~
+      style, making Gajim standard compliant
+    * Removed notification for contact sign in/out
+    * Removed ???Auto copy??? workaround for Ctrl+C usage in the chat window
+    * If Gajim fails to join a group chat, it now offers a Retry button
+    * Emoji button now opens GTK???s native Emoji chooser
+    * Improved A/V codec selection
+    * Fixed some regressions with non-english keyboard layouts
+    * Fixed command for opening the Start Chat window
+    * A/V menu entries are now updated (enabled/disabled) correctly
+      when receiving the contact???s capabilities
+    * Fixed GSSAPI support
+    * Some shortcuts now use Primary (Ctrl/Cmd) instead of Alt
+    * Fixed a bug where dropping selected text on a chat window
+      would fail
+    * Fixed ???Show status changes??? setting being ignored for group
+      chats
+    * Fixed a bug where removing a plugin would fail
+    * And much more: Have a look at the full changelog
+
+
+-------------------------------------------------------------------

Old:
----
  gajim-1.2.2.tar.gz

New:
----
  gajim-1.3.2.tar.gz

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

Other differences:
------------------
++++++ gajim.spec ++++++
--- /var/tmp/diff_new_pack.w39Gnu/_old  2021-05-20 19:25:11.113911763 +0200
+++ /var/tmp/diff_new_pack.w39Gnu/_new  2021-05-20 19:25:11.117911746 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           gajim
-Version:        1.2.2
+Version:        1.3.2
 Release:        0
 Summary:        XMPP client written in Python and Gtk3
 License:        GPL-3.0-only
 Group:          Productivity/Networking/Talk/Clients
 URL:            https://gajim.org/
-Source:         https://gajim.org/downloads/1.2/gajim-%{version}.tar.gz
+Source:         https://gajim.org/downloads/1.3/gajim-%{version}.tar.gz
 BuildRequires:  ca-certificates-mozilla
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -31,48 +31,33 @@
 BuildRequires:  p11-kit-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python3 >= 3.7.0
-BuildRequires:  python3-nbxmpp >= 0.6.10
+BuildRequires:  python3-nbxmpp >= 2.0.1
 BuildRequires:  python3-precis-i18n >= 1.0.0
 BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
 Requires:       ca-certificates-mozilla
 Requires:       python3 >= 3.7.0
 Requires:       python3-css-parser
-Requires:       python3-docutils
 Requires:       python3-gobject-Gdk
 Requires:       python3-gobject-cairo
-Requires:       python3-nbxmpp >= 1.0.2
+Requires:       python3-keyring
+Requires:       python3-nbxmpp >= 2.0.1
 Requires:       python3-precis-i18n >= 1.0.0
 Requires:       python3-pyOpenSSL >= 16.2
 Requires:       python3-pycairo >= 1.16.0
-Requires:       python3-pycurl
-Requires:       python3-xml
-Recommends:     %{name}-lang
+# gajim-remote
+Recommends:     python3-dbus-python
+# WebP avatars.
+Recommends:     python3-Pillow
 # OMEMO encryption
 Recommends:     gajim-plugin-omemo
 Recommends:     python3-axolotl
-# End-to-end encryption.
-Recommends:     python3-pycrypto
+#
+Recommends:     %{name}-lang
 # zeroconf support.
 Suggests:       dbus-1-glib
-# Idle module.
-Suggests:       libXss1
 BuildArch:      noarch
-%if 0%{?suse_version} >= 1500
-Requires:       python3-Pillow
-Requires:       python3-dbus-python
-Requires:       python3-keyring
-# GPG encryption.
-Recommends:     python3-python-gnupg
-%else
-Requires:       dbus-1-python3
-# WebP avatars.
-Recommends:     python3-Pillow
-# GPG encryption.
-Recommends:     python3-gnupg
-# Password storage.
-Recommends:     python3-keyring
-%endif
+
 
 %description
 Gajim is a Jabber/XMPP client. It works with MATE and GNOME, but does
@@ -121,16 +106,6 @@
 %fdupes %{buildroot}%{_prefix}/
 %find_lang %{name}
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
 %license COPYING
 %{_bindir}/%{name}*

++++++ gajim-1.2.2.tar.gz -> gajim-1.3.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/gajim/gajim-1.2.2.tar.gz 
/work/SRC/openSUSE:Factory/.gajim.new.2988/gajim-1.3.2.tar.gz differ: char 5, 
line 1

Reply via email to