commit picocom for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package picocom for openSUSE:Factory checked 
in at 2018-02-06 16:50:43

Comparing /work/SRC/openSUSE:Factory/picocom (Old)
 and  /work/SRC/openSUSE:Factory/.picocom.new (New)


Package is "picocom"

Tue Feb  6 16:50:43 2018 rev:10 rq:573277 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/picocom/picocom.changes  2015-08-21 
07:40:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.picocom.new/picocom.changes 2018-02-06 
16:50:47.639462678 +0100
@@ -1,0 +2,132 @@
+Mon Feb  5 20:24:25 UTC 2018 - jeng...@inai.de
+
+- Trim rhetorics from description and compact it.
+
+---
+Fri Feb  2 05:20:16 UTC 2018 - avin...@opensuse.org
+
+- Update to version 3.1
+  * Added the --raise-dtr and --raise-rts options, for symmetry with
+--lower-dtr and --lower-rts (see manual page for details)
+  * Better build support for custom baudrates. Now custom baudrate
+support is enabled by default for some systems
+  * You can always explicitly enable custom baudrate support for
+other systems and you can explicitly disable it, even for the
+systems it is automatically enabled for (see Makefile).
+  * To see if custom baudrate support is enabled in your build, run
+picocom with the --help command-line option.
+- Includes 3.0
+  * Added the --logfile command line option
+  * Added the --lower-rts and --lower-dtr command-line options.
+These options lower (reset) the respective modem control lines
+of the serial port, as soon as picocom starts and the port
+is configured.
+  * Added the --initstring (or -t) command line option. This option
+can be used to send an initialization string to the serial port
+when picocom starts.
+  * Added the --exit-after (or -x) command line option. Causes
+picocom to exit if it becomes idle for the specified time.
+  * Added the -exit (or -X) command line option. Causes picocom to
+exit immediately after opening and configuring the serial port.
+  * Added the --quiet (or -q) command line option. Suppress output
+from picocom that was not explicitly requested by the user.
+Errors and command responses are still printed.
+  * Added the --no-escape (or -n) command line option. Disables the
+escape character. If given picocom will never enter command mode.
+  * Added the --hangup (or -u) comand line option. If given
+together with --noreset, picocom will not reset the serial port
+to it's original settings on exit, but it will clear the modem
+control lines (typically DTR and RTS) to signal a modem hangup.
+  * Added the [C-g] command that toggles the state of the RTS modem
+  . control line.
+  * Added the [C-w] command (write hex) that pompts the user for a
+string of hexadecimal values to be converted to binary and sent
+to the port.
+  * Added "to hex" character mappings (???hex), which replace
+characters with their hexadecimal representation. For more see
+issue #75, and the INPUT, OUTPUT, AND ECHO MAPPING section in
+the picocom manual.
+  * Standard input can now be a non-tty (e.g a file or a pipe).
+Useful in some occasions for doing trivial non-interactive stuff.
+  * Changed the way picocom handles reading zero-bytes from the
+standard input. Now picocom waits for the output queue to be
+transmitted before exiting, or waits to become idle before
+exiting (if the --exit-after option is given). See the new
+section EXITING PICOCOM in the manual for details.
+  * Picocom's serial port output queue is now dynamically growable.
+You can still set an upper limit when compiling picocom, or
+allow it to grow as much as your system's memory allows.
+Usueful, for example, for doing huge copy-pastes.
+  * Fixed some minor backwards compatibility issues. Now you can use
+command-line options compatible with 1.x.
+  * Now SIGINT, as well as SIGTERM, can kill picocom. May be useful
+when the standard input is not a tty.
+- Includes 2.2
+  * Improvement to read-buffering which can noticeably reduce CPU
+load under high baudrates.
+- Includes 2.0
+  * The "change-databits" command-key has been reasigned (from C-b
+to C-i); to make room for the new command "set baudrate" (C-b,
+see below), and for some symmetry with the new "set stopbits"
+command (C-j)
+  * The short option letter for the --parity command line option has
+been changed from -p to -y; to leave -p for the new --stopbits
+command-line option (see below).
+  * The default name for the history file has been changed to:
+'.picocom_history' (in the user's home dir).
+  * The default input buffer size TTY_Q_SZ has been increased to
+32KB. You can change it by editing the Makefile if you wish.
+  * You can now 

commit picocom for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package picocom for openSUSE:Factory checked 
in at 2015-08-21 07:40:49

Comparing /work/SRC/openSUSE:Factory/picocom (Old)
 and  /work/SRC/openSUSE:Factory/.picocom.new (New)


Package is picocom

Changes:

--- /work/SRC/openSUSE:Factory/picocom/picocom.changes  2011-09-23 
12:41:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.picocom.new/picocom.changes 2015-08-21 
07:40:51.0 +0200
@@ -1,0 +2,24 @@
+Sun Aug 16 14:58:08 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.8
+  * Adds support for the linenoise library, which allows line-editing
+and path completion when entering filenames for receive- and 
+send-file operations. Support can be compiled-out if you wish.
+  * Allows you to cancel a file-transfer operation, while entering a 
+file name, by pressing C-c. This works with linenoise support and without.
+  * Adds support for more high baud-rates.
+Now every baudrate above 115200 is compiled-in only if the respective
+macros are defined in the system header files. This should allow 
+picocom with HIGH_BAUD support to compile cleanly for more systems.
+  * Input-buffer size (TTY_Q_SZ) now defined in Makefile, and defaults to 1024.
+  * Adds support for locking using flock(2) (now default). Old-style 
+UUCP-lockdir code is maintained. Preferred locking style is selected
+via the Makefile.
+  * Debian's xmltoman is now used to format the manpage.
+  * Other minor fixes. 
+- Changes from version 1.7
+  * No ChangeLog available
+- Update download and project Urls
+- Perform a spec-cleaner on the spec file
+
+---

Old:

  picocom-1.6.tar.bz2

New:

  1.8.tar.gz



Other differences:
--
++ picocom.spec ++
--- /var/tmp/diff_new_pack.JrYUPJ/_old  2015-08-21 07:40:52.0 +0200
+++ /var/tmp/diff_new_pack.JrYUPJ/_new  2015-08-21 07:40:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package picocom
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,20 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   picocom
-#BuildRequires:
+Version:1.8
+Release:0
+Summary:Minimal dumb-terminal emulation program
 License:GPL-2.0
 Group:  Hardware/Modem
-#Requires:
-AutoReqProv:on
-Version:1.6
-Release:1
-Summary:Minimal dumb-terminal emulation program
-Url:http://efault.net/npat/hacks/picocom/
-Source: %{name}-%{version}.tar.bz2
+Url:https://github.com/npat-efault/picocom
+Source: 
https://github.com/npat-efault/picocom/archive/%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,28 +36,21 @@
 terminal window before / after dialing feature). It could also prove
 useful in many other similar tasks.
 
-Authors:
-
-Nick Patavalis n...@efault.net
-
 %prep
-%setup
+%setup -q
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS
+make %{?_smp_mflags} CFLAGS=%{optflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
-install -m 755 picocom $RPM_BUILD_ROOT%{_bindir}/
-install -m 644 picocom.8 $RPM_BUILD_ROOT%{_mandir}/man8/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man8
+install -m 755 picocom %{buildroot}%{_bindir}/
+install -m 644 picocom.8 %{buildroot}%{_mandir}/man8/
 
 %files
 %defattr(-,root,root)
-%doc CHANGES CONTRIBUTORS LICENSE.txt NEWS README
+%doc CHANGES.old CONTRIBUTORS LICENSE.txt README.md
 %{_bindir}/picocom
 %{_mandir}/man8/*
 




commit picocom for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package picocom for openSUSE:Factory checked 
in at 2011-12-06 18:51:37

Comparing /work/SRC/openSUSE:Factory/picocom (Old)
 and  /work/SRC/openSUSE:Factory/.picocom.new (New)


Package is picocom, Maintainer is 

Changes:




Other differences:
--
++ picocom.spec ++
--- /var/tmp/diff_new_pack.Qwdl9r/_old  2011-12-06 19:25:00.0 +0100
+++ /var/tmp/diff_new_pack.Qwdl9r/_new  2011-12-06 19:25:00.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   picocom
 #BuildRequires:
-License:GPLv2
+License:GPL-2.0
 Group:  Hardware/Modem
 #Requires:
 AutoReqProv:on

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



commit picocom for openSUSE:Factory

2011-04-11 Thread h_root

Hello community,

here is the log from the commit of package picocom for openSUSE:Factory
checked in at Mon Apr 11 14:22:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/picocom/picocom.changes2011-04-11 
08:26:57.0 +0200
@@ -0,0 +1,24 @@
+---
+Mon Apr 11 05:20:00 UTC 2011 - mse...@gmail.com
+
+- updated to picocom 1.6 
+  * Added features:
+- Local echo
+- Configurable input mapping (CR -- LF, DEL -- BS, etc)
+- Configurable output mapping
+- Configurable local-echo mapping
+  * Fixed URL in man page
+  * Fixed misconception that prevented the correct setting 
+of the odd-parity mode
+  * Allow non-alpha escape keys (e.g. C-])
+  * Enabled support for higher baudrates up to 921600. Support is
+compiled-in conditionally on the HIGH_BAUD macro.
+  * Silenced compiler warning
+  * Changed default send_cmd to sz -vv
+
+---
+Sat Mar  28 14:54:45 CEST 2008 - mse...@suse.cz
+
+- Initial package
+
+---

calling whatdependson for head-i586


New:

  picocom-1.6.tar.bz2
  picocom.changes
  picocom.spec



Other differences:
--
++ picocom.spec ++
#
# spec file for package picocom
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:   picocom
#BuildRequires:
License:GPLv2
Group:  Hardware/Modem
#Requires:
AutoReqProv:on
Version:1.6
Release:1
Summary:Minimal dumb-terminal emulation program
Url:http://efault.net/npat/hacks/picocom/
Source: %{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
As its name suggests, [picocom] is a minimal dumb-terminal emulation
program. It is, in principle, very much like minicom, only it's pico
instead of mini! It was designed to serve as a simple, manual, modem
configuration, testing, and debugging tool. It has also served (quite
well) as a low-tech terminal-window to allow operator intervention
in PPP connection scripts (something like the ms-windows open
terminal window before / after dialing feature). It could also prove
useful in many other similar tasks.

Authors:

Nick Patavalis n...@efault.net

%prep
%setup

%build
make CFLAGS=$RPM_OPT_FLAGS

%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
install -m 755 picocom $RPM_BUILD_ROOT%{_bindir}/
install -m 644 picocom.8 $RPM_BUILD_ROOT%{_mandir}/man8/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES CONTRIBUTORS LICENSE.txt NEWS README
%{_bindir}/picocom
%{_mandir}/man8/*

%changelog





Remember to have fun...

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