[libedit] Update to 3.0 (20110802 snap), fixes #732989

Kamil Dudka kdudka at fedoraproject.org
Fri Aug 26 10:41:49 UTC 2011


commit 1feeb90cf7070055bcba1fb4bdbc02ade8c8b7be
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Fri Aug 26 12:40:41 2011 +0200

    Update to 3.0 (20110802 snap), fixes #732989

 .gitignore                 |    1 +
 libedit-3.0-warnings.patch |   93 --------------------------------------------
 libedit.spec               |    9 ++--
 sources                    |    2 +-
 4 files changed, 6 insertions(+), 99 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b3808a..4f78597 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libedit-20110227-3.0.tar.gz
+/libedit-20110802-3.0.tar.gz
diff --git a/libedit.spec b/libedit.spec
index 516021a..6260d8b 100644
--- a/libedit.spec
+++ b/libedit.spec
@@ -1,4 +1,4 @@
-%define snap 20110227
+%define snap 20110802
 
 Summary:	The NetBSD Editline library
 Name:		libedit
@@ -9,9 +9,6 @@ Group:		System Environment/Libraries
 URL:		http://www.thrysoee.dk/editline/
 Source0:	http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
 
-# eliminate compile-time warnings
-Patch0:		libedit-3.0-warnings.patch
-
 BuildRequires:	ncurses-devel
 
 %description
@@ -32,7 +29,6 @@ This package contains development files for %{name}.
 
 %prep
 %setup -q -n %{name}-%{snap}-%{version}
-%patch0 -p1
 
 # Suppress rpmlint error.
 iconv -f ISO8859-1 -t UTF-8 -o ChangeLog.utf-8 ChangeLog
@@ -78,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/editline/readline.h
 
 %changelog
+* Fri Aug 26 2011 Kamil Dudka <kdudka at redhat.com> 3.0-3.20110802cvs
+- Update to 3.0 (20110802 snap), fixes #732989
+
 * Thu Mar 24 2011 Jerry James <loganjerry at gmail.com> - 3.0-3.20110227cvs
 - Update to 3.0 (20110227 snap)
 - Drop upstreamed -sigwinch patch
diff --git a/sources b/sources
index 92e4b20..a45facc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-411e0a79c36a2e8d64b160b4ca2fcf53  libedit-20110227-3.0.tar.gz
+0ea42e2c794da8ed32f6307b427f6590  libedit-20110802-3.0.tar.gz


More information about the scm-commits mailing list