]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- fix against broken patch uncriticaly taken from fedora; rel 2
authorzbyniu <zbyniu@pld-linux.org>
Tue, 27 Jul 2010 20:38:55 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk.spec -> 1.178

asterisk.spec

index 66623e8493b1a977efea3f3429e6840957363e15..f30758d046804732cb7cfb494ee6f10b7c74ebb2 100644 (file)
@@ -3,7 +3,6 @@
 # - use shared versions of LIBILBC:=ilbc/libilbc.a (ilbc not enabled currently)
 # - CFLAGS passing
 # - fix bluetooth patch
-# - ~/.asterisk_history gets encoded with \xxx on exit, each time yet again
 # - make package for moh sound files
 # - likely odbc and imap broken (identical code, some #define not working, etc):
 #   *** WARNING: identical binaries are copied, not linked:
@@ -31,7 +30,7 @@
 %bcond_without verbose         # verbose build
 
 %define                spandsp_version 0.0.2pre26
-%define                rel     1
+%define                rel     2
 Summary:       Asterisk PBX
 Summary(pl.UTF-8):     Centralka (PBX) Asterisk
 Name:          asterisk
@@ -68,6 +67,7 @@ Patch14:      %{name}-bristuff-build.patch
 Patch15:       %{name}-bristuff-libpri.patch
 Patch16:       lpc10-system.patch
 Patch17:       gsm-libpoison.patch
+Patch18:       Fix-history-loading-when-using-external-libedit.patch
 URL:           http://www.asterisk.org/
 BuildRequires: OSPToolkit-devel
 BuildRequires: SDL_image-devel
@@ -552,6 +552,7 @@ cp %{SOURCE11} .
 %endif
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 
 # Fixup makefile so sound archives aren't downloaded/installed
 %{__sed} -i -e 's/^all:.*$/all:/' sounds/Makefile
This page took 0.381893 seconds and 4 git commands to generate.