Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcbor for openSUSE:Factory checked 
in at 2023-02-25 19:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcbor (Old)
 and      /work/SRC/openSUSE:Factory/.libcbor.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcbor"

Sat Feb 25 19:54:22 2023 rev:6 rq:1067316 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcbor/libcbor.changes  2023-01-18 
13:08:42.732088365 +0100
+++ /work/SRC/openSUSE:Factory/.libcbor.new.31432/libcbor.changes       
2023-02-25 19:54:22.898996631 +0100
@@ -1,0 +2,10 @@
+Wed Feb 22 09:27:59 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Merge change from SLE15 SP4 made by [email protected] on
+  Tue Apr  5 14:36:56 UTC 2022:
+- do not build manual page for 15sp4, it does not succeed
+  [bsc#1197743]
+- added sources
+  + libcbor.3
+
+-------------------------------------------------------------------
@@ -55,0 +66,3 @@
+- 0.6.0 includes patch by [email protected] to not build shared
+  lib twice and make package build reproducible (boo#1102408,
+  gh#PJK/libcbor#72)

New:
----
  libcbor.3

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

Other differences:
------------------
++++++ libcbor.spec ++++++
--- /var/tmp/diff_new_pack.6BYhkZ/_old  2023-02-25 19:54:25.071010016 +0100
+++ /var/tmp/diff_new_pack.6BYhkZ/_new  2023-02-25 19:54:25.075010042 +0100
@@ -21,6 +21,18 @@
 %define soage      1
 %define lname   libcbor%{socurrent}_%{sorevision}
 %global flavor @BUILD_FLAVOR@%{nil}
+
+%if "%{flavor}" == "doc"
+# in 15sp4/sp5, the doc fails to build with an assert in sphinx
+%if 0%{?sle_version} >= 150400 && 0%{?sle_version} <= 150500
+%define build_man 0
+%else
+%define build_man 1
+%endif
+%else
+%define build_man 0
+%endif
+
 %if "%{flavor}" == "doc"
 Name:           libcbor-doc
 %else
@@ -33,7 +45,8 @@
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/PJK/libcbor
 Source0:        https://github.com/PJK/libcbor/archive/v%{version}.tar.gz
-%if "%{flavor}" == "doc"
+Source1:        libcbor.3
+%if %{build_man}
 BuildRequires:  doxygen
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-breathe
@@ -78,7 +91,7 @@
 %build
 export CFLAGS="%(echo %{optflags}) -Wno-return-type"
 export CXXFLAGS="$CFLAGS"
-%if "%{flavor}" == "doc"
+%if %{build_man}
 %make_build -C doc man
 %else
 
@@ -89,8 +102,13 @@
 
 %install
 %if "%{flavor}" == "doc"
+
 mkdir -p %{buildroot}%{_mandir}/man3
+%if %{build_man}
 cp doc/build/man/*.3 %{buildroot}%{_mandir}/man3
+%else
+cp %{SOURCE1} %{buildroot}%{_mandir}/man3
+%endif
 
 %else
 

++++++ libcbor.3 ++++++
++++ 5849 lines (skipped)

Reply via email to