Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package profanity for openSUSE:Factory checked in at 2026-02-23 16:13:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/profanity (Old) and /work/SRC/openSUSE:Factory/.profanity.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "profanity" Mon Feb 23 16:13:07 2026 rev:41 rq:1334437 version:0.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/profanity/profanity.changes 2025-08-22 17:51:02.356037518 +0200 +++ /work/SRC/openSUSE:Factory/.profanity.new.1977/profanity.changes 2026-02-23 16:15:07.383700644 +0100 @@ -1,0 +2,20 @@ +Mon Feb 23 09:40:24 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 0.16.0: + * Add new command /changes (#2080) + * With that command one can see the modifications of the runtime + configuration vs. the saved configuration. + * Explain the different kinds of messages in the manpage (#2063) + * Fix OTR detection (#1957, #2072) + * Fix OMEMO startup (79ff9ba) + * Fix overwriting new accounts when running multiple instances (#2080) + * Fix reconnect when no account has been set up yet (#2080) + * Don't publish keys if the server doesn't support pubsub (#2078, #2080) + * Fix compilation on Apple silicon macs (#2075) + * Handle SIGTERM and SIGHUP (#2082) + * Cleanup (#2067, #2080) + * Add cygwin CI (#2066) + * Replace ACX_PTHREAD with AX_PTHREAD (#2062) + * Add meson build system (#2086) + +------------------------------------------------------------------- Old: ---- profanity-0.15.1.tar.gz New: ---- profanity-0.16.0_meson.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ profanity.spec ++++++ --- /var/tmp/diff_new_pack.X2SFf5/_old 2026-02-23 16:15:09.515788551 +0100 +++ /var/tmp/diff_new_pack.X2SFf5/_new 2026-02-23 16:15:09.535789376 +0100 @@ -48,14 +48,15 @@ %bcond_without omemo_qrcode # Name: %{pname} -Version: 0.15.1 +Version: 0.16.0 Release: 0 Summary: Console-based XMPP client License: SUSE-GPL-3.0+-with-openssl-exception Group: Productivity/Networking/Instant Messenger URL: https://profanity-im.github.io -Source: https://github.com/profanity-im/profanity/releases/download/%{version}/profanity-%{version}.tar.gz +Source: https://github.com/profanity-im/profanity/releases/download/%{version}/profanity-%{version}_meson.tar.xz BuildRequires: pkgconfig +BuildRequires: meson # mandatory requirements BuildRequires: pkgconfig(glib-2.0) >= 2.62 BuildRequires: pkgconfig(libcurl) >= 7.62.0 @@ -139,46 +140,42 @@ %prep %autosetup -p1 -n %{sname}-%{version} -sed -i -e "s/python-config/python3-config/g" configure %build -%configure \ +%meson \ %if %{with notifications} - --enable-notifications \ + -Dnotifications=enabled \ %endif %if %{with python} - PYTHON_VERSION=3 \ - --enable-python-plugins \ + -Dpython-plugins=enabled\ %endif - --enable-c-plugins \ - --enable-plugins \ + -Dc-plugins=enabled \ %if %{with otr} - --enable-otr \ + -Dotr=enabled \ %endif %if %{with gpg} - --enable-pgp \ + -Dpgp=enabled \ %endif %if %{with omemo} - --enable-omemo \ + -Domemo=enabled \ %endif %if %{with xscreensaver} - --with-xscreensaver \ + -Dxscreensaver=enabled \ %endif - --with-themes \ %if %{with icons} - --enable-icons-and-clipboard \ + -Dicons-and-clipboard=enabled \ %endif %if %{with scaled_avatars} - --enable-gdk-pixbuf \ + -Dgdk-pixbuf=enabled \ %endif %if %{with omemo_qrcode} - --enable-omemo-qrcode \ + -Domemo-qrcode=enabled \ %endif %{nil} -%make_build +%meson_build %install -%make_install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print %if "%{flavor}" == "mini" rm %{buildroot}%{_includedir}/profapi.h @@ -187,7 +184,7 @@ %check %if %{with tests} -%make_build check +%meson_test %endif # only standard flavor builds the plugin library @@ -200,6 +197,7 @@ %{_bindir}/profanity %{_mandir}/man1/*1%{?ext_man} %{_datadir}/profanity/ +%{_datadir}/doc/profanity/ # only standard flavor builds the plugin library %if "%{flavor}" == "" ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.X2SFf5/_old 2026-02-23 16:15:09.859802735 +0100 +++ /var/tmp/diff_new_pack.X2SFf5/_new 2026-02-23 16:15:09.895804219 +0100 @@ -1,6 +1,6 @@ -mtime: 1755848332 -commit: 74e153659a75686a39821ca9223ef6a924ae609a56e96fa28cd78391cb5aad44 +mtime: 1771839701 +commit: ad7625f1bcd65531fe18bee3928f0129da945e9fe98253566e0188cb59366814 url: https://src.opensuse.org/xmpp/profanity.git -revision: 74e153659a75686a39821ca9223ef6a924ae609a56e96fa28cd78391cb5aad44 +revision: ad7625f1bcd65531fe18bee3928f0129da945e9fe98253566e0188cb59366814 projectscmsync: https://src.opensuse.org/xmpp/_ObsPrj.git ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-02-23 10:42:17.000000000 +0100 @@ -0,0 +1 @@ +.osc
