Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Clipper2 for openSUSE:Factory checked in at 2025-08-04 15:25:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Clipper2 (Old) and /work/SRC/openSUSE:Factory/.Clipper2.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Clipper2" Mon Aug 4 15:25:35 2025 rev:2 rq:1297421 version:1.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/Clipper2/Clipper2.changes 2025-07-17 17:18:52.980045423 +0200 +++ /work/SRC/openSUSE:Factory/.Clipper2.new.1085/Clipper2.changes 2025-08-04 15:26:44.170816117 +0200 @@ -1,0 +2,5 @@ +Mon Jul 21 14:49:08 UTC 2025 - Hans-Peter Jansen <h...@urpla.net> + +- build with 16.0 without enforcing a certain compiler + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Clipper2.spec ++++++ --- /var/tmp/diff_new_pack.I4RQev/_old 2025-08-04 15:26:44.866845355 +0200 +++ /var/tmp/diff_new_pack.I4RQev/_new 2025-08-04 15:26:44.866845355 +0200 @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %bcond_with clipper2_testing %global sh_lib libClipper2_1 %global sh_z_lib libClipper2Z_1 -%if 0%{?sle_version} >= 150500 +%if 0%{?suse_version} < 1600 %global force_gcc_version 14 %endif @@ -46,6 +47,7 @@ %package -n %{sh_lib} Summary: Shared library for Clipper2 + %description -n %{sh_lib} The Clipper2 library performs intersection, union, difference and XOR boolean operations on both simple and complex polygons. It also performs polygon @@ -55,6 +57,7 @@ %package -n %{sh_z_lib} Summary: Shared library for Clipper2 + %description -n %{sh_z_lib} The Clipper2 library performs intersection, union, difference and XOR boolean operations on both simple and complex polygons. It also performs polygon @@ -66,6 +69,7 @@ Summary: Development files for Clipper2 Requires: %{sh_lib} = %{version} Requires: %{sh_z_lib} = %{version} + %description devel The Clipper2 library performs intersection, union, difference and XOR boolean operations on both simple and complex polygons. It also performs polygon @@ -73,7 +77,6 @@ written over 10 years ago. That library I'm now calling Clipper1, and while it still works very well, Clipper2 is better in just about every way. - %prep %autosetup -p1 -n %{name}-%{name}_%{version}