Hello community,

here is the log from the commit of package canutils-linuxcan for 
openSUSE:Factory checked in at 2017-01-22 00:31:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/canutils-linuxcan (Old)
 and      /work/SRC/openSUSE:Factory/.canutils-linuxcan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "canutils-linuxcan"

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

--- /dev/null   2016-12-08 12:47:06.134691974 +0100
+++ /work/SRC/openSUSE:Factory/.canutils-linuxcan.new/canutils-linuxcan.changes 
2017-01-22 00:31:50.248238554 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Mon Nov 21 23:43:48 UTC 2016 - jeng...@inai.de
+
+- Initial package (version 0~g296) for build.opensuse.org

New:
----
  _service
  canutils-linuxcan-0~g296.tar.xz
  canutils-linuxcan.changes
  canutils-linuxcan.spec

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

Other differences:
------------------
++++++ canutils-linuxcan.spec ++++++
#
# spec file for package canutils-linuxcan
#
# Copyright (c) 2016 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 http://bugs.opensuse.org/
#


%define version_unconverted 0~g296

Name:           canutils-linuxcan
Summary:        Utilities for Controller Area Networks from the Linux-CAN 
project
License:        GPL-2.0 and GPL-2.0+ and BSD-3-Clause
Group:          Hardware/Other
Version:        0~g296
Release:        0
Url:            https://github.com/linux-can/can-utils

Source:         %name-%version.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libtool
BuildRequires:  pkg-config
BuildRequires:  xz

%description
SocketCAN userspace utilities and tools.

CAN is a message-based network protocol designed for vehicles
originally initially created by Robert Bosch GmbH. SocketCAN is a set
of CAN drivers and a networking stack contributed by Volkswagen
Research to the Linux kernel.

This package contains some userspace utilities for the Linux
SocketCAN subsystem: asc2log, bcmserver, canbusload,
can-calc-bit-timing, candump, canfdtest, cangen, cangw, canlogserver,
canplayer, cansend, cansniffer, isotpdump, isotprecv, isotpperf,
isotpsend, isotpserver, isotpsniffer, isotptun, log2asc, log2long,
slcan_attach, slcand and slcanpty.

%prep
%setup -q

%build
./autogen.sh
# Avoid overlap with other canutils
%configure --disable-static --program-prefix="linuxcan-"
make %{?_smp_mflags}

%install
%make_install

%files
%defattr(-,root,root)
%_bindir/*

%changelog
++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/linux-can/can-utils</param>
                <param name="revision">master</param>
                <param name="filename">canutils-linuxcan</param>
                <param 
name="parent-tag">e7a59a9ea4a848655d37930f7fa3cf1b8c86bf2e</param>
                <param name="versionformat">0~g@TAG_OFFSET@</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>

Reply via email to