Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package profanity for openSUSE:Factory 
checked in at 2022-03-30 20:36:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/profanity (Old)
 and      /work/SRC/openSUSE:Factory/.profanity.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "profanity"

Wed Mar 30 20:36:25 2022 rev:27 rq:966029 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/profanity/profanity.changes      2021-09-29 
20:20:13.047101840 +0200
+++ /work/SRC/openSUSE:Factory/.profanity.new.1900/profanity.changes    
2022-03-30 20:36:41.297353895 +0200
@@ -1,0 +2,42 @@
+Wed Mar 30 12:41:51 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.12.0:
+  * Fix format string for ncurses 6.3 (#1597)
+  * Remove /python sourcepath command (#1598)
+  * Add option to install plugins from global plugin installation directory 
(#945)
+  * Fix wrong timestamp display in MUC history (#1423)
+  * Add in-band account registration (XEP-0077) (#1574)
+  * New theme: snikket (#1604)
+  * Allow more UI indicator signs to be UTF-8 characters (#1607)
+  * Add /correct-editor command (#1596)
+  * Fix message encryption for sender devices (#1609)
+  * Deprecate libmesode. We require libstrophe >= 0.11.0 (#1608)
+  * Fix OMEMO /sendfile on non-glibc systems (#1478)
+  * Cleanup plugins code (#1616)
+  * Make readline check more portable (#1617)
+  * Fix carbons criteria (#1614, #1618)
+  * Add support for User Mood (XEP 0107) (#1605)
+  * Use wildcard for man pages in Makefile.am (#1622)
+  * Fix inserting messages to chat logs if archive_id is empty (#1589, #1625)
+  * Implement RFC 6120 see-other-host during login (#1628, #1631, #1632, 
#1633, #1637)
+  * Guard against invalid input in presence stanza (#1630)
+  * Do not check for OMEMO device id for JIDs banned of a MUC (#1594)
+  * Minor cleanups (#1635, #1653)
+  * Cleanup build files (#1641, #1642, #1657, #1659)
+  * Improve documentation for new developers (#1640)
+  * Set libstrophe log verbosity to fix jump on unconditional value (e55f6d)
+  * Add DOAP file (XEP-0453) (bd8c32)
+  * Add /subject editor command
+  * Improve OX user experience (#1644)
+  * Add hotkey for sending readline text to editor (#1645, #1648)
+  * Fix breaking autocompletion with nicknames containing '/' (#1474)
+  * Add autocompletion for /cmd (#1650)
+  * Add easy quoting (#1651)
+  * When typing > you can now use TAB to cycle through the messages in the chat
+  * window to quote those messages easily.
+  * Make sendfile work with self signed certificates (#1624)
+  * Reset URL autocompletion after usage (#1654)
+  * Use EDITOR environment variable and only use vim if this is unset (#1658)
+  * Fix invalid mbrlen in input field (#1660)
+
+-------------------------------------------------------------------

Old:
----
  profanity-0.11.1.tar.gz

New:
----
  profanity-0.12.0.tar.gz

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

Other differences:
------------------
++++++ profanity.spec ++++++
--- /var/tmp/diff_new_pack.Hbqxg9/_old  2022-03-30 20:36:42.905355237 +0200
+++ /var/tmp/diff_new_pack.Hbqxg9/_new  2022-03-30 20:36:42.913355244 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package profanity
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           profanity
-Version:        0.11.1
+Version:        0.12.0
 Release:        0
 Summary:        Console-based XMPP client
 License:        SUSE-GPL-3.0+-with-openssl-exception
@@ -31,16 +31,16 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  libgcrypt-devel >= 1.7.0
 BuildRequires:  libgpgme-devel
-BuildRequires:  libmesode-devel >= 0.10.0
 BuildRequires:  libnotify-devel
 BuildRequires:  libotr-devel
-BuildRequires:  libsignal-protocol-c-devel >= 2.3.1
+BuildRequires:  libsignal-protocol-c-devel >= 2.3.2
+BuildRequires:  libstrophe-devel >= 0.11.0
 BuildRequires:  libuuid-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  python3-devel
 BuildRequires:  readline-devel
 BuildRequires:  sqlite3-devel >= 3.22.0
-Requires:       libmesode0 >= 0.10.0
+Requires:       libstrophe0 >= 0.11.0
 Requires:       profanity-binary = %{version}
 
 %description
@@ -129,8 +129,8 @@
 ln -s -f %{_sysconfdir}/alternatives/profanity %{buildroot}%{_bindir}/profanity
 
 %files
-%{_mandir}/man1/profanity.1%{?ext_man}
-%{_mandir}/man1/profanity-*.1%{?ext_man}
+#{_mandir}/man1/profanity.1#{?ext_man}
+#{_mandir}/man1/profanity-*.1#{?ext_man}
 %dir %{_datadir}/profanity/
 %dir %{_datadir}/profanity/themes/
 %dir %{_datadir}/profanity/icons/
@@ -153,7 +153,6 @@
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
-
 %post mini
 %{_sbindir}/update-alternatives --install \
     %{_bindir}/profanity profanity %{_bindir}/profanity-mini 10

++++++ profanity-0.11.1.tar.gz -> profanity-0.12.0.tar.gz ++++++
++++ 18494 lines of diff (skipped)

Reply via email to