rpms/openmw/F-19 .cvsignore, 1.2, 1.3 openmw-datapath.patch, 1.1, 1.2 openmw.spec, 1.1, 1.2 sources, 1.2, 1.3 openmw-bund_libs.patch, 1.1, NONE

Alexandre Moine nobrakal at rpmfusion.org
Tue Dec 10 21:41:02 CET 2013


Author: nobrakal

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

Modified Files:
	.cvsignore openmw-datapath.patch openmw.spec sources 
Removed Files:
	openmw-bund_libs.patch 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Oct 2013 18:44:20 -0000	1.2
+++ .cvsignore	10 Dec 2013 20:41:01 -0000	1.3
@@ -1 +1 @@
-openmw-0.26.0-source.tar.gz
+openmw-0.27.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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmw-datapath.patch	13 Oct 2013 18:44:20 -0000	1.1
+++ openmw-datapath.patch	10 Dec 2013 20:41:01 -0000	1.2
@@ -1,6 +1,6 @@
-diff -Naur openmw-0.26.0.orig/components/files/linuxpath.cpp openmw-0.26.0/components/files/linuxpath.cpp
---- openmw-0.26.0.orig/components/files/linuxpath.cpp	2013-09-06 03:49:35.000000000 -0500
-+++ openmw-0.26.0/components/files/linuxpath.cpp	2013-09-15 08:00:41.674024032 -0500
+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 @@
  
  boost::filesystem::path LinuxPath::getGlobalDataPath() const


Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/openmw.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmw.spec	13 Oct 2013 18:44:20 -0000	1.1
+++ openmw.spec	10 Dec 2013 20:41:01 -0000	1.2
@@ -1,16 +1,14 @@
 Name:           openmw
-Version:        0.26.0
-Release:        6%{?dist}
+Version:        0.27.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://openmw.googlecode.com/files/%{name}-%{version}-source.tar.gz
 
-# Unbundle tinyxml
-Patch0:         openmw-bund_libs.patch
 # Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
-Patch1:         openmw-datapath.patch
+Patch0:         openmw-datapath.patch
 
 BuildRequires:  cmake
 BuildRequires:  boost-devel       
@@ -49,8 +47,7 @@
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch0 -p1 -b .bund_libs
-%patch1 -p1 -b .datapath
+%patch0 -p1 -b .datapath
 
 # Remove bundled tinyxml files
 rm -f extern/oics/tiny*.*
@@ -68,10 +65,9 @@
 
 make %{?_smp_mflags}
 
-
 %install
 pushd build
-%make_install
+%make_install 
 popd
 desktop-file-validate %{buildroot}/%{_datadir}/applications/opencs.desktop
 desktop-file-validate %{buildroot}/%{_datadir}/applications/openmw.desktop
@@ -82,8 +78,7 @@
 rm -rf %{buildroot}%{_datadir}/licenses
 
 # Create data directory
-mkdir -p %{buildroot}%{_datadir}/%{name}/data
-
+mkdir -p %{buildroot}/%{_datadir}/%{name}/data
 
 %files
 %doc GPL3.txt readme.txt _tmpdoc/*
@@ -101,6 +96,10 @@
 
 
 %changelog
+* 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.
+
 * Wed Sep 18 2013 Alexandre Moine <nobrakal at fedoraproject.org> 0.26.0-6
 - Change Licenses Tag
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Oct 2013 18:44:20 -0000	1.2
+++ sources	10 Dec 2013 20:41:01 -0000	1.3
@@ -1 +1 @@
-4b2084c5f6711a00c73018091a6f11ca  openmw-0.26.0-source.tar.gz
+28cad4edd465fdd2de1095894a60a5c2  openmw-0.27.0-source.tar.gz


--- openmw-bund_libs.patch DELETED ---


More information about the rpmfusion-commits mailing list