Explorar o código

upgrading package: dpkg 1.15.3 -> 1.15.3.1

Ralf S. Engelschall %!s(int64=16) %!d(string=hai) anos
pai
achega
ed47ddb235
Modificáronse 2 ficheiros con 13 adicións e 13 borrados
  1. 10 10
      dpkg/dpkg.patch
  2. 3 3
      dpkg/dpkg.spec

+ 10 - 10
dpkg/dpkg.patch

@@ -1,6 +1,6 @@
 Index: lib/dpkg-db.h
---- lib/dpkg-db.h.orig	2009-05-12 20:30:33 +0200
-+++ lib/dpkg-db.h	2009-05-21 19:07:17 +0200
+--- lib/dpkg-db.h.orig	2009-07-08 11:06:36 +0200
++++ lib/dpkg-db.h	2009-07-09 11:29:46 +0200
 @@ -29,6 +29,7 @@
  
  #include <sys/types.h>
@@ -10,8 +10,8 @@ Index: lib/dpkg-db.h
  struct versionrevision {
    unsigned long epoch;
 Index: lib/tarfn.c
---- lib/tarfn.c.orig	2009-05-02 17:20:48 +0200
-+++ lib/tarfn.c	2009-05-21 19:07:17 +0200
+--- lib/tarfn.c.orig	2009-07-08 11:06:36 +0200
++++ lib/tarfn.c	2009-07-09 11:29:46 +0200
 @@ -66,7 +66,9 @@
  	int	len;
  	char *	str;
@@ -22,10 +22,10 @@ Index: lib/tarfn.c
 +        len = size;
  	str = m_malloc(len + 1);
  	memcpy(str, s, len);
- 	str[len] = 0;
+ 	str[len] = '\0';
 Index: man/Makefile.in
---- man/Makefile.in.orig	2009-05-21 06:49:55 +0200
-+++ man/Makefile.in	2009-05-21 19:50:34 +0200
+--- man/Makefile.in.orig	2009-07-08 11:28:41 +0200
++++ man/Makefile.in	2009-07-09 11:29:46 +0200
 @@ -197,7 +197,7 @@
  top_srcdir = @top_srcdir@
  
@@ -45,9 +45,9 @@ Index: man/Makefile.in
  # FIXME: Use a stamp file until po4a supports them internally.
  man.stamp:
 Index: scripts/Makefile.in
---- scripts/Makefile.in.orig	2009-05-21 06:49:55 +0200
-+++ scripts/Makefile.in	2009-05-21 19:07:17 +0200
-@@ -736,8 +736,8 @@
+--- scripts/Makefile.in.orig	2009-07-08 11:28:41 +0200
++++ scripts/Makefile.in	2009-07-09 11:29:46 +0200
+@@ -739,8 +739,8 @@
  	$(INSTALL_SCRIPT) install-info $(DESTDIR)$(sbindir)
  
  install-data-local:

+ 3 - 3
dpkg/dpkg.spec

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