Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2024-04-21 20:25:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
and /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtorrent-rasterbar"
Sun Apr 21 20:25:57 2024 rev:90 rq:1169256 version:2.0.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2024-02-20 21:13:49.692704271 +0100
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.26366/libtorrent-rasterbar.changes
2024-04-21 20:26:51.236981019 +0200
@@ -1,0 +2,6 @@
+Fri Apr 19 12:59:53 UTC 2024 - Luigi Baldoni <[email protected]>
+
+- Build against boost175 on Leap15
+ code-o-o#leap/features/issue/155
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.hWnTi2/_old 2024-04-21 20:26:51.881004650 +0200
+++ /var/tmp/diff_new_pack.hWnTi2/_new 2024-04-21 20:26:51.885004797 +0200
@@ -33,10 +33,17 @@
BuildRequires: cmake >= 3.12.0
BuildRequires: fdupes
BuildRequires: gcc-c++
+%if 0%{?suse_version} > 1500
BuildRequires: libboost_chrono-devel
BuildRequires: libboost_python3-devel
BuildRequires: libboost_random-devel
BuildRequires: libboost_system-devel
+%else
+BuildRequires: libboost_chrono1_75_0-devel
+BuildRequires: libboost_python-py3-1_75_0-devel
+BuildRequires: libboost_random1_75_0-devel
+BuildRequires: libboost_system1_75_0-devel
+%endif
BuildRequires: pkgconfig
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@@ -83,7 +90,11 @@
Group: Development/Libraries/C and C++
Requires: %{name}%{libver} = %{version}
Requires: gcc-c++
+%if 0%{?suse_version} > 1500
Requires: libboost_headers-devel
+%else
+Requires: libboost_headers1_75_0-devel
+%endif
Requires: pkgconfig(openssl)
Conflicts: %{name}-%{_legacy}-devel