commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2020-10-23 12:19:54 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new.3463 (New) Package is "iw" Fri Oct 23 12:19:54 2020 rev:35 rq:842693 version:5.9 Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2020-05-07 15:06:18.335812105 +0200 +++ /work/SRC/openSUSE:Factory/.iw.new.3463/iw.changes 2020-10-23 12:20:21.356598829 +0200 @@ -1,0 +2,10 @@ +Tue Oct 20 06:58:00 UTC 2020 - Martin Pluskal + +- Update to version 5.9: + * iw: support HE rate configuration in 6 GHz bandRajkumar Manoharan 1 -2/+38 + * iw: add HE rate/gi/ltf support Miles Hu1 -15/+163 + * iw: update nl80211.h Johannes Berg 1 -22/+174 + * iw: add TID specific Tx bitrate configuration Tamizh Chelvam 3 -8/+58 + * iw: fix tid config help entries + +--- Old: iw-5.4.tar.sign iw-5.4.tar.xz New: iw-5.9.tar.sign iw-5.9.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.Nz1T5G/_old 2020-10-23 12:20:21.868599190 +0200 +++ /var/tmp/diff_new_pack.Nz1T5G/_new 2020-10-23 12:20:21.872599192 +0200 @@ -17,7 +17,7 @@ Name: iw -Version:5.4 +Version:5.9 Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC ++ iw-5.4.tar.xz -> iw-5.9.tar.xz ++ 3104 lines of diff (skipped)
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2020-05-07 15:06:05 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new.2738 (New) Package is "iw" Thu May 7 15:06:05 2020 rev:34 rq:800311 version:5.4 Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2019-08-16 15:31:09.533952081 +0200 +++ /work/SRC/openSUSE:Factory/.iw.new.2738/iw.changes 2020-05-07 15:06:18.335812105 +0200 @@ -1,0 +2,11 @@ +Wed Apr 15 06:45:47 UTC 2020 - Martin Pluskal + +- Update to version 5.4: + * iw: generate command list at build time + * iw: scan: fix double-free in error paths + * iw: Fix typo in iw --help + * iw: Print current time in station info dump + * iw: Support associated-at station statistic. + * update nl80211.h + +--- Old: iw-5.3.tar.sign iw-5.3.tar.xz New: iw-5.4.tar.sign iw-5.4.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.yQ4L2y/_old 2020-05-07 15:06:18.843813229 +0200 +++ /var/tmp/diff_new_pack.yQ4L2y/_new 2020-05-07 15:06:18.847813239 +0200 @@ -1,7 +1,7 @@ # # spec file for package iw # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,16 @@ Name: iw -Version:5.3 +Version:5.4 Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC Group: Hardware/Wifi -Url:https://wireless.wiki.kernel.org/en/users/documentation/iw +URL:https://wireless.wiki.kernel.org/en/users/documentation/iw Source: https://kernel.org/pub/software/network/iw/iw-%{version}.tar.xz Source2: https://kernel.org/pub/software/network/iw/iw-%{version}.tar.sign BuildRequires: pkgconfig BuildRequires: pkgconfig(libnl-3.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description iw is a nl80211 based CLI configuration utility for wireless devices. It @@ -40,15 +39,15 @@ %build # FIXME: -fno-strict-aliasing seems to be obsolete, but upstream Makefile requires it. # Either it is really obsolete or there is a hidden aliasing use. -make %{?_smp_mflags} CFLAGS="%{optflags} $(pkg-config --cflags libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1 +%make_build CFLAGS="%{optflags} $(pkg-config --cflags libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" %install %make_install %files -%defattr(-,root,root) -%doc COPYING README +%license COPYING +%doc README %{_sbindir}/iw -%{_mandir}/man8/iw.8%{ext_man} +%{_mandir}/man8/iw.8%{?ext_man} %changelog ++ iw-5.3.tar.xz -> iw-5.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-5.3/.gitignore new/iw-5.4/.gitignore --- old/iw-5.3/.gitignore 2019-08-05 22:33:56.0 +0200 +++ new/iw-5.4/.gitignore 2019-12-05 13:13:54.0 +0100 @@ -5,3 +5,4 @@ version.c iw.8.gz *-stamp +/nl80211-commands.inc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-5.3/Makefile new/iw-5.4/Makefile --- old/iw-5.3/Makefile 2019-08-05 22:33:56.0 +0200 +++ new/iw-5.4/Makefile 2019-12-05 13:13:54.0 +0100 @@ -94,7 +94,11 @@ @$(NQ) ' GEN ' $@ $(Q)./version.sh $@ -%.o: %.c iw.h nl80211.h +nl80211-commands.inc: nl80211.h + @$(NQ) ' GEN ' $@ + $(Q)sed 's%^\tNL80211_CMD_%%;t n;d;:n s%^\([^=]*\),.*%\t[NL80211_CMD_\1] = \"\L\1\",%;t;d' nl80211.h | grep -v "reserved" > $@ + +%.o: %.c iw.h nl80211.h nl80211-commands.inc @$(NQ) ' CC ' $@ $(Q)$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< @@ -120,4 +124,4 @@ $(Q)$(INSTALL) -m 644 iw.8.gz $(DESTDIR)$(MANDIR)/man8/ clean: - $(Q)rm -f iw *.o *~ *.gz version.c *-stamp + $(Q)rm -f iw *.o *~ *.gz version.c *-stamp nl80211-commands.inc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-5.3/event.c new/iw-5.4/event.c --- old/iw-5.3/event.c 2019-08-05 22:33:56.0 +0200 +++ new/iw-5.4/event.c 2019-12-05 13:13:54.0 +0100 @@ -1172,5 +1172,5 @@ TOPLEVEL(event, "[-t|-r] [-f]", 0, 0, CIB_NONE, print_events, "Monitor events from the kernel.\n" "-t - print timestamp\n" - "-r - print relative timstamp\n
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2019-08-16 15:31:07 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new.22127 (New) Package is "iw" Fri Aug 16 15:31:07 2019 rev:33 rq:723182 version:5.3 Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2019-02-27 15:05:12.478463922 +0100 +++ /work/SRC/openSUSE:Factory/.iw.new.22127/iw.changes 2019-08-16 15:31:09.533952081 +0200 @@ -1,0 +2,32 @@ +Mon Aug 12 14:42:54 UTC 2019 - Xaver Hellauer + +- Update to version 5.3 + * info: update extended feature list + * info: macro-ify ext_feat_print() + * util: update command list + * iw: print HE capabilities + * iw: really fix build + * iw: add HE support to station dump call + * cac: fix error handling in channel parsing + * nan: fix memory leak + * mesh: initialize err in set_interface_meshparam() + * iw: fix fp handling inside handle_vendor + * iw: fix memory leaks inside handle_scan + * iw: fix memory leak inside parse_sched_scan + * iw: fix fd leak inside handle_netns + * iw: fix memory leak inside handle_cac + * iw: fix endless loop inside handle_mgmt_dump + * iw: fix memory leak inside register_mgmt_frame + * iw: add version.o to objects + * iw: include all C files into the binary + * iw: change __cmd section scheme to fit gcc/clang + * iw: Add support for controlling tx power for per station + * iw: add command to inject a frame via direct mesh link to mesh peer + * iw: print 4ADDR attribute when dumping interface + * iw: small cleanup for the sizer code + * iw: fix cmd_size determination with LTO + * iw: Print airtime fairness feature + * iw: Add command to set airtime weight + * iw: Add printing of station tx duration and airtim + +--- Old: iw-5.0.1.tar.xz New: iw-5.3.tar.sign iw-5.3.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.PmfO2a/_old 2019-08-16 15:31:10.077951924 +0200 +++ /var/tmp/diff_new_pack.PmfO2a/_new 2019-08-16 15:31:10.081951922 +0200 @@ -17,13 +17,14 @@ Name: iw -Version:5.0.1 +Version:5.3 Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC Group: Hardware/Wifi Url:https://wireless.wiki.kernel.org/en/users/documentation/iw Source: https://kernel.org/pub/software/network/iw/iw-%{version}.tar.xz +Source2: https://kernel.org/pub/software/network/iw/iw-%{version}.tar.sign BuildRequires: pkgconfig BuildRequires: pkgconfig(libnl-3.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ iw-5.0.1.tar.xz -> iw-5.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-5.0.1/Makefile new/iw-5.3/Makefile --- old/iw-5.0.1/Makefile 2019-02-04 14:37:44.0 +0100 +++ new/iw-5.3/Makefile 2019-08-05 22:33:56.0 +0200 @@ -18,18 +18,9 @@ -Werror-implicit-function-declaration -Wsign-compare -Wno-unused-parameter \ $(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 \ - mesh.o mpath.o mpp.o scan.o reg.o version.o \ - reason.o status.o connect.o link.o offch.o ps.o cqm.o \ - bitrate.o wowlan.o coalesce.o roc.o p2p.o vendor.o mgmt.o \ - ap.o sha256.o nan.o bloom.o \ - measurements.o ftm.o -OBJS += sections.o - -OBJS-$(HWSIM) += hwsim.o - -OBJS += $(OBJS-y) $(OBJS-Y) +_OBJS := $(sort $(patsubst %.c,%.o,$(wildcard *.c))) +VERSION_OBJS := $(filter-out version.o, $(_OBJS)) +OBJS := $(VERSION_OBJS) version.o ALL = iw @@ -98,8 +89,6 @@ all: $(ALL) -VERSION_OBJS := $(filter-out version.o, $(OBJS)) - version.c: version.sh $(patsubst %.o,%.c,$(VERSION_OBJS)) nl80211.h iw.h Makefile \ $(wildcard .git/index .git/refs/tags) @$(NQ) ' GEN ' $@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-5.0.1/info.c new/iw-5.3/info.c --- old/iw-5.0.1/info.c 2019-02-04 14:37:44.0 +0100 +++ new/iw-5.3/info.c 2019-08-05 22:33:56.0 +0200 @@ -69,13 +69,15 @@ return (ft_byte & BIT(ftidx % 8)) != 0; } -static void ext_feat_print(const struct nlattr *tb, - enum nl80211_ext_feature_index idx, - const char *feature_name, const char *feature_desc) +static void _ext_feat_print(const struct nlattr *tb, + enum nl80211_ext_feature_index idx, + const char *feature_name, const char *feature_desc) { if (ext_feature_isse
commit iw for openSUSE:Factory
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.changes2019-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 - sean...@opensuse.org + +- 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.0 +0100 +++ new/iw-5.0.1/Makefile 2019-02-04 14:37:44.0 +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.0 +0100 +++ new/iw-5.0.1/version.sh 2019-02-04 14:37:44.0 +0100 @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="5.0" +VERSION="5.0.1" OUT="$1" # get the absolute path for the OUT file
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2019-02-11 21:18:16 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new.28833 (New) Package is "iw" Mon Feb 11 21:18:16 2019 rev:31 rq:672501 version:5.0 Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2018-08-17 23:57:47.361946300 +0200 +++ /work/SRC/openSUSE:Factory/.iw.new.28833/iw.changes 2019-02-11 21:18:20.415306834 +0100 @@ -1,0 +2,8 @@ +Thu Feb 07 15:36:11 UTC 2019 - sean...@opensuse.org + +- Update to version 5.0 + * Bump compat level to 12 + * Bump Standards-Version to 4.3.0 + * d/gbp.conf: upstreambranch = upstream/latest + +--- Old: iw-4.14.tar.xz New: iw-5.0.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.0av2eW/_old 2019-02-11 21:18:21.155306441 +0100 +++ /var/tmp/diff_new_pack.0av2eW/_new 2019-02-11 21:18:21.155306441 +0100 @@ -1,7 +1,7 @@ # # spec file for package iw # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,12 +12,12 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: iw -Version:4.14 +Version:5.0 Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC ++ iw-4.14.tar.xz -> iw-5.0.tar.xz ++ 4333 lines of diff (skipped)
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2018-08-17 23:57:46 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw" Fri Aug 17 23:57:46 2018 rev:30 rq:628499 version:4.14 Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2017-01-10 10:36:39.333091676 +0100 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2018-08-17 23:57:47.361946300 +0200 @@ -1,0 +2,27 @@ +Thu Aug 9 22:38:10 UTC 2018 - r...@fthiessen.de + +- Update to version 4.14 + * Support all new kernel features of kernel 4.14 + * iw: add support for mfp + * iw: ap: don't return -EPERM + * iw: ap: support hidden/zeroed SSID + * iw: ap: add support for passing a proper chandef + * iw: Add support for start/stop AP + * iw: print missing extended capabilities + * iw: allow CCMP-128/GCMP-128 as CCMP/GCMP aliases + * iw: add support for WPA2 PSK CCMP / GCMP association + * iw: add command to register and dump mgmt frames + * iw: define SOL_NETLINK if it isn't + * iw: add extack support + * iw: Fix bitrate output when no rate info found + * iw: parse_freqs: check how many center frequencies to expect + * iw: split str_to_bw() from parse_freqs() + * Print frequency of radar events. + * Add commands to send CSA + * Add cac command to allow clearing channels + * mesh: Use common freqchan helper for joining a mesh + * ibss: Use common freqchan helper for joining an ibss + * phy: Use common freqchan helper for setting the operating channel + * util: Add generic frequency/channel command line handler + +--- Old: iw-4.9.tar.xz New: iw-4.14.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.dpYLft/_old 2018-08-17 23:57:47.953948059 +0200 +++ /var/tmp/diff_new_pack.dpYLft/_new 2018-08-17 23:57:47.957948071 +0200 @@ -17,12 +17,12 @@ Name: iw -Version:4.9 +Version:4.14 Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC Group: Hardware/Wifi -Url:http://linuxwireless.org/en/users/Documentation/iw +Url:https://wireless.wiki.kernel.org/en/users/documentation/iw Source: https://kernel.org/pub/software/network/iw/iw-%{version}.tar.xz BuildRequires: pkgconfig BuildRequires: pkgconfig(libnl-3.0) ++ iw-4.9.tar.xz -> iw-4.14.tar.xz ++ 2887 lines of diff (skipped)
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2016-07-01 09:50:53 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw" Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2015-10-14 16:37:48.0 +0200 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2016-07-01 09:50:54.0 +0200 @@ -1,0 +2,6 @@ +Sun Jun 12 15:44:40 UTC 2016 - mplus...@suse.com + +- Update to version 4.7: + * Support all new kernel features upto 4.7 + +--- Old: iw-4.3.tar.xz New: iw-4.7.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.6NqI9D/_old 2016-07-01 09:50:55.0 +0200 +++ /var/tmp/diff_new_pack.6NqI9D/_new 2016-07-01 09:50:55.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package iw # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,14 +17,14 @@ Name: iw -Version:4.3 +Version:4.7 Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC Group: Hardware/Wifi Url:http://linuxwireless.org/en/users/Documentation/iw Source: https://kernel.org/pub/software/network/iw/iw-%{version}.tar.xz -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(libnl-3.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,12 +42,12 @@ make %{?_smp_mflags} CFLAGS="%{optflags} $(pkg-config --cflags libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install %files %defattr(-,root,root) %doc COPYING README %{_sbindir}/iw -%doc %{_mandir}/man?/iw.* +%{_mandir}/man8/iw.8%{ext_man} %changelog ++ iw-4.3.tar.xz -> iw-4.7.tar.xz ++ 1720 lines of diff (skipped)
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2015-10-14 16:37:47 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw" Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2015-09-11 09:01:25.0 +0200 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2015-10-14 16:37:48.0 +0200 @@ -1,0 +2,6 @@ +Mon Sep 28 09:52:13 UTC 2015 - mplus...@suse.com + +- Update to 4.3 + * Support all new kernel features upto 4.3 + +--- Old: iw-4.1.tar.xz New: iw-4.3.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.HWTQLL/_old 2015-10-14 16:37:49.0 +0200 +++ /var/tmp/diff_new_pack.HWTQLL/_new 2015-10-14 16:37:49.0 +0200 @@ -17,7 +17,7 @@ Name: iw -Version:4.1 +Version:4.3 Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC ++ iw-4.1.tar.xz -> iw-4.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.1/Android.mk new/iw-4.3/Android.mk --- old/iw-4.1/Android.mk 2015-05-05 14:15:14.0 +0200 +++ new/iw-4.3/Android.mk 2015-09-18 10:54:53.0 +0200 @@ -7,17 +7,13 @@ NO_PKG_CONFIG=y include $(LOCAL_PATH)/Makefile -LOCAL_SRC_FILES := $(patsubst %.o,%.c,$(OBJS)) android-nl.c - -LOCAL_C_INCLUDES := \ - $(LOCAL_PATH) \ - external/libnl-headers/ +LOCAL_SRC_FILES := $(patsubst %.o,%.c,$(OBJS)) LOCAL_CFLAGS += -DCONFIG_LIBNL20 LOCAL_LDFLAGS := -Wl,--no-gc-sections #LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := eng -LOCAL_STATIC_LIBRARIES := libnl_2 +LOCAL_STATIC_LIBRARIES := libnl LOCAL_MODULE := iw $(IW_SOURCE_DIR)/version.c: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.1/android-nl.c new/iw-4.3/android-nl.c --- old/iw-4.1/android-nl.c 2015-05-05 14:15:14.0 +0200 +++ new/iw-4.3/android-nl.c 1970-01-01 01:00:00.0 +0100 @@ -1,6 +0,0 @@ -#include - -int nla_put_flag(struct nl_msg *msg, int flag) -{ - return nla_put(msg, flag, 0, NULL); -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.1/bitrate.c new/iw-4.3/bitrate.c --- old/iw-4.1/bitrate.c2015-05-05 14:15:14.0 +0200 +++ new/iw-4.3/bitrate.c2015-09-18 10:54:53.0 +0200 @@ -77,7 +77,6 @@ #define VHT_ARGC_MAX 100 static int handle_bitrates(struct nl80211_state *state, - struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv, enum id_input id) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.1/coalesce.c new/iw-4.3/coalesce.c --- old/iw-4.1/coalesce.c 2015-05-05 14:15:14.0 +0200 +++ new/iw-4.3/coalesce.c 2015-09-18 10:54:53.0 +0200 @@ -16,7 +16,7 @@ SECTION(coalesce); -static int handle_coalesce_enable(struct nl80211_state *state, struct nl_cb *cb, +static int handle_coalesce_enable(struct nl80211_state *state, struct nl_msg *msg, int argc, char **argv, enum id_input id) { @@ -185,7 +185,7 @@ "match '43:34:00:12' after 18 bytes of offset in Rx packet.\n"); static int -handle_coalesce_disable(struct nl80211_state *state, struct nl_cb *cb, +handle_coalesce_disable(struct nl80211_state *state, struct nl_msg *msg, int argc, char **argv, enum id_input id) { @@ -274,12 +274,11 @@ return NL_SKIP; } -static int handle_coalesce_show(struct nl80211_state *state, struct nl_cb *cb, +static int handle_coalesce_show(struct nl80211_state *state, struct nl_msg *msg, int argc, char **argv, enum id_input id) { - nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, - print_coalesce_handler, NULL); + register_handler(print_coalesce_handler, NULL); return 0; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.1/connect.c new/iw-4.3/connect.c --- old/iw-4.1/connect.c2015-05-05 14:15:14.0 +0200 +++ new/iw-4.3/connect.c2015-09-18 10:54:53.0 +0200 @@ -9,7 +9,7 @@ #include "nl80211.h" #include "iw.h" -static int iw_conn(struct nl80211_state *state, struct nl_cb *cb, +static int iw_conn(struct nl80211_state *state, str
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2015-09-11 09:01:24 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw" Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2015-04-06 00:25:44.0 +0200 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2015-09-11 09:01:25.0 +0200 @@ -1,0 +2,6 @@ +Sat Sep 5 09:12:33 UTC 2015 - mplus...@suse.com + +- Update to 4.1 + * Support all new kernel features upto 4.1 + +--- Old: iw-4.0.tar.xz New: iw-4.1.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.hnEC5z/_old 2015-09-11 09:01:26.0 +0200 +++ /var/tmp/diff_new_pack.hnEC5z/_new 2015-09-11 09:01:26.0 +0200 @@ -17,7 +17,7 @@ Name: iw -Version:4.0 +Version:4.1 Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC ++ iw-4.0.tar.xz -> iw-4.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.0/event.c new/iw-4.1/event.c --- old/iw-4.0/event.c 2015-03-17 14:18:24.0 +0100 +++ new/iw-4.1/event.c 2015-05-05 14:15:14.0 +0200 @@ -359,6 +359,15 @@ } printf("\n"); break; + case NL80211_CMD_START_SCHED_SCAN: + printf("scheduled scan started\n"); + break; + case NL80211_CMD_SCHED_SCAN_STOPPED: + printf("sched scan stopped\n"); + break; + case NL80211_CMD_SCHED_SCAN_RESULTS: + printf("got scheduled scan results\n"); + break; case NL80211_CMD_REG_CHANGE: printf("regulatory domain change: "); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.0/info.c new/iw-4.1/info.c --- old/iw-4.0/info.c 2015-03-17 14:18:24.0 +0100 +++ new/iw-4.1/info.c 2015-05-05 14:15:14.0 +0200 @@ -63,6 +63,18 @@ } } +static int ext_feature_isset(const unsigned char *ext_features, int ext_features_len, +enum nl80211_ext_feature_index ftidx) +{ + unsigned char ft_byte; + + if ((int) ftidx / 8 >= ext_features_len) + return 0; + + ft_byte = ext_features[ftidx / 8]; + return (ft_byte & BIT(ftidx % 8)) != 0; +} + static int print_phy_handler(struct nl_msg *msg, void *arg) { struct nlattr *tb_msg[NL80211_ATTR_MAX + 1]; @@ -232,6 +244,12 @@ if (tb_msg[NL80211_ATTR_MAX_SCAN_IE_LEN]) printf("\tmax scan IEs length: %d bytes\n", nla_get_u16(tb_msg[NL80211_ATTR_MAX_SCAN_IE_LEN])); + if (tb_msg[NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS]) + printf("\tmax # sched scan SSIDs: %d\n", + nla_get_u8(tb_msg[NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS])); + if (tb_msg[NL80211_ATTR_MAX_MATCH_SETS]) + printf("\tmax # match sets: %d\n", + nla_get_u8(tb_msg[NL80211_ATTR_MAX_MATCH_SETS])); if (tb_msg[NL80211_ATTR_WIPHY_FRAG_THRESHOLD]) { unsigned int frag; @@ -595,6 +613,14 @@ printf("\tDevice supports TDLS channel switching\n"); } + if (tb_msg[NL80211_ATTR_EXT_FEATURES]) { + struct nlattr *tb = tb_msg[NL80211_ATTR_EXT_FEATURES]; + + if (ext_feature_isset(nla_data(tb), nla_len(tb), + NL80211_EXT_FEATURE_VHT_IBSS)) + printf("\tDevice supports VHT-IBSS.\n"); + } + if (tb_msg[NL80211_ATTR_TDLS_SUPPORT]) printf("\tDevice supports T-DLS.\n"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.0/iw.h new/iw-4.1/iw.h --- old/iw-4.0/iw.h 2015-03-17 14:18:24.0 +0100 +++ new/iw-4.1/iw.h 2015-05-05 14:15:14.0 +0200 @@ -173,6 +173,10 @@ void parse_bitrate(struct nlattr *bitrate_attr, char *buf, int buflen); void iw_hexdump(const char *prefix, const __u8 *data, size_t len); +#define SCHED_SCAN_OPTIONS "interval [delay ] " \ + "[freqs +] [matches [ssid ]+]] [active [ssid ]+|passive] [randomise[=/]]" +int parse_sched_scan(struct nl_msg *msg, int *argc, char ***argv); + DECLARE_SECTION(set); DECLARE_SECTION(get); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iw-4.0/nl80211.h new/iw-4.1/nl80211.h --- old/iw-4.0/nl80211.h2015-03-17 14:18:24.0 +0100 +++
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2015-04-06 00:25:43 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw" Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2014-10-25 08:32:30.0 +0200 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2015-04-06 00:25:44.0 +0200 @@ -1,0 +2,8 @@ +Fri Apr 3 08:21:13 UTC 2015 - mplus...@suse.com + +- Update to version 4.0 + * Support all new kernel features upto 4.0 +- Cleanup spec file with spec-cleaner +- User url for source + +--- Old: iw-3.17.tar.xz New: iw-4.0.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.I80tUn/_old 2015-04-06 00:25:44.0 +0200 +++ /var/tmp/diff_new_pack.I80tUn/_new 2015-04-06 00:25:44.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package iw # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,39 +17,32 @@ Name: iw -BuildRequires: pkg-config -BuildRequires: pkgconfig(libnl-3.0) +Version:4.0 +Release:0 Summary:Configuration utility for nl80211 based wireless drivers License:ISC Group: Hardware/Wifi -Version:3.17 -Release:0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build Url:http://linuxwireless.org/en/users/Documentation/iw -Source: iw-%{version}.tar.xz +Source: https://kernel.org/pub/software/network/iw/iw-%{version}.tar.xz +BuildRequires: pkg-config +BuildRequires: pkgconfig(libnl-3.0) +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description iw is a nl80211 based CLI configuration utility for wireless devices. It supports almost all new drivers that have been added to the kernel recently. -Authors: - -Johannes Berg - %prep %setup -q %build # FIXME: -fno-strict-aliasing seems to be obsolete, but upstream Makefile requires it. # Either it is really obsolete or there is a hidden aliasing use. -make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS} $(pkg-config --cflags libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1 +make %{?_smp_mflags} CFLAGS="%{optflags} $(pkg-config --cflags libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1 %install -%makeinstall - -%clean -rm -rf $RPM_BUILD_ROOT +make DESTDIR=%{buildroot} install %{?_smp_mflags} %files %defattr(-,root,root) ++ iw-3.17.tar.xz -> iw-4.0.tar.xz ++ 1729 lines of diff (skipped)
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2014-10-25 08:32:26 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw" Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2013-11-26 19:17:24.0 +0100 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2014-10-25 08:32:30.0 +0200 @@ -1,0 +2,7 @@ +Sat Oct 18 22:25:02 UTC 2014 - stefan.bru...@rwth-aachen.de + +- Upgrade to version 3.17 + * Support all new kernel features upto 3.17 +- Drop unneded BuildRequires: kernel-source + +--- Old: iw-3.11.tar.xz New: iw-3.17.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.h8AzFz/_old 2014-10-25 08:32:31.0 +0200 +++ /var/tmp/diff_new_pack.h8AzFz/_new 2014-10-25 08:32:31.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package iw # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,12 @@ Name: iw -BuildRequires: kernel-source BuildRequires: pkg-config BuildRequires: pkgconfig(libnl-3.0) Summary:Configuration utility for nl80211 based wireless drivers License:ISC Group: Hardware/Wifi -Version:3.11 +Version:3.17 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Url:http://linuxwireless.org/en/users/Documentation/iw ++ iw-3.11.tar.xz -> iw-3.17.tar.xz ++ 2136 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2013-11-26 19:17:23 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw" Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2012-12-05 13:54:06.0 +0100 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2013-11-26 19:17:24.0 +0100 @@ -1,0 +2,8 @@ +Mon Nov 25 04:27:32 UTC 2013 - crrodrig...@opensuse.org + +- Update to version 3.11, matching with features in the + same kernel version. +- build with libnl-3.0, as usual this "kernel style" hand written + makefiles are total crap so extra cflags are needed. + +--- Old: iw-3.7.tar.bz2 New: iw-3.11.tar.xz Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.P0kwxu/_old 2013-11-26 19:17:24.0 +0100 +++ /var/tmp/diff_new_pack.P0kwxu/_new 2013-11-26 19:17:24.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package iw # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,16 @@ Name: iw BuildRequires: kernel-source -BuildRequires: libnl-1_1-devel BuildRequires: pkg-config +BuildRequires: pkgconfig(libnl-3.0) Summary:Configuration utility for nl80211 based wireless drivers License:ISC Group: Hardware/Wifi -Version:3.7 +Version:3.11 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Url:http://linuxwireless.org/en/users/Documentation/iw -Source: iw-%{version}.tar.bz2 +Source: iw-%{version}.tar.xz %description iw is a nl80211 based CLI configuration utility for wireless devices. It @@ -39,12 +39,12 @@ Johannes Berg %prep -%setup +%setup -q %build # FIXME: -fno-strict-aliasing seems to be obsolete, but upstream Makefile requires it. # Either it is really obsolete or there is a hidden aliasing use. -make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS} -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1 +make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS} $(pkg-config --cflags libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1 %install %makeinstall -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2012-12-05 13:54:04 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw", Maintainer is "mac...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/iw/iw.changes2011-09-23 02:03:49.0 +0200 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2012-12-05 13:54:06.0 +0100 @@ -1,0 +2,12 @@ +Mon Dec 3 19:46:15 UTC 2012 - cfarr...@suse.com + +- license update: ISC + Look at the license file in the sources + +--- +Sat Nov 24 21:01:38 UTC 2012 - sch...@linux-m68k.org + +- Upgrade to version 3.7 + * Support all new kernel features upto 3.7 + +--- Old: iw-0.9.22.tar.bz2 New: iw-3.7.tar.bz2 Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.YtRG80/_old 2012-12-05 13:54:07.0 +0100 +++ /var/tmp/diff_new_pack.YtRG80/_new 2012-12-05 13:54:07.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package iw # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,15 @@ # - Name: iw -BuildRequires: kernel-source libnl-1_1-devel pkg-config +BuildRequires: kernel-source +BuildRequires: libnl-1_1-devel +BuildRequires: pkg-config Summary:Configuration utility for nl80211 based wireless drivers -Version:0.9.22 -Release:1 +License:ISC Group: Hardware/Wifi -License:BSD-3-Clause +Version:3.7 +Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Url:http://linuxwireless.org/en/users/Documentation/iw Source: iw-%{version}.tar.bz2 ++ iw-0.9.22.tar.bz2 -> iw-3.7.tar.bz2 ++ 4713 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2011-12-06 18:19:57 Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) Package is "iw", Maintainer is "mac...@suse.com" Changes: Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.3kmEny/_old 2011-12-06 18:34:44.0 +0100 +++ /var/tmp/diff_new_pack.3kmEny/_new 2011-12-06 18:34:44.0 +0100 @@ -23,7 +23,7 @@ Version:0.9.22 Release:1 Group: Hardware/Wifi -License:BSD3c(or similar) +License:BSD-3-Clause BuildRoot: %{_tmppath}/%{name}-%{version}-build Url:http://linuxwireless.org/en/users/Documentation/iw Source: iw-%{version}.tar.bz2 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at Mon Sep 19 17:24:05 CEST 2011. --- iw/iw.changes 2011-03-29 11:43:49.0 +0200 +++ /mounts/work_src_done/STABLE/iw/iw.changes 2011-09-16 14:21:29.0 +0200 @@ -1,0 +2,5 @@ +Fri Sep 16 12:02:37 UTC 2011 - jeng...@medozas.de + +- Select libnl-1_1-devel + +--- calling whatdependson for head-i586 Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.egYKRl/_old 2011-09-19 17:24:01.0 +0200 +++ /var/tmp/diff_new_pack.egYKRl/_new 2011-09-19 17:24:01.0 +0200 @@ -18,7 +18,7 @@ Name: iw -BuildRequires: kernel-source libnl-devel pkg-config +BuildRequires: kernel-source libnl-1_1-devel pkg-config Summary:Configuration utility for nl80211 based wireless drivers Version:0.9.22 Release:1 Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit iw for openSUSE:Factory
Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at Fri Apr 22 22:54:33 CEST 2011. --- iw/iw.changes 2010-01-06 18:02:36.0 +0100 +++ /mounts/work_src_done/STABLE/iw/iw.changes 2011-03-29 11:43:49.0 +0200 @@ -1,0 +2,12 @@ +Tue Mar 29 11:42:30 CEST 2011 - vl...@suse.cz + +- upgrade to version 0.9.22 + * bugfixes + * P2P information + * 4addr support + * WDS support + * IBSS improvements + * mesh improvements, support for mesh join/leave + * parse MMIC failure event + +--- calling whatdependson for head-i586 Old: iw-0.9.18.tar.bz2 New: iw-0.9.22.tar.bz2 Other differences: -- ++ iw.spec ++ --- /var/tmp/diff_new_pack.uEIAgd/_old 2011-04-22 22:54:03.0 +0200 +++ /var/tmp/diff_new_pack.uEIAgd/_new 2011-04-22 22:54:03.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package iw (Version 0.9.18) +# spec file for package iw # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: iw BuildRequires: kernel-source libnl-devel pkg-config Summary:Configuration utility for nl80211 based wireless drivers -Version:0.9.18 +Version:0.9.22 Release:1 Group: Hardware/Wifi License:BSD3c(or similar) ++ iw-0.9.18.tar.bz2 -> iw-0.9.22.tar.bz2 ++ 3725 lines of diff (skipped) Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org