Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2019-02-27 15:05:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iw" Wed Feb 27 15:05:02 2019 rev:32 rq:678570 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/iw/iw.changes 2019-02-11 21:18:20.415306834 +0100 +++ /work/SRC/openSUSE:Factory/.iw.new.28833/iw.changes 2019-02-27 15:05:12.478463922 +0100 @@ -1,0 +2,7 @@ +Sun Feb 24 06:37:11 UTC 2019 - [email protected] + +- Update to version 5.0.1 + * Fixed typo introduced by previous change + * Re-added DEPEND line + +------------------------------------------------------------------- Old: ---- iw-5.0.tar.xz New: ---- iw-5.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iw.spec ++++++ --- /var/tmp/diff_new_pack.0xbkAL/_old 2019-02-27 15:05:13.758463548 +0100 +++ /var/tmp/diff_new_pack.0xbkAL/_new 2019-02-27 15:05:13.762463546 +0100 @@ -17,7 +17,7 @@ Name: iw -Version: 5.0 +Version: 5.0.1 Release: 0 Summary: Configuration utility for nl80211 based wireless drivers License: ISC ++++++ iw-5.0.tar.xz -> iw-5.0.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-5.0/Makefile new/iw-5.0.1/Makefile --- old/iw-5.0/Makefile 2019-02-01 23:07:56.000000000 +0100 +++ new/iw-5.0.1/Makefile 2019-02-04 14:37:44.000000000 +0100 @@ -9,10 +9,14 @@ INSTALL ?= install CC ?= "gcc" +cc-option = $(shell set -e ; $(CC) $(1) -c -x c /dev/null -o /dev/null >/dev/null 2>&1 && echo '$(1)') + +CFLAGS_EVAL := $(call cc-option,-Wstringop-overflow=4) + CFLAGS ?= -O2 -g CFLAGS += -Wall -Wextra -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common \ -Werror-implicit-function-declaration -Wsign-compare -Wno-unused-parameter \ - -Wstringop-overflow=4 + $(CFLAGS_EVAL) OBJS = iw.o genl.o event.o info.o phy.o \ interface.o ibss.o station.o survey.o util.o ocb.o \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-5.0/version.sh new/iw-5.0.1/version.sh --- old/iw-5.0/version.sh 2019-02-01 23:07:56.000000000 +0100 +++ new/iw-5.0.1/version.sh 2019-02-04 14:37:44.000000000 +0100 @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="5.0" +VERSION="5.0.1" OUT="$1" # get the absolute path for the OUT file
