[libedit] Update to 20121213-3.0 (#912957)

Kamil Dudka kdudka at fedoraproject.org
Wed Feb 20 12:47:00 UTC 2013


commit 5a2257359c4bd4d6b87cde0d4c45a5471de06246
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Feb 20 13:39:38 2013 +0100

    Update to 20121213-3.0 (#912957)

 .gitignore                              |    1 +
 libedit-20120601-3.0-insertstr-mb.patch |   27 ---------------------------
 libedit.spec                            |   11 +++++------
 sources                                 |    2 +-
 4 files changed, 7 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index acbc53b..86b334b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libedit-20110227-3.0.tar.gz
 /libedit-20110802-3.0.tar.gz
 /libedit-20120601-3.0.tar.gz
+/libedit-20121213-3.0.tar.gz
diff --git a/libedit.spec b/libedit.spec
index 8f37d77..851a073 100644
--- a/libedit.spec
+++ b/libedit.spec
@@ -1,17 +1,14 @@
-%global snap 20120601
+%global snap 20121213
 
 Summary:	The NetBSD Editline library
 Name:		libedit
 Version:	3.0
-Release:	9.%{snap}cvs%{?dist}
+Release:	10.%{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
 
-# fix crash of el_insertstr() on incomplete multi-byte sequence (#840598)
-Patch0:		libedit-20120601-3.0-insertstr-mb.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
@@ -71,6 +67,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 %{_includedir}/editline/readline.h
 
 %changelog
+* Wed Feb 20 2013 Kamil Dudka <kdudka at redhat.com> - 3.0-10.20121213cvs
+- Update to 20121213-3.0 (#912957)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-9.20120601cvs
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index a0f3458..9f93c93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e50f6a7afb4de00c81650f7b1a0f5aea  libedit-20120601-3.0.tar.gz
+f475f50fe7467c1074c0fbae8b5bca1a  libedit-20121213-3.0.tar.gz


More information about the scm-commits mailing list