Hello community,

here is the log from the commit of package sersniff for openSUSE:Leap:15.2 
checked in at 2020-02-11 23:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/sersniff (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.sersniff.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sersniff"

Tue Feb 11 23:26:43 2020 rev:1 rq:771160 version:0.0.5

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.sersniff.new.26092/sersniff.changes   
2020-02-11 23:26:43.201310483 +0100
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Fri Sep 20 14:13:04 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Clean up spec file using spec-cleaner
+- Honor optflags
+
+-------------------------------------------------------------------
+Wed Nov  4 16:58:37 UTC 2015 - r...@fthiessen.de
+
+- Updates to 0.0.5:
+  * Added man page
+  * Add -z option for ignoring EOFs
+  * Various minor code cleanups.
+- spec file cleanup
+- removed now unneeded dontstop.diff and compilerpatch.diff (fixed
+  in release) and own man page (new release provides its own)
+
+-------------------------------------------------------------------
+Wed May 28 15:03:07 UTC 2008 - Dirk Stöcker <opens...@dstoecker.de>
+
+- created for openSUSE buildservice
+

New:
----
  sersniff-0.0.5.tar.gz
  sersniff.changes
  sersniff.spec

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

Other differences:
------------------
++++++ sersniff.spec ++++++
#
# spec file for package sersniff
#
# Copyright (c) 2019 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
# 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 https://bugs.opensuse.org/
#


Name:           sersniff
Version:        0.0.5
Release:        0
Summary:        A simple program to tunnel/sniff between 2 serial ports
License:        GPL-2.0-only
Group:          System/Libraries
URL:            https://www.earth.li/projectpurple/progs/sersniff.html
Source0:        
https://www.earth.li/projectpurple/files/%{name}-%{version}.tar.gz

%description
This program was written to aid with the decoding of the protocol
used by serial communication. It has support for sniffing a TCP
connection or between a serial port and a TCP port.

%prep
%setup -q -b 0

%build
%make_build CFLAGS="%{optflags}"

%install
install -Dpm 0755 %{name} \
  %{buildroot}%{_bindir}/%{name}
install -Dpm 0644 %{name}.8 \
  %{buildroot}%{_mandir}/man8/%{name}.8

%files
%license LICENSE
%doc README HISTORY TODO
%{_bindir}/sersniff
%{_mandir}/man8/sersniff.8%{?ext_man}

%changelog

Reply via email to