commit OpenSceneGraph for openSUSE:Factory
Hello community, here is the log from the commit of package OpenSceneGraph for openSUSE:Factory checked in at 2017-12-31 01:13:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenSceneGraph (Old) and /work/SRC/openSUSE:Factory/.OpenSceneGraph.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "OpenSceneGraph" Sun Dec 31 01:13:26 2017 rev:4 rq:559892 version:3.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenSceneGraph/OpenSceneGraph.changes 2017-08-28 15:17:43.504006085 +0200 +++ /work/SRC/openSUSE:Factory/.OpenSceneGraph.new/OpenSceneGraph.changes 2017-12-31 01:13:27.524311101 +0100 @@ -1,0 +2,6 @@ +Fri Dec 15 13:58:15 UTC 2017 - crrodriguez@opensuse.org + +- Switch to QT5, as QT4 is dead. +- Remove manual requires on -devel package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenSceneGraph.spec ++++++ --- /var/tmp/diff_new_pack.5iPmcT/_old 2017-12-31 01:13:28.276060291 +0100 +++ /var/tmp/diff_new_pack.5iPmcT/_new 2017-12-31 01:13:28.276060291 +0100 @@ -52,10 +52,13 @@ BuildRequires: libtiff-devel BuildRequires: openal-soft-devel BuildRequires: pkgconfig -BuildRequires: qt-devel BuildRequires: unzip BuildRequires: update-desktop-files BuildRequires: wxWidgets-devel +BuildRequires: pkgconfig(Qt5OpenGL) +BuildRequires: pkgconfig(Qt5WebKitWidgets) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(xrandr) %if %{with gdal} BuildRequires: pkgconfig(gdal) %endif @@ -102,20 +105,8 @@ %package -n libOpenSceneGraph-devel Summary: OpenSceneGraph development files Group: Development/Libraries/C and C++ -Requires: SDL-devel -Requires: curl-devel -Requires: freeglut-devel -Requires: freetype2-devel -Requires: giflib-devel Requires: libOpenSceneGraph%{_osg_so_nr} = %{version} Requires: libOpenThreads-devel = %{version} -Requires: libjpeg-devel -Requires: libpng-devel -Requires: libpoppler-glib-devel -Requires: librsvg-devel -Requires: libtiff-devel -Requires: openal-soft-devel -Requires: qt-devel %description -n libOpenSceneGraph-devel The OpenSceneGraph is a graphics toolkit for the development of @@ -199,7 +190,8 @@ -DBUILD_OSG_APPLICATIONS=ON \ -DCMAKE_BUILD_TYPE=Release \ -DDYNAMIC_OPENSCENEGRAPH=ON \ - -DDYNAMIC_OPENTHREADS=ON + -DDYNAMIC_OPENTHREADS=ON \ + -DDESIRED_QT_VERSION=5 make %{?_smp_mflags} %install
participants (1)
-
root@hilbert.suse.de