[sjinn] Fix optstring for proper -r handling

John W. Linville linville at fedoraproject.org
Tue Jun 21 20:41:54 UTC 2011


commit 47282b9bde2a78c36971017859a4bafc24a2d406
Author: John W. Linville <linville at tuxdriver.com>
Date:   Tue Jun 21 16:39:54 2011 -0400

    Fix optstring for proper -r handling

 sjinn.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/sjinn.spec b/sjinn.spec
index 2d26414..4b1cd64 100644
--- a/sjinn.spec
+++ b/sjinn.spec
@@ -1,6 +1,6 @@
 Name:           sjinn
 Version:        1.01
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple tool for sending & receiving data from RS-232 devices
 
 Group:          Applications/Communications
@@ -21,6 +21,10 @@ Patch1:         sjinn-install-DESTDIR.patch
 # https://sourceforge.net/tracker/?func=detail&aid=3294981&group_id=26187&atid=386394
 Patch2:         sjinn-uncompress-man-pages.patch
 
+# Fix optstring for proper -r handling
+# https://sourceforge.net/tracker/?func=detail&aid=3324235&group_id=26187&atid=386394
+Patch3:         sjinn-optarg-r-fix.patch
+
 
 %description
 S-Jinn is a free, lightweight, open-source Linux application written in
@@ -76,6 +80,7 @@ gunzip rs232.1.gz
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # Fix some file permissions
 chmod -x INSTALL COPYING README EXAMPLES FAQS ChangeLog Makefile \
@@ -109,6 +114,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jun 21 2011 John W. Linville <linville at redhat.com> - 1.01-3
+- Fix optstring for proper -r handling
+
 * Fri Apr 29 2011 John W. Linville <linville at redhat.com> - 1.01-2
 - Remove executable bit from source files
 - Add comments for patches, including upstream bug references


More information about the scm-commits mailing list