- Update to version 1.0.5
- Fix compiler warnings OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=8
This commit is contained in:
parent
8181e5a297
commit
b85b9e00d0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfeed2dffa165dee7b1a566d99fb407a10eebc0d1dc6980f13efe1ee59814868
|
||||
size 375410
|
3
libnsl-1.0.5.tar.bz2
Normal file
3
libnsl-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bce97455e13c1868dd5270d1e9cca59509bfef70d0983b15671b66032ee273f3
|
||||
size 358787
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 11:38:55 CET 2017 - kukuk@suse.de
|
||||
|
||||
- Update to version 1.0.5
|
||||
- Fix compiler warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 08:42:20 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
11
libnsl.spec
11
libnsl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnsl
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libnsl
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Release: 0
|
||||
Summary: Network Support Library (NIS/NIS+)
|
||||
License: LGPL-2.1
|
||||
@ -26,7 +26,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
%if 0%{?suse_version} >= 1310
|
||||
BuildRequires: libtirpc-devel >= 1.0
|
||||
BuildRequires: libtirpc-devel >= 1.0
|
||||
%endif
|
||||
Url: http://github.com/thkukuk/libnsl
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -38,6 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
The Network Support Library for NIS/NIS+ was formerly part of glibc and
|
||||
is now a standalone library. The big difference is, that this library
|
||||
has support for IPv6.
|
||||
The NIS+ code is deprecated and only there "as is".
|
||||
|
||||
%package -n libnsl2
|
||||
Summary: Network Support Library (NIS/NIS+)
|
||||
@ -47,6 +48,8 @@ Group: System/Libraries
|
||||
The Network Support Library for NIS/NIS+ was formerly part of glibc and
|
||||
is now a standalone library. The big difference is, that this library
|
||||
has support for IPv6.
|
||||
The NIS+ code is deprecated and only there "as is".
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development package for Network Support Library (NIS/NIS+)
|
||||
@ -58,6 +61,8 @@ The Network Support Library for NIS/NIS+ was formerly part of glibc and
|
||||
is now a standalone library. The big difference is, that this library
|
||||
has support for IPv6.
|
||||
This package contains all files to develop and link against libnsl.
|
||||
The NIS+ API is deprecated and only there "as is".
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user