Update to 2.6.2
This commit is contained in:
parent
416173820c
commit
235527be66
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
14
minicom.spec
14
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 <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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user