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.4.tar.gz
|
||||||
/minicom-2.5.tar.gz
|
/minicom-2.5.tar.gz
|
||||||
/minicom-2.6.1.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
|
Summary: A text-based modem control and terminal emulation program
|
||||||
Name: minicom
|
Name: minicom
|
||||||
Version: 2.6.1
|
Version: 2.6.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://alioth.debian.org/projects/minicom/
|
URL: http://alioth.debian.org/projects/minicom/
|
||||||
License: GPL+ and GPLv2+ and GPLv2 and Public Domain and Copyright only
|
License: GPL+ and GPLv2+ and GPLv2 and Public Domain and Copyright only
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
@ -9,10 +9,7 @@ ExcludeArch: s390 s390x
|
|||||||
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
|
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
|
||||||
Requires: lockdev lrzsz
|
Requires: lockdev lrzsz
|
||||||
|
|
||||||
Source0: https://alioth.debian.org/frs/download.php/3700/minicom-2.6.1.tar.gz
|
Source0: https://alioth.debian.org/frs/download.php/3869/minicom-2.6.2.tar.gz
|
||||||
|
|
||||||
Patch5: minicom-2.5-de-ANSI-fication-removed.patch
|
|
||||||
Patch6: minicom-2.6.1-disable-lock-path-config-with-lockdev.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Minicom is a simple text-based modem control and terminal emulation
|
Minicom is a simple text-based modem control and terminal emulation
|
||||||
@ -22,8 +19,6 @@ language, and other features.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch5 -p1 -b .deansi
|
|
||||||
%patch6 -p1 -b .lockcfg
|
|
||||||
|
|
||||||
cp -pr doc doc_
|
cp -pr doc doc_
|
||||||
rm -f doc_/Makefile*
|
rm -f doc_/Makefile*
|
||||||
@ -50,6 +45,9 @@ mkdir -p %{buildroot}%{_sysconfdir}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 23 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-2
|
||||||
- Disable lock path config when built with lockdev (#754235)
|
- Disable lock path config when built with lockdev (#754235)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user