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-08-01 21:33:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/profanity (Old) and /work/SRC/openSUSE:Factory/.profanity.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "profanity" Mon Aug 1 21:33:24 2022 rev:29 rq:992036 version:0.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/profanity/profanity.changes 2022-04-04 19:27:50.651538562 +0200 +++ /work/SRC/openSUSE:Factory/.profanity.new.1533/profanity.changes 2022-08-01 21:34:43.698401704 +0200 @@ -1,0 +2,6 @@ +Mon Aug 1 13:25:13 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Fix building with icons: + --enable-icons switch was renamed to --enable-icons-and-clipboard + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ profanity.spec ++++++ --- /var/tmp/diff_new_pack.MAPUz3/_old 2022-08-01 21:34:44.174403070 +0200 +++ /var/tmp/diff_new_pack.MAPUz3/_new 2022-08-01 21:34:44.178403081 +0200 @@ -52,7 +52,7 @@ Group: Productivity/Networking/Instant Messenger Requires: profanity = %{version} Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Provides: profanity-binary = %{version}-%{release} %description mini @@ -67,7 +67,7 @@ Group: Productivity/Networking/Instant Messenger Requires: profanity = %{version} Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Provides: profanity-binary = %{version}-%{release} %description standard @@ -93,7 +93,7 @@ --enable-python-plugins \ --enable-c-plugins \ --enable-plugins \ - --enable-icons + --enable-icons-and-clipboard export CFLAGS="%{optflags} -fcommon" %make_build @@ -115,7 +115,7 @@ --enable-python-plugins \ --enable-c-plugins \ --enable-plugins \ - --disable-icons + --disable-icons-and-clipboard export CFLAGS="%{optflags} -fcommon" make %{?_smp_mflags} @@ -153,6 +153,7 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %post mini %{_sbindir}/update-alternatives --install \ %{_bindir}/profanity profanity %{_bindir}/profanity-mini 10