Hello community,

here is the log from the commit of package openmw for openSUSE:Factory checked 
in at 2020-05-03 22:47:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmw (Old)
 and      /work/SRC/openSUSE:Factory/.openmw.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmw"

Sun May  3 22:47:54 2020 rev:7 rq:799815 version:0.45+git.20200318

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmw/openmw.changes    2020-01-30 
09:42:43.577532695 +0100
+++ /work/SRC/openSUSE:Factory/.openmw.new.2738/openmw.changes  2020-05-03 
22:48:00.459249066 +0200
@@ -1,0 +2,15 @@
+Sat May  2 06:57:53 UTC 2020 - Carsten Ziepke <[email protected]>
+
+- Update to version 0.45+git.20200318:
+  * Do not write empty trade time
+  * Support for radial fog (feature #4708)
+  * Cleanup ownership for items in containers
+  * Do not use dynamic casts when using ObjectState
+  * Compare revisions by equality to support overflow
+  * Support recast mesh rendering
+  * Accept an extra numerical argument in GetItemCount
+- Update to git fixes building with OpenSceneGraph 3.6.5  
+- Added _service file to download fromt github
+- Added libboost_iostreams-devel to BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  openmw-0.45.0.tar.gz

New:
----
  _service
  openmw-0.45+git.20200318.tar.xz

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

Other differences:
------------------
++++++ openmw.spec ++++++
--- /var/tmp/diff_new_pack.pIMXVu/_old  2020-05-03 22:48:01.523251231 +0200
+++ /var/tmp/diff_new_pack.pIMXVu/_new  2020-05-03 22:48:01.531251247 +0200
@@ -18,13 +18,13 @@
 
 
 Name:           openmw
-Version:        0.45.0
+Version:        0.45+git.20200318
 Release:        0
 Summary:        Reimplementation of The Elder Scrolls III: Morrowind
 License:        GPL-3.0-only AND MIT
 Group:          Amusements/Games/RPG
-URL:            http://www.openmw.org
-Source:         
https://github.com/OpenMW/%{name}/archive/%{name}-%{version}.tar.gz
+URL:            https://www.openmw.org
+Source:         openmw-0.45+git.20200318.tar.xz
 Source2:        %{name}.rpmlintrc
 BuildRequires:  MyGUI-devel >= 3.2.1
 BuildRequires:  cmake
@@ -32,6 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_iostreams-devel
 BuildRequires:  libboost_program_options-devel
 BuildRequires:  libboost_system-devel
 BuildRequires:  pkgconfig
@@ -85,7 +86,7 @@
  * customisable GUI
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}
+%setup -q
 cp 'files/mygui/DejaVu Font License.txt' ./DejaVuFontLicense.txt 
 
 ## fix __DATE__ and __TIME__
@@ -109,7 +110,7 @@
        -DCMAKE_CXX_VISIBILITY_PRESET=hidden \
        -DCMAKE_VISIBILITY_INLINES_HIDDEN=1
 
-make %{?_smp_mflags} VERBOSE=1
+%make_build
 
 %install
 %cmake_install
@@ -162,6 +163,7 @@
 %config %{_sysconfdir}/%{name}/version
 %{_bindir}/bsatool
 %{_bindir}/esmtool
+%{_bindir}/niftest
 %{_bindir}/%{name}
 %{_bindir}/%{name}-essimporter
 %{_bindir}/%{name}-iniimporter

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/OpenMW/openmw.git</param>
    <param name="scm">git</param>
    <param name="revision">d8e1a6b</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">openmw</param>
    <param name="versionformat">0.45+git.%cd</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>

Reply via email to