Hello community,

here is the log from the commit of package alembic for openSUSE:Factory checked 
in at 2019-12-04 13:50:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alembic (Old)
 and      /work/SRC/openSUSE:Factory/.alembic.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alembic"

Wed Dec  4 13:50:09 2019 rev:2 rq:750506 version:1.7.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/alembic/alembic.changes  2019-09-20 
14:51:14.258906005 +0200
+++ /work/SRC/openSUSE:Factory/.alembic.new.4691/alembic.changes        
2019-12-04 14:19:26.538390703 +0100
@@ -1,0 +2,25 @@
+Thu Nov 21 17:53:37 UTC 2019 - Hans-Peter Jansen <h...@urpla.net>
+
+- Update to version 1.7.12
+  API:
+  + Use critical section instead of mutex on Windows. (PR220)
+    * ErrorHandler now uses const char * for message instead of
+      std::string for efficiency gain. (PR221)
+  + Fix incompatibilities with C++17. (PR237)
+    * Add optional DCC FPS hint when calling CreateArchiveWithInfo
+      and GetArchiveInfo. (PR241)
+  Maya:
+  + AbcExport: Support writing animated facesets. (PR217)
+  + AbcExport: Support per curve width. (PR239)
+    * AbcExport: When writing sparse data like just the UVs, create
+      an OObject instead of an OXform. (PR241)
+  Utils:
+    * WFOBJConvert: Fix bug where OBJ files with more than one
+      shape would fail to properly convert UVs and Normals. (PR232)
+  CMake:
+    * Make it easier to select the python version to build against.
+      (PR215)
+
+- Clean up spec, remove any superflous parameterization
+
+-------------------------------------------------------------------

Old:
----
  alembic-1.7.11.tar.gz

New:
----
  alembic-1.7.12.tar.gz

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

Other differences:
------------------
++++++ alembic.spec ++++++
--- /var/tmp/diff_new_pack.eZOZXy/_old  2019-12-04 14:19:26.934391038 +0100
+++ /var/tmp/diff_new_pack.eZOZXy/_new  2019-12-04 14:19:26.942391044 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alembic
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2019 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,18 +13,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define libname libAlembic1_7
 
 Name:           alembic
-Version:        1.7.11
+Version:        1.7.12
 Release:        0
 Summary:        Computer graphics interchange framework
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://www.alembic.io
+URL:            https://www.alembic.io
 Source:         
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 2.8.6
 BuildRequires:  gcc-c++
@@ -62,14 +63,7 @@
 %setup -q
 
 %build
-# sse options only on supported archs
-%ifarch x86_64
-sseflags='-msse -msse2'
-%endif
-
 %cmake \
-    -DCMAKE_C_FLAGS:STRING="$CFLAGS %{optflags} -fPIC ${sseflags}" \
-    -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS %{optflags} -fPIC ${sseflags}" \
     -DALEMBIC_LIB_INSTALL_DIR=%{_libdir} \
     -DUSE_ARNOLD=OFF \
     -DUSE_BINARIES=OFF \

++++++ alembic-1.7.11.tar.gz -> alembic-1.7.12.tar.gz ++++++
++++ 1911 lines of diff (skipped)


Reply via email to