From 235527be66f2acb7ad176a3e4c3cb0928b0fb596 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Thu, 7 Feb 2013 13:46:51 +0100 Subject: [PATCH] Update to 2.6.2 --- .gitignore | 1 + minicom.spec | 14 ++++++-------- sources | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 96af155..2e8cf87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ minicom-2.4.tar.gz /minicom-2.5.tar.gz /minicom-2.6.1.tar.gz +/minicom-2.6.2.tar.gz diff --git a/minicom.spec b/minicom.spec index 1bff679..a28cd28 100644 --- a/minicom.spec +++ b/minicom.spec @@ -1,7 +1,7 @@ Summary: A text-based modem control and terminal emulation program Name: minicom -Version: 2.6.1 -Release: 2%{?dist} +Version: 2.6.2 +Release: 1%{?dist} URL: http://alioth.debian.org/projects/minicom/ License: GPL+ and GPLv2+ and GPLv2 and Public Domain and Copyright only Group: Applications/Communications @@ -9,10 +9,7 @@ ExcludeArch: s390 s390x BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel Requires: lockdev lrzsz -Source0: https://alioth.debian.org/frs/download.php/3700/minicom-2.6.1.tar.gz - -Patch5: minicom-2.5-de-ANSI-fication-removed.patch -Patch6: minicom-2.6.1-disable-lock-path-config-with-lockdev.patch +Source0: https://alioth.debian.org/frs/download.php/3869/minicom-2.6.2.tar.gz %description Minicom is a simple text-based modem control and terminal emulation @@ -22,8 +19,6 @@ language, and other features. %prep %setup -q -%patch5 -p1 -b .deansi -%patch6 -p1 -b .lockcfg cp -pr doc doc_ rm -f doc_/Makefile* @@ -50,6 +45,9 @@ mkdir -p %{buildroot}%{_sysconfdir} %{_mandir}/man1/* %changelog +* Thu Feb 07 2013 Jaromir Capik - 2.6.2-1 +- Update to 2.6.2 + * Wed Jan 23 2013 Jaromir Capik - 2.6.1-2 - Disable lock path config when built with lockdev (#754235) diff --git a/sources b/sources index fa42c31..5a37616 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -435fb410a5bfa9bb20d4248b3ca53529 minicom-2.6.1.tar.gz +203c56c4b447f45e2301b0cc4e83da3c minicom-2.6.2.tar.gz