diff --git a/librdkafka.spec b/librdkafka.spec index 45f4094a4c7a9e9475a893470bd47ba67ceec332..9cee36e80d107d4e0bef773e1bd6e7484d911353 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,6 +1,6 @@ Name: librdkafka -Version: 2.1.1 -Release: 2 +Version: 2.3.0 +Release: 1 Summary: C library implementation of the Apache Kafka protocol License: BSD-2-Clause and Zlib and MIT and BSD-3-Clause URL: https://github.com/edenhill/librdkafka @@ -61,6 +61,10 @@ find %{buildroot} -name '*-static.pc' -delete -print %changelog +* Thu May 16 2024 songliyang - 2.3.0-1 +- upgrade to 2.3.0 +- fix general error and idempotent producer and consumer issues + * Wed Mar 20 2024 lishunlong - 2.1.1-2 - Fix recognition of WITH_LDS when compiling diff --git a/v2.1.1.tar.gz b/v2.3.0.tar.gz similarity index 50% rename from v2.1.1.tar.gz rename to v2.3.0.tar.gz index b41f6e5e799f5576ac06f9f060cbe4bb7c529cb7..649aad49fc26353bfd132dfb1a1d5fb53c71cf2d 100644 Binary files a/v2.1.1.tar.gz and b/v2.3.0.tar.gz differ