Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trojan for openSUSE:Factory checked in at 2025-10-10 17:08:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trojan (Old) and /work/SRC/openSUSE:Factory/.trojan.new.5300 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trojan" Fri Oct 10 17:08:24 2025 rev:3 rq:1309969 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/trojan/trojan.changes 2024-03-05 18:51:02.641875352 +0100 +++ /work/SRC/openSUSE:Factory/.trojan.new.5300/trojan.changes 2025-10-10 17:09:12.060870586 +0200 @@ -1,0 +2,7 @@ +Thu Oct 9 10:51:26 UTC 2025 - Ana Guerrero <[email protected]> + +- Remove BuildRequires on libboost_system-devel-impl, + removed on boost 1.89 (bsc#1249599) + * Add patch boost.patch + +------------------------------------------------------------------- New: ---- boost.patch ----------(New B)---------- New: removed on boost 1.89 (bsc#1249599) * Add patch boost.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trojan.spec ++++++ --- /var/tmp/diff_new_pack.uugx57/_old 2025-10-10 17:09:12.668896228 +0200 +++ /var/tmp/diff_new_pack.uugx57/_new 2025-10-10 17:09:12.672896396 +0200 @@ -1,7 +1,7 @@ # # spec file for package trojan # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,10 +24,10 @@ Group: Productivity/Networking/Web/Proxy URL: https://github.com/trojan-gfw/trojan Source0: https://github.com/trojan-gfw/trojan/archive/v%{version}/%{name}-%{version}.tar.gz +Patch0: boost.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libboost_program_options-devel-impl >= 1.66.0 -BuildRequires: libboost_system-devel-impl >= 1.66.0 BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(libmariadb) BuildRequires: pkgconfig(openssl) @@ -45,7 +45,7 @@ %lang_package %prep -%setup -q -n %{name}-%{version} +%autosetup -p1 -n %{name}-%{version} %build %define build_args %{nil} ++++++ boost.patch ++++++ diff -Nrua trojan-1.16.0.orig/CMakeLists.txt trojan-1.16.0/CMakeLists.txt --- trojan-1.16.0.orig/CMakeLists.txt 2020-06-10 06:09:18.000000000 +0200 +++ trojan-1.16.0/CMakeLists.txt 2025-10-09 12:53:46.869236609 +0200 @@ -36,7 +36,7 @@ find_package(Threads REQUIRED) target_link_libraries(trojan ${CMAKE_THREAD_LIBS_INIT}) -find_package(Boost 1.66.0 REQUIRED COMPONENTS system program_options) +find_package(Boost 1.66.0 REQUIRED COMPONENTS program_options) include_directories(${Boost_INCLUDE_DIR}) target_link_libraries(trojan ${Boost_LIBRARIES}) if(MSVC)
