File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Name: adiscon-librdkafka
2
2
# 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
5
5
%define soname 1
6
6
7
7
Summary: The Apache Kafka C library
8
8
Group: Development/Libraries/C and C++
9
9
License: BSD-2-Clause
10
10
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
12
12
13
13
BuildRequires: zlib-devel libstdc++-devel gcc >= 4.1 gcc-c++
14
14
BuildRoot: %(mktemp -ud %{_tmppath }/%{name }-%{version }-%{release }-XXXXXX)
@@ -39,7 +39,7 @@ using librdkafka.
39
39
40
40
41
41
%prep
42
- %setup -q
42
+ %setup -q -n librdkafka-0.9.0
43
43
44
44
%configure
45
45
You can’t perform that action at this time.
0 commit comments