OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Jul-2004 19:40:29
Branch: HEAD Handle: 2004071218402800
Modified files:
openpkg-src/mozilla-plugger
mozilla-plugger.patch mozilla-plugger.spec
Log:
upgrading package: mozilla-plugger 1.5.2 -> 1.6.0
Summary:
Revision Changes Path
1.4 +13 -13 openpkg-src/mozilla-plugger/mozilla-plugger.patch
1.11 +2 -2 openpkg-src/mozilla-plugger/mozilla-plugger.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla-plugger/mozilla-plugger.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 mozilla-plugger.patch
--- openpkg-src/mozilla-plugger/mozilla-plugger.patch 29 Mar 2004 10:51:04 -0000
1.3
+++ openpkg-src/mozilla-plugger/mozilla-plugger.patch 12 Jul 2004 17:40:28 -0000
1.4
@@ -1,22 +1,22 @@
Index: mozplugger-controller.c
---- mozplugger-controller.c.orig 2003-10-21 23:41:41.000000000 +0200
-+++ mozplugger-controller.c 2003-12-08 20:23:58.000000000 +0100
+--- mozplugger-controller.c.orig 2004-07-10 03:52:50 +0200
++++ mozplugger-controller.c 2004-07-12 19:39:41 +0200
@@ -147,7 +147,11 @@
- if(!pid)
- {
- char *cmd[4];
+ if(!pid)
+ {
+ char *cmd[4];
+#ifdef __FreeBSD__
-+ setpgrp(0, 0);
++ setpgrp(0, 0);
+#else
- setpgrp();
+ setpgrp();
+#endif
- cmd[0]="/bin/sh";
- cmd[1]="-c";
- cmd[2]=argv[1];
+ cmd[0]="/bin/sh";
+ cmd[1]="-c";
+ cmd[2]=argv[1];
Index: mozplugger.c
---- mozplugger.c.orig 2003-12-06 18:31:02.000000000 +0100
-+++ mozplugger.c 2003-12-08 20:21:11.000000000 +0100
-@@ -559,13 +559,7 @@
+--- mozplugger.c.orig 2004-07-10 12:20:50 +0200
++++ mozplugger.c 2004-07-12 19:38:52 +0200
+@@ -557,13 +557,7 @@
if (cb(fname, data)) return 1;
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla-plugger/mozilla-plugger.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 mozilla-plugger.spec
--- openpkg-src/mozilla-plugger/mozilla-plugger.spec 29 Mar 2004 10:51:04 -0000
1.10
+++ openpkg-src/mozilla-plugger/mozilla-plugger.spec 12 Jul 2004 17:40:28 -0000
1.11
@@ -33,8 +33,8 @@
Class: EVAL
Group: Web
License: GPL
-Version: 1.5.2
-Release: 20040329
+Version: 1.6.0
+Release: 20040712
# list of sources
Source0:
http://mozdev.mirrors.nyphp.org/mozplugger/mozplugger-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]