Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hexchat for openSUSE:Factory checked 
in at 2022-12-13 18:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hexchat (Old)
 and      /work/SRC/openSUSE:Factory/.hexchat.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hexchat"

Tue Dec 13 18:57:08 2022 rev:33 rq:1042673 version:2.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes  2022-02-13 
19:51:50.986341689 +0100
+++ /work/SRC/openSUSE:Factory/.hexchat.new.1835/hexchat.changes        
2022-12-13 18:57:36.639889594 +0100
@@ -1,0 +2,6 @@
+Mon Dec 12 11:46:47 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Fix execution on i586: the migration script is installed in
+  /usr/lib there (boo#1206323).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hexchat.spec ++++++
--- /var/tmp/diff_new_pack.BAh9Sc/_old  2022-12-13 18:57:37.251892860 +0100
+++ /var/tmp/diff_new_pack.BAh9Sc/_new  2022-12-13 18:57:37.255892882 +0100
@@ -97,6 +97,7 @@
 
 %prep
 %autosetup -p1
+sed -i "s|@@LIBDIR@@|%{_libdir}|g" src/common/cfgfiles.c
 
 %build
 %meson \

++++++ migrate-configuration-from-xchat.patch ++++++
--- /var/tmp/diff_new_pack.BAh9Sc/_old  2022-12-13 18:57:37.287893052 +0100
+++ /var/tmp/diff_new_pack.BAh9Sc/_new  2022-12-13 18:57:37.291893074 +0100
@@ -17,7 +17,7 @@
 +              g_warning("fork failed ");
 +              return;
 +          case 0:
-+              execl("/bin/sh","sh", "-c", 
"/usr/lib64/hexchat/hexchat-migrate-sh",NULL);
++              execl("/bin/sh","sh", "-c", 
"@@LIBDIR@@/hexchat/hexchat-migrate-sh",NULL);
 +              _exit(0);
 +          default:
 +              return;

Reply via email to