diff --git a/.cvsignore b/.cvsignore index fc7e54e..f2a04da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bti-015.tar.bz2 +bti-023.tar.bz2 diff --git a/bti.spec b/bti.spec index f1f9cca..bd0d415 100644 --- a/bti.spec +++ b/bti.spec @@ -1,6 +1,6 @@ Name: bti -Version: 015 -Release: 2%{?dist} +Version: 023 +Release: 1%{?dist} Summary: Bash Twitter/Identi.ca Idiocy Group: Applications/Internet @@ -9,8 +9,8 @@ URL: http://www.kernel.org/pub/linux/kernel/people/gregkh/bti Source0: http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/bti-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# still supporting EL-5 and F-8, rename to libcurl-devel once this changes -BuildRequires: curl-devel readline-devel libxml2-devel +# still supporting EL-5, rename to libcurl-devel once this changes +BuildRequires: curl-devel compat-readline5-devel libxml2-devel #Requires: %description @@ -23,7 +23,8 @@ and fast manner to annoy the whole world. %build -CFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags} +CFLAGS=$RPM_OPT_FLAGS -I%{_includedir}/readline5 \ + LDFLAGS="-L%{_libdir}/readline5" make %{?_smp_mflags} %install @@ -52,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 19 2009 Michel Salim - 023-1 +- Update to 023 +- Build against readline v5, due to licensing incompatibilities with v6 + (bug #511301) + * Fri Jul 24 2009 Fedora Release Engineering - 015-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index b12a041..ae61579 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29c02e0ac16c8eaf73fad9fbba40eca2 bti-015.tar.bz2 +93b86457e13b838d3118b7eed4e0a38b bti-023.tar.bz2