1
0

Accepting request 1169254 from home:alois:leap156boost175

- Build against boost175 on Leap15
  code-o-o#leap/features/issue/155

OBS-URL: https://build.opensuse.org/request/show/1169254
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=176
This commit is contained in:
Luigi Baldoni 2024-04-19 16:03:22 +00:00 committed by Git OBS Bridge
parent 8a22941014
commit 07f1fc2d89
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 19 12:59:53 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
- Build against boost175 on Leap15
code-o-o#leap/features/issue/155
-------------------------------------------------------------------
Mon Feb 19 13:01:31 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -33,10 +33,17 @@ Source: %{name}-%{version}.tar.xz
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 @@ Summary: Header files for libtorrent, a C++ implementation of the BitTorr
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