Hello community, here is the log from the commit of package octave-forge-octclip for openSUSE:Factory checked in at 2020-12-12 20:29:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave-forge-octclip (Old) and /work/SRC/openSUSE:Factory/.octave-forge-octclip.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-octclip" Sat Dec 12 20:29:58 2020 rev:4 rq:845865 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/octave-forge-octclip/octave-forge-octclip.changes 2019-08-27 10:29:16.287905974 +0200 +++ /work/SRC/openSUSE:Factory/.octave-forge-octclip.new.2328/octave-forge-octclip.changes 2020-12-12 20:32:33.613864302 +0100 @@ -1,0 +2,14 @@ +Sat Jun 13 22:44:57 UTC 2020 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de> + +- Update to version 2.0.1: + * Minor changes in src/Makefile +- Update to version 2.0.0: + * API changed, added XOR operation, and help strings rewritten +- Update to version 1.0.9 + * Minor changes due to + http://wiki.octave.org/Remove_class_of_function_from_documentation_strings +- Rebase octclip-openmp.patch +- Drop obsolete compile-with-gcc-9.patch from Debian +- Force GCC 9 on Leap, OpenMP code is only compatible with GCC>=9 + +------------------------------------------------------------------- Old: ---- compile-with-gcc-9.patch octclip-1.0.8.tar.gz New: ---- octclip-2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave-forge-octclip.spec ++++++ --- /var/tmp/diff_new_pack.FltIDj/_old 2020-12-12 20:32:34.157864870 +0100 +++ /var/tmp/diff_new_pack.FltIDj/_new 2020-12-12 20:32:34.161864874 +0100 @@ -1,7 +1,7 @@ # # spec file for package octave-forge-octclip # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,23 @@ %define octpkg octclip Name: octave-forge-%{octpkg} -Version: 1.0.8 +Version: 2.0.1 Release: 0 Summary: Octave clipping polygons tool License: GPL-3.0-or-later AND BSD-3-Clause Group: Productivity/Scientific/Math -URL: http://octave.sourceforge.net -Source0: http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz +URL: https://octave.sourceforge.io +Source0: https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz # PATCH-FIX-UPSTREAM octclip-openmp.patch -- Fix build with OpenMP Patch0: octclip-openmp.patch -# PATCH-FIX-UPSTREAM compile-with-gcc-9.patch -Patch1: compile-with-gcc-9.patch +%if 0%{suse_version} >= 1550 BuildRequires: gcc-c++ +%else +BuildRequires: gcc9-c++ +%endif BuildRequires: hdf5-devel BuildRequires: octave-devel -Requires: octave-cli >= 2.9.7 +Requires: octave-cli >= 3.6.0 %description This package allows to do boolean operations with polygons using @@ -43,14 +45,19 @@ %setup -q -c %{name}-%{version} pushd %{octpkg}-%{version} %patch0 -p1 -%patch1 -p1 popd %octave_pkg_src %build +%if 0%{suse_version} < 1550 +export CC=gcc-9 +%endif %octave_pkg_build %install +%if 0%{suse_version} < 1550 +export CC=gcc-9 +%endif %octave_pkg_install %check ++++++ octclip-1.0.8.tar.gz -> octclip-2.0.1.tar.gz ++++++ ++++ 14997 lines of diff (skipped) ++++++ octclip-openmp.patch ++++++ --- /var/tmp/diff_new_pack.FltIDj/_old 2020-12-12 20:32:34.301865020 +0100 +++ /var/tmp/diff_new_pack.FltIDj/_new 2020-12-12 20:32:34.301865020 +0100 @@ -3,9 +3,9 @@ --- octclip-1.0.8.orig/src/Makefile +++ octclip-1.0.8/src/Makefile @@ -33,7 +33,7 @@ compile: - $(MKOCTFILE) -c -I. recpolil.c -o recpolil.o $(MKOCTFILE) -c -I. segmento.c -o segmento.o $(MKOCTFILE) -c -I. ventorno.c -o ventorno.o + $(MKOCTFILE) -c -I. proyecaux.c -o proyecaux.o - $(MKOCTFILE) -s -I. _oc_polybool.cc *.o + $(MKOCTFILE) -s -lgomp -I. _oc_polybool.cc *.o _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org