rpms/bti/devel .cvsignore,1.5,1.6 bti.spec,1.7,1.8 sources,1.5,1.6

Michel Alexandre Salim salimma at fedoraproject.org
Thu Aug 20 01:34:28 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/bti/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29358/devel

Modified Files:
	.cvsignore bti.spec sources 
Log Message:
* Wed Aug 19 2009 Michel Salim <salimma at fedoraproject.org> - 023-1
- Update to 023
- Build against readline v5, due to licensing incompatibilities with v6
  (bug #511301)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bti/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	13 Mar 2009 05:22:49 -0000	1.5
+++ .cvsignore	20 Aug 2009 01:34:28 -0000	1.6
@@ -1 +1 @@
-bti-015.tar.bz2
+bti-023.tar.bz2


Index: bti.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bti/devel/bti.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- bti.spec	24 Jul 2009 18:27:36 -0000	1.7
+++ bti.spec	20 Aug 2009 01:34:28 -0000	1.8
@@ -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/pu
 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 <salimma at fedoraproject.org> - 023-1
+- Update to 023
+- Build against readline v5, due to licensing incompatibilities with v6
+  (bug #511301)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 015-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bti/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	13 Mar 2009 05:22:49 -0000	1.5
+++ sources	20 Aug 2009 01:34:28 -0000	1.6
@@ -1 +1 @@
-29c02e0ac16c8eaf73fad9fbba40eca2  bti-015.tar.bz2
+93b86457e13b838d3118b7eed4e0a38b  bti-023.tar.bz2




More information about the fedora-extras-commits mailing list