rpms/openmw/F-19 openmw-fix-opencs-desktop.patch, NONE, 1.1 openmw-fix-openmw-desktop.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 openmw-datapath.patch, 1.2, 1.3 openmw.spec, 1.2, 1.3 sources, 1.3, 1.4

Alexandre Moine nobrakal at rpmfusion.org
Wed Jan 15 14:34:06 CET 2014


Author: nobrakal

Update of /cvs/free/rpms/openmw/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19298/F-19

Modified Files:
	.cvsignore openmw-datapath.patch openmw.spec sources 
Added Files:
	openmw-fix-opencs-desktop.patch 
	openmw-fix-openmw-desktop.patch 
Log Message:


openmw-fix-opencs-desktop.patch:
 opencs.desktop |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openmw-fix-opencs-desktop.patch ---
--- openmw-0.28.0-source-orig/files/opencs.desktop	2014-01-08 20:27:33.000000000 +0100
+++ openmw-0.28.0-source/files/opencs.desktop	2014-01-14 21:42:39.137021724 +0100
@@ -3,7 +3,7 @@
 Name=OpenMW Content Editor
 GenericName=Content Editor
 Comment=A replacement for the Morrowind Construction Set.
-Keywords=Morrowind;Construction Set;Creation Kit Editor;Set;Kit
+Keywords=Morrowind;Construction Set;Creation Kit Editor;Set;Kit;
 TryExec=opencs
 Exec=opencs
 Icon=opencs

openmw-fix-openmw-desktop.patch:
 openmw.desktop |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openmw-fix-openmw-desktop.patch ---
--- openmw-0.28.0-source/files/openmw.desktop	2014-01-15 13:15:40.571392721 +0100
+++ openmw-0.28.0-source-orig/files/openmw.desktop	2014-01-08 20:27:33.000000000 +0100
@@ -3,7 +3,7 @@
 Name=OpenMW Launcher
 GenericName=Role Playing Game
 Comment=An engine replacement for The Elder Scrolls III: Morrowind
-Keywords=Morrowind;Reimplementation Mods;esm;bsa
+Keywords=Morrowind;Reimplementation Mods;esm;bsa;
 TryExec=omwlauncher
 Exec=omwlauncher
 Icon=openmw


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Dec 2013 20:41:01 -0000	1.3
+++ .cvsignore	15 Jan 2014 13:34:04 -0000	1.4
@@ -1 +1 @@
-openmw-0.27.0-source.tar.gz
+openmw-0.28.0-source.tar.gz

openmw-datapath.patch:
 linuxpath.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: openmw-datapath.patch
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/openmw-datapath.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openmw-datapath.patch	10 Dec 2013 20:41:01 -0000	1.2
+++ openmw-datapath.patch	15 Jan 2014 13:34:04 -0000	1.3
@@ -1,6 +1,6 @@
-diff -Naur openmw-0.27.0.orig/components/files/linuxpath.cpp openmw-0.26.0/components/files/linuxpath.cpp
---- openmw-0.27.0.orig/components/files/linuxpath.cpp	2013-09-06 03:49:35.000000000 -0500
-+++ openmw-0.27.0/components/files/linuxpath.cpp	2013-09-15 08:00:41.674024032 -0500
+diff -Naur openmw-0.28.0.orig/components/files/linuxpath.cpp openmw-0.26.0/components/files/linuxpath.cpp
+--- openmw-0.28.0.orig/components/files/linuxpath.cpp	2013-09-06 03:49:35.000000000 -0500
++++ openmw-0.28.0/components/files/linuxpath.cpp	2013-09-15 08:00:41.674024032 -0500
 @@ -76,7 +76,7 @@
  
  boost::filesystem::path LinuxPath::getGlobalDataPath() const


Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/openmw.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openmw.spec	10 Dec 2013 20:41:01 -0000	1.2
+++ openmw.spec	15 Jan 2014 13:34:05 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           openmw
-Version:        0.27.0
+Version:        0.28.0
 Release:        1%{?dist}
 Summary:        Unofficial open source engine re-implementation of the game Morrowind
 
@@ -9,6 +9,11 @@
 
 # Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
 Patch0:         openmw-datapath.patch
+# Fix opencs.desktop, wich have a bad end for the keywords line
+Patch1:         openmw-fix-opencs-desktop.patch
+
+# Fix openmw.desktop, wich have a bad end for the keywords line
+Patch2:         openmw-fix-openmw-desktop.patch
 
 BuildRequires:  cmake
 BuildRequires:  boost-devel       
@@ -48,6 +53,8 @@
 %prep
 %setup -q -c %{name}-%{version}
 %patch0 -p1 -b .datapath
+%patch1 -p1
+%patch2 -p1
 
 # Remove bundled tinyxml files
 rm -f extern/oics/tiny*.*
@@ -96,6 +103,10 @@
 
 
 %changelog
+* Tue Jan 14 2014 Alexandre Moine <nobrakal at fedoraproject.org> 0.28.0-1
+- Update to the new 0.28.0
+- Add two patch to fix desktop files.
+
 * Fri Nov 29 2013 Alexandre Moine <nobrakal at fedoraproject.org> 0.27.0-1
 - Update to the new 0.27.0
 - Retire patch to unbundle tinyxml, this was solved in upstream.


Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Dec 2013 20:41:01 -0000	1.3
+++ sources	15 Jan 2014 13:34:05 -0000	1.4
@@ -1 +1 @@
-28cad4edd465fdd2de1095894a60a5c2  openmw-0.27.0-source.tar.gz
+bb6dab95af13a772ec376cf72a28fa36  openmw-0.28.0-source.tar.gz


More information about the rpmfusion-commits mailing list