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: 05-Feb-2008 20:25:26
Branch: HEAD Handle: 2008020519252500
Modified files:
openpkg-src/urpmi urpmi.patch urpmi.spec
Log:
upgrading package: urpmi 5.2 -> 5.4
Summary:
Revision Changes Path
1.89 +15 -15 openpkg-src/urpmi/urpmi.patch
1.114 +5 -5 openpkg-src/urpmi/urpmi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/urpmi/urpmi.patch
============================================================================
$ cvs diff -u -r1.88 -r1.89 urpmi.patch
--- openpkg-src/urpmi/urpmi.patch 19 Jan 2008 08:50:59 -0000 1.88
+++ openpkg-src/urpmi/urpmi.patch 5 Feb 2008 19:25:25 -0000 1.89
@@ -106,9 +106,9 @@
struct s_Package {
char *info;
char *requires;
-Index: rpmtools-5.3.5/Makefile.PL
---- rpmtools-5.3.5/Makefile.PL.orig 2007-12-18 15:17:25 +0100
-+++ rpmtools-5.3.5/Makefile.PL 2008-01-12 10:38:25 +0100
+Index: rpmtools-5.3.6/Makefile.PL
+--- rpmtools-5.3.6/Makefile.PL.orig 2007-12-18 15:17:25 +0100
++++ rpmtools-5.3.6/Makefile.PL 2008-01-12 10:38:25 +0100
@@ -35,8 +35,8 @@
RPMTOOLSVERSION => $rpmtools_version,
FROMC => 'parsehdlist rpm2header #rpm-find-leaves',
@@ -129,9 +129,9 @@
INC => '',
LIBS => [ '' ],
INSTALLDIRS => 'vendor',
-Index: rpmtools-5.3.5/parsehdlist.c
---- rpmtools-5.3.5/parsehdlist.c.orig 2007-06-22 13:46:09 +0200
-+++ rpmtools-5.3.5/parsehdlist.c 2008-01-12 10:38:25 +0100
+Index: rpmtools-5.3.6/parsehdlist.c
+--- rpmtools-5.3.6/parsehdlist.c.orig 2007-06-22 13:46:09 +0200
++++ rpmtools-5.3.6/parsehdlist.c 2008-01-12 10:38:25 +0100
@@ -7,6 +7,7 @@
#include <unistd.h>
#include <signal.h>
@@ -140,9 +140,9 @@
#include <rpm/rpmlib.h>
#include <rpm/header.h>
#include <stdio.h>
-Index: rpmtools-5.3.5/rpm2header.c
---- rpmtools-5.3.5/rpm2header.c.orig 2007-12-17 13:50:16 +0100
-+++ rpmtools-5.3.5/rpm2header.c 2008-01-12 10:38:25 +0100
+Index: rpmtools-5.3.6/rpm2header.c
+--- rpmtools-5.3.6/rpm2header.c.orig 2007-12-17 13:50:16 +0100
++++ rpmtools-5.3.6/rpm2header.c 2008-01-12 10:38:25 +0100
@@ -5,7 +5,8 @@
#include <sys/stat.h>
#include <fcntl.h>
@@ -153,9 +153,9 @@
#include <rpm/rpmts.h>
#define FILENAME_TAG 1000000
-Index: urpmi-5.2/Makefile.PL
---- urpmi-5.2/Makefile.PL.orig 2007-12-04 14:50:05 +0100
-+++ urpmi-5.2/Makefile.PL 2008-01-12 10:38:25 +0100
+Index: urpmi-5.4/Makefile.PL
+--- urpmi-5.4/Makefile.PL.orig 2007-12-04 14:50:05 +0100
++++ urpmi-5.4/Makefile.PL 2008-01-12 10:38:25 +0100
@@ -60,6 +60,7 @@
my $po = $with_po ? ' installpo' : '';
my $gui = $with_gui ? ' installgurpmi2' : '';
@@ -190,9 +190,9 @@
},
EXE_FILES => [ @bin_scripts, @sbin_scripts ],
PMLIBDIRS => [ qw(urpm) ],
-Index: urpmi-5.2/urpm/sys.pm
---- urpmi-5.2/urpm/sys.pm.orig 2007-10-02 14:01:03 +0200
-+++ urpmi-5.2/urpm/sys.pm 2008-01-12 10:38:25 +0100
+Index: urpmi-5.4/urpm/sys.pm
+--- urpmi-5.4/urpm/sys.pm.orig 2007-10-02 14:01:03 +0200
++++ urpmi-5.4/urpm/sys.pm 2008-01-12 10:38:25 +0100
@@ -114,7 +114,7 @@
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/urpmi/urpmi.spec
============================================================================
$ cvs diff -u -r1.113 -r1.114 urpmi.spec
--- openpkg-src/urpmi/urpmi.spec 26 Jan 2008 09:30:31 -0000 1.113
+++ openpkg-src/urpmi/urpmi.spec 5 Feb 2008 19:25:25 -0000 1.114
@@ -22,16 +22,16 @@
##
# package version
-%define V_urpmi 5.2
-%define V_urpmi_rpm 5.2-1mdv2008.1
+%define V_urpmi 5.4
+%define V_urpmi_rpm 5.4-1mdv2008.1
%define V_urpm 3.07
%define V_urpm_rpm 3.07-3mdv2008.1
%define V_mdv_distribconf 4.00
%define V_mdv_distribconf_rpm 4.00-1mdv2008.1
%define V_mdv_packdrakeng 1.13
%define V_mdv_packdrakeng_rpm 1.13-1mdv2008.0
-%define V_rpmtools 5.3.5
-%define V_rpmtools_rpm 5.3.5-2mdv2008.1
+%define V_rpmtools 5.3.6
+%define V_rpmtools_rpm 5.3.6-1mdv2008.1
# package information
Name: urpmi
@@ -44,7 +44,7 @@
Group: Bootstrapping
License: GPL
Version: %{V_urpmi}
-Release: 20080126
+Release: 20080205
# package options
%option with_wget no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]