[libedit] Update to 20140213-3.1

Kamil Dudka kdudka at fedoraproject.org
Wed Mar 19 11:26:42 UTC 2014


commit 4497e9dec6ea465f20759b65a60df5ec226871c2
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Mar 19 12:22:56 2014 +0100

    Update to 20140213-3.1

 .gitignore                     |    1 +
 libedit-20130712-history.patch |   56 ----------------------------------------
 libedit.spec                   |   14 ++++-----
 sources                        |    2 +-
 4 files changed, 8 insertions(+), 65 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15d5e78..4da6eae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ libedit-20110227-3.0.tar.gz
 /libedit-20121213-3.0.tar.gz
 /libedit-20130601-3.1.tar.gz
 /libedit-20130712-3.1.tar.gz
+/libedit-20140213-3.1.tar.gz
diff --git a/libedit.spec b/libedit.spec
index 578e234..80a439f 100644
--- a/libedit.spec
+++ b/libedit.spec
@@ -1,17 +1,13 @@
-%global snap 20130712
+%global snap 20140213
 
 Summary:	The NetBSD Editline library
 Name:		libedit
 Version:	3.1
-Release:	4.%{snap}cvs%{?dist}
+Release:	5.%{snap}cvs%{?dist}
 License:	BSD
 Group:		System Environment/Libraries
 URL:		http://www.thrysoee.dk/editline/
 Source0:	http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
-
-# avoid SIGSEGV in clear_history() if called prior to using_history() (#1055409)
-Patch1:		libedit-20130712-history.patch
-
 BuildRequires:	ncurses-devel
 
 %description
@@ -32,7 +28,6 @@ This package contains development files for %{name}.
 
 %prep
 %setup -q -n %{name}-%{snap}-%{version}
-%patch1 -p1
 
 # Suppress rpmlint error.
 iconv -f ISO8859-1 -t UTF-8 -o ChangeLog.utf-8 ChangeLog
@@ -71,8 +66,11 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 %{_includedir}/editline/readline.h
 
 %changelog
+* Wed Mar 19 2014 Kamil Dudka <kdudka at redhat.com> - 3.1-1.20140213cvs
+- Update to 20140213-3.1
+
 * Tue Jan 21 2014 Kamil Dudka <kdudka at redhat.com> - 3.1-4.20130712cvs
-- avoid SIGSEGV in clear_history() if called prior to using_history() (#1055409)
+- Avoid SIGSEGV in clear_history() if called prior to using_history() (#1055409)
 
 * Thu Jan 02 2014 Kamil Dudka <kdudka at redhat.com> - 3.1-3.20130712cvs
 - Update to 20130712-3.1 (#1045675)
diff --git a/sources b/sources
index 3ac0ce5..105dd70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0891336c697362727a1fa7e60c5cb96c  libedit-20130712-3.1.tar.gz
+50bacd08cb42cae5dc437c28d71f39bd  libedit-20140213-3.1.tar.gz


More information about the scm-commits mailing list