rpms/Miro/devel Miro-setup.py.patch,1.1,1.2 Miro.spec,1.8,1.9

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Thu Nov 1 19:06:27 UTC 2007


Author: alexlan

Update of /cvs/pkgs/rpms/Miro/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31408

Modified Files:
	Miro-setup.py.patch Miro.spec 
Log Message:
* Thu Nov 01 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.9.9.1-6
- Update patch with workaround suggested on:
  http://bugzilla.pculture.org/show_bug.cgi?id=8579


Miro-setup.py.patch:

Index: Miro-setup.py.patch
===================================================================
RCS file: /cvs/pkgs/rpms/Miro/devel/Miro-setup.py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Miro-setup.py.patch	1 Nov 2007 05:55:24 -0000	1.1
+++ Miro-setup.py.patch	1 Nov 2007 19:03:56 -0000	1.2
@@ -1,5 +1,5 @@
 --- platform/gtk-x11/setup.py.old	2007-10-31 22:42:40.000000000 -0700
-+++ platform/gtk-x11/setup.py	2007-10-31 22:43:32.000000000 -0700
++++ platform/gtk-x11/setup.py	2007-11-01 12:00:56.000000000 -0700
 @@ -342,15 +342,9 @@
      def install_app_config(self):
          source = os.path.join(resource_dir, 'app.config.template')
@@ -19,3 +19,12 @@
          if self.root:
              dest = change_root(self.root, dest)
          self.mkpath(os.path.dirname(dest))
+@@ -361,7 +355,7 @@
+                              APP_REVISION_NUM=revisionnum,
+                              APP_REVISION_URL=revisionurl,
+                              APP_PLATFORM='gtk-x11',
+-                             BUILD_MACHINE="%s@%s" % (os.getlogin(),
++                             BUILD_MACHINE="%s@%s" % (os.getenv("USER"),
+                                                       os.uname()[1]),
+                              BUILD_TIME=str(time.time()),
+                              MOZILLA_LIB_PATH=mozilla_lib_path[0])


Index: Miro.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Miro/devel/Miro.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Miro.spec	1 Nov 2007 05:55:24 -0000	1.8
+++ Miro.spec	1 Nov 2007 19:03:56 -0000	1.9
@@ -5,7 +5,7 @@
 
 Name:           Miro
 Version:        0.9.9.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Miro - Internet TV Player
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -65,6 +65,10 @@
 
 
 %changelog
+* Thu Nov 01 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.9.9.1-6
+- Update patch with workaround suggested on:
+  http://bugzilla.pculture.org/show_bug.cgi?id=8579
+
 * Wed Oct 31 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.9.9.1-5
 - Add setup.py patch to ignore call to svn.
 




More information about the fedora-extras-commits mailing list