Hello community,

here is the log from the commit of package OpenSceneGraph for openSUSE:Factory 
checked in at 2020-03-30 23:07:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenSceneGraph (Old)
 and      /work/SRC/openSUSE:Factory/.OpenSceneGraph.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenSceneGraph"

Mon Mar 30 23:07:14 2020 rev:15 rq:789828 version:3.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenSceneGraph/OpenSceneGraph.changes    
2020-02-04 19:55:35.885400157 +0100
+++ /work/SRC/openSUSE:Factory/.OpenSceneGraph.new.3160/OpenSceneGraph.changes  
2020-03-30 23:07:20.384311062 +0200
@@ -1,0 +2,7 @@
+Fri Mar 27 13:07:18 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 3.6.5. Check the ChangeLog file for the list of changes.
+- Drop fix_deprecated_FIND_PACKAGE_wxWidgets_usage.patch. Merged
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  OpenSceneGraph-3.6.3.tar.gz
  fix_deprecated_FIND_PACKAGE_wxWidgets_usage.patch

New:
----
  OpenSceneGraph-3.6.5.tar.gz

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

Other differences:
------------------
++++++ OpenSceneGraph.spec ++++++
--- /var/tmp/diff_new_pack.Fe9InR/_old  2020-03-30 23:07:21.736311832 +0200
+++ /var/tmp/diff_new_pack.Fe9InR/_new  2020-03-30 23:07:21.752311841 +0200
@@ -24,7 +24,7 @@
 %bcond_with gdal
 %endif
 Name:           OpenSceneGraph
-Version:        3.6.3
+Version:        3.6.5
 Release:        0
 Summary:        3D graphics toolkit
 # Actually they call it OpenSceneGraph Public License, Version 0.0, which is
@@ -37,8 +37,6 @@
 URL:            http://openscenegraph.org/projects/osg
 Source0:        
https://github.com/openscenegraph/%{name}/archive/%{name}-%{version}.tar.gz
 Source99:       %{name}-rpmlintrc
-# https://github.com/openscenegraph/OpenSceneGraph/issues/779
-Patch0:         fix_deprecated_FIND_PACKAGE_wxWidgets_usage.patch
 BuildRequires:  cmake
 BuildRequires:  curl-devel
 BuildRequires:  fltk-devel
@@ -182,7 +180,7 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0 -p1
+
 for file in *.md *.txt ChangeLog; do
        sed -i "s/\r//g" "$file"
 done
@@ -193,12 +191,15 @@
        -DBUILD_OSG_EXAMPLES=ON \
        -DBUILD_OSG_PLUGINS=ON \
        -DBUILD_DOCUMENTATION=OFF \
-       -DBUILD_OSG_WRAPPER=ON \
        -DBUILD_OSG_APPLICATIONS=ON \
        -DCMAKE_BUILD_TYPE=Release \
        -DDYNAMIC_OPENSCENEGRAPH=ON \
-       -DDYNAMIC_OPENTHREADS=ON
-make %{?_smp_mflags}
+  -DDYNAMIC_OPENTHREADS=ON \
+%if "%{_lib}" == "lib64"
+  -DLIB_POSTFIX=64
+%endif
+
+%cmake_build
 
 %install
 %cmake_install

++++++ OpenSceneGraph-3.6.3.tar.gz -> OpenSceneGraph-3.6.5.tar.gz ++++++
++++ 14946 lines of diff (skipped)


Reply via email to