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: 06-Jan-2005 10:39:26
Branch: HEAD Handle: 2005010609392600
Modified files:
openpkg-src/mozilla-plugger
mozilla-plugger.patch mozilla-plugger.spec
Log:
upgrading package: mozilla-plugger 1.7.0 -> 1.7.1
Summary:
Revision Changes Path
1.5 +9 -6 openpkg-src/mozilla-plugger/mozilla-plugger.patch
1.16 +3 -4 openpkg-src/mozilla-plugger/mozilla-plugger.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla-plugger/mozilla-plugger.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 mozilla-plugger.patch
--- openpkg-src/mozilla-plugger/mozilla-plugger.patch 12 Jul 2004 17:40:28
-0000 1.4
+++ openpkg-src/mozilla-plugger/mozilla-plugger.patch 6 Jan 2005 09:39:26
-0000 1.5
@@ -1,6 +1,6 @@
Index: mozplugger-controller.c
---- mozplugger-controller.c.orig 2004-07-10 03:52:50 +0200
-+++ mozplugger-controller.c 2004-07-12 19:39:41 +0200
+--- mozplugger-controller.c.orig 2005-01-04 18:46:45 +0100
++++ mozplugger-controller.c 2005-01-06 10:34:49 +0100
@@ -147,7 +147,11 @@
if(!pid)
{
@@ -14,20 +14,23 @@
cmd[1]="-c";
cmd[2]=argv[1];
Index: mozplugger.c
---- mozplugger.c.orig 2004-07-10 12:20:50 +0200
-+++ mozplugger.c 2004-07-12 19:38:52 +0200
-@@ -557,13 +557,7 @@
+--- mozplugger.c.orig 2005-01-04 19:04:48 +0100
++++ mozplugger.c 2005-01-06 10:35:26 +0100
+@@ -566,16 +566,7 @@
if (cb(fname, data)) return 1;
}
- snprintf(fname, sizeof(fname), "/etc/%s", basename);
- if (cb(fname, data)) return 1;
+-
- snprintf(fname, sizeof(fname), "/usr/etc/%s", basename);
- if (cb(fname, data)) return 1;
+-
- snprintf(fname, sizeof(fname), "/usr/local/mozilla/%s", basename);
- if (cb(fname, data)) return 1;
+-
- snprintf(fname, sizeof(fname), "/usr/local/netscape/%s", basename);
+ snprintf(fname, sizeof(fname), "@l_prefix@/etc/mozilla-plugger/%s",
basename);
if (cb(fname, data)) return 1;
+
if (cb(basename, data)) return 1;
-
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla-plugger/mozilla-plugger.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 mozilla-plugger.spec
--- openpkg-src/mozilla-plugger/mozilla-plugger.spec 1 Jan 2005 10:52:34
-0000 1.15
+++ openpkg-src/mozilla-plugger/mozilla-plugger.spec 6 Jan 2005 09:39:26
-0000 1.16
@@ -33,11 +33,11 @@
Class: EVAL
Group: Web
License: GPL
-Version: 1.7.0
-Release: 20041225
+Version: 1.7.1
+Release: 20050106
# list of sources
-Source0: http://mozplugger.mozdev.org/files/mozplugger-%{version}.tar.gz
+Source0:
http://mozdev.mirrors.nyphp.org/mozplugger/mozplugger-%{version}.tar.gz
Source1: mozpluggerrc
Patch0: mozilla-plugger.patch
@@ -66,7 +66,6 @@
%prep
%setup -q -n mozplugger-%{version}
%patch -p0
- exit 0
%{l_shtool} subst \
%{l_value -s l_prefix} \
mozplugger.c
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]