From 630e38f7b36618658c808f3978a12528f6631773 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Mar 2018 13:52:58 +0200 Subject: v0.11.4 --- librdkafka.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'librdkafka.spec') diff --git a/librdkafka.spec b/librdkafka.spec index c154514..e1b93ff 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit b581d0d9df282847f76e8b9e87337161959d39c9 +%global gh_commit 7478b5ef16aadd6543fe38bc6a2deb895c70da98 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 0.11.3 +%global upstream_version 0.11.4 #global upstream_prever RC1 Name: %{libname} @@ -75,10 +75,13 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} rm %{buildroot}%{_libdir}/*.a +rm %{buildroot}%{_libdir}/pkgconfig/*static.pc -%post -p /sbin/ldconfig +%if 0%{?fedora} < 28 && 0%{?rhel} < 8 +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%endif %files @@ -99,6 +102,9 @@ rm %{buildroot}%{_libdir}/*.a # NOTICE: available in EPEL-7 so not in remi %changelog +* Thu Mar 29 2018 Remi Collet - 1.11.4-1 +- update to 1.11.4 + * Wed Dec 6 2017 Remi Collet - 0.11.3-1 - update to 0.11.3 -- cgit