Update to version 1.0.5
Fix missing stdint.h
This commit is contained in:
parent
aab1d34adf
commit
38e6fe510d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libnsl-libnsl-1.0.4.tar.gz
|
||||
/libnsl-libnsl-1.0.5.tar.gz
|
||||
|
10
libnsl2-1.0.5-include_stdint.patch
Normal file
10
libnsl2-1.0.5-include_stdint.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- libnsl-libnsl-1.0.5/src/nisplus/nis_call.c.include_stdint 2017-06-12 16:05:36.864341686 +0200
|
||||
+++ libnsl-libnsl-1.0.5/src/nisplus/nis_call.c 2017-06-12 16:05:56.745337017 +0200
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <unistd.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
+#include <stdint.h>
|
||||
|
||||
#include "libc-lock.h"
|
||||
#include "nis_intern.h"
|
12
libnsl2.spec
12
libnsl2.spec
@ -1,6 +1,6 @@
|
||||
Name: libnsl2
|
||||
Version: 1.0.4
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Public client interface library for NIS(YP) and NIS+
|
||||
|
||||
License: BSD and LGPLv2+
|
||||
@ -10,6 +10,8 @@ URL: https://github.com/thkukuk/libnsl
|
||||
|
||||
Source0: https://github.com/thkukuk/libnsl/archive/libnsl-%{version}.tar.gz#/libnsl-libnsl-%{version}.tar.gz
|
||||
|
||||
Patch0: libnsl2-1.0.5-include_stdint.patch
|
||||
|
||||
BuildRequires: autoconf, automake, gettext-devel, libtool, libtirpc-devel
|
||||
|
||||
%description
|
||||
@ -30,6 +32,8 @@ Development files for libnsl2
|
||||
%prep
|
||||
%setup -q -n libnsl-libnsl-%{version}
|
||||
|
||||
%patch0 -p1 -b .include_stdint
|
||||
|
||||
%build
|
||||
|
||||
export CFLAGS="%{optflags}"
|
||||
@ -73,6 +77,10 @@ echo "%{_libdir}/nsl" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}
|
||||
%{_libdir}/pkgconfig/libnsl.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 12 2017 Matej Mužila <mmuzila@redhat.com> 1.0.5-1
|
||||
- Update to version 1.0.5
|
||||
- Fix missing stdint.h
|
||||
|
||||
* Mon Apr 10 2017 Matej Mužila <mmuzila@redhat.com> 1.0.4-4
|
||||
- Initial version for 1.0.4
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libnsl-libnsl-1.0.4.tar.gz) = 9233300e958c9e1fc0403c128b2a1846f0726242e129ac8f5c78356f837c08cc7cb02d3bdee370c5e2235fcc706e46482fd8c00551864864653df33f509caf93
|
||||
SHA512 (libnsl-libnsl-1.0.5.tar.gz) = ce0423042d372a9f800738480d222164e7ad2e09c9efa80d4845b9a06b78f478c395a65a4c175dd708d01f0bb9be9514526c44df48990221fd6d28c785767c49
|
||||
|
Loading…
Reference in New Issue
Block a user