From d7ea70e897338bd17add86632264760b79c8c23e Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Fri, 5 Feb 2016 01:55:06 -0500 Subject: [PATCH] libntirpc 1.4.0-pre1 --- libntirpc.spec | 14 ++++++++++---- sources | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/libntirpc.spec b/libntirpc.spec index e145b1f..b7e16a5 100644 --- a/libntirpc.spec +++ b/libntirpc.spec @@ -2,14 +2,17 @@ %global _hardened_build 1 Name: libntirpc -Version: 1.3.1 -Release: 2%{?dev_version:%{dev_version}}%{?dist} +Version: 1.4.0 +%global dev pre1 +%global dev_version 1.4.0%{dev} +%global dash_dev_version 1.4.0-%{dev} +Release: 1%{?dev:%{dev}}%{?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 +Source0: https://github.com/nfs-ganesha/ntirpc/archive/v%{dash_dev_version}/ntirpc-%{dev_version}.tar.gz BuildRequires: cmake BuildRequires: jemalloc-devel @@ -39,7 +42,7 @@ Requires: %{name}%{?_isa} = %{version} Development headers and auxiliary files for developing with %{name}. %prep -%setup -q -n ntirpc-%{version} +%setup -q -n ntirpc-%{dash_dev_version} %build %cmake . -DOVERRIDE_INSTALL_PREFIX=/usr -DTIRPC_EPOLL=1 -DUSE_GSS=ON "-GUnix Makefiles" @@ -73,6 +76,9 @@ install -p -m 644 libntirpc.pc %{buildroot}%{_libdir}/pkgconfig/ %{_libdir}/pkgconfig/libntirpc.pc %changelog +* Fri Feb 5 2016 Kaleb S. KEITHLEY 1.4.0-1pre1 +- libntirpc 1.4.0-pre1 + * Thu Feb 04 2016 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 825aa26..91bbdc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -181b417c17821acdd4a66c93c0aa1a88 ntirpc-1.3.1.tar.gz +89075fb0298a769f00e43c0f9a1eb2dd ntirpc-1.4.0pre1.tar.gz