diff --git a/.cvsignore b/.cvsignore index a4672e0..f06d59b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libedit-20070831-2.10.tar.gz +libedit-20080712-2.11.tar.gz diff --git a/libedit.spec b/libedit.spec index b7b1df8..eb77a6e 100644 --- a/libedit.spec +++ b/libedit.spec @@ -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 - 2.11-1.20080712cvs +- Version bump to 20080712-2.11. + * Sat Feb 16 2008 Debarshi Ray - 2.10-4.20070831cvs - Rebuilding with gcc-4.3 in Rawhide. diff --git a/sources b/sources index 013859e..a48862b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8abd1169825efecfccb0f7b4c338bb5 libedit-20070831-2.10.tar.gz +140c56efbc68d7255b7045eb604e8a45 libedit-20080712-2.11.tar.gz