From 2011c88ca814979c81bb35424d3abcd799a84ec0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Apr 2020 09:25:29 +0200 Subject: v1.4.0 --- librdkafka.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'librdkafka.spec') diff --git a/librdkafka.spec b/librdkafka.spec index 2b060b4..a50f6d3 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,18 +1,18 @@ # remirepo/fedora spec file for librdkafka # -# Copyright (c) 2015-2019 Remi Collet +# Copyright (c) 2015-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 4ffe54b4f59ee5ae3767f9f25dc14651a3384d62 +%global gh_commit e4a8c0f62742789bd4d62accd1497c82c08c4259 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 1.3.0 +%global upstream_version 1.4.0 #global upstream_prever RC1 Name: %{libname} @@ -87,6 +87,8 @@ make install DESTDIR=%{buildroot} rm %{buildroot}%{_libdir}/*.a rm %{buildroot}%{_libdir}/pkgconfig/*static.pc +# drop installed doc as all file included as %%license or %%doc in -devel +rm -r %{buildroot}%{_datadir}/doc/%{libname} %if 0%{?fedora} < 28 && 0%{?rhel} < 8 @@ -114,6 +116,9 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc ### NOTICE: available in RHEL-7 and RHEL-8 so not in remi %changelog +* Fri Apr 3 2020 Remi Collet - 1.4.0-1 +- update to 1.4.0 + * Wed Dec 4 2019 Remi Collet - 1.3.0-1 - update to 1.3.0 -- cgit