]> git.pld-linux.org Git - packages/ElectricFence.git/commitdiff
- release 4, ElectricFence-2_2_2-4
authorkloczek <kloczek@pld-linux.org>
Tue, 30 May 2000 02:30:57 +0000 (02:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge va_arg patch from rawhide.

Changed files:
    ElectricFence.spec -> 1.26

ElectricFence.spec

index 76338a0ba2aaafe14b3e1a50c44248c8ecad01cc..d7a9ab04625ac1268dc28ac96ac556dfbee2104c 100644 (file)
@@ -3,17 +3,18 @@ Summary(de):  Debugger zum Erkennen von Speicherzugriffsverletzungen
 Summary(es):   Electric Fence biblioteca de depuración de memoria en C
 Summary(fr):   Bibliothèque C de débuggage mémoire Electric Fence
 Summary(pl):   Biblioteka do wykrywania b³edów alokacji pamiêci
-Summary(pt_BR):Electric Fence biblioteca de depuração de memória em C
+Summary(pt):   Electric Fence biblioteca de depuração de memória em C
 Summary(tr):   C için bellek hatasý ayýklama kitaplýðý
 Name:          ElectricFence
 Version:       2.2.2
-Release:       3
+Release:       4
 License:       GPL
 Group:         Development/Debuggers
 Group(pl):     Programowanie/Odpluskwiacze
-Source0:       ftp://perens.com/pub/ElectricFence/Beta/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.perens.com/pub/ElectricFence/Beta/%{name}-%{version}.tar.gz
 Patch0:                ElectricFence-longjmp.patch
 Patch1:                ElectricFence-no_bash.spec
+Patch2:                ElectricFence-va_arg.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,9 +27,6 @@ ElectricFence will then stop the program on the first instruction that
 caused a bounds violation and you can use your favorite debugger to
 display the offending statement.
 
-This package will install ElectricFence, which you can use if you're
-searching for a debugger to find malloc() violations.
-
 %description -l de
 Wenn Sie wissen, was malloc()-Verletzungen sind, sind Sie
 wahrscheinlich an ElectricFence interessiert. ElectricFence ist ein
@@ -59,7 +57,7 @@ dowolnego programu dzi
 ³aduje do pamiêci przez LD_PRELOAD bibliotekê libefence i uruchamia
 program przekazany do tego skryptu jako parametr.
 
-%description -l pt_BR
+%description -l pt
 Electric Fence é uma biblioteca que pode ser usada para programação e
 depuração em C. Você o "linka" em tempo de compilação e ele o avisará
 sobre possíveis problemas como liberação de memória não alocada, etc.
@@ -86,6 +84,7 @@ Biblioteka statyczna Electric Fence.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS"
This page took 0.136103 seconds and 4 git commands to generate.