Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package profanity for openSUSE:Factory checked in at 2025-03-27 22:34:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/profanity (Old) and /work/SRC/openSUSE:Factory/.profanity.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "profanity" Thu Mar 27 22:34:51 2025 rev:37 rq:1264689 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/profanity/profanity.changes 2024-11-25 23:22:30.617199483 +0100 +++ /work/SRC/openSUSE:Factory/.profanity.new.2696/profanity.changes 2025-03-27 22:35:31.448610391 +0100 @@ -1,0 +2,62 @@ +Thu Mar 27 19:15:29 UTC 2025 - Michael Vetter <mvet...@suse.com> + +- Update to 0.15.0: + * Don't use xscreensaver on wayland (#1876) + * Correctly recognize ox encrypted carbons (#1878) + * Don't crash when using /plugins install while disconnected (#1880, #1882) + * Unify loading of keyfile (#1886) + * Fix detection of some URLs (#1877, #1883) + * Improve MUC title behaviour for roster, statusbar, and titlebar (#1892) + * Improve logging of DB messages (#1893) + * Fix crash on reconnect (#1894, #1896) + * Check sender for LMC messages (#1893, #1898) + * Fix /plugins reload error message (2ab9a3) + * Add parameter support for aliases (#1900) + * Add section on how to use Profanity to man page (#1904) + * Improve history paging performance (#1905) + * Fix loading of encryption type (#1906) + * Refactor tests to use the new cmocka test runner (#1908) + * Add unicode support for correction char (#1909) + * Show encryption for messages from history (#1910) + * Fix /omemo fingerprint crashing in a MUC (#1913) + * Change DB structure (#1902) + * Allow redirects for /plugins install via URLs (#1922) + * Fix error message for /executable subcommands (#1921) + * Do not check for unique stanza-id for MAM messages (#1926) + * Handle alt+enter as newline char (#1927) + * Fix unintended exits on some commands (#1924) + * Introduce /redraw command (#1931) + * Fix prof_pre_chat_message_display does not replace sent messages (#1918) + * Add new dynamic mode for statusbar tab behaviour (#1912) + /statusbar tabmode default|dynamic|actlist + * Smooth scrolling support (+mouse wheel scrolling in some terminals) (#1824) + * Fix scrolling (#1937, #1935, #1952) + * Remove unnecessary input win redisplay (#1948) + * Fix unable to download item twice (#1958) + * Check whether we are already in an omemo session for MUCs as well (#1973) + * Remove subscription when reporting spam/abuse (#1970, #1972) + * Make statusbar actlist respect the /statusbar show setting (#1974, #1978) + * Fix statusbar display of active tab (#1980) + * Reset autoconnect account when the account gets removed (#1976, #1982) + * Change default download location (#1983) + /url save $someurl will now download to ~/.local/share/profanity/downloads/from_jid/date/filename + instead of ~/.local/share/profanity/downloads. + * Fix outdated types in tests (#1992, #1993) + * Fix crash on startup when using sequoia-pgp (#1995) + * Remove plenking (#1998) + * Add valgrind checks to CI (#2023) + * Add --cmd option (#2023) + This allows to kind of automate what profanity should do as first jobs, + e.g. --cmd /foo --cmd /bar --cmd /quit + * Fix download of encrypted file (#1994, #2026) + * Improve documentation (beeddda, a8ba8af, 7e0338b + * Cleanup (#1885, #1884, #1897, #1914, #1923, #1920, #1930, #1933, #1941, #1942, #1981, 8a62d8e, + c32aac7, cee92b0, #2014, #2007, 996a1fd) + * Memory related fixes (#1891, #1915, #1916, #1919, #1932, b04650f, d341705, #1979, 07900e9, #2022) +- Drop patches contained in upstream: + * profanity-0.14.0-ox-carbons.patch + * profanity-0.14.0-plugins-install.patch + * profanity-0.14.0-typos.patch + * profanity-0.14.0-xscreensaver.patch + +------------------------------------------------------------------- Old: ---- profanity-0.14.0-ox-carbons.patch profanity-0.14.0-plugins-install.patch profanity-0.14.0-typos.patch profanity-0.14.0-xscreensaver.patch profanity-0.14.0.tar.gz New: ---- _scmsync.obsinfo build.specials.obscpio profanity-0.15.0.tar.gz BETA DEBUG BEGIN: Old:- Drop patches contained in upstream: * profanity-0.14.0-ox-carbons.patch * profanity-0.14.0-plugins-install.patch Old: * profanity-0.14.0-ox-carbons.patch * profanity-0.14.0-plugins-install.patch * profanity-0.14.0-typos.patch Old: * profanity-0.14.0-plugins-install.patch * profanity-0.14.0-typos.patch * profanity-0.14.0-xscreensaver.patch Old: * profanity-0.14.0-typos.patch * profanity-0.14.0-xscreensaver.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ profanity.spec ++++++ --- /var/tmp/diff_new_pack.eEcCBb/_old 2025-03-27 22:35:32.004633406 +0100 +++ /var/tmp/diff_new_pack.eEcCBb/_new 2025-03-27 22:35:32.004633406 +0100 @@ -17,7 +17,7 @@ Name: profanity -Version: 0.14.0 +Version: 0.15.0 Release: 0 Summary: Console-based XMPP client License: SUSE-GPL-3.0+-with-openssl-exception @@ -25,11 +25,6 @@ URL: https://profanity-im.github.io Source: https://github.com/profanity-im/profanity/releases/download/%{version}/profanity-%{version}.tar.gz Source1: profanity-rpmlintrc -# all 4 patches taken from upstream repo -Patch0: profanity-0.14.0-ox-carbons.patch -Patch1: profanity-0.14.0-typos.patch -Patch2: profanity-0.14.0-xscreensaver.patch -Patch3: profanity-0.14.0-plugins-install.patch BuildRequires: glib2-devel >= 2.62 BuildRequires: gtk2-devel BuildRequires: libcurl-devel ++++++ _scmsync.obsinfo ++++++ mtime: 1743103170 commit: 04295c0e1d3acfaed57b57a5005800650564722da50bcb756fe989cb86313bcd url: https://src.opensuse.org/xmpp/profanity.git revision: 04295c0e1d3acfaed57b57a5005800650564722da50bcb756fe989cb86313bcd projectscmsync: https://src.opensuse.org/xmpp/_ObsPrj.git ++++++ profanity-0.14.0.tar.gz -> profanity-0.15.0.tar.gz ++++++ ++++ 26521 lines of diff (skipped)