]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- reduce stack usage, to avoid random sigsegv (catched on ac/th-athlon).
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 10 Apr 2005 21:36:05 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 0.9 (testing...).

Changed files:
    rpm.spec -> 1.645

rpm.spec

index 9a455ed4a47aa735ffb66b3486fa8acc5c79e50b..9f06a8ac9b41b65da026387418f00db03f62e0d7 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -31,7 +31,7 @@ Summary(uk):  
 Name:          rpm
 %define        sover   4.4
 Version:       4.4.1
-Release:       0.8
+Release:       0.9
 License:       GPL
 Group:         Base
 Source0:       ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -96,6 +96,7 @@ Patch37:      %{name}-doxygen_hack.patch
 Patch38:       %{name}-gcc4.patch
 Patch39:       %{name}-pythondeps.patch
 Patch40:       %{name}-print-requires.patch
+Patch41:       %{name}-reduce-stack-usage.patch
 URL:           http://www.rpm.org/
 Icon:          rpm.gif
 BuildRequires: autoconf >= 2.52
@@ -636,6 +637,7 @@ cat %{SOURCE11} >> macros.in
 %patch38 -p1
 %patch39 -p1
 %patch40 -p1
+%patch41 -p1
 %patch0 -p1
 %patch3 -p1
 
This page took 0.043469 seconds and 4 git commands to generate.