diff --git a/librdkafka.spec b/librdkafka.spec index 9cee36e80d107d4e0bef773e1bd6e7484d911353..33cca0889025a7e317f1cfb0b2ab29761852c564 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,5 +1,5 @@ Name: librdkafka -Version: 2.3.0 +Version: 2.5.0 Release: 1 Summary: C library implementation of the Apache Kafka protocol License: BSD-2-Clause and Zlib and MIT and BSD-3-Clause @@ -61,6 +61,9 @@ find %{buildroot} -name '*-static.pc' -delete -print %changelog +* Thu Aug 8 2024 zhangxingrong - 2.5.0-1 +- update to 2.5.0 + * Thu May 16 2024 songliyang - 2.3.0-1 - upgrade to 2.3.0 - fix general error and idempotent producer and consumer issues diff --git a/v2.3.0.tar.gz b/v2.5.0.tar.gz similarity index 51% rename from v2.3.0.tar.gz rename to v2.5.0.tar.gz index 649aad49fc26353bfd132dfb1a1d5fb53c71cf2d..3d80236107cdfc4e731b5b9ba66b4f267bb16dd4 100644 Binary files a/v2.3.0.tar.gz and b/v2.5.0.tar.gz differ