[bti] Update to 031

Michel Alexandre Salim salimma at fedoraproject.org
Tue Mar 22 22:22:47 UTC 2011


commit c66d6abece7dafe247281996e467e845560842b8
Author: Michel Alexandre Salim <michel at sylvestre.me>
Date:   Tue Mar 22 23:16:29 2011 +0100

    Update to 031

 .gitignore                   |    2 +-
 bti-028-readline5.patch      |   11 ----------
 bti-030-comment_marker.patch |   43 ------------------------------------------
 bti.spec                     |   24 ++++++++--------------
 sources                      |    2 +-
 5 files changed, 11 insertions(+), 71 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85f39be..2d00fdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/bti-030.tar.bz2
+/bti-031.tar.bz2
diff --git a/bti.spec b/bti.spec
index 96f6f07..e12d1e2 100644
--- a/bti.spec
+++ b/bti.spec
@@ -1,6 +1,6 @@
 Name:           bti
-Version:        030
-Release:        3%{?dist}
+Version:        031
+Release:        1%{?dist}
 Summary:        Bash Twitter/Identi.ca Idiocy
 
 Group:          Applications/Internet
@@ -8,16 +8,12 @@ License:        GPLv2
 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
 Source1:        README.Fedora
-Patch0:         bti-028-readline5.patch
-Patch1:         bti-030-comment_marker.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?el5}
-BuildRequires:  curl-devel readline-devel
-# This can be dropped once liboauth rev 2.1 lands
-BuildRequires:  nss-devel
+BuildRequires:  curl-devel
 %else
-BuildRequires:  libcurl-devel compat-readline5-devel
+BuildRequires:  libcurl-devel
 %endif
 BuildRequires:  liboauth-devel libxml2-devel pcre-devel
 #Requires:       
@@ -29,11 +25,6 @@ and fast manner to annoy the whole world.
 
 %prep
 %setup -q
-%if 0%{?el5}
-%else
-%patch0 -p1 -b .readline5
-%endif
-%patch1 -p1 -b .comment_marker
 cp -p %{SOURCE1} .
 
 
@@ -68,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 22 2011 Michel Salim <salimma at fedoraproject.org> - 031-1
+- Update to 031
+
 * Sat Mar 19 2011 Michel Salim <salimma at fedoraproject.org> - 030-3
 - Improved comment marker fix, now safer and handle lines containing both
   non-marker and marker '#'s
@@ -76,10 +70,10 @@ rm -rf $RPM_BUILD_ROOT
 - Improve detection of comment marker in configuration file
 
 * Fri Mar 18 2011 Michel Salim <salimma at fedoraproject.org> - 030-1
-- Update to 0.30
+- Update to 030
 
 * Sat Mar 12 2011 Michel Salim <salimma at fedoraproject.org> - 029-1
-- Update to 0.29
+- Update to 029
 
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 028-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources
index ca5f0ba..34c8ae5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29618ebbd6c16cc3997567a33286ac53  bti-030.tar.bz2
+030b2a74f976d89c1d9acbde5d72573f  bti-031.tar.bz2


More information about the scm-commits mailing list