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-01-30 17:10:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmw (Old)
 and      /work/SRC/openSUSE:Factory/.openmw.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmw"

Mon Jan 30 17:10:59 2023 rev:14 rq:1061965 version:0.48.0~rc5

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmw/openmw.changes    2022-08-18 
16:49:17.653463651 +0200
+++ /work/SRC/openSUSE:Factory/.openmw.new.32243/openmw.changes 2023-01-30 
17:27:15.465789992 +0100
@@ -1,0 +2,12 @@
+Sun Jan 22 12:05:56 UTC 2023 - Florian "spirit" <packag...@sp1rit.anonaddy.me>
+
+- Update to 0.48.0~rc5:
+  * exremly long list of changes, see CHANGELOG.md shipped as part
+    of this package in /usr/share/doc/packages/openmw/CHANGELOG.md.
+  * current commit is e6b6f2c, part of the openmw-48 branch, used by
+    upstream as RC5.
+- Dropped obsolete patches:
+  * openmw-0.47.0-gcc12.patch
+  * openmw-sigaltstack.patch
+
+-------------------------------------------------------------------

Old:
----
  openmw-0.47.0-gcc12.patch
  openmw-0.47.0.tar.gz
  openmw-sigaltstack.patch

New:
----
  _service
  openmw-0.48.0~rc5.tar.xz

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

Other differences:
------------------
++++++ openmw.spec ++++++
--- /var/tmp/diff_new_pack.ImWheT/_old  2023-01-30 17:27:15.945792575 +0100
+++ /var/tmp/diff_new_pack.ImWheT/_new  2023-01-30 17:27:15.957792640 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openmw
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012-2015 openSUSE_user1
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,18 +18,14 @@
 
 
 Name:           openmw
-Version:        0.47.0
+Version:        0.48.0~rc5
 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://gitlab.com/OpenMW/openmw/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 Source2:        %{name}.rpmlintrc
-# 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-0.47.0-gcc12.patch -- Fix build with GCC 12, 
picked from upstream, rebased on 0.47.0 (gl#OpenMW/openmw#6744)
-Patch3:         openmw-0.47.0-gcc12.patch
 BuildRequires:  MyGUI-devel >= 3.2.1
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -54,11 +50,14 @@
 BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(libunshield)
+BuildRequires:  pkgconfig(luajit)
 BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(openscenegraph) >= 3.2
 BuildRequires:  pkgconfig(openthreads) >= 3.2
 BuildRequires:  pkgconfig(recastnavigation)
 BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(yaml-cpp)
 Requires:       OpenSceneGraph-plugins
 Requires(post): desktop-file-utils
 Requires(postun):desktop-file-utils
@@ -93,9 +92,8 @@
  * customisable GUI
 
 %prep
-%setup -q -n openmw-openmw-%{version}
-%autopatch -p1
-cp 'files/mygui/DejaVuFontLicense.txt' ./DejaVuFontLicense.txt
+%autosetup -p1
+cp 'files/data/fonts/DejaVuFontLicense.txt' ./DejaVuFontLicense.txt
 
 ## fix __DATE__ and __TIME__
 STATIC_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M')
@@ -178,10 +176,12 @@
 %{_bindir}/esmtool
 %{_bindir}/niftest
 %{_bindir}/%{name}
+%{_bindir}/%{name}-bulletobjecttool
+%{_bindir}/%{name}-cs
 %{_bindir}/%{name}-essimporter
 %{_bindir}/%{name}-iniimporter
-%{_bindir}/%{name}-cs
 %{_bindir}/%{name}-launcher
+%{_bindir}/%{name}-navmeshtool
 %{_bindir}/%{name}-wizard
 
 %changelog

++++++ _service ++++++
<!-- vim: ft=xml sw=2 ts=2 noet: -->
<services>
        <service name="obs_scm" mode="manual">
                <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>
        </service>
        <service name="tar" mode="manual" />
        <service name="recompress" mode="manual">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="manual" />
</services>

++++++ openmw.rpmlintrc ++++++
--- /var/tmp/diff_new_pack.ImWheT/_old  2023-01-30 17:27:16.029793027 +0100
+++ /var/tmp/diff_new_pack.ImWheT/_new  2023-01-30 17:27:16.029793027 +0100
@@ -1,2 +1,2 @@
-addFilter("devel-file-in-non-devel-package.*.*")
+addFilter("zero-length.*defaults-cs.bin")
 

Reply via email to