OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Jul-2007 08:41:25
Branch: HEAD Handle: 2007071707412500
Modified files:
openpkg-src/popt popt.patch popt.spec
Log:
upgrading package: popt 1.11 -> 1.12
Summary:
Revision Changes Path
1.5 +0 -12 openpkg-src/popt/popt.patch
1.44 +2 -2 openpkg-src/popt/popt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/popt/popt.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 popt.patch
--- openpkg-src/popt/popt.patch 22 Jun 2007 06:21:20 -0000 1.4
+++ openpkg-src/popt/popt.patch 17 Jul 2007 06:41:25 -0000 1.5
@@ -9,15 +9,3 @@
#ifdef POPT_WCHAR_HACK
#include <wchar.h> /* for mbsrtowcs */
/[EMAIL PROTECTED] mbstate_t @*/
-Index: popt.c
---- popt.c 14 Jun 2007 15:58:12 -0000 1.102
-+++ popt.c 22 Jun 2007 00:02:01 -0000 1.103
-@@ -396,7 +396,7 @@
- if (!strchr(item->argv[0], '/') && con->execPath != NULL) {
- char *s = malloc(strlen(con->execPath) + strlen(item->argv[0]) +
sizeof("/"));
- if (s)
-- sprintf(s, "%s/%s", con->execPath, item->argv[-1]);
-+ sprintf(s, "%s/%s", con->execPath, item->argv[0]);
- argv[argc] = s;
- } else
- argv[argc] = POPT_findProgramPath(item->argv[0]);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/popt/popt.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 popt.spec
--- openpkg-src/popt/popt.spec 22 Jun 2007 06:21:20 -0000 1.43
+++ openpkg-src/popt/popt.spec 17 Jul 2007 06:41:25 -0000 1.44
@@ -32,8 +32,8 @@
Class: BASE
Group: Libraries
License: LGPL
-Version: 1.11
-Release: 20070622
+Version: 1.12
+Release: 20070717
# list of sources
Source0: http://rpm5.org/files/popt/popt-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]