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: 04-Mar-2006 09:49:46
Branch: HEAD Handle: 2006030408494500
Modified files:
openpkg-src/urpmi urpmi.patch urpmi.spec
Log:
upgrading package: urpmi 4.8.12 -> 4.8.13
Summary:
Revision Changes Path
1.2 +10 -11 openpkg-src/urpmi/urpmi.patch
1.3 +3 -3 openpkg-src/urpmi/urpmi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/urpmi/urpmi.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 urpmi.patch
--- openpkg-src/urpmi/urpmi.patch 28 Feb 2006 20:55:10 -0000 1.1
+++ openpkg-src/urpmi/urpmi.patch 4 Mar 2006 08:49:45 -0000 1.2
@@ -1,6 +1,6 @@
-Index: URPM-1.36/Makefile.PL
---- URPM-1.36/Makefile.PL.orig 2006-01-19 13:44:43 +0100
-+++ URPM-1.36/Makefile.PL 2006-02-28 21:47:03 +0100
+Index: URPM-1.37/Makefile.PL
+--- URPM-1.37/Makefile.PL.orig 2006-03-01 12:42:07 +0100
++++ URPM-1.37/Makefile.PL 2006-03-04 09:48:14 +0100
@@ -3,28 +3,8 @@
# where to find the rpm utility
@@ -32,25 +32,24 @@
sub MY::postamble {
<<"**MM**";
-@@ -51,11 +31,11 @@
+@@ -51,10 +31,11 @@
PREREQ_PM => {
'MDV::Packdrakeng' => '1.00',
},
- CCFLAGS => '-Wall',
-- OPTIMIZE => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s
-ffast-math -fexpensive-optimizations',
+- OPTIMIZE => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s
-ffast-math -fexpensive-optimizations -fno-strict-aliasing',
+ CCFLAGS => '',
-+ OPTIMIZE => '-O2 -fomit-frame-pointer -fno-exceptions -pipe -s
-ffast-math -fexpensive-optimizations',
++ OPTIMIZE => '-O2 -fomit-frame-pointer -fno-exceptions -pipe -s
-ffast-math -fexpensive-optimizations -fno-strict-aliasing',
VERSION_FROM => 'URPM.pm',
- LIBS => [ '-lrpm -lrpmio -lrpmdb -lrpmbuild -lpopt -lz' ],
-- INC => '-I/usr/include/rpm',
+ LIBS => [ `openpkg rpm-config --ldflags --libs` ],
+ INC => `openpkg rpm-config --cflags --cppflags`,
+ INC => '-I/usr/include/rpm',
dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" },
realclean => { FILES => "t/RPMS/noarch/*" },
- );
-Index: URPM-1.36/URPM.xs
---- URPM-1.36/URPM.xs.orig 2006-02-13 11:22:51 +0100
-+++ URPM-1.36/URPM.xs 2006-02-28 21:46:20 +0100
+Index: URPM-1.37/URPM.xs
+--- URPM-1.37/URPM.xs.orig 2006-03-03 16:05:49 +0100
++++ URPM-1.37/URPM.xs 2006-03-04 09:47:35 +0100
@@ -22,6 +22,7 @@
#include <fcntl.h>
#include <unistd.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/urpmi/urpmi.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 urpmi.spec
--- openpkg-src/urpmi/urpmi.spec 1 Mar 2006 06:37:33 -0000 1.2
+++ openpkg-src/urpmi/urpmi.spec 4 Mar 2006 08:49:45 -0000 1.3
@@ -25,8 +25,8 @@
# FIXME: rse: blindly packaged, still not tested at all under run-time
# package version
-%define V_urpmi 4.8.12
-%define V_urpm 1.36
+%define V_urpmi 4.8.13
+%define V_urpm 1.37
%define V_mdv_packdrakeng 1.01
%define V_mdv_distribconf 1.01
@@ -41,7 +41,7 @@
Group: Bootstrapping
License: GPL
Version: %{V_urpmi}
-Release: 20060301
+Release: 20060304
# list of sources
Source0:
http://www.cpan.org/authors/id/R/RG/RGARCIA/urpmi-%{V_urpmi}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]