commit b8d2872767c7d623e2fc814c06301143721105ce
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Wed Jan 9 22:04:07 2019 -0500
Update to latest upstream release, 0.44
This was delayed a bit because I needed to also rewrite the "unbundle tango
icons" patch, as something changed in the files it modifies for 0.44.
.gitignore | 1 +
openmw.spec | 10 +++++++---
openmw.undundle-tango-icons.patch | 20 +++++++++++---------
sources | 2 +-
4 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 596c7f7..aa69bd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ openmw-0.39.0.tar.gz
/openmw-0.40.0.tar.gz
/openmw-0.41.0.tar.gz
/openmw-0.43.0.tar.gz
+/openmw-0.44.0.tar.gz
diff --git a/openmw.spec b/openmw.spec
index c7fc8f9..6e3f13b 100644
--- a/openmw.spec
+++ b/openmw.spec
@@ -1,6 +1,6 @@
Name: openmw
-Version: 0.43.0
-Release: 5%{?dist}
+Version: 0.44.0
+Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
@@ -118,7 +118,8 @@ rm -rf "%{buildroot}/%{_datadir}/licenses/%{name}/DejaVu Font
License.txt"
mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%files
-%doc docs/license/GPL3.txt README.md
+%license LICENSE
+%doc README.md
%{_bindir}/%{name}
%{_bindir}/%{name}-launcher
%{_bindir}/%{name}-iniimporter
@@ -138,6 +139,9 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%changelog
+* Thu Jan 10 2019 Ben Rosser <rosser.bjr(a)gmail.com> - 0.44.0-1
+- Update to latest upstream release.
+
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
0.43.0-5
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/openmw.undundle-tango-icons.patch b/openmw.undundle-tango-icons.patch
index a34f107..5235d64 100644
--- a/openmw.undundle-tango-icons.patch
+++ b/openmw.undundle-tango-icons.patch
@@ -1,14 +1,15 @@
-diff -r -u openmw-openmw-0.37.0-old/files/launcher/launcher.qrc
openmw-openmw-0.37.0/files/launcher/launcher.qrc
---- openmw-openmw-0.37.0-old/files/launcher/launcher.qrc 2015-11-22 19:54:17.000000000
+0100
-+++ openmw-openmw-0.37.0/files/launcher/launcher.qrc 2015-12-12 12:15:10.283705557 +0100
-@@ -7,16 +7,16 @@
+diff -rupN openmw-openmw-0.44.0/files/launcher/launcher.qrc
openmw-patched/files/launcher/launcher.qrc
+--- openmw-openmw-0.44.0/files/launcher/launcher.qrc 2018-06-20 11:28:12.000000000 -0400
++++ openmw-patched/files/launcher/launcher.qrc 2019-01-09 21:44:07.430808674 -0500
+@@ -7,17 +7,17 @@
<file
alias="openmw-header.png">images/openmw-header.png</file>
<file
alias="playpage-background.png">images/playpage-background.png</file>
</qresource>
-<qresource prefix="icons/tango">
- <file alias="index.theme">icons/tango/index.theme</file>
-- <file
alias="48x48/video-display.png">icons/tango/48x48/video-display.png</file>
+- <file
alias="48x48/emblem-system.png">icons/tango/48x48/emblem-system.png</file>
- <file
alias="48x48/preferences-system.png">icons/tango/48x48/preferences-system.png</file>
+- <file
alias="48x48/video-display.png">icons/tango/48x48/video-display.png</file>
- <file
alias="16x16/document-new.png">icons/tango/16x16/document-new.png</file>
- <file
alias="16x16/edit-copy.png">icons/tango/16x16/edit-copy.png</file>
- <file
alias="16x16/edit-delete.png">icons/tango/16x16/edit-delete.png</file>
@@ -18,8 +19,9 @@ diff -r -u openmw-openmw-0.37.0-old/files/launcher/launcher.qrc
openmw-openmw-0.
- <file
alias="16x16/go-up.png">icons/tango/16x16/go-up.png</file>
+<qresource prefix="/usr/share/icons/Tango">
+ <file
alias="index.theme">/usr/share/icons/Tango/index.theme</file>
-+ <file
alias="48x48/video-display.png">/usr/share/icons/Tango/24x24/devices/video-display.png</file>
++ <file
alias="48x48/emblem-system.png">/usr/share/icons/Tango/24x24/emblems/emblem-system.png</file>
+ <file
alias="48x48/preferences-system.png">/usr/share/icons/Tango/24x24/categories/preferences-system.png</file>
++ <file
alias="48x48/video-display.png">/usr/share/icons/Tango/24x24/devices/video-display.png</file>
+ <file
alias="16x16/document-new.png">/usr/share/icons/Tango/16x16/actions/document-new.png</file>
+ <file
alias="16x16/edit-copy.png">/usr/share/icons/Tango/16x16/actions/edit-copy.png</file>
+ <file
alias="16x16/edit-delete.png">/usr/share/icons/Tango/16x16/actions/edit-delete.png</file>
@@ -29,9 +31,9 @@ diff -r -u openmw-openmw-0.37.0-old/files/launcher/launcher.qrc
openmw-openmw-0.
+ <file
alias="16x16/go-up.png">/usr/share/icons/Tango/16x16/actions/go-up.png</file>
</qresource>
</RCC>
-diff -r -u openmw-openmw-0.37.0-old/files/wizard/wizard.qrc
openmw-openmw-0.37.0/files/wizard/wizard.qrc
---- openmw-openmw-0.37.0-old/files/wizard/wizard.qrc 2015-11-22 19:54:17.000000000 +0100
-+++ openmw-openmw-0.37.0/files/wizard/wizard.qrc 2015-12-12 12:15:17.802096728 +0100
+diff -rupN openmw-openmw-0.44.0/files/wizard/wizard.qrc
openmw-patched/files/wizard/wizard.qrc
+--- openmw-openmw-0.44.0/files/wizard/wizard.qrc 2018-06-20 11:28:12.000000000 -0400
++++ openmw-patched/files/wizard/wizard.qrc 2019-01-09 21:45:57.334498260 -0500
@@ -1,9 +1,9 @@
<RCC>
- <qresource prefix="icons/tango">
diff --git a/sources b/sources
index b53fd36..b0f2a7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-574e195228ea7d069b7b9eab7b6be221 openmw-0.43.0.tar.gz
+e7c63926f5dd7ecfe730c56773934355 openmw-0.44.0.tar.gz