From 0147313fe658c62d55acfe291d91a55b00b35e4557e13c2c002b39bbc408d945 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Fri, 28 Dec 2018 19:52:20 +0000 Subject: [PATCH] Accepting request 661864 from home:mnhauke:security - Rename files according to the package name nDPI -> ndpi - Update to version 2.6 See /usr/share/doc/packages/libndpi2/CHANGELOG.md for the full changelog - Initial package, version 2.0 OBS-URL: https://build.opensuse.org/request/show/661864 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/ndpi?expand=0&rev=3 --- nDPI-2.6.tar.gz => ndpi-2.6.tar.gz | 0 nDPI.changes => ndpi.changes | 5 +++++ nDPI.spec => ndpi.spec | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) rename nDPI-2.6.tar.gz => ndpi-2.6.tar.gz (100%) rename nDPI.changes => ndpi.changes (67%) rename nDPI.spec => ndpi.spec (99%) diff --git a/nDPI-2.6.tar.gz b/ndpi-2.6.tar.gz similarity index 100% rename from nDPI-2.6.tar.gz rename to ndpi-2.6.tar.gz diff --git a/nDPI.changes b/ndpi.changes similarity index 67% rename from nDPI.changes rename to ndpi.changes index 401524b..62a14a4 100644 --- a/nDPI.changes +++ b/ndpi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 28 19:44:08 UTC 2018 - mardnh@gmx.de + +- Rename files according to the package name nDPI -> ndpi + ------------------------------------------------------------------- Sat Dec 22 20:38:16 UTC 2018 - mardnh@gmx.de diff --git a/nDPI.spec b/ndpi.spec similarity index 99% rename from nDPI.spec rename to ndpi.spec index c6e49b1..e43b49d 100644 --- a/nDPI.spec +++ b/ndpi.spec @@ -20,7 +20,7 @@ %endif %define sover 2 -Name: nDPI +Name: ndpi Version: 2.6 Release: 0 Summary: Extensible deep packet inspection library @@ -101,7 +101,7 @@ network traffic monitoring. This package contains the ndpiReader binary. %prep -%setup -q +%setup -q -n nDPI-%{version} %patch0 -p1 sh autogen.sh # FIXME: Upstream makefile is broken