Update to 2.6.2

This commit is contained in:
Jaromir Capik 2013-02-07 13:46:51 +01:00
parent 416173820c
commit 235527be66
3 changed files with 8 additions and 9 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jcapik@redhat.com> - 2.6.2-1
- Update to 2.6.2
* Wed Jan 23 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-2
- Disable lock path config when built with lockdev (#754235)

View File

@ -1 +1 @@
435fb410a5bfa9bb20d4248b3ca53529 minicom-2.6.1.tar.gz
203c56c4b447f45e2301b0cc4e83da3c minicom-2.6.2.tar.gz