Hello community,

here is the log from the commit of package minicom for openSUSE:Factory checked 
in at 2013-12-22 19:36:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minicom (Old)
 and      /work/SRC/openSUSE:Factory/.minicom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minicom"

Changes:
--------
--- /work/SRC/openSUSE:Factory/minicom/minicom.changes  2013-01-03 
13:54:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.minicom.new/minicom.changes     2013-12-22 
19:36:33.000000000 +0100
@@ -1,0 +2,15 @@
+Wed Dec 18 09:58:51 UTC 2013 - mvysko...@suse.com
+
+- update to 2.6.2
+ * Alternative hex output (to be improved)
+ * Print creation date of serial device file (if < 20 hrs), useful for
+   identifying just plugged in USB-Serial adapters 
+ * Support ':' (colon) in device path names. Note, that this changes old
+   behaviour which used ':' as a device path delimiter.
+ * Several language updates.
+- refreshed/rebased patches
+  * minicom-2.3-no-build-date.patch
+  * minicom-2.4-norootsetup.diff
+  * minicom-2.5-serial_device_path_length.patch
+
+-------------------------------------------------------------------

Old:
----
  minicom-2.6.1.tar.gz

New:
----
  minicom-2.6.2.tar.gz

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

Other differences:
------------------
++++++ minicom.spec ++++++
--- /var/tmp/diff_new_pack.LriJvu/_old  2013-12-22 19:36:34.000000000 +0100
+++ /var/tmp/diff_new_pack.LriJvu/_new  2013-12-22 19:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minicom
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,26 +17,26 @@
 
 
 Name:           minicom
-BuildRequires:  ckermit
-BuildRequires:  gettext-devel
-BuildRequires:  lockdev-devel
-BuildRequires:  ncurses-devel
-BuildRequires:  pkg-config
-Url:            http://alioth.debian.org/projects/minicom/
-Requires:       ckermit
-Requires:       rzsz
-Version:        2.6.1
+Version:        2.6.2
 Release:        0
 Summary:        A Terminal Program
 License:        GPL-2.0+
 Group:          Hardware/Modem
-Source:         %{name}-%{version}.tar.gz
+Url:            http://alioth.debian.org/projects/minicom/
+Source0:        
https://alioth.debian.org/frs/download.php/file/3869/%{name}-%{version}.tar.gz
 Patch0:         minicom-2.2-defaults.diff
 Patch2:         03norzsz.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) 
 Patch6:         minicom-2.5-serial_device_path_length.patch
+BuildRequires:  ckermit
+BuildRequires:  gettext-devel
+BuildRequires:  lockdev-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  pkg-config
+Requires:       ckermit
+Requires:       rzsz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,7 +46,6 @@
 If you want to access your modem with minicom, you have to be a member
 of the uucp group.
 
-
 %prep
 %setup -q
 %patch0
@@ -56,7 +55,7 @@
 %patch6 -p1
 
 %build
-export CFLAGS="%optflags $(ncursesw6-config --cflags)"
+export CFLAGS="%{optflags} $(ncursesw6-config --cflags)"
 export LDFLAGS="$(ncursesw6-config --libs)"
 %configure --disable-rpath \
        --enable-music \
@@ -64,25 +63,22 @@
        --enable-dfl-port=/dev/modem \
        --enable-socket \
        --enable-cfg-dir=%{_sysconfdir}
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-make check
+make check %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%find_lang %name
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%find_lang %{name}
 
-%files -f %name.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc doc/minicom.FAQ AUTHORS COPYING NEWS README
-%attr(0755,root,root) /usr/bin/ascii-xfr
-%attr(0755,root,uucp) /usr/bin/minicom
-%attr(0755,root,root) /usr/bin/runscript
-%attr(0755,root,root) /usr/bin/xminicom
+%attr(0755,root,root) %{_bindir}/ascii-xfr
+%attr(0755,root,uucp) %{_bindir}/minicom
+%attr(0755,root,root) %{_bindir}/runscript
+%attr(0755,root,root) %{_bindir}/xminicom
 %{_mandir}/man1/ascii-xfr.1.gz
 %{_mandir}/man1/minicom.1.gz
 %{_mandir}/man1/xminicom.1.gz

++++++ minicom-2.3-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.LriJvu/_old  2013-12-22 19:36:34.000000000 +0100
+++ /var/tmp/diff_new_pack.LriJvu/_new  2013-12-22 19:36:34.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/minicom.c.orig
 +++ src/minicom.c
-@@ -1085,9 +1085,6 @@ int main(int argc, char **argv)
+@@ -1157,9 +1157,6 @@ int main(int argc, char **argv)
        switch(c) {
        case 'v':
          printf(_("%s version %s"), PACKAGE, VERSION);
@@ -12,13 +12,13 @@
          printf("\n");
          printf(_("Copyright (C) Miquel van Smoorenburg.\n\n"));
          printf("This program is free software; you can redistribute it 
and/or\n"
-@@ -1369,9 +1366,6 @@ int main(int argc, char **argv)
+@@ -1453,9 +1450,6 @@ int main(int argc, char **argv)
  
    mc_wprintf(us, "\n%s %s\r\n", _("Welcome to minicom"), VERSION);
    mc_wprintf(us, "\n%s: %s\r\n", _("OPTIONS"), option_string);
 -#if defined (__DATE__) && defined (__TIME__)
 -  mc_wprintf(us, "%s %s, %s.\r\n",_("Compiled on"), __DATE__,__TIME__);
 -#endif
-   mc_wprintf(us, "%s %s\r\n", _("Port"), P_PORT);
-   if (using_iconv())
-     mc_wprintf(us, "%s\r\n", _("Using character set conversion"));
+   {
+     struct stat st;
+     char port_date[20] = "";

++++++ minicom-2.4-norootsetup.diff ++++++
--- /var/tmp/diff_new_pack.LriJvu/_old  2013-12-22 19:36:34.000000000 +0100
+++ /var/tmp/diff_new_pack.LriJvu/_new  2013-12-22 19:36:34.000000000 +0100
@@ -1,9 +1,9 @@
 save to ~/.minirc if not root
-Index: minicom-2.5/src/config.c
+Index: minicom-2.6.2/src/config.c
 ===================================================================
---- minicom-2.5.orig/src/config.c
-+++ minicom-2.5/src/config.c
-@@ -1234,7 +1234,7 @@ void vdodflsave(void)
+--- minicom-2.6.2.orig/src/config.c
++++ minicom-2.6.2/src/config.c
+@@ -1298,7 +1298,7 @@ void vdodflsave(void)
  int dodflsave(void)
  {
    FILE *fp;
@@ -12,7 +12,7 @@
  
    if ((fp = fopen(fname, "w")) == NULL) {
      werror(_("Cannot write to %s"), fname);
-@@ -1289,6 +1289,7 @@ static void donamsave(void)
+@@ -1353,6 +1353,7 @@ static void donamsave(void)
    s = input(_("Give name to save this configuration?"), ifile);
    if (s != (char *)0 && *s != 0) {
      snprintf(parfile, sizeof(parfile), "%s/minirc.%s", CONFDIR, s);

++++++ minicom-2.5-serial_device_path_length.patch ++++++
--- /var/tmp/diff_new_pack.LriJvu/_old  2013-12-22 19:36:34.000000000 +0100
+++ /var/tmp/diff_new_pack.LriJvu/_new  2013-12-22 19:36:34.000000000 +0100
@@ -1,26 +1,26 @@
-Index: minicom-2.6/src/configsym.h
+Index: minicom-2.6.2/src/configsym.h
 ===================================================================
---- 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
+--- minicom-2.6.2.orig/src/configsym.h
++++ minicom-2.6.2/src/configsym.h
 @@ -35,7 +35,7 @@
   * jl  10.02.2000 parameter P_STOPB
   */
  
--#define PARS_VAL_LEN 64
+-#define PARS_VAL_LEN 128
 +#define PARS_VAL_LEN 256
  
  struct pars {
    /* value is first, so that (char *)mpars[0] == mpars[0].value */
-Index: minicom-2.6/src/config.c
+Index: minicom-2.6.2/src/config.c
 ===================================================================
---- 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 @@
+--- minicom-2.6.2.orig/src/config.c
++++ minicom-2.6.2/src/config.c
+@@ -567,7 +567,7 @@ static void doserial(void)
          mc_wclose(w, 1);
          return;
        case 'A':
 -        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;
+ #if !HAVE_LOCKDEV
        case 'B':
-         pgets(w, mbslen (lockfile_location) + 1, 1, P_LOCK, 64, 64, 1);

++++++ minicom-2.6.1.tar.gz -> minicom-2.6.2.tar.gz ++++++
++++ 37422 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to