From d61908529387215a3afe714e92e411d68d5cf1c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jun 2019 13:50:10 +0200 Subject: v1.1.0 --- librdkafka.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'librdkafka.spec') diff --git a/librdkafka.spec b/librdkafka.spec index f76bdef..6421a99 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 8681f884020e880a4c6cda3cfc672f0669e1f38e +%global gh_commit 6160ec275a5bb0a4088ede3c5f2afde638bbef65 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 1.0.1 +%global upstream_version 1.1.0 #global upstream_prever RC1 Name: %{libname} @@ -111,9 +111,12 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc %{_libdir}/pkgconfig/rdkafka++.pc -### NOTICE: available in EPEL-7 so not in remi +### NOTICE: available in RHEL-7 so not in remi %changelog +* Tue Jun 25 2019 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Sun Jun 2 2019 Remi Collet - 1.0.1-1 - update to 1.0.1 -- cgit