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-05-02 16:19:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmw (Old)
 and      /work/SRC/openSUSE:Factory/.openmw.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmw"

Tue May  2 16:19:31 2023 rev:15 rq:1083989 version:0.48.0~rc9

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmw/openmw.changes    2023-01-30 
17:27:15.465789992 +0100
+++ /work/SRC/openSUSE:Factory/.openmw.new.1533/openmw.changes  2023-05-02 
16:24:15.287670669 +0200
@@ -1,0 +2,37 @@
+Sun Apr 23 09:03:32 UTC 2023 - Carsten Ziepke <[email protected]>
+
+- Update to version 0.48.0~rc9:
+  * Update file luascripts.hpp
+  * Save original paths
+  * Use set to track visited directories instead of removing
+    duplicates
+  * Don't capture temporaries by reference
+  * In 0.46, SetPos was setting position of actors before physics
+    simulation, and from this position movement was simulated. This
+    changed with async physics merging, and at the same time
+    problems started, mostly with abot's scenic travel.
+- Use gcc12 till upstream fixes all missing includes
+
+-------------------------------------------------------------------
+Tue Mar 21 17:13:17 UTC 2023 - Carsten Ziepke <[email protected]>
+
+- Update to version 0.48.0~rc8:
+  * Update AppData summary to be more concise
+  * Empty-Commit to trigger pipeline
+  * Ensure shader requirements are pushed at least once for subgraph
+  * Revert "Attach shaders to geometry that lacks a stateset if 
+    necessary (bug #7251)"
+  * SkyStereoStatesetUpdater was incorrectly always using reverseZ
+    matrices.
+  * Change assosiative order of stereo-related matrix
+    multiplications to reduce FP errors.
+- Changes in version 0.48.0~rc6:
+  * Merge branch 'fix_gpu_osg_stats' into 'master'
+  * Restore 0936d716d96cd45b3efc2d1a3697614f7f96952d
+  * Changelog for osga-animation layering
+  * Stop updating navmeshtool progress on first bad message
+  * Remove accidental copy-paste in global.doclua
+- Add BuildRequires pkgconfig(icu-i18n) and pkgconfig(icu-uc), use
+  system provided libicu
+
+-------------------------------------------------------------------

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

New:
----
  _servicedata
  openmw-0.48.0~rc9.tar.xz

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

Other differences:
------------------
++++++ openmw.spec ++++++
--- /var/tmp/diff_new_pack.REzi5l/_old  2023-05-02 16:24:15.775673562 +0200
+++ /var/tmp/diff_new_pack.REzi5l/_new  2023-05-02 16:24:15.779673586 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           openmw
-Version:        0.48.0~rc5
+Version:        0.48.0~rc9
 Release:        0
 Summary:        Reimplementation of The Elder Scrolls III: Morrowind
 License:        GPL-3.0-only AND MIT
@@ -30,7 +30,8 @@
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
+BuildRequires:  gcc12
+BuildRequires:  gcc12-c++
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_iostreams-devel
 BuildRequires:  libboost_program_options-devel
@@ -51,6 +52,8 @@
 BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(libunshield)
 BuildRequires:  pkgconfig(luajit)
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(openscenegraph) >= 3.2
 BuildRequires:  pkgconfig(openthreads) >= 3.2
@@ -107,6 +110,8 @@
 done
 
 %build
+export CC="gcc-12"
+export CXX="g++-12"
 # -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" \
@@ -119,7 +124,8 @@
        -DCMAKE_POLICY_DEFAULT_CMP0063=NEW \
        -DCMAKE_CXX_VISIBILITY_PRESET=hidden \
        -DCMAKE_VISIBILITY_INLINES_HIDDEN=1 \
-       -DOPENMW_USE_SYSTEM_RECASTNAVIGATION="ON"
+       -DOPENMW_USE_SYSTEM_RECASTNAVIGATION="ON" \
+       -DOPENMW_USE_SYSTEM_ICU="ON"
 
 %make_build
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.REzi5l/_old  2023-05-02 16:24:15.839673942 +0200
+++ /var/tmp/diff_new_pack.REzi5l/_new  2023-05-02 16:24:15.843673966 +0200
@@ -1,16 +1,16 @@
-<!-- vim: ft=xml sw=2 ts=2 noet: -->
 <services>
-       <service name="obs_scm" mode="manual">
+       <service mode="disabled" name="tar_scm">
                <param name="url">https://gitlab.com/OpenMW/openmw.git</param>
                <param name="scm">git</param>
-               <param 
name="revision">e6b6f2ced6af44fec3af12778e74a88fde0d6dd2</param>
-               <param name="version">0.48.0~rc5</param>
+               <param 
name="revision">ed528c5d7004c3a499b842dfd3ec11fd57abfddd</param>
+               <param name="version">0.48.0~rc9</param>
+        <param name="changesgenerate">enable</param>
+        <param name="filename">openmw</param>
        </service>
-       <service name="tar" mode="manual" />
-       <service name="recompress" mode="manual">
+       <service mode="disabled" name="recompress">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
-       <service name="set_version" mode="manual" />
+       <service mode="disabled" name="set_version"/>
 </services>
 

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://gitlab.com/OpenMW/openmw.git</param>
              <param 
name="changesrevision">ed528c5d7004c3a499b842dfd3ec11fd57abfddd</param></service></servicedata>
(No newline at EOF)

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

Reply via email to