Hello community,

here is the log from the commit of package canutils for openSUSE:Factory 
checked in at 2020-11-17 21:27:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/canutils (Old)
 and      /work/SRC/openSUSE:Factory/.canutils.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "canutils"

Tue Nov 17 21:27:11 2020 rev:12 rq:849059 version:2020.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/canutils/canutils.changes        2020-10-29 
14:52:42.901253459 +0100
+++ /work/SRC/openSUSE:Factory/.canutils.new.24930/canutils.changes     
2020-11-17 21:27:33.305511096 +0100
@@ -1,0 +2,6 @@
+Tue Nov 17 10:12:59 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2020.11.0
+  * No further changes to prior snapshot, just version bump.
+
+-------------------------------------------------------------------

Old:
----
  can-utils-2020.02.04.g192.tar.xz

New:
----
  can-utils-2020.11.0.tar.xz

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

Other differences:
------------------
++++++ canutils.spec ++++++
--- /var/tmp/diff_new_pack.jvslAQ/_old  2020-11-17 21:27:34.189511942 +0100
+++ /var/tmp/diff_new_pack.jvslAQ/_new  2020-11-17 21:27:34.193511946 +0100
@@ -20,7 +20,7 @@
 Summary:        Utilities for Controller Area Networks from the Linux-CAN 
project
 License:        GPL-2.0-only AND BSD-3-Clause
 Group:          Hardware/Other
-Version:        2020.02.04.g192
+Version:        2020.11.0
 Release:        0
 URL:            https://github.com/linux-can/can-utils
 
@@ -40,20 +40,15 @@
 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.
+SocketCAN subsystem.
 
 %prep
 %autosetup -n can-utils-%version -p1
 
 %build
 ./autogen.sh
-# Avoid overlap with other canutils
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jvslAQ/_old  2020-11-17 21:27:34.225511976 +0100
+++ /var/tmp/diff_new_pack.jvslAQ/_new  2020-11-17 21:27:34.225511976 +0100
@@ -2,9 +2,9 @@
        <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">4573e852f97dec6c18748d1c0aeebd4213173af4</param>
-               <param name="parent-tag">v2020.02.04</param>
-               <param name="versionformat">2020.02.04.g@TAG_OFFSET@</param>
+               <param name="revision">v2020.11.0</param>
+               <param name="parent-tag">v2020.11.0</param>
+               <param name="versionformat">2020.11.0</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ can-utils-2020.02.04.g192.tar.xz -> can-utils-2020.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/can-utils-2020.02.04.g192/Android.mk 
new/can-utils-2020.11.0/Android.mk
--- old/can-utils-2020.02.04.g192/Android.mk    2020-10-19 20:52:05.000000000 
+0200
+++ new/can-utils-2020.11.0/Android.mk  2020-11-04 17:08:52.000000000 +0100
@@ -161,21 +161,6 @@
 include $(BUILD_EXECUTABLE)
 
 #
-# cansequence
-#
-
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := cansequence.c
-LOCAL_MODULE := cansequence
-LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_LIBRARIES := libcan
-LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/
-LOCAL_CFLAGS := $(PRIVATE_LOCAL_CFLAGS)
-
-include $(BUILD_EXECUTABLE)
-
-#
 # bcmserver
 #
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/can-utils-2020.02.04.g192/cansequence.c 
new/can-utils-2020.11.0/cansequence.c
--- old/can-utils-2020.02.04.g192/cansequence.c 2020-10-19 20:52:05.000000000 
+0200
+++ new/can-utils-2020.11.0/cansequence.c       2020-11-04 17:08:52.000000000 
+0100
@@ -229,7 +229,7 @@
                        }
                }
 
-               (unsigned char)frame.data[0]++;
+               frame.data[0]++;
                sequence++;
 
                if (verbose && !sequence)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to