Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Coin for openSUSE:Factory checked in at 2024-05-09 12:08:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Coin (Old) and /work/SRC/openSUSE:Factory/.Coin.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Coin" Thu May 9 12:08:29 2024 rev:7 rq:1172710 version:3.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/Coin/Coin.changes 2020-12-21 10:26:34.708194920 +0100 +++ /work/SRC/openSUSE:Factory/.Coin.new.1880/Coin.changes 2024-05-09 12:08:58.028260146 +0200 @@ -1,0 +2,7 @@ +Wed May 8 09:17:18 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Use %autosetup: allows to eliminate usage of deprecated %patchN + syntax. +- Rebase Coin60.patch to also apply with -p1. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Coin.spec ++++++ --- /var/tmp/diff_new_pack.4iLFE9/_old 2024-05-09 12:08:58.636282243 +0200 +++ /var/tmp/diff_new_pack.4iLFE9/_new 2024-05-09 12:08:58.640282389 +0200 @@ -1,7 +1,7 @@ # # spec file for package Coin # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -95,11 +95,7 @@ sound, GLSL shaders, and additional file formats like VRML97. %prep -%setup -q -%patch0 -p1 -%patch1 -p0 -%patch2 -p1 -%patch3 -p1 +%autosetup -p1 sed -i '/^#include "fonts\/freetype.h"$/i #include <cstdlib>\n#include <cmath>' src/fonts/freetype.cpp sed -i '/^#include <Inventor\/C\/basic.h>$/i #include <Inventor/C/errors/debugerror.h>' include/Inventor/SbBasic.h ++++++ Coin60.patch ++++++ --- /var/tmp/diff_new_pack.4iLFE9/_old 2024-05-09 12:08:58.696284424 +0200 +++ /var/tmp/diff_new_pack.4iLFE9/_new 2024-05-09 12:08:58.700284569 +0200 @@ -1,6 +1,8 @@ ---- bin/coin-config.orig 2016-08-17 13:02:59.568658348 +0200 -+++ bin/coin-config 2016-08-17 13:03:20.664658624 +0200 -@@ -76,14 +76,14 @@ +Index: Coin-3.1.3/bin/coin-config +=================================================================== +--- Coin-3.1.3.orig/bin/coin-config ++++ Coin-3.1.3/bin/coin-config +@@ -76,14 +76,14 @@ do esac done @@ -20,9 +22,11 @@ exit 1 fi ---- data/shaders/vsm/Makefile.am.or 2016-08-17 13:05:10.148660057 +0200 -+++ data/shaders/vsm/Makefile.am 2016-08-17 13:05:21.908660211 +0200 -@@ -13,7 +13,7 @@ +Index: Coin-3.1.3/data/shaders/vsm/Makefile.am +=================================================================== +--- Coin-3.1.3.orig/data/shaders/vsm/Makefile.am ++++ Coin-3.1.3/data/shaders/vsm/Makefile.am +@@ -13,7 +13,7 @@ DISTCLEANFILES = \ if MAC_FRAMEWORK shadersvsmdatadir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources/shaders/vsm else @@ -31,9 +35,11 @@ endif dist_shadersvsmdata_DATA = \ ---- data/shaders/lights/Makefile.am.orig 2016-08-17 13:05:44.376660505 +0200 -+++ data/shaders/lights/Makefile.am 2016-08-17 13:05:54.140660633 +0200 -@@ -16,7 +16,7 @@ +Index: Coin-3.1.3/data/shaders/lights/Makefile.am +=================================================================== +--- Coin-3.1.3.orig/data/shaders/lights/Makefile.am ++++ Coin-3.1.3/data/shaders/lights/Makefile.am +@@ -16,7 +16,7 @@ DISTCLEANFILES = \ if MAC_FRAMEWORK shaderslightsdatadir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources/shaders/lights else @@ -42,8 +48,10 @@ endif dist_shaderslightsdata_DATA = \ ---- data/scxml/navigation/Makefile.am.orig 2016-08-17 13:06:12.928660879 +0200 -+++ data/scxml/navigation/Makefile.am 2016-08-17 13:06:22.396661002 +0200 +Index: Coin-3.1.3/data/scxml/navigation/Makefile.am +=================================================================== +--- Coin-3.1.3.orig/data/scxml/navigation/Makefile.am ++++ Coin-3.1.3/data/scxml/navigation/Makefile.am @@ -6,7 +6,7 @@ if MAC_FRAMEWORK scxmldefdatadir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources/scxml/navigation @@ -53,20 +61,11 @@ endif dist_scxmldefdata_DATA = \ ---- ./src/misc/CoinResources.cpp.orig 2016-08-17 13:07:30.384661892 +0200 -+++ ./src/misc/CoinResources.cpp 2016-08-17 13:07:48.508662130 +0200 -@@ -192,7 +192,7 @@ - handle->filenotfound = TRUE; - break; - } -- filename.sprintf("%s/share/Coin/%s", coindirenv, resloc + 5); -+ filename.sprintf("%s/share/Coin60/%s", coindirenv, resloc + 5); - #endif // !COIN_MACOSX_FRAMEWORK - if (COIN_DEBUG && 0) { - SoDebugError::postInfo("CoinResources::get", "trying to load '%s'.", ---- Makefile.am.orig 2016-08-17 13:08:34.724662734 +0200 -+++ Makefile.am 2016-08-17 13:08:15.776662486 +0200 -@@ -53,7 +53,7 @@ +Index: Coin-3.1.3/Makefile.am +=================================================================== +--- Coin-3.1.3.orig/Makefile.am ++++ Coin-3.1.3/Makefile.am +@@ -53,7 +53,7 @@ if BUILD_LIBRARY m4datadir = $(datadir)/aclocal dist_m4data_DATA = cfg/coin.m4 @@ -75,9 +74,11 @@ cfgdata_DATA = coin-@CONFIG@.cfg if MAC_FRAMEWORK ---- Makefile.in.orig 2016-08-17 13:46:41.424692665 +0200 -+++ Makefile.in 2016-08-17 13:47:05.040692974 +0200 -@@ -1426,7 +1426,7 @@ +Index: Coin-3.1.3/Makefile.in +=================================================================== +--- Coin-3.1.3.orig/Makefile.in ++++ Coin-3.1.3/Makefile.in +@@ -1426,7 +1426,7 @@ DISTCLEANFILES = \ @BUILD_LIBRARY_TRUE@m4datadir = $(datadir)/aclocal @BUILD_LIBRARY_TRUE@dist_m4data_DATA = cfg/coin.m4 @@ -86,9 +87,11 @@ @BUILD_LIBRARY_TRUE@cfgdata_DATA = coin-@CONFIG@.cfg @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_TRUE@frameworkdatadir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_TRUE@frameworkdata_DATA = Info.plist version.plist ---- data/draggerDefaults/Makefile.in.orig 2016-08-17 13:47:25.012693235 +0200 -+++ data/draggerDefaults/Makefile.in 2016-08-17 13:47:33.528693347 +0200 -@@ -358,7 +358,7 @@ +Index: Coin-3.1.3/data/draggerDefaults/Makefile.in +=================================================================== +--- Coin-3.1.3.orig/data/draggerDefaults/Makefile.in ++++ Coin-3.1.3/data/draggerDefaults/Makefile.in +@@ -358,7 +358,7 @@ DISTCLEANFILES = \ $(BUILT_SOURCES) \ iv2h.sh @@ -97,9 +100,11 @@ @MAC_FRAMEWORK_TRUE@draggerdefdatadir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources/draggerDefaults dist_draggerdefdata_DATA = \ translate1Dragger.iv \ ---- ./data/scxml/navigation/Makefile.in.orig 2016-08-17 13:47:54.300693619 +0200 -+++ ./data/scxml/navigation/Makefile.in 2016-08-17 13:48:02.304693723 +0200 -@@ -331,7 +331,7 @@ +Index: Coin-3.1.3/data/scxml/navigation/Makefile.in +=================================================================== +--- Coin-3.1.3.orig/data/scxml/navigation/Makefile.in ++++ Coin-3.1.3/data/scxml/navigation/Makefile.in +@@ -331,7 +331,7 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ @@ -108,9 +113,11 @@ @MAC_FRAMEWORK_TRUE@scxmldefdatadir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources/scxml/navigation dist_scxmldefdata_DATA = \ examiner.xml ---- ./data/shaders/lights/Makefile.in.orig 2016-08-17 13:48:21.704693977 +0200 -+++ ./data/shaders/lights/Makefile.in 2016-08-17 13:48:32.288694116 +0200 -@@ -341,7 +341,7 @@ +Index: Coin-3.1.3/data/shaders/lights/Makefile.in +=================================================================== +--- Coin-3.1.3.orig/data/shaders/lights/Makefile.in ++++ Coin-3.1.3/data/shaders/lights/Makefile.in +@@ -341,7 +341,7 @@ DISTCLEANFILES = \ $(BUILT_SOURCES) \ glsl2h.sh @@ -119,9 +126,11 @@ @MAC_FRAMEWORK_TRUE@shaderslightsdatadir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources/shaders/lights dist_shaderslightsdata_DATA = \ PointLight.glsl \ ---- ./data/shaders/vsm/Makefile.in.orig 2016-08-17 13:48:51.936694373 +0200 -+++ ./data/shaders/vsm/Makefile.in 2016-08-17 13:48:59.080694467 +0200 -@@ -338,7 +338,7 @@ +Index: Coin-3.1.3/data/shaders/vsm/Makefile.in +=================================================================== +--- Coin-3.1.3.orig/data/shaders/vsm/Makefile.in ++++ Coin-3.1.3/data/shaders/vsm/Makefile.in +@@ -338,7 +338,7 @@ DISTCLEANFILES = \ $(BUILT_SOURCES) \ glsl2h.sh @@ -130,4 +139,17 @@ @MAC_FRAMEWORK_TRUE@shadersvsmdatadir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources/shaders/vsm dist_shadersvsmdata_DATA = \ VsmLookup.glsl +Index: Coin-3.1.3/src/misc/CoinResources.cpp +=================================================================== +--- Coin-3.1.3.orig/src/misc/CoinResources.cpp ++++ Coin-3.1.3/src/misc/CoinResources.cpp +@@ -192,7 +192,7 @@ CoinResources::get(const char * resloc, + handle->filenotfound = TRUE; + break; + } +- filename.sprintf("%s/share/Coin/%s", coindirenv, resloc + 5); ++ filename.sprintf("%s/share/Coin60/%s", coindirenv, resloc + 5); + #endif // !COIN_MACOSX_FRAMEWORK + if (COIN_DEBUG && 0) { + SoDebugError::postInfo("CoinResources::get", "trying to load '%s'.",