Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openmw for openSUSE:Factory checked 
in at 2023-08-17 19:44:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmw (Old)
 and      /work/SRC/openSUSE:Factory/.openmw.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmw"

Thu Aug 17 19:44:03 2023 rev:16 rq:1104246 version:0.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmw/openmw.changes    2023-05-02 
16:24:15.287670669 +0200
+++ /work/SRC/openSUSE:Factory/.openmw.new.1766/openmw.changes  2023-08-17 
19:44:24.758886688 +0200
@@ -1,0 +2,28 @@
+Thu Aug 10 18:30:45 UTC 2023 - Carsten Ziepke <kiel...@gmail.com>
+
+- Update to version 0.48.0:
+  * Set openmwluadocumentor version for luadoc generation in 0.48
+  * Share the dump directory for crash and freeze dumps
+  * Merge branch 'macos_target_non_eol_version' into 'master'
+  * Update Windows crash dump path once we know where we're logging
+  * Stupid Win32 macro stuff
+  * Don't put crash dumps in Temp on Windows
+  * Merge branch 'font_changelog' into 'master'
+  * Merge branch '0.48-changelog' into 'master'
+  * Merge branch 'particles_fix' into 'master'
+  * Allow OpenMW 0.48 to parse save headers from 0.49
+  * backport CLAMP_TO_EDGE fix to 0.48
+  * Use most recent OSG dependency to match 0.48 RC builds
+  * Fix logging and config for portable setup
+  * Fix build with GCC 13.1.1
+  * fix for macos intel for CI
+  * Merge branch 'fix_element_destroy' into 'master'
+  * Use different object id for avoid shape
+  * Fix integration tests job deps
+  * Update cell local map on different neighbour cells
+  * Use LuaUtil::cast for casting sol::object to prevent crashing
+    on type mismatch in Lua scripts.
+  * Add function LuaUtil::cast
+  * fix macos issue
+
+-------------------------------------------------------------------

Old:
----
  openmw-0.48.0~rc9.tar.xz

New:
----
  openmw-0.48.0.tar.xz

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

Other differences:
------------------
++++++ openmw.spec ++++++
--- /var/tmp/diff_new_pack.pVtFZs/_old  2023-08-17 19:44:25.754888551 +0200
+++ /var/tmp/diff_new_pack.pVtFZs/_new  2023-08-17 19:44:25.762888566 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           openmw
-Version:        0.48.0~rc9
+Version:        0.48.0
 Release:        0
 Summary:        Reimplementation of The Elder Scrolls III: Morrowind
 License:        GPL-3.0-only AND MIT
@@ -30,8 +30,6 @@
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  gcc12
-BuildRequires:  gcc12-c++
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_iostreams-devel
 BuildRequires:  libboost_program_options-devel
@@ -62,6 +60,12 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(yaml-cpp)
 Requires:       OpenSceneGraph-plugins
+%if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
+BuildRequires:  gcc11
+BuildRequires:  gcc11-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 Requires(post): desktop-file-utils
 Requires(postun):desktop-file-utils
 
@@ -110,8 +114,10 @@
 done
 
 %build
-export CC="gcc-12"
-export CXX="g++-12"
+%if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
+export CC="gcc-11"
+export CXX="g++-11"
+%endif
 # -DBT_USE_DOUBLE_PRECISION should be discovered by cmake from bullet config, 
but it's not.
 %cmake \
        -DCMAKE_C_FLAGS="%{optflags} -DBT_USE_DOUBLE_PRECISION" \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.pVtFZs/_old  2023-08-17 19:44:25.834888701 +0200
+++ /var/tmp/diff_new_pack.pVtFZs/_new  2023-08-17 19:44:25.842888715 +0200
@@ -2,8 +2,8 @@
        <service mode="disabled" name="tar_scm">
                <param name="url">https://gitlab.com/OpenMW/openmw.git</param>
                <param name="scm">git</param>
-               <param 
name="revision">ed528c5d7004c3a499b842dfd3ec11fd57abfddd</param>
-               <param name="version">0.48.0~rc9</param>
+               <param 
name="revision">81ab0feb2ec2fda488eec043f6fa3d9b020f1521</param>
+               <param name="version">0.48.0</param>
         <param name="changesgenerate">enable</param>
         <param name="filename">openmw</param>
        </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.pVtFZs/_old  2023-08-17 19:44:25.870888768 +0200
+++ /var/tmp/diff_new_pack.pVtFZs/_new  2023-08-17 19:44:25.878888783 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://gitlab.com/OpenMW/openmw.git</param>
-              <param 
name="changesrevision">ed528c5d7004c3a499b842dfd3ec11fd57abfddd</param></service></servicedata>
+              <param 
name="changesrevision">81ab0feb2ec2fda488eec043f6fa3d9b020f1521</param></service></servicedata>
 (No newline at EOF)
 

++++++ openmw-0.48.0~rc9.tar.xz -> openmw-0.48.0.tar.xz ++++++
++++ 1691 lines of diff (skipped)

Reply via email to