소스 검색

upgrading package: urpmi 4.10.11 -> 4.10.12

Ralf S. Engelschall 18 년 전
부모
커밋
e65e7f0285
2개의 변경된 파일17개의 추가작업 그리고 17개의 파일을 삭제
  1. 12 12
      urpmi/urpmi.patch
  2. 5 5
      urpmi/urpmi.spec

+ 12 - 12
urpmi/urpmi.patch

@@ -1,6 +1,6 @@
-Index: URPM-2.03/Makefile.PL
---- URPM-2.03/Makefile.PL.orig	2007-06-19 16:24:46 +0200
-+++ URPM-2.03/Makefile.PL	2007-06-22 19:56:56 +0200
+Index: URPM-2.04/Makefile.PL
+--- URPM-2.04/Makefile.PL.orig	2007-06-19 16:24:46 +0200
++++ URPM-2.04/Makefile.PL	2007-06-22 19:56:56 +0200
 @@ -1,58 +1,7 @@
  use strict;
  use ExtUtils::MakeMaker;
@@ -72,9 +72,9 @@ Index: URPM-2.03/Makefile.PL
      dist	=> { COMPRESS => "bzip2", SUFFIX => ".bz2" },
      realclean	=> { FILES => "t/RPMS/noarch/*" },
  );
-Index: URPM-2.03/URPM.xs
---- URPM-2.03/URPM.xs.orig	2007-06-19 16:44:27 +0200
-+++ URPM-2.03/URPM.xs	2007-06-22 19:43:44 +0200
+Index: URPM-2.04/URPM.xs
+--- URPM-2.04/URPM.xs.orig	2007-06-19 16:44:27 +0200
++++ URPM-2.04/URPM.xs	2007-06-22 19:43:44 +0200
 @@ -22,7 +22,7 @@
  #include <fcntl.h>
  #include <unistd.h>
@@ -131,9 +131,9 @@ Index: rpmtools-5.3.2/rpm2header.c
  #include <rpm/rpmts.h>
  
  #define FILENAME_TAG 1000000
-Index: urpmi-4.10.11/Makefile.PL
---- urpmi-4.10.11/Makefile.PL.orig	2007-04-24 21:34:36 +0200
-+++ urpmi-4.10.11/Makefile.PL	2007-06-22 19:43:44 +0200
+Index: urpmi-4.10.12/Makefile.PL
+--- urpmi-4.10.12/Makefile.PL.orig	2007-04-24 21:34:36 +0200
++++ urpmi-4.10.12/Makefile.PL	2007-06-22 19:43:44 +0200
 @@ -60,6 +60,7 @@
      my $po = $with_po ? ' installpo' : '';
      my $gui = $with_gui ? ' installgurpmi2' : '';
@@ -168,9 +168,9 @@ Index: urpmi-4.10.11/Makefile.PL
      },
      EXE_FILES		=> [ @bin_scripts, @sbin_scripts ],
      PMLIBDIRS		=> [ qw(urpm) ],
-Index: urpmi-4.10.11/urpm/sys.pm
---- urpmi-4.10.11/urpm/sys.pm.orig	2007-04-24 21:22:25 +0200
-+++ urpmi-4.10.11/urpm/sys.pm	2007-06-22 19:43:44 +0200
+Index: urpmi-4.10.12/urpm/sys.pm
+--- urpmi-4.10.12/urpm/sys.pm.orig	2007-04-24 21:22:25 +0200
++++ urpmi-4.10.12/urpm/sys.pm	2007-06-22 19:43:44 +0200
 @@ -94,7 +94,7 @@
  }
  

+ 5 - 5
urpmi/urpmi.spec

@@ -23,10 +23,10 @@
 ##
 
 #   package version
-%define       V_urpmi               4.10.11
-%define       V_urpmi_rpm           4.10.11-1mdv2008.0
-%define       V_urpm                2.03
-%define       V_urpm_rpm            2.03-1mdv2008.0
+%define       V_urpmi               4.10.12
+%define       V_urpmi_rpm           4.10.12-1mdv2008.0
+%define       V_urpm                2.04
+%define       V_urpm_rpm            2.04-1mdv2008.0
 %define       V_mdv_distribconf     3.10
 %define       V_mdv_distribconf_rpm 3.10-1mdv2008.0
 %define       V_mdv_packdrakeng     1.13
@@ -45,7 +45,7 @@ Class:        EVAL
 Group:        Bootstrapping
 License:      GPL
 Version:      %{V_urpmi}
-Release:      20070925
+Release:      20070928
 
 #   package options
 %option       with_wget      no