Hello community,

here is the log from the commit of package profanity for openSUSE:Factory 
checked in at 2019-07-31 14:37:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/profanity (Old)
 and      /work/SRC/openSUSE:Factory/.profanity.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "profanity"

Wed Jul 31 14:37:09 2019 rev:13 rq:720021 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/profanity/profanity.changes      2019-02-19 
12:02:38.509068572 +0100
+++ /work/SRC/openSUSE:Factory/.profanity.new.4126/profanity.changes    
2019-07-31 14:37:11.189839585 +0200
@@ -1,0 +2,42 @@
+Wed Jul 31 09:31:45 UTC 2019 - [email protected]
+
+- Update to 0.7.0:
+  * Fix plugin unload return code if just one plugin fails (#995)
+  * Fix several typos
+  * Fix some display indentation issues (#1073)
+  * Fail plugin unload if the plugin doesnt exist
+  * Improve encrypted message stub header by mentioning the encryption method
+  * Fix GPG encryption (#997)
+  * Redraw sceen after entry of PGP key (#906)
+  * Fix support for case-sensitive account names (#725)
+  * Fix /me display when highlighting user in MUCs (#950)
+  * Fix `make dist` (0f0659a)
+  * Fix use after free bug (#1044)
+  * Fix segfault on connect with default account (#1046)
+  * Implement OMEMO support (#1039, #658, #1070)
+  * Add random string at the end of the default resource (#1053)
+  * Fix handling of messages without ID in MUC (#1061)
+  * Add library versioning to libprofanity (#973)
+  * Add more customization: occupants indent (/occupants) (#690, #1072)
+  * Add more customization: occupants header char (/occupants) (#690, #1074)
+  * Add more customization: occupants wrap (/occupants) (#690, 125ca2f)
+  * Add more customization: occupants char (/occupants) (#690, #1084)
+  * Fix formatting for privileges on (a666f0d)
+  * Fix usage of statusbar number in theme (#1078)
+  * Fix Debian 32bit tests (#1091)
+  * Fix unit tests (#1092)
+  * Fix infinite loop on connection loss (#1103)
+  * Don't clear saved account data in session_disconnect (#1106)
+  * Cancel autoping timer on disconnect or connection loss (#1105)
+  * Fix SIGABRT on connection loss (#1083)
+  * Only print room history for new messages upon reconnect (#704, #1110)
+  * Check if valid account before setting autoconnect (#1112)
+  * Improve plugin load error message, in case built without support (cc697de)
+  * Iterate up to 100 logfiles (#519)
+  * Fix rejoining of MUCs upon reconnect (#1120)
+  * Add option to set all window related time formats (#632, #1120)
+  * Always check for directory changes with sendfile auto completion (#1154)
+  * Fix several memory leaks (#1130, + plenty commits)
+  * For details see https://github.com/profanity-im/profanity/milestone/17
+
+-------------------------------------------------------------------

Old:
----
  profanity-0.6.0.tar.gz

New:
----
  profanity-0.7.0.tar.gz

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

Other differences:
------------------
++++++ profanity.spec ++++++
--- /var/tmp/diff_new_pack.XBN6Xe/_old  2019-07-31 14:37:12.617838778 +0200
+++ /var/tmp/diff_new_pack.XBN6Xe/_new  2019-07-31 14:37:12.653838757 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           profanity
-Version:        0.6.0
+Version:        0.7.0
 Release:        0
 Summary:        Console-based XMPP client
 License:        SUSE-GPL-3.0+-with-openssl-exception
 Group:          Productivity/Networking/Instant Messenger
-Url:            http://profanity.im/
-Source:         
https://github.com/boothj5/profanity/releases/download/%{version}/profanity-%{version}.tar.gz
+Url:            https://profanity-im.github.io
+Source:         
https://github.com/profanity-im/profanity/releases/download/%{version}/profanity-%{version}.tar.gz
 Source1:        profanity-rpmlintrc
 BuildRequires:  glib2-devel >= 2.26
 BuildRequires:  gtk2-devel
@@ -33,6 +33,7 @@
 BuildRequires:  libmesode-devel >= 0.9.2
 BuildRequires:  libnotify-devel
 BuildRequires:  libotr-devel
+BuildRequires:  libsignal-protocol-c-devel >= 2.3.1
 BuildRequires:  libuuid-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  python3-devel
@@ -84,9 +85,10 @@
 %build
 %configure PYTHON_VERSION=3 \
        --enable-notifications \
-       --enable-otr \
        --with-themes \
+       --enable-otr \
        --enable-pgp \
+       --enable-omemo \
        --enable-python-plugins \
        --enable-c-plugins \
        --enable-plugins \
@@ -132,7 +134,8 @@
 %{_datadir}/profanity/themes/*
 %{_datadir}/profanity/icons/*
 # for now we will have them here
-%{_libdir}/libprofanity.so
+%{_libdir}/libprofanity.so*
+
 %{_includedir}/profapi.h
 
 %files mini
@@ -147,6 +150,9 @@
 %ghost %{_bindir}/profanity
 %{_bindir}/profanity-standard
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %post mini
 %{_sbindir}/update-alternatives --install \
     %{_bindir}/profanity profanity %{_bindir}/profanity-mini 10
@@ -159,6 +165,7 @@
 %post standard
 %{_sbindir}/update-alternatives --install \
     %{_bindir}/profanity profanity %{_bindir}/profanity-standard 20
+/sbin/ldconfig
 
 %preun standard
 if [ "$1" = 0 ] ; then

++++++ profanity-0.6.0.tar.gz -> profanity-0.7.0.tar.gz ++++++
++++ 102310 lines of diff (skipped)

++++++ profanity-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.XBN6Xe/_old  2019-07-31 14:37:13.841838086 +0200
+++ /var/tmp/diff_new_pack.XBN6Xe/_new  2019-07-31 14:37:13.861838076 +0200
@@ -3,3 +3,4 @@
 # Not worth splitting out in seperate packages so far
 addFilter("E: shlib-policy-name-error .* libprofanity")
 addFilter("E: devel-file-in-non-devel-package .* /usr/include/profapi.h")
+addFilter("E: devel-file-in-non-devel-package .* /usr/lib64/libprofanity.so")


Reply via email to