libntirpc 1.3.1 GA

This commit is contained in:
Kaleb S. KEITHLEY 2015-10-26 13:06:42 -04:00
parent 0b3b76e6d6
commit 21de3cdd5d
2 changed files with 6 additions and 5 deletions

View File

@ -2,15 +2,14 @@
%global _hardened_build 1
Name: libntirpc
Version: 1.3.0
Release: 3%{?dev_version:%{dev_version}}%{?dist}
Version: 1.3.1
Release: 1%{?dev_version:%{dev_version}}%{?dist}
Summary: New Transport Independent RPC Library
Group: System Environment/Libraries
License: BSD
Url: https://github.com/nfs-ganesha/ntirpc
Source0: https://github.com/nfs-ganesha/ntirpc/archive/v%{version}/ntirpc-%{version}.tar.gz
Patch1: ntirpc-1.3.0-config-h.in.cmake.patch
BuildRequires: cmake
BuildRequires: jemalloc-devel
@ -38,7 +37,6 @@ Development headers and auxiliary files for developing with %{name}.
%prep
%setup -q -n ntirpc-%{version}
%patch1 -p1
%build
%cmake . -DOVERRIDE_INSTALL_PREFIX=/usr -DTIRPC_EPOLL=1 -DUSE_GSS=ON "-GUnix Makefiles"
@ -72,6 +70,9 @@ install -p -m 644 libntirpc.pc %{buildroot}%{_libdir}/pkgconfig/
%{_libdir}/pkgconfig/libntirpc.pc
%changelog
* Mon Oct 26 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 1.3.1-1
- libntirpc 1.3.1 GA
* Fri Oct 9 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 1.3.0-3
- libntirpc 1.3.0 GA, w/ -DTIRPC_EPOLL=ON

View File

@ -1 +1 @@
9f4e3589f7e500444e02cc7722f9e613 ntirpc-1.3.0.tar.gz
181b417c17821acdd4a66c93c0aa1a88 ntirpc-1.3.1.tar.gz