rpms/gnash/devel gnash.spec, 1.68, 1.69 gnash-0.8.6-python-install-dir.patch, 1.2, 1.3

tomeu tomeu at fedoraproject.org
Tue Dec 29 20:41:25 UTC 2009


Author: tomeu

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14386

Modified Files:
	gnash.spec gnash-0.8.6-python-install-dir.patch 
Log Message:
clog


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- gnash.spec	29 Dec 2009 20:28:58 -0000	1.68
+++ gnash.spec	29 Dec 2009 20:41:25 -0000	1.69
@@ -5,7 +5,7 @@
 
 Name:           gnash
 Version:        0.8.6
-Release:	5%{?dist}
+Release:	6%{?dist}
 #Release:        0.8.%{alphatag}%{?dist}
 Epoch:		1
 Summary:        GNU flash movie player
@@ -319,6 +319,9 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Tue Dec 29 2009 Tomeu Vizoso <tomeu at sugarlabs.org> - 0.8.6-6
+- Patch was reversed
+
 * Tue Dec 29 2009 Tomeu Vizoso <tomeu at sugarlabs.org> - 0.8.6-5
 - Patch Makefile.in, not Makefile.am
 

gnash-0.8.6-python-install-dir.patch:
 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: gnash-0.8.6-python-install-dir.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash-0.8.6-python-install-dir.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gnash-0.8.6-python-install-dir.patch	29 Dec 2009 20:28:58 -0000	1.2
+++ gnash-0.8.6-python-install-dir.patch	29 Dec 2009 20:41:25 -0000	1.3
@@ -1,15 +1,14 @@
-diff -rup gnash-0.8.6/gui/pythonmod/Makefile.in gnash-0.8.6.orig/gui/pythonmod/Makefile.in
---- gnash-0.8.6/gui/pythonmod/Makefile.in	2009-12-29 21:24:41.569276016 +0100
-+++ gnash-0.8.6.orig/gui/pythonmod/Makefile.in	2009-12-29 21:23:44.632275091 +0100
+diff -rup gnash-0.8.6.orig/gui/pythonmod/Makefile.in gnash-0.8.6/gui/pythonmod/Makefile.in
+--- gnash-0.8.6.orig/gui/pythonmod/Makefile.in	2009-12-29 21:23:44.632275091 +0100
++++ gnash-0.8.6/gui/pythonmod/Makefile.in	2009-12-29 21:24:41.569276016 +0100
 @@ -527,8 +527,8 @@ mconfig = @mconfig@
  mkdir_p = @mkdir_p@
  oldincludedir = @oldincludedir@
  pdfdir = @pdfdir@
--pkgpyexecdir = $(pkgpyexecdir)/gtk-2.0
--pkgpythondir = $(pkgpythondir)/gtk-2.0
-+pkgpyexecdir = $(pythondir)/gtk-2.0
-+pkgpythondir = $(pythondir)/gtk-2.0
+-pkgpyexecdir = $(pythondir)/gtk-2.0
+-pkgpythondir = $(pythondir)/gtk-2.0
++pkgpyexecdir = $(pkgpyexecdir)/gtk-2.0
++pkgpythondir = $(pkgpythondir)/gtk-2.0
  prefix = @prefix@
  program_transform_name = @program_transform_name@
  psdir = @psdir@
-




More information about the scm-commits mailing list