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
This commit is contained in:
Marcus Meissner 2014-07-10 06:06:46 +00:00 committed by Git OBS Bridge
parent a02dccf688
commit 954894ce04
4 changed files with 14 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38403566cad3eabea04450847ebcdfee520f39497291d35e0c071230f941526a
size 342745

3
libndp-1.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e
size 334653

View File

@ -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 Wed Jul 9 14:47:29 UTC 2014 - dimstar@opensuse.org

View File

@ -17,14 +17,11 @@
Name: libndp Name: libndp
Version: 1.2 Version: 1.3
Release: 0 Release: 0
Summary: Library for Neighbor Discovery Protocol Summary: Library for Neighbor Discovery Protocol
License: LGPL-2.1+ License: LGPL-2.1+
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
Url: http://www.libndp.org/ Url: http://www.libndp.org/
Source: http://www.libndp.org/files/libndp-%{version}.tar.gz Source: http://www.libndp.org/files/libndp-%{version}.tar.gz
@ -55,7 +52,6 @@ necessary for developing programs using libndp.
%setup -q %setup -q
%build %build
./autogen.sh
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}