[packages/librdkafka] - updated to 2.15.0
qboosh
qboosh at pld-linux.org
Sat Jul 18 14:33:12 CEST 2026
commit f9f646d52f56ae809265d2afea8c2b456697bc5d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jul 18 14:33:18 2026 +0200
- updated to 2.15.0
librdkafka.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/librdkafka.spec b/librdkafka.spec
index 55cc61a..083e4d0 100644
--- a/librdkafka.spec
+++ b/librdkafka.spec
@@ -1,13 +1,13 @@
Summary: Apache Kafka C library
Summary(pl.UTF-8): Biblioteka C do protokołu Apache Kafka
Name: librdkafka
-Version: 2.8.0
+Version: 2.15.0
Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/edenhill/librdkafka/releases
Source0: https://github.com/edenhill/librdkafka/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: ab7f14e916cbefa7f0e7d1fb06e08bfd
+# Source0-md5: 8e864b5d22dae795e734a6fed05acc22
Patch0: %{name}-pc.patch
URL: https://github.com/edenhill/librdkafka
BuildRequires: cmake >= 3.5
@@ -115,11 +115,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc CHANGELOG.md CONFIGURATION.md INTRODUCTION.md LICENSE LICENSE.{cjson,crc32c,fnv1a,hdrhistogram,murmur2,nanopb,opentelemetry,pycrc,queue,regexp,tinycthread} LICENSES.txt README.md STATISTICS.md
-%attr(755,root,root) %{_libdir}/librdkafka.so.1
+%{_libdir}/librdkafka.so.1
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/librdkafka.so
+%{_libdir}/librdkafka.so
%dir %{_includedir}/librdkafka
%{_includedir}/librdkafka/rdkafka.h
%{_includedir}/librdkafka/rdkafka_mock.h
@@ -128,10 +128,10 @@ rm -rf $RPM_BUILD_ROOT
%files c++
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/librdkafka++.so.1
+%{_libdir}/librdkafka++.so.1
%files c++-devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/librdkafka++.so
+%{_libdir}/librdkafka++.so
%{_includedir}/librdkafka/rdkafkacpp.h
%{_pkgconfigdir}/rdkafka++.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/librdkafka.git/commitdiff/f9f646d52f56ae809265d2afea8c2b456697bc5d
More information about the pld-cvs-commit
mailing list