Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fdo-client for openSUSE:Factory 
checked in at 2024-02-05 22:01:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fdo-client (Old)
 and      /work/SRC/openSUSE:Factory/.fdo-client.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fdo-client"

Mon Feb  5 22:01:47 2024 rev:4 rq:1144179 version:1.1.4+git20221209.c8ef757

Changes:
--------
--- /work/SRC/openSUSE:Factory/fdo-client/fdo-client.changes    2023-11-29 
21:21:38.779189063 +0100
+++ /work/SRC/openSUSE:Factory/.fdo-client.new.1815/fdo-client.changes  
2024-02-05 22:01:57.100643066 +0100
@@ -1,0 +2,7 @@
+Fri Feb  2 08:23:13 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Fix build using RPM 4.19: builddir does contain the extracted
+  tartball, but can also contain special directories used by RPM,
+  resolving in globbing to behave differently.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fdo-client.spec ++++++
--- /var/tmp/diff_new_pack.YOTGD0/_old  2024-02-05 22:01:58.316687058 +0100
+++ /var/tmp/diff_new_pack.YOTGD0/_new  2024-02-05 22:01:58.316687058 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fdo-client
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,10 +33,10 @@
 Patch1:         gcc.patch
 Requires:       openssl
 BuildRequires:  cmake
-BuildRequires:  vim
 BuildRequires:  gcc-c++
-BuildRequires:  libopenssl-devel
 BuildRequires:  libcurl-devel
+BuildRequires:  libopenssl-devel
+BuildRequires:  vim
 %{?systemd_ordering}
 
 %description
@@ -59,18 +59,19 @@
 %setup -q
 %setup -q -D -a 1
 %setup -q -D -a 2
-%patch0 -p1
-%patch1 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
 
 %build
+echo "%_builddir"
 pushd .
 cd safestringlib*
 mkdir obj
 make
 popd
-cd tinycbor*
+pushd tinycbor*
 make
-cd %{_builddir}/%{name}*
+popd
 export 
SAFESTRING_ROOT=%{_builddir}/%{name}-%{version}/safestringlib-1.0.0+git20171208.5da1bad
 export 
TINYCBOR_ROOT=%{_builddir}/%{name}-%{version}/tinycbor-1.0.0+git20191022.755f9ef
 export BLOB_PATH=%{_sharedstatedir}/%{name}

Reply via email to