Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2022-09-16 13:32:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qemu (Old)
 and      /work/SRC/openSUSE:Factory/.qemu.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qemu"

Fri Sep 16 13:32:09 2022 rev:235 rq:1003904 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qemu/qemu.changes        2022-08-25 
15:09:24.357254628 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new.2083/qemu.changes      2022-09-16 
13:32:33.109309609 +0200
@@ -1,0 +2,6 @@
+Thu Sep 15 09:44:38 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- pcre-devel-static is only needed when building against
+  glib2 < 2.73. After that, glib2 was migrated to pcre2.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qemu.spec ++++++
--- /var/tmp/diff_new_pack.cLtzl8/_old  2022-09-16 13:32:35.065315928 +0200
+++ /var/tmp/diff_new_pack.cLtzl8/_new  2022-09-16 13:32:35.069315940 +0200
@@ -248,8 +248,8 @@
 # Build dependencies exclusive to qemu-linux-user
 BuildRequires:  glib2-devel-static >= 2.56
 BuildRequires:  glibc-devel-static
-BuildRequires:  pcre-devel-static
 BuildRequires:  zlib-devel-static
+BuildRequires:  (pcre-devel-static if glib2-devel-static < 2.73 else 
pcre2-devel-static)
 # we must not install the qemu-linux-user package when under QEMU build
 %if 0%{?qemu_user_space_build:1}
 #!BuildIgnore:  post-build-checks





++++++ qemu.spec.in ++++++
--- /var/tmp/diff_new_pack.cLtzl8/_old  2022-09-16 13:32:35.517317388 +0200
+++ /var/tmp/diff_new_pack.cLtzl8/_new  2022-09-16 13:32:35.521317401 +0200
@@ -167,7 +167,7 @@
 # Build dependencies exclusive to qemu-linux-user
 BuildRequires:  glib2-devel-static >= 2.56
 BuildRequires:  glibc-devel-static
-BuildRequires:  pcre-devel-static
+BuildRequires:  (pcre-devel-static if glib2-devel-static < 2.73 else 
pcre2-devel-static)
 BuildRequires:  zlib-devel-static
 # we must not install the qemu-linux-user package when under QEMU build
 %if 0%{?qemu_user_space_build:1}

Reply via email to