Rebase to new upstream version
This commit is contained in:
parent
0d7c11e9eb
commit
d2e2fab5e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/libnsl-1.2.0.tar.gz
|
||||
/libnsl-4a062cf4180d99371198951e4ea5b4550efd58a3.tar.gz
|
||||
/v1.3.0.tar.gz
|
||||
/v2.0.0.tar.gz
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- 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"
|
11
libnsl2.spec
11
libnsl2.spec
@ -3,8 +3,8 @@
|
||||
|
||||
|
||||
Name: libnsl2
|
||||
Version: 1.3.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Public client interface library for NIS(YP) and NIS+
|
||||
|
||||
License: BSD and LGPLv2+
|
||||
@ -13,8 +13,6 @@ URL: https://github.com/thkukuk/libnsl
|
||||
|
||||
Source0: https://github.com/thkukuk/libnsl/archive/v%{version}.tar.gz
|
||||
|
||||
Patch0: libnsl2-1.0.5-include_stdint.patch
|
||||
|
||||
BuildRequires: autoconf, automake, gettext-devel, libtool, libtirpc-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
@ -37,8 +35,6 @@ Development files for libnsl2
|
||||
%prep
|
||||
%setup -q -n libnsl-%{version}
|
||||
|
||||
%patch0 -p1 -b .include_stdint
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
||||
@ -67,6 +63,9 @@ rm %{buildroot}/%{_libdir}/libnsl.la
|
||||
%{_libdir}/pkgconfig/libnsl.pc
|
||||
|
||||
%changelog
|
||||
* Thu Nov 11 2021 Matej Mužila <mmuzila@redhat.com> - 2.0.0-1
|
||||
- Rebase to new upstream version
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.3.0.tar.gz) = ce75ee9e54f1bdd2b31886e8157ff5f654511c3da017e0d9f8d0da6a2a9f9a78ff2e5f72cfb7ce3a23065f57337db51e3c8842a7e990350a62612018f4960342
|
||||
SHA512 (v2.0.0.tar.gz) = 86a7738707a3e4e56b60c8de0445fb576e66148bc12fa2a6aab422ea81eb4b42be3287a12f78384acd2b8bfb3885e9a0ce4f7328f078da3a5099acb66a35a935
|
||||
|
Loading…
Reference in New Issue
Block a user