Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opencsg for openSUSE:Factory checked in at 2023-10-08 12:17:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencsg (Old) and /work/SRC/openSUSE:Factory/.opencsg.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencsg" Sun Oct 8 12:17:53 2023 rev:5 rq:1115863 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opencsg/opencsg.changes 2022-10-19 13:17:53.853249528 +0200 +++ /work/SRC/openSUSE:Factory/.opencsg.new.28202/opencsg.changes 2023-10-08 12:20:55.423777683 +0200 @@ -1,0 +2,7 @@ +Thu Oct 5 13:46:16 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- update to 1.6.0: + * Glad is now used instead of GLEW for initialization of OpenGL + function pointers and extensions. + +------------------------------------------------------------------- Old: ---- OpenCSG-1.5.1.tar.gz New: ---- OpenCSG-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencsg.spec ++++++ --- /var/tmp/diff_new_pack.862Kbh/_old 2023-10-08 12:20:56.347810906 +0200 +++ /var/tmp/diff_new_pack.862Kbh/_new 2023-10-08 12:20:56.347810906 +0200 @@ -1,7 +1,7 @@ # # spec file for package opencsg # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: opencsg -Version: 1.5.1 +Version: 1.6.0 Release: 0 Summary: Constructive Solid Geometry rendering library License: GPL-2.0-or-later @@ -27,9 +27,9 @@ BuildRequires: freeglut-devel BuildRequires: gcc-c++ BuildRequires: glew-devel -%if 0%{?fedora_version} || 0%{?suse_version} >= 1310 BuildRequires: libXmu-devel -%endif +BuildRequires: libqt5-qtbase-common-devel +BuildRequires: libqt5-qtbase-devel %description OpenCSG is a library that does image-based Constructive Solid @@ -46,6 +46,13 @@ subtraction to so-called primtives, the latter of which are solid (i.e. have a clearly defined interior and exterior). +%package doc +Summary: Documents package for opencsg +BuildArch: noarch + +%description doc +This package contains the documentation for opencsg. + %package devel Summary: Development files for opencsg, a CSG rendering library Group: Development/Libraries/C and C++ @@ -70,6 +77,7 @@ cd src # rpath is evil sed -i 's@-Wl,-rpath,\.\./lib@@' Makefile +%qmake5 %make_build %install @@ -82,10 +90,13 @@ %files -n libopencsg1 %license copying.txt doc/license/gpl-3.0.txt doc/license/gpl-2.0.txt -%doc changelog.txt doc/* +%doc changelog.txt %{_libdir}/libopencsg.so.1* %files devel %{_includedir}/* %{_libdir}/libopencsg.so +%files doc +%doc doc/* + ++++++ OpenCSG-1.5.1.tar.gz -> OpenCSG-1.6.0.tar.gz ++++++ ++++ 113243 lines of diff (skipped)