diff --git a/libntirpc.spec b/libntirpc.spec index 1539505..85f6f33 100644 --- a/libntirpc.spec +++ b/libntirpc.spec @@ -3,16 +3,13 @@ Name: libntirpc Version: 1.4.0 -%global dev pre3 -%global dev_version 1.4.0%{dev} -%global dash_dev_version 1.4.0-%{dev} -Release: 0.4%{?dev:%{dev}}%{?dist} +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%{dash_dev_version}/ntirpc-%{dash_dev_version}.tar.gz +Source0: https://github.com/nfs-ganesha/ntirpc/archive/v%{version}/ntirpc-%{version}.tar.gz BuildRequires: cmake BuildRequires: krb5-devel @@ -41,7 +38,7 @@ Requires: %{name}%{?_isa} = %{version} Development headers and auxiliary files for developing with %{name}. %prep -%setup -q -n ntirpc-%{dash_dev_version} +%setup -q -n ntirpc-%{version} %build %cmake . -DOVERRIDE_INSTALL_PREFIX=/usr -DTIRPC_EPOLL=1 -DUSE_GSS=ON "-GUnix Makefiles" @@ -75,6 +72,9 @@ install -p -m 644 libntirpc.pc %{buildroot}%{_libdir}/pkgconfig/ %{_libdir}/pkgconfig/libntirpc.pc %changelog +* Mon Sep 19 2016 Kaleb S. KEITHLEY 1.4.0-1 +- libntirpc 1.4.0 GA + * Tue Sep 6 2016 Kaleb S. KEITHLEY 1.4.0-0.4pre3 - libntirpc 1.4.0-pre3, without jemalloc diff --git a/sources b/sources index 100d83c..3c3ebe9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2026f1be052380c63fe85dea221ffe2f ntirpc-1.4.0-pre3.tar.gz +1935497768a366ed9c13834f85be8911 ntirpc-1.4.0.tar.gz