[picocom] Update to 1.7.

Kevin Fenzi kevin at fedoraproject.org
Sun Feb 3 17:03:15 UTC 2013


commit bdca7ebf81eb297278d93b952e81c0f82507f98b
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Feb 3 10:03:11 2013 -0700

    Update to 1.7.
    
    - Drop upstreamed patch

 .gitignore                                         |    1 +
 ...ctor-out-UUCP_LOCK_DIR-for-easy-overridin.patch |   47 --------------------
 picocom.spec                                       |   14 +++---
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6115f4..06e05e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 picocom-1.4.tar.gz
 /picocom-1.6.tar.gz
+/picocom-1.7.tar.gz
diff --git a/picocom.spec b/picocom.spec
index b967a2b..7e64c49 100644
--- a/picocom.spec
+++ b/picocom.spec
@@ -1,6 +1,6 @@
 Name:           picocom
-Version:        1.6
-Release:        5%{?dist}
+Version:        1.7
+Release:        1%{?dist}
 Summary:        Minimal serial communications program
 
 Group:          Applications/Communications
@@ -8,9 +8,6 @@ License:        GPLv2+
 URL:            http://code.google.com/p/picocom/
 Source0:        http://picocom.googlecode.com/files/picocom-%{version}.tar.gz
 
-# filed upstream http://code.google.com/p/picocom/issues/detail?id=15
-Patch0:         0001-Makefile-factor-out-UUCP_LOCK_DIR-for-easy-overridin.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # for groupadd
@@ -30,7 +27,6 @@ stripped).
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 make CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS" %{_smp_mflags} UUCP_LOCK_DIR=/run/lock/picocom
@@ -52,12 +48,16 @@ exit 0
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES CONTRIBUTORS LICENSE.txt NEWS README
+%doc CHANGES CONTRIBUTORS LICENSE.txt README
 %dir %attr(0775,root,dialout) /run/lock/picocom
 %{_bindir}/picocom
 %{_mandir}/man8/*
 
 %changelog
+* Sun Feb 03 2013 Kevin Fenzi <kevin at scrye.com> 1.7-1
+- Update to 1.7. 
+- Drop upstreamed patch
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2353386..07fae18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-426c3d30b82cbc80b0dafdccd6020c6c  picocom-1.6.tar.gz
+8eaba1d31407e8408674d6e57af447ef  picocom-1.7.tar.gz


More information about the scm-commits mailing list