commit 7d6e819f45f0ad183bd2929e5464ebc6556411d6
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Mon Nov 5 13:52:06 2012 +0100

    - up to 20120601

 libedit-tinfo.patch | 20 --------------------
 libedit.spec        | 10 ++++------
 2 files changed, 4 insertions(+), 26 deletions(-)
---
diff --git a/libedit.spec b/libedit.spec
index aabdbd5..770cac7 100644
--- a/libedit.spec
+++ b/libedit.spec
@@ -6,15 +6,14 @@ Summary:      Editline Library
 Summary(pl.UTF-8):     Biblioteka Editline (edytor linii poleceń)
 Name:          libedit
 Version:       3.0
-%define        snap    20110802
-Release:       7
+%define        snap    20120601
+Release:       8
 Epoch:         0
 License:       BSD
 Group:         Libraries
 Source0:       
http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
-# Source0-md5: 0ea42e2c794da8ed32f6307b427f6590
-Patch0:                %{name}-tinfo.patch
-Patch1:                %{name}-man.patch
+# Source0-md5: e50f6a7afb4de00c81650f7b1a0f5aea
+Patch0:                %{name}-man.patch
 URL:           http://www.thrysoee.dk/editline/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
@@ -63,7 +62,6 @@ Statyczna biblioteka libedit.
 %prep
 %setup -q -n %{name}-%{snap}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/libedit-tinfo.patch b/libedit-tinfo.patch
deleted file mode 100644
index 03a6032..0000000
--- a/libedit-tinfo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- libedit-20110802-3.0/configure.ac~ 2011-08-02 10:09:05.000000000 +0200
-+++ libedit-20110802-3.0/configure.ac  2011-08-21 10:54:16.702923119 +0200
-@@ -44,7 +44,8 @@
- EL_MANTYPE
- 
- 
--AC_CHECK_LIB(terminfo, tgetent,,
-+AC_CHECK_LIB(tinfo, tgetent,,
-+  [AC_CHECK_LIB(terminfo, tgetent,,
-     [AC_CHECK_LIB(termcap, tgetent,,
-        [AC_CHECK_LIB(termlib, tgetent,,
-            [AC_CHECK_LIB(curses, tgetent,,
-@@ -54,6 +55,7 @@
-            )]
-        )]
-     )]
-+  )]
- )
- 
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libedit.git/commitdiff/7d6e819f45f0ad183bd2929e5464ebc6556411d6

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to