Hello community, here is the log from the commit of package batctl for openSUSE:Factory checked in at 2015-08-28 08:27:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/batctl (Old) and /work/SRC/openSUSE:Factory/.batctl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "batctl" Changes: -------- --- /work/SRC/openSUSE:Factory/batctl/batctl.changes 2015-08-01 11:37:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.batctl.new/batctl.changes 2015-08-28 08:27:51.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Aug 27 12:16:38 UTC 2015 - [email protected] + +- Update to version 2015.1 + * No changelog available + +------------------------------------------------------------------- Old: ---- batctl-2015.0.tar.gz New: ---- batctl-2015.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ batctl.spec ++++++ --- /var/tmp/diff_new_pack.PpJBoI/_old 2015-08-28 08:27:51.000000000 +0200 +++ /var/tmp/diff_new_pack.PpJBoI/_new 2015-08-28 08:27:51.000000000 +0200 @@ -22,7 +22,7 @@ Name: batctl Summary: B.A.T.M.A.N. advanced control and management tool -Version: 2015.0 +Version: 2015.1 Release: 2 License: GPL-2.0 Group: Productivity/Networking/Other ++++++ batctl-2015.0.tar.gz -> batctl-2015.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/batctl-2015.0/main.h new/batctl-2015.1/main.h --- old/batctl-2015.0/main.h 2015-04-26 13:32:22.000000000 +0200 +++ new/batctl-2015.1/main.h 2015-04-28 20:49:20.000000000 +0200 @@ -23,7 +23,7 @@ #define _BATCTL_MAIN_H #ifndef SOURCE_VERSION -#define SOURCE_VERSION "2015.0" +#define SOURCE_VERSION "2015.1" #endif #define SOCKET_PATH_FMT "%s/batman_adv/%s/socket" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/batctl-2015.0/packet.h new/batctl-2015.1/packet.h --- old/batctl-2015.0/packet.h 2015-04-26 13:32:22.000000000 +0200 +++ new/batctl-2015.1/packet.h 2015-04-28 20:49:20.000000000 +0200 @@ -18,6 +18,9 @@ #ifndef _NET_BATMAN_ADV_PACKET_H_ #define _NET_BATMAN_ADV_PACKET_H_ +#include <asm/byteorder.h> +#include <linux/types.h> + /** * enum batadv_packettype - types for batman-adv encapsulated packets * @BATADV_IV_OGM: originator messages for B.A.T.M.A.N. IV diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/batctl-2015.0/ping.c new/batctl-2015.1/ping.c --- old/batctl-2015.0/ping.c 2015-04-26 13:32:22.000000000 +0200 +++ new/batctl-2015.1/ping.c 2015-04-28 20:49:20.000000000 +0200 @@ -34,7 +34,7 @@ #include <stdint.h> #include <sys/select.h> #include <sys/time.h> -#include <linux/if_ether.h> +#include <netinet/if_ether.h> #include "main.h" #include "ping.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/batctl-2015.0/tcpdump.h new/batctl-2015.1/tcpdump.h --- old/batctl-2015.0/tcpdump.h 2015-04-26 13:32:22.000000000 +0200 +++ new/batctl-2015.1/tcpdump.h 2015-04-28 20:49:20.000000000 +0200 @@ -23,7 +23,7 @@ #define _BATCTL_TCPDUMP_H #include <netpacket/packet.h> -#include <linux/if_ether.h> +#include <netinet/if_ether.h> #include <net/if_arp.h> #include <sys/types.h> #include "main.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/batctl-2015.0/traceroute.c new/batctl-2015.1/traceroute.c --- old/batctl-2015.0/traceroute.c 2015-04-26 13:32:22.000000000 +0200 +++ new/batctl-2015.1/traceroute.c 2015-04-28 20:49:20.000000000 +0200 @@ -22,13 +22,13 @@ #include <netinet/in.h> +#include <netinet/if_ether.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <string.h> -#include <linux/if_ether.h> #include <stddef.h> #include <sys/select.h> #include <sys/time.h>
