Hello community,

here is the log from the commit of package minicom for openSUSE:Factory checked 
in at 2012-01-04 07:25:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minicom (Old)
 and      /work/SRC/openSUSE:Factory/.minicom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minicom", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/minicom/minicom.changes  2011-12-25 
17:36:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.minicom.new/minicom.changes     2012-01-04 
07:25:13.000000000 +0100
@@ -1,0 +2,13 @@
+Mon Jan  2 14:08:30 UTC 2012 - [email protected]
+
+- update to 2.6
+  * Add possibility to add delay after every character transmission.
+  * Fix build issues on Mac OS X.
+  * Stop providing default modem init and reset strings (still available when
+    editing).
+  * Added possibility for timestamps in output, added by minicom
+  * Added lockdev support.
+  * Added new dialdir format that is supposed to be interoperable between 32
+    and 64 bits archs.
+
+-------------------------------------------------------------------

Old:
----
  minicom-2.4-lockdev.diff
  minicom-2.5.tar.bz2

New:
----
  minicom-2.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ minicom.spec ++++++
--- /var/tmp/diff_new_pack.jf9r49/_old  2012-01-04 07:25:14.000000000 +0100
+++ /var/tmp/diff_new_pack.jf9r49/_new  2012-01-04 07:25:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minicom
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           minicom
 BuildRequires:  automake
 BuildRequires:  gettext-devel
@@ -22,17 +23,16 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pkg-config
 Url:            http://alioth.debian.org/projects/minicom/
-License:        GPL-2.0+
-Group:          Hardware/Modem
 Requires:       rzsz
-Version:        2.5
+Version:        2.6
 Release:        0
 Summary:        A Terminal Program
-Source:         %{name}-%{version}.tar.bz2
+License:        GPL-2.0+
+Group:          Hardware/Modem
+Source:         %{name}-%{version}.tar.gz
 Patch0:         minicom-2.2-defaults.diff
 Patch1:         minicom-2.3-ncurses.patch
 Patch2:         03norzsz.diff
-Patch3:         minicom-2.4-lockdev.diff
 Patch4:         minicom-2.3-no-build-date.patch        
 Patch5:         minicom-2.4-norootsetup.diff
 # PATCH-FIX-UPSTREAM increase permitted length of serial device (bnc#707860) 
@@ -52,7 +52,6 @@
 %patch0
 %patch1
 %patch2 -p1
-%patch3 -p1
 %patch4
 %patch5 -p1
 %patch6 -p1

++++++ minicom-2.5-serial_device_path_length.patch ++++++
--- /var/tmp/diff_new_pack.jf9r49/_old  2012-01-04 07:25:14.000000000 +0100
+++ /var/tmp/diff_new_pack.jf9r49/_new  2012-01-04 07:25:14.000000000 +0100
@@ -1,7 +1,7 @@
-Index: minicom-2.5/src/configsym.h
+Index: minicom-2.6/src/configsym.h
 ===================================================================
---- minicom-2.5.orig/src/configsym.h   2009-12-12 16:47:47.000000000 +0100
-+++ minicom-2.5/src/configsym.h        2011-10-18 13:49:43.821824410 +0200
+--- minicom-2.6.orig/src/configsym.h   2009-12-12 16:47:47.000000000 +0100
++++ minicom-2.6/src/configsym.h        2012-01-02 14:40:58.920461552 +0100
 @@ -35,7 +35,7 @@
   * jl  10.02.2000 parameter P_STOPB
   */
@@ -11,16 +11,16 @@
  
  struct pars {
    /* value is first, so that (char *)mpars[0] == mpars[0].value */
-Index: minicom-2.5/src/config.c
+Index: minicom-2.6/src/config.c
 ===================================================================
---- minicom-2.5.orig/src/config.c      2011-10-18 13:49:43.000000000 +0200
-+++ minicom-2.5/src/config.c   2011-10-18 13:56:20.248476067 +0200
-@@ -561,7 +561,7 @@
+--- minicom-2.6.orig/src/config.c      2012-01-02 14:40:33.000000000 +0100
++++ minicom-2.6/src/config.c   2012-01-02 14:42:03.866345727 +0100
+@@ -563,7 +563,7 @@
          mc_wclose(w, 1);
          return;
        case 'A':
--        pgets(w, mbslen (serial_device) + 1, 0, P_PORT, 64, 64);
-+        pgets(w, mbslen (serial_device) + 1, 0, P_PORT, PARS_VAL_LEN, 
PARS_VAL_LEN);
+-        pgets(w, mbslen (serial_device) + 1, 0, P_PORT, 64, 64, 1);
++        pgets(w, mbslen (serial_device) + 1, 0, P_PORT, PARS_VAL_LEN, 
PARS_VAL_LEN, 1);
          break;
        case 'B':
-         pgets(w, mbslen (lockfile_location) + 1, 1, P_LOCK, 64, 64);
+         pgets(w, mbslen (lockfile_location) + 1, 1, P_LOCK, 64, 64, 1);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to