packages (rpm-4_5): rpm/rpm-new-debuginfo.patch, rpm/rpm.spec - compress de...

pluto pluto at pld-linux.org
Mon May 7 20:26:47 CEST 2012


Author: pluto                        Date: Mon May  7 18:26:47 2012 GMT
Module: packages                      Tag: rpm-4_5
---- Log message:
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
- release 66.

---- Files affected:
packages/rpm:
   rpm-new-debuginfo.patch (1.1.2.4 -> 1.1.2.5) , rpm.spec (1.837.2.42.2.49.2.121 -> 1.837.2.42.2.49.2.122) 

---- Diffs:

================================================================
Index: packages/rpm/rpm-new-debuginfo.patch
diff -u packages/rpm/rpm-new-debuginfo.patch:1.1.2.4 packages/rpm/rpm-new-debuginfo.patch:1.1.2.5
--- packages/rpm/rpm-new-debuginfo.patch:1.1.2.4	Wed Oct 28 19:15:46 2009
+++ packages/rpm/rpm-new-debuginfo.patch	Mon May  7 20:26:42 2012
@@ -11,7 +11,7 @@
  #	Template for debug information sub-package.
 --- rpm-4.5/scripts/find-debuginfo.sh.orig	2007-08-31 03:07:02.000000000 +0200
 +++ rpm-4.5/scripts/find-debuginfo.sh	2009-09-17 15:22:30.299290490 +0200
-@@ -1,57 +1,327 @@
+@@ -1,57 +1,328 @@
 -#!/bin/sh
 +#!/bin/bash
  #find-debuginfo.sh - automagically generate debug info and file list
@@ -105,6 +105,7 @@
  {
 -  eu-strip --remove-comment -f "$1" "$2" || :
 +  local t=$(mktemp "/tmp/rpm.stripped.XXXXXX")
++  objcopy --compress-debug-sections "$2" || exit
 +  eu-strip --remove-comment -f "$1" "$2" -o "$t" || exit
 +  rm -f "$t"
 +}

================================================================
Index: packages/rpm/rpm.spec
diff -u packages/rpm/rpm.spec:1.837.2.42.2.49.2.121 packages/rpm/rpm.spec:1.837.2.42.2.49.2.122
--- packages/rpm/rpm.spec:1.837.2.42.2.49.2.121	Wed Feb 29 20:11:53 2012
+++ packages/rpm/rpm.spec	Mon May  7 20:26:42 2012
@@ -58,7 +58,7 @@
 Summary(uk.UTF-8):	Менеджер пакетів від RPM
 Name:		rpm
 Version:	4.5
-Release:	65
+Release:	66
 License:	LGPL
 Group:		Base
 Source0:	%{name}-%{version}.tar.gz
@@ -1495,6 +1495,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.837.2.42.2.49.2.122  2012/05/07 18:26:42  pluto
+- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
+- release 66.
+
 Revision 1.837.2.42.2.49.2.121  2012/02/29 19:11:53  pluto
 - release 65 (add -pipe to x86 compilation flags).
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/rpm/rpm-new-debuginfo.patch?r1=1.1.2.4&r2=1.1.2.5
    http://cvs.pld-linux.org/packages/rpm/rpm.spec?r1=1.837.2.42.2.49.2.121&r2=1.837.2.42.2.49.2.122



More information about the pld-cvs-commit mailing list