Hello community,

here is the log from the commit of package oce for openSUSE:Factory checked in 
at 2017-01-31 12:48:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oce (Old)
 and      /work/SRC/openSUSE:Factory/.oce.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oce"

Changes:
--------
--- /work/SRC/openSUSE:Factory/oce/oce.changes  2017-01-22 00:10:35.348691227 
+0100
+++ /work/SRC/openSUSE:Factory/.oce.new/oce.changes     2017-02-03 
23:33:45.414878275 +0100
@@ -1,0 +2,21 @@
+Mon Jan 30 09:36:04 UTC 2017 - [email protected]
+
+- update to version 0.18
+  * Upgraded to OCCT 6.9.1 
http://www.opencascade.com/pub/doc/Release_Notes_6.7.0.pdf
+  * Support VTK OpenGL2 backend
+  * 0027385: assertion in static initializer in a Windows GUI application
+  * Fix null pointer access in BRepMesh_EdgeTessellator
+- switch to obs_scm for incremental storage and being able to work 
+  in git tree
+
+-------------------------------------------------------------------
+Tue Nov 29 16:52:13 UTC 2016 - [email protected]
+
+- Remove unneeded netcdf dependencies.
+
+-------------------------------------------------------------------
+Thu Sep  1 07:21:31 UTC 2016 - [email protected]
+
+- install cmake files in default location
+
+-------------------------------------------------------------------

Old:
----
  oce-0.17.2.tar.xz

New:
----
  oce-0.18.obscpio
  oce.obsinfo

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

Other differences:
------------------
++++++ oce.spec ++++++
--- /var/tmp/diff_new_pack.d4Vm3r/_old  2017-02-03 23:33:46.346746266 +0100
+++ /var/tmp/diff_new_pack.d4Vm3r/_new  2017-02-03 23:33:46.350745700 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oce
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # Whether clang should be used instead of gcc
 %bcond_with scanbuild
 %if %{with scanbuild}
@@ -37,21 +38,21 @@
 %define ocversion 6.8.0
 
 Name:           oce
-Version:        0.17.2
+Version:        0.18
 Release:        0
 Summary:        OpenCASCADE Community Edition
-
-Group:          Productivity/Graphics/CAD
 License:        LGPL-2.1 WITH OCCT-exception-1.0
-URL:            https://github.com/tpaviot/oce
+Group:          Productivity/Graphics/CAD
+
+Url:            https://github.com/tpaviot/oce
 Source0:        oce-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
  
 BuildRequires:  cmake
 BuildRequires:  fdupes
 %if %{with clang}
-BuildRequires:  llvm-clang
 BuildRequires:  libstdc++-devel
+BuildRequires:  llvm-clang
 %else
 BuildRequires:  gcc-c++
 %endif
@@ -69,14 +70,13 @@
 BuildRequires:  tk-devel
 %endif
 %endif
+BuildRequires:  xz
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
-BuildRequires:  xz
 %if %{with build_vtk}
 BuildRequires:  vtk-devel
 %ifarch x86_64
 
-
 %else
 %if 0%{?suse_version} > 1310
 BuildRequires:  -libjawt.so
@@ -86,16 +86,13 @@
 BuildRequires:  -libjawt.so(SUNWprivate_1.1)
 %endif
 %endif
-BuildRequires:  libnetcdf_c++-devel
-BuildRequires:  netcdf-devel
 BuildRequires:  java-devel
-Provides:       OpenCASCADE = %{ocversion}
 Provides:       OCE = %{version}
-Obsoletes:      OpenCASCADE < %{ocversion}
+Provides:       OpenCASCADE = %{ocversion}
 Obsoletes:      OCE < %{version}
+Obsoletes:      OpenCASCADE < %{ocversion}
 Conflicts:      otherproviders(OpenCASCADE)
 
- 
 %description
 OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data
 exchange and rapid application development. It is a platform for
@@ -125,10 +122,10 @@
 %if %{with build_vtk}
 Requires:       %{name}-vtk = %{version}
 %endif
-Provides:       OpenCASCADE-devel = %{ocversion}
 Provides:       OCE-devel = %{version}
-Obsoletes:      OpenCASCADE-devel < %{ocversion}
+Provides:       OpenCASCADE-devel = %{ocversion}
 Obsoletes:      OCE-devel < %{version}
+Obsoletes:      OpenCASCADE-devel < %{ocversion}
 Conflicts:      otherproviders(OpenCASCADE-devel)
 
 %description devel
@@ -183,7 +180,7 @@
     -DOCE_INSTALL_PACKAGE_LIB_DIR=%_libdir \
     -DOCE_INSTALL_INCLUDE_DIR=%_includedir/oce \
     -DOCE_INSTALL_DATA_DIR=%_datadir/oce \
-    -DOCE_INSTALL_CMAKE_DATA_DIR=%_datadir/cmake/Modules \
+    -DOCE_INSTALL_CMAKE_DATA_DIR=%_datadir/oce \
     ..
 %if %{with scanbuild}
   /usr/share/clang/scan-build/scan-build --use-analyzer %_bindir/clang 
-analyze-headers \
@@ -218,6 +215,7 @@
 %_datadir/oce
 %if %{with build_draw}
 %exclude %_datadir/oce/src/DrawResources
+%exclude %_datadir/oce/*.cmake
 
 %files DRAWEXE
 %defattr(-,root,root,-)
@@ -233,8 +231,8 @@
 
 %files devel
 %defattr(-,root,root,-)
+%_datadir/oce/*.cmake
 %_includedir/oce
 %_libdir/*.so
-%_datadir/cmake/Modules/*.cmake
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.d4Vm3r/_old  2017-02-03 23:33:46.466729269 +0100
+++ /var/tmp/diff_new_pack.d4Vm3r/_new  2017-02-03 23:33:46.466729269 +0100
@@ -1,13 +1,14 @@
 <services>
-  <service mode="disabled" name="tar_scm">
+  <service mode="disabled" name="obs_scm">
     <param name="url">https://github.com/tpaviot/oce.git</param>
     <param name="scm">git</param>
-    <param name="revision">OCE-0.17.2</param>
-    <param name="version">0.17.2</param>
+    <param name="revision">OCE-0.18</param>
+    <param name="version">0.18</param>
   </service>
-  <service mode="disabled" name="recompress">
+  <service mode="disabled" name="set_version" />
+  <service mode="buildtime" name="tar" />
+  <service mode="buildtime" name="recompress">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service mode="disabled" name="set_version" />
 </services>

++++++ oce.obsinfo ++++++
name: oce
version: 0.18
mtime: 1484285676
commit: 715efd1a2e907a44b7c84247b2c9a2c1faa867d0


Reply via email to