Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package zypp-boot-plugin for
openSUSE:Factory checked in at 2025-09-19 15:33:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zypp-boot-plugin (Old)
and /work/SRC/openSUSE:Factory/.zypp-boot-plugin.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zypp-boot-plugin"
Fri Sep 19 15:33:34 2025 rev:10 rq:1305755 version:0.0.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/zypp-boot-plugin/zypp-boot-plugin.changes
2025-05-27 18:50:58.542744538 +0200
+++
/work/SRC/openSUSE:Factory/.zypp-boot-plugin.new.27445/zypp-boot-plugin.changes
2025-09-19 15:33:35.659823273 +0200
@@ -1,0 +2,6 @@
+Mon Sep 15 20:48:40 UTC 2025 - Arjen de Korte <[email protected]>
+
+- Fix build with Boost 1.89.0 (system is headers only)
+ + 8.patch
+
+-------------------------------------------------------------------
New:
----
8.patch
----------(New B)----------
New:- Fix build with Boost 1.89.0 (system is headers only)
+ 8.patch
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zypp-boot-plugin.spec ++++++
--- /var/tmp/diff_new_pack.yMdHdI/_old 2025-09-19 15:33:36.175844954 +0200
+++ /var/tmp/diff_new_pack.yMdHdI/_new 2025-09-19 15:33:36.175844954 +0200
@@ -24,12 +24,13 @@
Group: System/Packages
URL: https://github.com/openSUSE/zypp-boot-plugin
Source: zypp-boot-plugin-%{version}.tar.xz
-BuildRequires: boost-devel
+# PATCH-FIX-UPSTREAM - remove system library which is headers only
+Patch1: https://github.com/openSUSE/zypp-boot-plugin/pull/8.patch
+BuildRequires: boost-devel > 1.69.0
BuildRequires: docbook5-xsl-stylesheets
BuildRequires: gcc-c++
BuildRequires: grep
BuildRequires: libboost_filesystem-devel
-BuildRequires: libboost_system-devel
BuildRequires: libeconf-devel
BuildRequires: libjson-c-devel
BuildRequires: meson
@@ -44,7 +45,7 @@
package installation/update.
%prep
-%setup -q
+%autosetup -p1
%build
%meson
++++++ 8.patch ++++++
>From 9c52eadd085e542c2f254768849db1727ba9a098 Mon Sep 17 00:00:00 2001
From: Arjen de Korte <[email protected]>
Date: Mon, 15 Sep 2025 22:43:02 +0200
Subject: [PATCH] Update meson.build
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index bf815d1..4b8c9e8 100755
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@ boot_plugin_src = files(
)
libeconf_dep = dependency('libeconf')
-boost_dep = dependency('boost', modules : ['system', 'filesystem'])
+boost_dep = dependency('boost', modules : ['filesystem'])
json_dep = dependency('json')
pk_prefix = get_option('prefix')