Skip to content

Commit 08fed87

Browse files
committed
Update to 0.9.0 of librdkafka
1 parent c670620 commit 08fed87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rpmbuild/SPECS/librdkafka.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Name: adiscon-librdkafka
22
# NOTE: Make sure to update this to match rdkafka.h version
3-
Version: 0.8.6
4-
Release: 1
3+
Version: 0.9.0
4+
Release: 1.0f7bfd7
55
%define soname 1
66

77
Summary: The Apache Kafka C library
88
Group: Development/Libraries/C and C++
99
License: BSD-2-Clause
1010
URL: https://github.com/edenhill/librdkafka
11-
Source: https://github.com/edenhill/librdkafka/archive/adiscon-librdkafka-%{version}.tar.gz
11+
Source: https://github.com/edenhill/librdkafka/archive/librdkafka-%{version}-0f7bfd7.tar.gz
1212

1313
BuildRequires: zlib-devel libstdc++-devel gcc >= 4.1 gcc-c++
1414
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -39,7 +39,7 @@ using librdkafka.
3939

4040

4141
%prep
42-
%setup -q
42+
%setup -q -n librdkafka-0.9.0
4343

4444
%configure
4545

0 commit comments

Comments
 (0)