- Update to version 1.0.4

- better compatibility with glibc yppasswd.h

- Update to version 1.0.3
  - export some private functions for libnss_nisplus

- Update to version 1.0.2
  - remove obsolete prototypes from public header files
  - add missing header files

OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=5
This commit is contained in:
Thorsten Kukuk 2016-03-30 12:08:00 +00:00 committed by Git OBS Bridge
parent 828615eb86
commit ef875abffa
4 changed files with 27 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09ec5b836ccd177e932ec3dda40b43142bc83e646c3a01ac48b943aefed301ee
size 374212

3
libnsl-1.0.4.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Mar 8 18:04:20 CET 2016 - kukuk@suse.de
- Update to version 1.0.4
- better compatibility with glibc yppasswd.h
-------------------------------------------------------------------
Wed Feb 17 10:53:42 CET 2016 - kukuk@suse.de
- Update to version 1.0.3
- export some private functions for libnss_nisplus
-------------------------------------------------------------------
Mon Feb 15 16:02:57 CET 2016 - kukuk@suse.de
- Update to version 1.0.2
- remove obsolete prototypes from public header files
- add missing header files
-------------------------------------------------------------------
Wed Jan 20 14:54:47 CET 2016 - kukuk@suse.de

View File

@ -17,7 +17,7 @@
Name: libnsl
Version: 1.0.1
Version: 1.0.4
Release: 0
Summary: Network Support Library (NIS/NIS+)
License: LGPL-2.1
@ -25,7 +25,9 @@ Group: System/Libraries
BuildRequires: autoconf
BuildRequires: libtool
BuildRequires: pkg-config
%if 0%{?suse_version} >= 1310
BuildRequires: libtirpc-devel >= 1.0
%endif
Url: http://github.com/thkukuk/libnsl
Source: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
@ -78,8 +80,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{__ln_s} -v /%{_lib}/%{name}.so.2 %{buildroot}%{_libdir}/nsl/%{name}.so
%{__mv} -v $RPM_BUILD_ROOT/%{_libdir}/nsl/pkgconfig $RPM_BUILD_ROOT/%{_libdir}
%clean
rm -rf $RPM_BUILD_ROOT
%check
make check
%post -n libnsl2 -p /sbin/ldconfig