Author: nobrakal
Update of /cvs/free/rpms/openmw/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25366/F-19
Modified Files:
.cvsignore openmw.spec sources
Log Message:
Update to 0.30.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 14 Mar 2014 13:42:55 -0000 1.5
+++ .cvsignore 29 May 2014 09:27:39 -0000 1.6
@@ -1 +1 @@
-openmw-0.29.0.tar.gz
+openmw-openmw-0.30.0.tar.gz
Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/openmw.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openmw.spec 14 Mar 2014 13:42:55 -0000 1.4
+++ openmw.spec 29 May 2014 09:27:39 -0000 1.5
@@ -1,11 +1,12 @@
Name: openmw
-Version: 0.29.0
-Release: 2%{?dist}
+Version: 0.30.0
+Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
URL:
https://openmw.org/
-Source0:
https://github.com/zinnschlag/openmw/archive/openmw-0.29.0.tar.gz
+# Github renames openmw-0.30.0.tar.gz into openmw-openmw-0.30.0.tar.gz. So I have to
specify "by hand" the name's file. If you want the sources, follow
https://github.com/OpenMW/openmw/archive/openmw-0.30.0.tar.gz
+Source0: %{name}-%{name}-%{version}.tar.gz
# Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
Patch0: openmw-datapath.patch
@@ -46,7 +47,7 @@
%prep
-%setup -q -n %{name}-%{name}-%{version}
+%setup -qn %{name}-%{name}-%{version}
%patch0 -p1
# Remove bundled tinyxml files
@@ -96,6 +97,10 @@
%changelog
+* Thu May 29 2014 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.30.0-1
+- Update to 0.30.0
+- Again issue with the source link. Github renames openmw-0.30.0.tar.gz into
openmw-openmw-0.30.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.
+
* Fri Mar 14 2014 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.29.0-2
- Fix the issue with the direct link
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 14 Mar 2014 13:42:55 -0000 1.5
+++ sources 29 May 2014 09:27:39 -0000 1.6
@@ -1 +1 @@
-0e59c902934035b6e95e6b4d70c10337 openmw-0.29.0.tar.gz
+e58c202827cfac045031cb82ae5f118d openmw-openmw-0.30.0.tar.gz