Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libostree for openSUSE:Factory 
checked in at 2022-09-21 14:39:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libostree (Old)
 and      /work/SRC/openSUSE:Factory/.libostree.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libostree"

Wed Sep 21 14:39:28 2022 rev:26 rq:1003204 version:2022.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libostree/libostree.changes      2022-08-14 
15:55:31.959754918 +0200
+++ /work/SRC/openSUSE:Factory/.libostree.new.2083/libostree.changes    
2022-09-21 14:39:47.721316145 +0200
@@ -1,0 +2,8 @@
+Thu Sep  1 08:20:44 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Use curl as http backend, stop depending on soup2:
+  Drop pkgconfig(libsoup-2.4) and add pkgconfig(libcurl)
+  BuildRequires, and pass with-curl=yes and --with-soup=no to
+  configure.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libostree.spec ++++++
--- /var/tmp/diff_new_pack.9vDLuj/_old  2022-09-21 14:39:48.173317399 +0200
+++ /var/tmp/diff_new_pack.9vDLuj/_new  2022-09-21 14:39:48.181317421 +0200
@@ -42,8 +42,8 @@
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.66.0
 BuildRequires:  pkgconfig(gpgme) >= 1.1.8
 BuildRequires:  pkgconfig(libarchive) >= 2.8.0
+BuildRequires:  pkgconfig(libcurl) >= 7.29.0
 BuildRequires:  pkgconfig(liblzma) >= 5.0.5
-BuildRequires:  pkgconfig(libsoup-2.4) >= 2.39.1
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(mount) >= 2-23.0
 BuildRequires:  pkgconfig(systemd)
@@ -130,6 +130,8 @@
 %if %{with ed25519}
        --with-ed25519-libsodium \
 %endif
+       --with-curl=yes \
+       --with-soup=no \
        %{nil}
 %make_build
 
@@ -186,7 +188,8 @@
 %dir %{_libexecdir}/libostree
 %{_prefix}/lib/ostree/ostree-prepare-root
 %{_prefix}/lib/ostree/ostree-remount
-%{_libexecdir}/libostree/ostree-trivial-httpd
+# Lost in move to curl, needs soup, but upstream have not yet ported to soup3
+#%%{_libexecdir}/libostree/ostree-trivial-httpd
 %{_libexecdir}/libostree/s390x-se-luks-gencpio
 %{_dracutmodulesdir}/98ostree/
 %{_unitdir}/ostree-prepare-root.service

Reply via email to