- Version bump to 20080712-2.11.

This commit is contained in:
Debarshi Ray 2008-07-27 18:54:30 +00:00
parent 3abc4bb89d
commit 7c4733f4dc
3 changed files with 14 additions and 7 deletions

View File

@ -1 +1 @@
libedit-20070831-2.10.tar.gz
libedit-20080712-2.11.tar.gz

View File

@ -1,9 +1,9 @@
%define snap 20070831
%define snap 20080712
Summary: The NetBSD Editline library
Name: libedit
Version: 2.10
Release: 4.%{snap}cvs%{?dist}
Version: 2.11
Release: 1.%{snap}cvs%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://www.thrysoee.dk/editline/
@ -38,6 +38,10 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
%build
%configure --disable-static
# Trying to omit unused direct shared library dependencies leads to
# undefined non-weak symbols.
make %{?_smp_mflags}
%install
@ -61,16 +65,19 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root,-)
%doc examples/fileman.c examples/test.c
%doc %{_mandir}/man3/*
%doc %{_mandir}/man5/editrc.5*
%{_includedir}/histedit.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man3/*
%{_mandir}/man5/editrc.5.gz
%dir %{_includedir}/editline
%{_includedir}/editline/readline.h
%changelog
* Sun Jul 28 2008 Debarshi Ray <rishi@fedoraproject.org> - 2.11-1.20080712cvs
- Version bump to 20080712-2.11.
* Sat Feb 16 2008 Debarshi Ray <rishi@fedoraproject.org> - 2.10-4.20070831cvs
- Rebuilding with gcc-4.3 in Rawhide.

View File

@ -1 +1 @@
e8abd1169825efecfccb0f7b4c338bb5 libedit-20070831-2.10.tar.gz
140c56efbc68d7255b7045eb604e8a45 libedit-20080712-2.11.tar.gz