From dff2ac92d5079f07b508b79ff806226ba44e74808357f51559954b132f527e4c Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 5 Feb 2018 15:08:18 +0000 Subject: [PATCH] update to 5.1 OBS-URL: https://build.opensuse.org/package/show/network:utilities/horst?expand=0&rev=2 --- horst-5.1.tar.gz | 3 +++ horst.changes | 6 ++++++ horst.spec | 15 +++++++-------- version-5.0.tar.gz | 3 --- 4 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 horst-5.1.tar.gz delete mode 100644 version-5.0.tar.gz diff --git a/horst-5.1.tar.gz b/horst-5.1.tar.gz new file mode 100644 index 0000000..71df5e6 --- /dev/null +++ b/horst-5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b4cb1143d93c73c3b4bbbe0c36f89a790401bde9e894e94e2a27339ca384d9 +size 117392 diff --git a/horst.changes b/horst.changes index 6757ee3..815d03b 100644 --- a/horst.changes +++ b/horst.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 5 15:06:50 UTC 2018 - astieger@suse.com + +- update to 5.1: + * Fix time issues + ------------------------------------------------------------------- Sat Jul 30 08:36:37 UTC 2016 - mardnh@gmx.de diff --git a/horst.spec b/horst.spec index 1b16f44..79fde28 100644 --- a/horst.spec +++ b/horst.spec @@ -1,6 +1,7 @@ # # spec file for package horst # +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -17,19 +18,18 @@ Name: horst -Version: 5.0 +Version: 5.1 Release: 0 Summary: Lightweight IEEE802.11 wireless LAN analyzer License: GPL-2.0 Group: Productivity/Networking/Diagnostic -Url: http://br1.einfach.org/tech/horst/ -Source: https://github.com/br101/horst/archive/version-%{version}.tar.gz +URL: http://br1.einfach.org/tech/horst/ +Source: https://github.com/br101/horst/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: ncurses-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(libnl-3.0) BuildRequires: pkgconfig(libnl-genl-3.0) Recommends: iw -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description horst is a small, lightweight IEEE802.11 WLAN analyzer with a text interface. @@ -42,7 +42,7 @@ It can be useful to get a quick overview of what's going on on all wireless LAN channels and to identify problems. %prep -%setup -q -n %{name}-version-%{version} +%setup -q # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') @@ -57,11 +57,10 @@ make %{?_smp_mflags} %install install -Dpm0755 horst %{buildroot}/%{_bindir}/horst install -Dpm0644 horst.conf %{buildroot}/%{_sysconfdir}/horst.conf -install -Dpm0644 horst.1 %{buildroot}/%{_mandir}/man1/horst.1 +install -Dpm0644 horst.8 %{buildroot}/%{_mandir}/man1/horst.8 install -Dpm0644 horst.conf.5 %{buildroot}/%{_mandir}/man5/horst.conf.5 %files -%defattr(-,root,root) %doc LICENSE README.md %{_bindir}/horst %config %{_sysconfdir}/horst.conf diff --git a/version-5.0.tar.gz b/version-5.0.tar.gz deleted file mode 100644 index 951d51b..0000000 --- a/version-5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b -size 115572