[libedit] Update to 3.0 (20120601 snap)

Kamil Dudka kdudka at fedoraproject.org
Wed Jul 18 12:22:51 UTC 2012


commit bc4741114d34f25fd9c87382de558b25d2a515eb
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Jul 18 13:54:01 2012 +0200

    Update to 3.0 (20120601 snap)

 .gitignore                          |    1 +
 libedit-20110802-3.0-coverity.patch |  233 -----------------------------------
 libedit.spec                        |    9 +-
 sources                             |    2 +-
 4 files changed, 7 insertions(+), 238 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f78597..acbc53b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libedit-20110227-3.0.tar.gz
 /libedit-20110802-3.0.tar.gz
+/libedit-20120601-3.0.tar.gz
diff --git a/libedit.spec b/libedit.spec
index f7faa19..2f57d84 100644
--- a/libedit.spec
+++ b/libedit.spec
@@ -1,14 +1,13 @@
-%define snap 20110802
+%define snap 20120601
 
 Summary:	The NetBSD Editline library
 Name:		libedit
 Version:	3.0
-Release:	6.%{snap}cvs%{?dist}
+Release:	7.%{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
-Patch0:		libedit-20110802-3.0-coverity.patch
 
 BuildRequires:	ncurses-devel
 
@@ -30,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
@@ -76,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/editline/readline.h
 
 %changelog
+* Wed Jul 18 2012 Kamil Dudka <kdudka at redhat.com> 3.0-7.20120601cvs
+- Update to 3.0 (20120601 snap)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-6.20110802cvs
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index a45facc..a0f3458 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ea42e2c794da8ed32f6307b427f6590  libedit-20110802-3.0.tar.gz
+e50f6a7afb4de00c81650f7b1a0f5aea  libedit-20120601-3.0.tar.gz


More information about the scm-commits mailing list