rpms/openmw/devel .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
Fri Mar 14 14:53:15 CET 2014


Author: nobrakal

Update of /cvs/free/rpms/openmw/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv818

Modified Files:
	.cvsignore openmw-datapath.patch openmw.spec sources 
Log Message:
* Fri Mar 14 2014 Alexandre Moine <nobrakal at fedoraproject.org> 0.29.0-2
- Fix the issue with the direct link



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Dec 2013 20:33:37 -0000	1.3
+++ .cvsignore	14 Mar 2014 13:53:15 -0000	1.4
@@ -1 +1 @@
-openmw-0.27.0-source.tar.gz
+openmw-0.29.0.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/devel/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:33:37 -0000	1.2
+++ openmw-datapath.patch	14 Mar 2014 13:53:15 -0000	1.3
@@ -1,7 +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
-@@ -76,7 +76,7 @@
+--- openmw-openmw-0.29.0.or/components/files/linuxpath.cpp	2014-03-04 08:52:48.000000000 +0100
++++ openmw-openmw-0.29.0/components/files/linuxpath.cpp	2014-03-13 19:31:40.400005365 +0100
+@@ -80,7 +80,7 @@
  
  boost::filesystem::path LinuxPath::getGlobalDataPath() const
  {


Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/openmw.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openmw.spec	10 Dec 2013 20:33:38 -0000	1.2
+++ openmw.spec	14 Mar 2014 13:53:15 -0000	1.3
@@ -1,11 +1,11 @@
 Name:           openmw
-Version:        0.27.0
-Release:        1%{?dist}
+Version:        0.29.0
+Release:        2%{?dist}
 Summary:        Unofficial open source engine re-implementation of the game Morrowind
 
 License:        GPLv3 and MIT and zlib
 URL:            https://openmw.org/
-Source0:        https://openmw.googlecode.com/files/%{name}-%{version}-source.tar.gz
+Source0:        https://github.com/zinnschlag/openmw/archive/openmw-0.29.0.tar.gz
 
 # Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
 Patch0:         openmw-datapath.patch
@@ -46,8 +46,8 @@
 
 
 %prep
-%setup -q -c %{name}-%{version}
-%patch0 -p1 -b .datapath
+%setup -q -n %{name}-%{name}-%{version}
+%patch0 -p1 
 
 # Remove bundled tinyxml files
 rm -f extern/oics/tiny*.*
@@ -96,6 +96,19 @@
 
 
 %changelog
+* Fri Mar 14 2014 Alexandre Moine <nobrakal at fedoraproject.org> 0.29.0-2
+- Fix the issue with the direct link
+
+* Thu Mar 13 2014 Alexandre Moine <nobrakal at fedoraproject.org> 0.29.0-1
+- Update to 0.29.0.
+- The googlecode repo seems not supported anymore, the sources are now downloaded from github.
+- Github renames openmw-0.29.0.tar.gz into openmw-openmw-0.29.0.tar.gz, and I can't pick a direct link. So the Source0 is just the file's name, and I added a comment to specify the good URL.
+- The issues with the desktop files were fixed by upstream.
+
+* 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/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Dec 2013 20:33:38 -0000	1.3
+++ sources	14 Mar 2014 13:53:15 -0000	1.4
@@ -1 +1 @@
-28cad4edd465fdd2de1095894a60a5c2  openmw-0.27.0-source.tar.gz
+0e59c902934035b6e95e6b4d70c10337  openmw-0.29.0.tar.gz


More information about the rpmfusion-commits mailing list