From f77e78a847761b14382d7e675eab7cf9e64f5c9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Feb 2018 10:15:09 +0100 Subject: missing BR on C/C++ compilers --- libmemcached-last.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libmemcached-last.spec b/libmemcached-last.spec index c48bbd4..0e7fdbc 100644 --- a/libmemcached-last.spec +++ b/libmemcached-last.spec @@ -38,17 +38,19 @@ Name: %{libname}-last Summary: Client library and command line tools for memcached server Version: 1.0.18 -Release: 6%{?dist} +Release: 13%{?dist} License: BSD URL: http://libmemcached.org/ # Original sources: -# http://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz +# http://launchpad.net/libmemcached/1.0/%%{version}/+download/libmemcached-%%{version}.tar.gz # The source tarball must be repackaged to remove the Hsieh hash # code, since the license is non-free. When upgrading, download the new # source tarball, and run "./strip-hsieh.sh " to produce the # "-exhsieh" tarball. Source0: %{libname}-%{version}-exhsieh.tar.gz +BuildRequires: gcc +BuildRequires: gcc-c++ %if %{with_sasl} BuildRequires: cyrus-sasl-devel %endif @@ -255,6 +257,10 @@ make test %changelog +* Tue Feb 20 2018 Remi Collet - 1.0.18-13 +- missing BR on C/C++ compilers +- drop ldconfig scriptlets (F28+) + * Sun Feb 28 2016 Remi Collet - 1.0.18-6 - obsolete libmemcached10 -- cgit