Hello community,

here is the log from the commit of package OpenSubdiv for openSUSE:Leap:15.2 
checked in at 2020-04-30 18:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/OpenSubdiv (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.OpenSubdiv.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenSubdiv"

Thu Apr 30 18:52:54 2020 rev:2 rq:799123 version:3.4.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/OpenSubdiv/OpenSubdiv.changes  2020-01-15 
14:45:56.037230596 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.OpenSubdiv.new.2738/OpenSubdiv.changes        
2020-04-30 18:53:53.800909769 +0200
@@ -1,0 +2,38 @@
+Fri Apr 24 09:35:34 UTC 2020 - Hans-Peter Jansen <[email protected]>
+
+- Update to version 3.4.3 (April 2020):
+  + Changes
+    * GLEW is no longer required by default (GitHub #1183 #1184)
+    * Removed false Ptex link dependency from libosdCPU (GitHub
+      #1174)
+    * Removed false GLFW link dependency from DX11 and Metal
+      examples (GitHub #1178)
+    * Removed link dependency on unused TBB libraries (GitHub
+      #1064)
+    * Added option to disable building of dynamic shared libraries
+      (GitHub #1169)
+    * Added new tutorial for Far::LimitStencilTable (GitHub #1176)
+    * Updated use of EXT_direct_state_access to
+      ARB_direct_state_access (GitHub #1184)
+    * Fixed C++ strict aliasing warnings (GitHub #1182)
+    * Fixed MSVC warnings in example code (GitHub #1158 #1172)
+    * Fixed compatibility with Visual Studio 2019 (GitHub #1173
+      #1189)
+    * Fixed CMake CMP0054 warnings (GitHub #1180)
+    * Added prefix to OpenSubdiv CMake macros (GitHub #1157)
+    * Moved utilities in examples/common to regression/common
+      (GitHub #1167)
+    * Minor fixes to Far tutorials (GitHub #1175 #1177)
+    * Switched to Azure Pipelines for continuous integration
+      testing instead of Travis-CI and AppVeyor (GitHub #1168
+      #1190)
+  + Bug Fixes
+    * Fixed selective boundary interpolation for case
+      Sdc::Options::VTX_BOUNDARY_NONE (GitHub #1170 #1171)
+    * Fixed static library linking to address missing symbols
+      (GitHub #1192)
+    * Additional fixes for dynamic and static linking (GitHub
+      #1193)
+- Add workaround to fix linking libosdGPU, which is missing -ldl
+
+-------------------------------------------------------------------

Old:
----
  OpenSubdiv-3_4_0.tar.gz

New:
----
  OpenSubdiv-3_4_3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ OpenSubdiv.spec ++++++
--- /var/tmp/diff_new_pack.EjmR3q/_old  2020-04-30 18:53:54.244910707 +0200
+++ /var/tmp/diff_new_pack.EjmR3q/_new  2020-04-30 18:53:54.248910715 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package OpenSubdiv
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2019 LISA GmbH, Bingen, Germany.
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2019-2020 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
 #
 
 
-%define pkgver %(v=%version; echo -n "${v//\./_}")
+%define pkgver 3_4_3
 %define libname libosdCPU%{pkgver}
 
 Name:           OpenSubdiv
-Version:        3.4.0
+Version:        3.4.3
 Release:        0
 Summary:        Subdivision surface evaluation library
 License:        Apache-2.0
 Group:          Productivity/Graphics/Visualization/Raytracers
-URL:            http://graphics.pixar.com/opensubdiv/docs/intro.html
-Source:         
https://github.com/PixarAnimationStudios/%{name}/archive/v3_4_0.tar.gz#/%{name}-3_4_0.tar.gz
+URL:            https://graphics.pixar.com/opensubdiv/docs/intro.html
+Source:         
https://github.com/PixarAnimationStudios/%{name}/archive/v%{pkgver}.tar.gz#/%{name}-%{pkgver}.tar.gz
 BuildRequires:  cmake >= 2.8.6
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -72,6 +72,8 @@
 
 %prep
 %setup -q -n %{name}-%{pkgver}
+# work around linking glitch
+sed -i 's/${PLATFORM_GPU_LIBRARIES}/${PLATFORM_GPU_LIBRARIES} 
${CMAKE_DL_LIBS}/' opensubdiv/CMakeLists.txt
 
 %build
 # sse options only on supported archs

++++++ OpenSubdiv-3_4_0.tar.gz -> OpenSubdiv-3_4_3.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/OpenSubdiv/OpenSubdiv-3_4_0.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.OpenSubdiv.new.2738/OpenSubdiv-3_4_3.tar.gz 
differ: char 13, line 1


Reply via email to