diff --git a/.minicom.metadata b/.minicom.metadata
new file mode 100644
index 0000000..ceeae62
--- /dev/null
+++ b/.minicom.metadata
@@ -0,0 +1 @@
+e4267f89e4046c4e3d28cad5aa643edb1de4169a SOURCES/minicom-2.6.2.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 0e7897f..0000000
--- a/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The master branch has no content
- 
-Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6
- 
-If you find this file in a distro specific branch, it means that no content has been checked in yet
diff --git a/SOURCES/minicom-2.6.2-RH-man-page-scan.patch b/SOURCES/minicom-2.6.2-RH-man-page-scan.patch
new file mode 100644
index 0000000..2f085c8
--- /dev/null
+++ b/SOURCES/minicom-2.6.2-RH-man-page-scan.patch
@@ -0,0 +1,193 @@
+diff -Naur minicom-2.6.2.orig/man/minicom.1 minicom-2.6.2/man/minicom.1
+--- minicom-2.6.2.orig/man/minicom.1	2012-09-02 19:29:30.000000000 +0200
++++ minicom-2.6.2/man/minicom.1	2013-07-31 14:08:12.653963661 +0200
+@@ -4,7 +4,7 @@
+ .\" It may be distributed under the GNU Public License, version 2, or
+ .\" any higher version.  See section COPYING of the GNU Public license
+ .\" for conditions under which this file may be redistributed.
+-.TH MINICOM 1 "$Date: 2012-09" "User's Manual" "Version 2.6.1"
++.TH MINICOM 1 "July 2013" "User's Manual" "Version 2.6.2"
+ .SH NAME
+ minicom \- friendly serial communication program
+ .SH SYNOPSIS
+@@ -9,10 +9,7 @@
+ minicom \- friendly serial communication program
+ .SH SYNOPSIS
+ .B minicom
+-.RI "[\-somMlwz8] [\-c on|off] [\-S script] [\-d entry]"
+-.br
+-.in 15
+-.RI "[\-a on|off] [\-t term] [\-p pty] [\-C capturefile] [" configuration ]
++.RI "[options] [" configuration ]
+ .SH DESCRIPTION
+ .B minicom
+ is a communication program which somewhat resembles the shareware
+@@ -23,7 +23,7 @@
+ configurations, and more.
+ .SH COMMAND-LINE
+ .TP 0.5i
+-.B \-s
++.B \-s, --setup
+ .BR S etup.
+ Root edits the system-wide defaults in /etc/minirc.dfl with this option. 
+ When it is used, minicom does 
+@@ -33,7 +33,7 @@
+ because your system has changed, or for the first time you run
+ minicom. For most systems, reasonable defaults are already compiled in.
+ .TP 0.5i
+-.B \-o
++.B \-o, --noinit
+ Do not initialize. Minicom will skip the initialization code.  This
+ option is handy if you quit from minicom without resetting, and
+ then want to restart a session. It is potentially dangerous though: no
+@@ -42,7 +42,7 @@
+ it is assumed, that users who are given access to a modem are
+ responsible enough for their actions.
+ .TP 0.5i
+-.B \-m
++.B \-m, --metakey
+ Override command-key with the Meta or ALT key. This is the default in 1.80
+ and it can also be configured in one of minicom's menus, but if you use 
+ different terminals all the time, of which some don't have a Meta or ALT key,
+@@ -51,39 +51,39 @@
+ assumes that your Meta key sends the ESC prefix, not the other variant
+ that sets the highest bit of the character.
+ .TP 0.5i
+-.B \-M
++.B \-M, --metakey8
+ Same as \-m, but assumes that your Meta key sets the 8th bit of the
+ character high (sends 128 + character code).
+ .TP 0.5i
+-.B \-z
++.B \-z, --statline
+ Use terminal status line. This only works on terminals that support it
+ and that have the relevant information in their \fItermcap\fP or
+ \fIterminfo\fP database entry.
+ .TP 0.5i
+-.B \-l
++.B \-l, --ansi
+ .BR L iteral
+ translation of characters with the high bit set. With this flag on,
+ minicom will try to translate the IBM line characters to ASCII. Many PC-unix
+ clones will display character correctly without translation (Linux in a
+ special mode, Coherent and SCO).
+ .TP 0.5i
+-.B \-L
++.B \-L, --iso
+ Ditto but assume screen uses an ISO8859 character set.
+ .TP 0.5i
+-.B \-w
++.B \-w, --wrap
+ Turns line-wrap on at startup by default.
+ .TP 0.5i
+-.B \-H
++.B \-H, --displayhex
+ Turn on output in hex mode.
+ .TP 0.5i
+-.B \-a
++.B \-a, --attrib=on/off
+ .BR A ttribute
+ usage. Some terminals, notably Televideo's, have rotten attribute
+ handling (serial instead of parallel). By default, minicom uses '\-a
+ on', but if you are using such a terminal you can (must!)  supply the
+ option '\-a off'. The trailing 'on' or 'off' is needed.
+ .TP 0.5i
+-.B \-t
++.B \-t, --term=TERM
+ .BR T erminal
+ type. With this flag, you can override the environment TERM variable.
+ This is handy for use in the MINICOM environment variable; one can create
+@@ -91,7 +91,7 @@
+ initializes the screen to raw mode so that in conjunction with the \-l
+ flag, the IBM line characters are displayed untranslated.
+ .TP 0.5i
+-.B \-c
++.B \-c, --color=on/off
+ .BR C olor
+ usage. Some terminals (such as the Linux console) support color with
+ the standard ANSI escape sequences. Because there is apparently no
+@@ -100,14 +100,14 @@
+ with '\-c on'. This, and the '\-m' option, are good candidates to put
+ into the MINICOM environment variable.
+ .TP 0.5i
+-.B \-S 
++.B \-S, --script=SCRIPT
+ .BR script .
+ Run the named script at startup. So far, passing username and password
+ to a startup script is not supported. If you also use the \-d option to
+ start dialing at startup, the \-S script will be run BEFORE dialing the
+ entries specified with \-d.
+ .TP 0.5i
+-.B \-d
++.B \-d, --dial=ENTRY
+ .BR D ial
+ an entry from the dialing directory on startup. You can specify an
+ index number, but also a substring of the name of the entry. If you 
+@@ -117,7 +117,7 @@
+ entry specified after all other program initialization procedures are 
+ completed.
+ .TP 0.5i
+-.B \-p
++.B \-p, --ptty=TTYP
+ .BR P seudo
+ terminal
+ to use. This overrides the terminal port defined in the configuration
+@@ -125,34 +125,40 @@
+ the form (/dev/)tty[p-z/][0-f], (/dev/)pts[p-z/][0-f] or 
+ (/dev/)pty[p-z/][0-f]. For example, /dev/ttyp1, pts/0 or /dev/ptyp2.
+ .TP 0.5i
+-.B \-C
++.B \-C, --capturefile=FILE
+ .BR filename .
+ Open capture file at startup.
+ .TP 0.5i
+-.B \-T
++.B \-T, --disabletime
+ Disable the display of the online time in the status bar.
+ .TP 0.5i
+-.B \-b
++.B \-b, --baudrate
+ Specify the baud rate, overriding the value given in the configuration
+ file.
+ .TP 0.5i
+-.B \-D
++.B \-D, --device
+ Specify the device, overriding the value given in the configuration file.
+ .TP 0.5i
+-.B \-R
++.B \-R, --remotecharset
+ Specify the character set of the remote system is using and convert it to
+ the character set of the local side. Example might be 'latin1'.
+ .TP 0.5i
+-.B \-7
++.B \-7, --7bit
+ 7bit mode for terminals which aren't 8bit capable. 8bit is default if the
+ environment is configured for this via LANG or LC_ALL, 7bit otherwise.
+ .TP 0.5i
+-.B \-8
++.B \-8, --8bit
+ 8bit characters pass through without any modification.  'Continuous'
+ means no locate/attribute control sequences are inserted without
+ real change of locate/attribute. This mode is to display 8bit
+ multi-byte characters such as Japanese. Not needed in every language with
+ 8bit characters. (For example displaying Finnish text doesn't need this.)
++.TP 0.5i
++.B \-h, --help
++Display help and exit.
++.TP 0.5i
++.B \-v, --version
++Print the minicom version.
+ .PP
+ .RS 0.5i
+ When
+diff -Naur minicom-2.6.2.orig/src/minicom.c minicom-2.6.2/src/minicom.c
+--- minicom-2.6.2.orig/src/minicom.c	2013-01-18 23:41:44.000000000 +0100
++++ minicom-2.6.2/src/minicom.c	2013-07-31 14:09:46.912181667 +0200
+@@ -831,6 +831,7 @@
+     "  -T, --disabletime      : disable display of online time\n"
+     "  -R, --remotecharset    : character set of communication partner\n"
+     "  -v, --version          : output version information and exit\n"
++    "  -h, --help             : show help\n"
+     "  configuration          : configuration file to use\n\n"
+     "These options can also be specified in the MINICOM environment variable.\n"),
+     PACKAGE);
diff --git a/SOURCES/minicom-2.6.2-no-lockfile-messages-with-detached-ttyusb.patch b/SOURCES/minicom-2.6.2-no-lockfile-messages-with-detached-ttyusb.patch
new file mode 100644
index 0000000..8045468
--- /dev/null
+++ b/SOURCES/minicom-2.6.2-no-lockfile-messages-with-detached-ttyusb.patch
@@ -0,0 +1,104 @@
+diff -r 7bc59ff7fd31 -r 60a0efeec606 ChangeLog
+--- a/ChangeLog	Thu Feb 07 20:59:16 2013 +0100
++++ b/ChangeLog	Thu Feb 07 21:00:08 2013 +0100
+@@ -1,3 +1,9 @@
++2013-02-07  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>
++
++	* src/main.c, src/minicom.h, src/updown.c:
++	  [#314018] [PATCH] Disabling lockfile warnings when the
++	  device disappears (ttyUSB hot-unplug), by  Jaromir Capik
++
+ 2013-02-06  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>
+ 
+ 	* NEWS: Release 2.6.2
+diff -r 7bc59ff7fd31 -r 60a0efeec606 src/main.c
+--- a/src/main.c	Thu Feb 07 20:59:16 2013 +0100
++++ b/src/main.c	Thu Feb 07 21:00:08 2013 +0100
+@@ -225,7 +225,7 @@
+   }
+ #endif
+ 
+-  if (doinit > 0 && lockfile_create() != 0)
++  if (doinit > 0 && lockfile_create(no_msgs) != 0)
+ 	  return -1;
+ 
+ nolock:
+diff -r 7bc59ff7fd31 -r 60a0efeec606 src/minicom.h
+--- a/src/minicom.h	Thu Feb 07 20:59:16 2013 +0100
++++ b/src/minicom.h	Thu Feb 07 21:00:08 2013 +0100
+@@ -301,7 +301,7 @@
+ void domacros(void);
+ 
+ 
+-int lockfile_create(void);
++int lockfile_create(int no_msgs);
+ void lockfile_remove(void);
+ 
+ 
+diff -r 7bc59ff7fd31 -r 60a0efeec606 src/updown.c
+--- a/src/updown.c	Thu Feb 07 20:59:16 2013 +0100
++++ b/src/updown.c	Thu Feb 07 21:00:08 2013 +0100
+@@ -413,7 +413,7 @@
+   if (win == (WIN *)0)
+     mc_wreturn();
+ 
+-  lockfile_create();
++  lockfile_create(0);
+ 
+   /* MARK updated 02/17/94 - Flush modem port before displaying READY msg */
+   /* because a BBS often displays menu text right after a download, and we */
+@@ -459,7 +459,7 @@
+ #endif
+ }
+ 
+-int lockfile_create(void)
++int lockfile_create(int no_msgs)
+ {
+   int n;
+ 
+@@ -474,25 +474,29 @@
+   n = umask(022);
+   /* Create lockfile compatible with UUCP-1.2 */
+   if ((fd = open(lockfile, O_WRONLY | O_CREAT | O_EXCL, 0666)) < 0) {
+-    werror(_("Cannot create lockfile!"));
++    if (!no_msgs)
++      werror(_("Cannot create lockfile!"));
+   } else {
+     // FHS format:
+     char buf[12];
+     snprintf(buf, sizeof(buf),  "%10d\n", getpid());
+     buf[sizeof(buf) - 1] = 0;
+     if (write(fd, buf, strlen(buf)) < (ssize_t)strlen(buf))
+-      fprintf(stderr, _("Failed to write lockfile %s\n"), lockfile);
++      if (!no_msgs)
++        fprintf(stderr, _("Failed to write lockfile %s\n"), lockfile);
+     close(fd);
+   }
+   umask(n);
+   return 0;
+ #else
+   n = ttylock(dial_tty);
+-  if (n < 0) {
+-    fprintf(stderr, _("Cannot create lockfile for %s: %s\n"), dial_tty, strerror(-n));
+-  } else if (n > 0) {
+-    fprintf(stderr, _("Device %s is locked.\n"), dial_tty);
+-  }
++  if (!no_msgs)
++    {
++      if (n < 0)
++        fprintf(stderr, _("Cannot create lockfile for %s: %s\n"), dial_tty, strerror(-n));
++      else if (n > 0)
++        fprintf(stderr, _("Device %s is locked.\n"), dial_tty);
++    }
+   return n;
+ #endif
+ }
+@@ -546,7 +550,7 @@
+   mc_wreturn();
+ 
+   /* Re-create lockfile */
+-  lockfile_create();
++  lockfile_create(0);
+ 
+   m_flush(portfd);
+   port_init();
diff --git a/SPECS/minicom.spec b/SPECS/minicom.spec
new file mode 100644
index 0000000..106d381
--- /dev/null
+++ b/SPECS/minicom.spec
@@ -0,0 +1,380 @@
+Summary: A text-based modem control and terminal emulation program
+Name: minicom
+Version: 2.6.2
+Release: 4%{?dist}
+URL: http://alioth.debian.org/projects/minicom/
+License: GPL+ and GPLv2+ and GPLv2 and LGPLv2+ Public Domain and Copyright only
+Group: Applications/Communications
+ExcludeArch: s390 s390x
+BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
+Requires: lockdev lrzsz
+
+Source0: https://alioth.debian.org/frs/download.php/3869/minicom-2.6.2.tar.gz
+
+Patch0: minicom-2.6.2-no-lockfile-messages-with-detached-ttyusb.patch
+Patch1: minicom-2.6.2-RH-man-page-scan.patch
+
+%description
+Minicom is a simple text-based modem control and terminal emulation
+program somewhat similar to MSDOS Telix. Minicom includes a dialing
+directory, full ANSI and VT100 emulation, an (external) scripting
+language, and other features.
+
+%prep
+%setup -q
+
+%patch0 -p1 -b .no-lock-warn
+%patch1 -p1 -b .rh-man-scan
+
+cp -pr doc doc_
+rm -f doc_/Makefile*
+
+%build
+#./autogen.sh
+autoreconf --verbose --force --install
+%configure
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=%{buildroot} install
+mkdir -p %{buildroot}%{_sysconfdir}
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc ChangeLog AUTHORS NEWS TODO doc_/*
+# DO NOT MAKE minicom SUID/SGID anything.
+%{_bindir}/minicom
+%{_bindir}/runscript
+%{_bindir}/xminicom
+%{_bindir}/ascii-xfr
+%{_mandir}/man1/*
+
+%changelog
+* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-4
+- Fixing the license tag
+
+* Wed Jul 31 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-3
+- RH man page scan (#948521)
+
+* Thu Feb 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-2
+- Disabling lockfile warnings when the device disappears (ttyUSB hot unplug)
+
+* 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)
+
+* Tue Jan 22 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-1
+- Update to 2.6.1
+
+* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 2.5-11
+- Fixing the license tag
+
+* Wed Nov 21 2012 Jaromir Capik <jcapik@redhat.com> 2.5-10
+- Removing de-ANSI-fication (obsolete - support removed from autotools)
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Oct 24 2011 Jaromir Capik <jcapik@redhat.com> 2.5-7
+- applying modified lockdev patch made by Jiri Popelka (#747936)
+- minor spec file changes according to the latest guidelines
+
+* Wed Apr 6 2011 Jan Görig <jgorig@redhat.com> 2.5-6
+- reverted last change (#681898)
+
+* Wed Mar 9 2011 Jan Görig <jgorig@redhat.com> 2.5-5
+- dropped rh patch because /var/lock/lockdev is now world writeable
+
+* Thu Feb 24 2011 Jan Görig <jgorig@redhat.com> 2.5-4
+- fixed crashing on device reconnecting (#678812)
+
+* Wed Feb 09 2011 Jan Görig <jgorig@redhat.com> 2.5-3
+- fixed crashing on non-readable directory (#675400)
+- fixed typos in minicom and runscript manpages (#675453,#675456)
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Jan 31 2011 Jan Görig <jgorig@redhat.com> 2.5-1
+- update to new upstream version
+- remove patches merged by upstream
+- update rh patch to support unix socket (#592355)
+
+* Fri Jan 14 2011 Jan Görig <jgorig@redhat.com> 2.4-2
+- fixed typos in ascii-xfr manpage (#669098)
+- fixed empty lines handling in configuration file (#669406)
+
+* Tue Mar 9 2010 Jan Görig <jgorig@redhat.com> 2.4-1
+- update to 2.4
+- /etc/minicom.users removed by upstream
+- add minicom-2.4-config.patch
+- remove minicom-2.3-getline.patch - fixed in upstream
+- remove minicom-2.3-drop-privs.patch - permissions handling removed by upstream
+- remove minicom-2.3-ncurses.patch - deprecated
+- modify minicom-2.4-rh.patch - wrong doinit checking (#519637)
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul 16 2009 Miroslav Lichvar <mlichvar@redhat.com> 2.3-5
+- rename getline to avoid conflict with glibc (#511715)
+- remove makefiles from docs
+- drop wchar patch
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Aug 29 2008 Miroslav Lichvar <mlichvar@redhat.com> 2.3-3
+- rediff patches with fuzz
+
+* Thu Mar 13 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.3-2
+- Add ChangeLog to %%doc
+
+* Sun Feb 24 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.3-1
+- 2.3
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-6
+- Autorebuild for GCC 4.3
+
+* Sun Sep 23 2007 Lubomir Kundrak <lkundrak@redhat.com> 2.2-5
+- Fix capture file handling (#302081)
+
+* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-4
+- update license tag
+
+* Wed Jul 25 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-3
+- check for errors on tty device (#248701)
+
+* Tue Jul 10 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-2
+- improve signal handling a bit (#246465)
+
+* Fri Mar 09 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-1
+- update to 2.2
+- handle filenames with spaces (#98655)
+- add requires for lrzsz
+- spec cleanup
+
+* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-3
+- removed unnecessary debug output (#199707)
+
+* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-2
+- added ncurses-devel to BuildPrereq
+
+* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.2
+- rebuild
+
+* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.1
+- bump again for double-long bug on ppc(64)
+
+* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
+- rebuilt for new gcc4.1 snapshot and glibc changes
+
+* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
+- rebuilt
+
+* Thu Jul 14 2005 Martin Stransky <stransky@redhat.com> 2.1-1
+- New upstream version
+
+* Mon Mar  7 2005 Martin Stransky <stransky@redhat.com>
+- gcc4 patch
+
+* Wed Oct 20 2004 Adrian Havill <havill@redhat.com> 2.00.0-20
+- correct an off-by-one error array-store error (#110770)
+
+* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Fri Sep 12 2003 Adrian Havill <havill@redhat.com> 2.00.0-17.1
+- bump n-v-r for RHEL
+
+* Fri Sep 12 2003 Adrian Havill <havill@redhat.com> 2.00.0-17
+- fix error handling for the case when you attempt to "goto" a dir
+  that doesn't exist. (#103902)
+- updated URL in spec file
+
+* Thu Aug 21 2003 Adrian Havill <havill@redhat.com> 2.00.0-16.1
+- bump n-v-r for RHEL
+
+* Thu Aug 21 2003 Adrian Havill <havill@redhat.com> 2.00.0-16
+- don't overwrite buffer when ins chars (#98733)
+
+* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 2.00.0-15.1
+- bump n-v-r for RHEL
+
+* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 2.00.0-15
+- initialize savetrans, check vttrans to prevent segfaults with
+  certain ESC sequences (#84129)
+
+* Fri Aug 01 2003 Adrian Havill <havill@redhat.com> 2.00.0-14
+- removed static buffers that limit multi-file zmodem functionality (#98654)
+- removed assertions from above patch, massage out conflicts with rh patch
+
+* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
+- rebuilt
+
+* Sat Jan 18 2003 Mike A. Harris <mharris@redhat.com> 2.00.0-11
+- Update spec file URL to new homepage (#71894)
+
+* Mon Dec  2 2002 Tim Powers <timp@redhat.com> 2.00.0-10
+- add PreReq coreutils so that we get the ordering right in the
+  install
+
+* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-9
+- Added find_lang macro andlang files to package, also avoiding 
+  _unpackaged_files_terminate_build
+- Added with_desktop_menu_entry macro to disable minicom.desktop by default
+
+* Tue Oct  8 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-8
+- All-arch rebuild
+- Make /etc/minicom.users config(noreplace)
+
+* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Sun May 26 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-4
+- Rebuilt in new build environment
+
+* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-3
+- Rebuilt in new build environment
+
+* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.00.0-2
+- automated rebuild
+
+* Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 2.00.0-1
+- Updated to version 2.00.0-0, which now uses GNU autoconf for everything,
+  to ease portability and internationalization issues.  Hold on for the
+  ride, as there's bound to be some bumps on the way.  ;o)  On the up side,
+  the packaging is likely to be MUCH more maintainable in the future, which
+  is very nice to see.
+- Disabled most patches as they are either included now, not needed, or
+  it has yet to be determined.
+
+* Fri Oct 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.83.1-17
+- Delete bad entries in ko.po, fix charset in ja.po
+
+* Tue Aug 28 2001 Jeff Johnson <jbj@redhat.com>
+- map specific errno's into status for return from helper.
+
+* Tue Aug 14 2001 Jeff Johnson <jbj@redhat.com>
+- rebuild against unzigged lockdev-1.0.0-11 (#51577).
+- add BuildPrereq: on lockdev-devel, not /usr/include/baudboy.h.
+
+* Sun Aug 12 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-14
+- Added Requires: lockdev (#51576)
+- s/Copyright/License/
+
+* Sat Jul 28 2001 Jeff Johnson <jbj@redhat.com>
+- use baudboy for serial port locking.
+
+* Mon Jul 23 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-12
+- Added minicom-1.83.1-disable-message.patch to disable warning message and
+  delay when running minicom as root since root-only is the only supported
+  method of running minicom now due to security issues.
+  
+* Sat Jul 21 2001 Tim Powers <timp@redhat.com> 1.83.1-11
+- no minicom applnk entry. Is cluttering up the menus
+
+* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- add ExcludeArch: s390 s390x
+- allow to build with newer gettext versions
+
+* Thu May  3 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-8
+- Changed minicom to disable SGID/SUID operation completely as it was
+  never designed to be secure, and likely never will be. (#35613)
+- Updated the format string patch I made to fix more format string abuses.
+- Added Czeck cs_CZ locale translations.
+
+* Thu Apr 12 2001 Mike A. Harris <mharris@redhat.com>
+- Fixed format string vuln in usage of do_log()  (bug #35613)
+- Fixed misc other format string abuse with werror().
+- Changed main tarball to bzip2 compression
+- Corrected Buildroot to use _tmppath
+
+* Tue Mar 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
+- patch to drop mask for config file
+
+* Fri Feb 23 2001 Jakub Jelinek <jakub@redhat.com>
+- fix build under glibc 2.2.2
+
+* Thu Aug 24 2000 Bill Nottingham <notting@redhat.com>
+- drop privs on opening of capture file
+
+* Fri Aug  4 2000 Bill Nottingham <notting@redhat.com>
+- add translation to desktop entry
+
+* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
+- automatic rebuild
+
+* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
+- update to 1.83.1
+
+* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
+- rebuild against current ncurses/readline
+
+* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
+- rebuild for sparc baud rates > 38400.
+
+* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
+- wmconfig -> desktop
+
+* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
+- fix description
+
+* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
+- update to 1.83.0
+
+* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
+- update to 1.82.1
+- s/sunsite/metalab
+
+* Wed May 19 1999 Jeff Johnson <jbj@redhat.com>
+- restore setgid uucp to permit minicom to lock in /var/lock (#2922).
+
+* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
+- auto rebuild in the new build environment (release 5)
+
+* Tue Jan 24 1999 Michael Maher <mike@redhat.com>
+- fixed bug, changed groups.
+
+* Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
+- updated to 1.82 to include i18n fixes
+
+* Wed Sep 02 1998 Michael Maher <mike@redhat.com>
+- Built package for 5.2.
+
+* Sun May 10 1998 Cristian Gafton <gafton@redhat.com>
+- security fixes (alan cox, but he forgot about the changelog)
+
+* Thu May 07 1998 Prospector System <bugs@redhat.com>
+- translations modified for de, fr, tr
+
+* Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
+- BuildRoot; updated .make patch to cope with the buildroot
+- fixed the spec file
+
+* Tue May 06 1998 Michael Maher <mike@redhat.com>
+- update of package (1.81)
+
+* Wed Oct 29 1997 Otto Hammersmith <otto@redhat.com>
+- added wmconfig entries
+
+* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
+- fixed source url
+
+* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
+- built against glibc