update to flink1.13.0

This commit is contained in:
Junbiao Chen 2021-12-22 16:40:39 +08:00 committed by chenjunbiao-001
parent 940e1d2f1e
commit 3bfc7dc7be
2 changed files with 6 additions and 3 deletions

BIN
flink-release-1.13.0.tar.gz Normal file

Binary file not shown.

View File

@ -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
@ -65,7 +65,10 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i
%doc README.md
%license LICENSE
%changelog
%changelog
* Fri Dec 22 2021 chenjunbiao<chenjunbiao@uniontech.com> - 1.13.0-1
- Update version.
* Fri Dec 17 2021 weidong <weidong@uniontech.com> - 1.12.7-1
- Update version.