diff --git a/libndp-1.2.tar.gz b/libndp-1.2.tar.gz deleted file mode 100644 index 3badf30..0000000 --- a/libndp-1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38403566cad3eabea04450847ebcdfee520f39497291d35e0c071230f941526a -size 342745 diff --git a/libndp-1.3.tar.gz b/libndp-1.3.tar.gz new file mode 100644 index 0000000..904970b --- /dev/null +++ b/libndp-1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e +size 334653 diff --git a/libndp.changes b/libndp.changes index 913b054..49fd773 100644 --- a/libndp.changes +++ b/libndp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 9 22:24:37 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.3: + + libndp: fix [cppcheck] Undefined behavior: Variable 'buf' is + used as parameter and destination in s[n]printf(). +- No longer bootstrap: the tarball is complete. +- Remove libtool, automake and autoconf BuildRequires: no longer + needed. + ------------------------------------------------------------------- Wed Jul 9 14:47:29 UTC 2014 - dimstar@opensuse.org diff --git a/libndp.spec b/libndp.spec index 29d622f..bab9aa0 100644 --- a/libndp.spec +++ b/libndp.spec @@ -17,14 +17,11 @@ Name: libndp -Version: 1.2 +Version: 1.3 Release: 0 Summary: Library for Neighbor Discovery Protocol License: LGPL-2.1+ Group: Productivity/Networking/Other -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool BuildRequires: pkg-config Url: http://www.libndp.org/ Source: http://www.libndp.org/files/libndp-%{version}.tar.gz @@ -55,7 +52,6 @@ necessary for developing programs using libndp. %setup -q %build -./autogen.sh %configure --disable-static make %{?_smp_mflags}