[goobook] Remove s in sed and add changelog

helloworld1 helloworld1 at fedoraproject.org
Thu Jul 28 18:14:30 UTC 2011


commit 85d528fe427b40d18f135c441a82ac384aa1b67e
Author: liberty <liberty at libertyhost.fedora>
Date:   Thu Jul 28 11:14:00 2011 -0700

    Remove s in sed and add changelog

 goobook.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/goobook.spec b/goobook.spec
index 2d31bad..673c5fa 100644
--- a/goobook.spec
+++ b/goobook.spec
@@ -1,6 +1,6 @@
 Name:		goobook
 Version:	1.3
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Abook-style interface for google contacts for mutt
 
 Group:		Applications/Internet
@@ -28,7 +28,7 @@ Goobook is a command-line interface to Google contacts. It includes
 
 %prep
 # Remove the argparse dependency
-sed -i 's/argparse>=1.1/d' setup.py
+sed -i '/argparse>=1.1/d' setup.py
 
 %setup -q -n %{name}-%{version}
 
@@ -55,6 +55,9 @@ done
 
 
 %changelog
+* Sun July 28 2011 Howard Ning <mrlhwliberty at gmail.com> - 1.3-8
+- Remove argparser in the setup.py so it will work on F15
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list