Bläddra i källkod

upgrading package: dpkg 1.15.8.10 -> 1.16.0

Ralf S. Engelschall 14 år sedan
förälder
incheckning
9b114e1846
2 ändrade filer med 16 tillägg och 16 borttagningar
  1. 13 13
      dpkg/dpkg.patch
  2. 3 3
      dpkg/dpkg.spec

+ 13 - 13
dpkg/dpkg.patch

@@ -1,18 +1,18 @@
 Index: configure
---- configure.orig	2010-08-13 06:28:37.000000000 +0200
-+++ configure	2010-08-13 14:20:46.000000000 +0200
-@@ -10541,7 +10541,7 @@
- 
+--- configure.orig	2011-04-02 05:37:25.000000000 +0200
++++ configure	2011-04-02 23:00:40.000000000 +0200
+@@ -10611,7 +10611,7 @@
  WFLAGS="-Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers \
  	 -Wmissing-declarations -Wmissing-format-attribute \
+ 	 -Wformat-security -Wpointer-arith \
 -	 -Wvla -Winit-self -Wwrite-strings -Wcast-align -Wshadow"
 +	 -Winit-self -Wwrite-strings -Wcast-align -Wshadow"
  WCFLAGS="-Wdeclaration-after-statement -Wnested-externs -Wbad-function-cast \
  	 -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition"
  # Temporarily here until #542031 gets fixed in ncurses
 Index: lib/dpkg/dpkg-db.h
---- lib/dpkg/dpkg-db.h.orig	2010-08-13 06:25:21.000000000 +0200
-+++ lib/dpkg/dpkg-db.h	2010-08-13 14:20:46.000000000 +0200
+--- lib/dpkg/dpkg-db.h.orig	2011-04-02 04:14:48.000000000 +0200
++++ lib/dpkg/dpkg-db.h	2011-04-02 22:55:26.000000000 +0200
 @@ -26,6 +26,7 @@
  
  #include <stdbool.h>
@@ -22,9 +22,9 @@ Index: lib/dpkg/dpkg-db.h
  #include <dpkg/macros.h>
  #include <dpkg/varbuf.h>
 Index: lib/dpkg/tarfn.c
---- lib/dpkg/tarfn.c.orig	2010-08-11 16:01:18.000000000 +0200
-+++ lib/dpkg/tarfn.c	2010-08-13 14:20:46.000000000 +0200
-@@ -83,7 +83,9 @@
+--- lib/dpkg/tarfn.c.orig	2011-04-02 04:14:48.000000000 +0200
++++ lib/dpkg/tarfn.c	2011-04-02 22:55:26.000000000 +0200
+@@ -88,7 +88,9 @@
  	int len;
  	char *str;
  
@@ -36,9 +36,9 @@ Index: lib/dpkg/tarfn.c
  	memcpy(str, s, len);
  	str[len] = '\0';
 Index: man/Makefile.in
---- man/Makefile.in.orig	2010-08-13 06:28:39.000000000 +0200
-+++ man/Makefile.in	2010-08-13 14:20:46.000000000 +0200
-@@ -592,7 +592,7 @@
+--- man/Makefile.in.orig	2011-04-02 05:37:32.000000000 +0200
++++ man/Makefile.in	2011-04-02 22:55:26.000000000 +0200
+@@ -594,7 +594,7 @@
  all-local: all-local-@USE_PO4A@
  
  all-local-no:
@@ -47,7 +47,7 @@ Index: man/Makefile.in
  
  # FIXME: Use a stamp file until po4a supports them internally.
  man.stamp:
-@@ -613,7 +613,7 @@
+@@ -615,7 +615,7 @@
  	$(PO4A) $(PO4A_BUILD_OPTS) --force po/po4a.cfg
  
  # If the user has not defined it let's use the default.

+ 3 - 3
dpkg/dpkg.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package version
-%define       V_tarball   1.15.8.10
-%define       V_subdir    1.15.8.10
+%define       V_tarball   1.16.0
+%define       V_subdir    1.16.0
 
 #   package information
 Name:         dpkg
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Archiver
 License:      GPL
 Version:      %{V_tarball}
-Release:      20110131
+Release:      20110402
 
 #   list of sources
 Source0:      http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.bz2