Hello community,
here is the log from the commit of package OpenSceneGraph for
openSUSE:Leap:15.2 checked in at 2020-04-02 16:48:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/OpenSceneGraph (Old)
and /work/SRC/openSUSE:Leap:15.2/.OpenSceneGraph.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenSceneGraph"
Thu Apr 2 16:48:41 2020 rev:19 rq:790235 version:3.6.5
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/OpenSceneGraph/OpenSceneGraph.changes
2020-02-21 16:54:57.155552839 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.OpenSceneGraph.new.3248/OpenSceneGraph.changes
2020-04-02 16:48:42.221981655 +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.LLdpxU/_old 2020-04-02 16:48:44.065983846 +0200
+++ /var/tmp/diff_new_pack.LLdpxU/_new 2020-04-02 16:48:44.069983850 +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)