diff --git a/flink-release-1.13.0.tar.gz b/flink-release-1.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b64fdbcc2402cfb9bc6c7ff7c94b799d59ec4035 Binary files /dev/null and b/flink-release-1.13.0.tar.gz differ diff --git a/flink.spec b/flink.spec index b8e95db7f8f5f01ffb2c5c38e79798941c25de03..1379622fa4939640d6e7ecda4ec9719ac6e1ba68 100644 --- a/flink.spec +++ b/flink.spec @@ -10,12 +10,12 @@ %global with_tests 0 Name: flink -Version: 1.12.7 +Version: 1.13.0 Release: 1 Summary: Stateful Computations over Data Streams License: Apache License v2.0 URL: https://github.com/apache/%{name} -Source0: https://github.com/apache/%{name}/archive/release-%{version}.tar.gz +Source0: https://github.com/apache/%{name}/archive/flink-release-%{version}.tar.gz Source1: settings.xml Source2: https://packages.confluent.io/maven/io/confluent/kafka-schema-registry-client/5.5.2/kafka-schema-registry-client-5.5.2.jar Source3: https://packages.confluent.io/maven/io/confluent/kafka-avro-serializer/5.5.2/kafka-avro-serializer-5.5.2.jar @@ -66,6 +66,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i %license LICENSE %changelog +* Fri Dec 22 2021 chenjunbiao - 1.13.0-1 +- Update version. + * Fri Dec 17 2021 weidong - 1.12.7-1 - Update version.