Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit minicom
  • From: root@xxxxxxx (h_root)
  • Date: Sat, 21 Oct 2006 22:20:34 +0200 (CEST)
  • Message-id: <20061021202034.1EC938477E@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package minicom
checked in at Sat Oct 21 22:20:34 CEST 2006.

--------
--- minicom/minicom.changes 2006-08-24 12:48:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/minicom/minicom.changes 2006-10-19 20:48:13.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Oct 19 20:47:44 CEST 2006 - mjancar@xxxxxxx
+
+- update to 2.2
+ * Vietnamese translation added
+ * Norwegian translation added
+ * Traditional chinese translation added
+ * Swedish translation added
+ * Romanian translation added
+ * default to 8bit mode if LANG or LC_ALL are set
+ * default baud rate set to 115200
+ * Various code cleanups and fixes
+
+-------------------------------------------------------------------

Old:
----
minicom-2.00.0-resmgr.patch
minicom-2.00.0.ja.po.patch
minicom-2.1-array.diff
minicom-2.1-getline.patch
minicom-2.1.dif
minicom-2.1.tar.bz2
minicom-gcc4.patch

New:
----
minicom-2.2-array.diff
minicom-2.2-defaults.diff
minicom-2.2-getline.diff
minicom-2.2-wprintf.diff
minicom-2.2.tar.bz2

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

Other differences:
------------------
++++++ minicom.spec ++++++
--- /var/tmp/diff_new_pack.25W5JN/_old 2006-10-21 22:20:10.000000000 +0200
+++ /var/tmp/diff_new_pack.25W5JN/_new 2006-10-21 22:20:10.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package minicom (Version 2.1)
+# spec file for package minicom (Version 2.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,21 +13,19 @@
Name: minicom
BuildRequires: gettext-devel resmgr
URL: http://alioth.debian.org/projects/minicom/
-License: GPL
+License: GNU General Public License (GPL) - all versions
Group: Hardware/Modem
Provides: comms
Requires: rzsz
Autoreqprov: on
-Version: 2.1
-Release: 163
+Version: 2.2
+Release: 1
Summary: A Terminal Program
-Source: minicom-%{version}.tar.bz2
-Patch: minicom-%{version}.dif
-Patch1: minicom-2.00.0-resmgr.patch
-Patch2: minicom-2.00.0.ja.po.patch
-Patch3: minicom-gcc4.patch
-Patch4: %{name}-%{version}-array.diff
-Patch5: %{name}-%{version}-getline.patch
+Source: %{name}-%{version}.tar.bz2
+Patch0: %{name}-%{version}-defaults.diff
+Patch1: %{name}-%{version}-array.diff
+Patch2: %{name}-%{version}-getline.diff
+Patch3: %{name}-%{version}-wprintf.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -47,23 +45,25 @@

%prep
%setup -q
-%patch
-%patch1 -p1
-# japanese does not work for now
-# %patch2 -p1
+%patch0
+%patch1
+%patch2
%patch3
-%patch4
-%patch5

%build
gettextize --force --copy
autoreconf --force --install
mv po/Makevars.template po/Makevars
-./configure --prefix=/usr --mandir=%{_mandir} --enable-music \
+mv po/no.po po/nb.po
+mv po/no.gmo po/nb.gmo
+CFLAGS="$RPM_OPT_FLAGS -Wall" \
+ ./configure \
+ --prefix=%{_prefix} \
+ --mandir=%{_mandir} \
+ --enable-music \
--enable-dfl-baud=57600 \
--enable-resmgr \
- --enable-cfg-dir=/etc \
- CFLAGS="$RPM_OPT_FLAGS"
+ --enable-cfg-dir=%{_sysconfdir}
make

%install
@@ -95,6 +95,16 @@
%{_mandir}/man1/runscript.1.gz

%changelog -n minicom
+* Thu Oct 19 2006 - mjancar@xxxxxxx
+- update to 2.2
+ * Vietnamese translation added
+ * Norwegian translation added
+ * Traditional chinese translation added
+ * Swedish translation added
+ * Romanian translation added
+ * default to 8bit mode if LANG or LC_ALL are set
+ * default baud rate set to 115200
+ * Various code cleanups and fixes
* Thu Aug 24 2006 - mkoenig@xxxxxxx
- reverted last change (moving scripts from aux/)
- changed gettext issues to fix build

++++++ minicom-2.1-array.diff -> minicom-2.2-array.diff ++++++
--- minicom/minicom-2.1-array.diff 2006-02-27 17:49:59.000000000 +0100
+++ /mounts/work_src_done/STABLE/minicom/minicom-2.2-array.diff 2006-10-19 20:46:43.000000000 +0200
@@ -1,8 +1,8 @@
--- src/util.c
+++ src/util.c
-@@ -287,8 +287,8 @@
- char *
- get_port(char *port_list)
+@@ -297,8 +297,8 @@
+ */
+ char * get_port(char *port_list)
{
- static char next_port[PARS_VAL_LEN];
- static char loc_port_list[PARS_VAL_LEN];

++++++ minicom-2.2-defaults.diff ++++++
--- src/rwconf.c
+++ src/rwconf.c
@@ -78,8 +78,8 @@
#if defined(__linux__) || defined(__GNU__)
{ "/usr/bin/sz -vv -b", 0, "pprog1" },
{ "/usr/bin/sb -vv", 0, "pprog2" },
- { "/usr/bin/sx -vv", 0, "pprog3" },
- { "/usr/bin/rz -vv -b -E", 0, "pprog4" },
+ { "/usr/bin/sz -X -vv", 0, "pprog3" },
+ { "/usr/bin/rz -vv -b", 0, "pprog4" },
{ "/usr/bin/rb -vv", 0, "pprog5" },
{ "/usr/bin/rx -vv", 0, "pprog6" },
{ "/usr/bin/kermit -i -l %l -s", 0, "pprog7" },
@@ -144,7 +144,7 @@
{ "BS", 0, "backspace" },
{ N_("enabled"), 0, "statusline" },
{ N_("Yes"), 0, "hasdcd" },
- { N_("Yes"), 0, "rtscts" },
+ { N_("No"), 0, "rtscts" },
{ N_("No"), 0, "xonxoff" },
{ "D", 0, "zauto" },

++++++ minicom-2.2-getline.diff ++++++
--- src/minicom.c
+++ src/minicom.c
@@ -159,7 +159,7 @@
#endif /*SIGTSTP*/

/* Get a line from either window or scroll back buffer. */
-static ELM *getline(WIN *w, int no)
+static ELM *l_getline(WIN *w, int no)
{
int i;
static ELM outofrange[MAXCOLS] = {{0,0,0}};
@@ -197,7 +197,7 @@

w->direct = 0;
for (f = 0; f < w->ys; f++)
- wdrawelm(w, f, getline(w, y++));
+ wdrawelm(w, f, l_getline(w, y++));
if (r)
wredraw(w, 1);
w->direct = 1;
@@ -219,7 +219,7 @@
tmp_line[0]='\0';
w->direct = 0;
for (f = 0; f < w->ys; f++) {
- tmp_e = getline(w, y++);
+ tmp_e = l_getline(w, y++);

/* First we "accumulate" the line into a variable */
wdrawelm_var(w, tmp_e, tmp_line);
@@ -316,7 +316,7 @@

for (next_line = hit_line; next_line <= all_lines; next_line++) {
/* we do 'something' here... :-) */
- tmp_e = getline(w_hist, next_line);
+ tmp_e = l_getline(w_hist, next_line);

/*
* First we "accumulate" the line into a variable.
@@ -371,9 +371,9 @@
static void drawcite(WIN *w, int y, int citey, int start, int end)
{
if (y+citey >= start && y+citey <= end)
- wdrawelm_inverse(w, y, getline(w, y+citey));
+ wdrawelm_inverse(w, y, l_getline(w, y+citey));
else
- wdrawelm(w, y, getline(w, y+citey));
+ wdrawelm(w, y, l_getline(w, y+citey));
}

static void drawcite_whole(WIN *w, int y, int start, int end)
@@ -392,7 +392,7 @@
for (y=start; y<=end; y++) {
vt_send('>');
vt_send(' ');
- tmp_e = getline(w, y);
+ tmp_e = l_getline(w, y);
wdrawelm_var(w, tmp_e, tmp_line);
tmp_line[w->xs] = 0;
for (x = w->xs-1; x >= 0; x--) {
@@ -592,7 +592,7 @@
if (citemode) {
inverse = (y+cite_y >= cite_ystart && y+cite_y <= cite_yend);
} else {
- tmp_e = getline(b_us, y);
+ tmp_e = l_getline(b_us, y);
if (wcslen(look_for) > 1) {
/* quick scan for pattern match */
wdrawelm_var(b_us, tmp_e, tmp_line);
@@ -603,9 +603,9 @@
}

if (inverse)
- wdrawelm_inverse(b_us, 0, getline(b_us, y));
+ wdrawelm_inverse(b_us, 0, l_getline(b_us, y));
else
- wdrawelm(b_us, 0, getline(b_us, y));
+ wdrawelm(b_us, 0, l_getline(b_us, y));
if (citemode)
wlocate(b_us, 0, cite_y);
wflush();
@@ -640,7 +640,7 @@
if (citemode) {
inverse = (y+cite_y >= cite_ystart && y+cite_y <= cite_yend);
} else {
- tmp_e = getline(b_us, y + b_us->ys - 1);
+ tmp_e = l_getline(b_us, y + b_us->ys - 1);
if (wcslen(look_for) > 1) {
/* quick scan for pattern match */
wdrawelm_var(b_us, tmp_e, tmp_line);
@@ -652,10 +652,10 @@

if (inverse)
wdrawelm_inverse(b_us, b_us->ys - 1,
- getline(b_us, y + b_us->ys - 1));
+ l_getline(b_us, y + b_us->ys - 1));
else
wdrawelm(b_us, b_us->ys - 1,
- getline(b_us, y + b_us->ys - 1));
+ l_getline(b_us, y + b_us->ys - 1));
if (citemode)
wlocate(b_us, 0, cite_y);
wflush();
@@ -745,7 +745,7 @@
wlocate(b_st, 0, 0);
wprintf(b_st, hline);
wredraw(b_st, 1);
- wdrawelm_inverse(b_us, cite_y, getline(b_us, cite_ystart));
+ wdrawelm_inverse(b_us, cite_y, l_getline(b_us, cite_ystart));
wlocate(b_us, 0, cite_y);
break;
case K_ESC:
++++++ minicom-2.2-wprintf.diff ++++++
++++ 1148 lines (skipped)

++++++ minicom-2.1.tar.bz2 -> minicom-2.2.tar.bz2 ++++++
++++ 106389 lines of diff (skipped)


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages