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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.picocom.new/picocom.changes     2015-08-21 
07:40:51.000000000 +0200
@@ -1,0 +2,24 @@
+Sun Aug 16 14:58:08 UTC 2015 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.JrYUPJ/_new  2015-08-21 07:40:52.000000000 +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 <[email protected]>
-
 %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/*
 


Reply via email to