Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openmw for openSUSE:Factory checked 
in at 2022-02-28 19:43:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmw (Old)
 and      /work/SRC/openSUSE:Factory/.openmw.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmw"

Mon Feb 28 19:43:51 2022 rev:12 rq:935967 version:0.47.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmw/openmw.changes    2021-10-23 
23:14:19.068991111 +0200
+++ /work/SRC/openSUSE:Factory/.openmw.new.1958/openmw.changes  2022-02-28 
19:44:19.801958405 +0100
@@ -1,0 +2,16 @@
+Wed Nov 17 19:24:11 UTC 2021 - Matthias Fehring <buschman...@opensuse.org>
+
+- Removed double source entry 
+
+-------------------------------------------------------------------
+Mon Nov 15 19:46:22 UTC 2021 - Matthias Fehring <buschman...@opensuse.org>
+
+- update to 0.47.0:
+  * extremely long list of changes, see
+    https://openmw.org/2021/openmw-0-47-0-released/
+- Removed obsolete patches:
+  * openmw-add-missing-include.patch
+  * 0001-add-GCC-11-needed-includes.patch
+  * openmw-cast-float-to-btScalar.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-add-GCC-11-needed-includes.patch
  openmw-0.46.0.tar.gz
  openmw-add-missing-include.patch
  openmw-cast-float-to-btScalar.patch

New:
----
  openmw-0.47.0.tar.gz

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

Other differences:
------------------
++++++ openmw.spec ++++++
--- /var/tmp/diff_new_pack.oBbVog/_old  2022-02-28 19:44:20.497958666 +0100
+++ /var/tmp/diff_new_pack.oBbVog/_new  2022-02-28 19:44:20.501958667 +0100
@@ -18,22 +18,16 @@
 
 
 Name:           openmw
-Version:        0.46.0
+Version:        0.47.0
 Release:        0
 Summary:        Reimplementation of The Elder Scrolls III: Morrowind
 License:        GPL-3.0-only AND MIT
 Group:          Amusements/Games/RPG
 URL:            https://www.openmw.org
-Source:         
https://github.com/OpenMW/openmw/archive/%{name}-%{version}.tar.gz
+Source:         
https://gitlab.com/OpenMW/openmw/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source2:        %{name}.rpmlintrc
-# PATCH-FIX-UPSTREAM openmw-add-missing-include.patch gh#OpenMW/openmw!2817 
malcolmle...@opensuse.org -- Add missing algorithm include for later boost 
releases.
-Patch0:         openmw-add-missing-include.patch
-# PATCH-FIX-UPSTREAM 0001-add-GCC-11-needed-includes.patch 
https://gitlab.com/OpenMW/openmw/-/issues/6357 a...@mizerski.pl -- Fix build on 
GCC 11 due to new required includes for std::numeric_limit.
-Patch1:         0001-add-GCC-11-needed-includes.patch
 # PATCH-FIX-UPSTREAM openmw-sigaltstack.patch 
https://gitlab.com/OpenMW/openmw/-/issues/6356 a...@mizerski.pl -- fix error: 
size of array 'altstack' is not an integral constant-expression
 Patch2:         openmw-sigaltstack.patch
-# PATCH-FIX-UPSTREAM openmw-cast-float-to-btScalar.patch a...@mizerski.pl -- 
this will be included in 0.47.0 release
-Patch3:         openmw-cast-float-to-btScalar.patch
 BuildRequires:  MyGUI-devel >= 3.2.1
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -55,11 +49,13 @@
 BuildRequires:  pkgconfig(libavdevice)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(libunshield)
 BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(openscenegraph) >= 3.2
 BuildRequires:  pkgconfig(openthreads) >= 3.2
+BuildRequires:  pkgconfig(recastnavigation)
 BuildRequires:  pkgconfig(sdl2)
 Requires:       OpenSceneGraph-plugins
 Requires(post): desktop-file-utils
@@ -97,7 +93,7 @@
 %prep
 %setup -q -n openmw-openmw-%{version}
 %autopatch -p1
-cp 'files/mygui/DejaVu Font License.txt' ./DejaVuFontLicense.txt
+cp 'files/mygui/DejaVuFontLicense.txt' ./DejaVuFontLicense.txt
 
 ## fix __DATE__ and __TIME__
 STATIC_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M')
@@ -122,7 +118,8 @@
        -DDESIRED_QT_VERSION=5 \
        -DCMAKE_POLICY_DEFAULT_CMP0063=NEW \
        -DCMAKE_CXX_VISIBILITY_PRESET=hidden \
-       -DCMAKE_VISIBILITY_INLINES_HIDDEN=1
+       -DCMAKE_VISIBILITY_INLINES_HIDDEN=1 \
+       -DOPENMW_USE_SYSTEM_RECASTNAVIGATION="ON"
 
 %make_build
 
@@ -171,9 +168,9 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/openmw.appdata.xml
 %config(noreplace) %{_sysconfdir}/%{name}/openmw.cfg
-%config(noreplace) %{_sysconfdir}/%{name}/openmw-cs.cfg
-%config(noreplace) %{_sysconfdir}/%{name}/settings-default.cfg
 %config(noreplace) %{_sysconfdir}/%{name}/gamecontrollerdb*.txt
+%config %{_sysconfdir}/%{name}/defaults.bin
+%config %{_sysconfdir}/%{name}/defaults-cs.bin
 %config %{_sysconfdir}/%{name}/version
 %{_bindir}/bsatool
 %{_bindir}/esmtool

++++++ openmw-0.46.0.tar.gz -> openmw-0.47.0.tar.gz ++++++
++++ 161173 lines of diff (skipped)

Reply via email to