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: 08-Mar-2006 21:11:54
Branch: HEAD Handle: 2006030820115400
Modified files:
openpkg-src/urpmi urpmi.patch urpmi.spec
Log:
modifying package: urpmi-4.8.13 20060307 -> 20060308
Summary:
Revision Changes Path
1.4 +11 -12 openpkg-src/urpmi/urpmi.patch
1.5 +2 -2 openpkg-src/urpmi/urpmi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/urpmi/urpmi.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 urpmi.patch
--- openpkg-src/urpmi/urpmi.patch 7 Mar 2006 07:31:45 -0000 1.3
+++ openpkg-src/urpmi/urpmi.patch 8 Mar 2006 20:11:54 -0000 1.4
@@ -1,6 +1,6 @@
-Index: URPM-1.38/Makefile.PL
---- URPM-1.38/Makefile.PL.orig 2006-03-01 12:42:07 +0100
-+++ URPM-1.38/Makefile.PL 2006-03-04 09:48:14 +0100
+Index: URPM-1.39/Makefile.PL
+--- URPM-1.39/Makefile.PL.orig 2006-03-07 11:29:12 +0100
++++ URPM-1.39/Makefile.PL 2006-03-08 21:09:58 +0100
@@ -3,28 +3,8 @@
# where to find the rpm utility
@@ -32,24 +32,23 @@
sub MY::postamble {
<<"**MM**";
-@@ -51,10 +31,11 @@
+@@ -51,10 +31,10 @@
PREREQ_PM => {
'MDV::Packdrakeng' => '1.00',
},
-- CCFLAGS => '-Wall',
-- 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 -fno-strict-aliasing',
+- CCFLAGS => '-Wall -fno-strict-aliasing',
++ CCFLAGS => '-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.38/URPM.xs
---- URPM-1.38/URPM.xs.orig 2006-03-03 16:05:49 +0100
-+++ URPM-1.38/URPM.xs 2006-03-04 09:47:35 +0100
+ );
+Index: URPM-1.39/URPM.xs
+--- URPM-1.39/URPM.xs.orig 2006-03-07 11:21:12 +0100
++++ URPM-1.39/URPM.xs 2006-03-08 20:52:29 +0100
@@ -22,6 +22,7 @@
#include <fcntl.h>
#include <unistd.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/urpmi/urpmi.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 urpmi.spec
--- openpkg-src/urpmi/urpmi.spec 7 Mar 2006 07:31:45 -0000 1.4
+++ openpkg-src/urpmi/urpmi.spec 8 Mar 2006 20:11:54 -0000 1.5
@@ -26,7 +26,7 @@
# package version
%define V_urpmi 4.8.13
-%define V_urpm 1.38
+%define V_urpm 1.39
%define V_mdv_packdrakeng 1.01
%define V_mdv_distribconf 1.01
@@ -41,7 +41,7 @@
Group: Bootstrapping
License: GPL
Version: %{V_urpmi}
-Release: 20060307
+Release: 20060308
# 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]