rpms/openmw/F-19 .cvsignore, 1.4, 1.5 openmw-datapath.patch, 1.3, 1.4 openmw.spec, 1.3, 1.4 sources, 1.4, 1.5 openmw-fix-opencs-desktop.patch, 1.1, NONE openmw-fix-openmw-desktop.patch, 1.1, NONE
Alexandre Moine
nobrakal at rpmfusion.org
Fri Mar 14 14:42:55 CET 2014
- Previous message: rpms/openmw/F-20 .cvsignore, 1.4, 1.5 openmw-datapath.patch, 1.3, 1.4 openmw.spec, 1.3, 1.4 sources, 1.4, 1.5 openmw-fix-opencs-desktop.patch, 1.1, NONE openmw-fix-openmw-desktop.patch, 1.1, NONE
- Next message: rpms/openmw/F-20 openmw.spec,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: nobrakal
Update of /cvs/free/rpms/openmw/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31973
Modified Files:
.cvsignore openmw-datapath.patch openmw.spec sources
Removed Files:
openmw-fix-opencs-desktop.patch
openmw-fix-openmw-desktop.patch
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/F-19/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 15 Jan 2014 13:34:04 -0000 1.4
+++ .cvsignore 14 Mar 2014 13:42:55 -0000 1.5
@@ -1 +1 @@
-openmw-0.28.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/F-19/openmw-datapath.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openmw-datapath.patch 15 Jan 2014 13:34:04 -0000 1.3
+++ openmw-datapath.patch 14 Mar 2014 13:42:55 -0000 1.4
@@ -1,7 +1,6 @@
-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 @@
+--- 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/F-19/openmw.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openmw.spec 15 Jan 2014 13:34:05 -0000 1.3
+++ openmw.spec 14 Mar 2014 13:42:55 -0000 1.4
@@ -1,19 +1,14 @@
Name: openmw
-Version: 0.28.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
-# 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
@@ -51,10 +46,8 @@
%prep
-%setup -q -c %{name}-%{version}
-%patch0 -p1 -b .datapath
-%patch1 -p1
-%patch2 -p1
+%setup -q -n %{name}-%{name}-%{version}
+%patch0 -p1
# Remove bundled tinyxml files
rm -f extern/oics/tiny*.*
@@ -103,6 +96,15 @@
%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.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 15 Jan 2014 13:34:05 -0000 1.4
+++ sources 14 Mar 2014 13:42:55 -0000 1.5
@@ -1 +1 @@
-bb6dab95af13a772ec376cf72a28fa36 openmw-0.28.0-source.tar.gz
+0e59c902934035b6e95e6b4d70c10337 openmw-0.29.0.tar.gz
--- openmw-fix-opencs-desktop.patch DELETED ---
--- openmw-fix-openmw-desktop.patch DELETED ---
- Previous message: rpms/openmw/F-20 .cvsignore, 1.4, 1.5 openmw-datapath.patch, 1.3, 1.4 openmw.spec, 1.3, 1.4 sources, 1.4, 1.5 openmw-fix-opencs-desktop.patch, 1.1, NONE openmw-fix-openmw-desktop.patch, 1.1, NONE
- Next message: rpms/openmw/F-20 openmw.spec,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list