From 954894ce04c0cf5a839497431c49aeb1d2ae7e959fe45d92610e3bd2ec50219e Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 10 Jul 2014 06:06:46 +0000 Subject: [PATCH] Accepting request 240131 from home:dimstar:branches:GNOME:Factory - 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. This also happens to fix the build failure (seems the tarball of 1.2 had been replaced with a bootstrapped version). OBS-URL: https://build.opensuse.org/request/show/240131 OBS-URL: https://build.opensuse.org/package/show/network/libndp?expand=0&rev=7 --- libndp-1.2.tar.gz | 3 --- libndp-1.3.tar.gz | 3 +++ libndp.changes | 10 ++++++++++ libndp.spec | 6 +----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 libndp-1.2.tar.gz create mode 100644 libndp-1.3.tar.gz 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}