diff options
Diffstat (limited to 'rocketmq.spec')
-rw-r--r-- | rocketmq.spec | 37 |
1 files changed, 34 insertions, 3 deletions
diff --git a/rocketmq.spec b/rocketmq.spec index 0ddc579..048a58d 100644 --- a/rocketmq.spec +++ b/rocketmq.spec @@ -5,13 +5,20 @@ Summary: Cloud-Native, Distributed Messaging and Streaming Name: rocketmq Version: 5.1.3 -Release: 2 +Release: 10 License: Apache-2.0 Group: Applications/Message URL: https://rocketmq.apache.org/ Source0: https://archive.apache.org/dist/%{name}/%{version}/%{name}-all-%{version}-source-release.zip -Patch0001: backport_some_typo_fixes.patch -BuildRoot: /root/rpmbuild/BUILDROOT/ +Patch0001: patch001-backport-some-typo-fixes.patch +Patch0002: patch002-backport-some-enhancement.patch +Patch0003: patch003-backport-feature-refactor-recipt-processor.patch +Patch0004: patch004-backport-Support-Proxy-Protocol-for-gRPC-and-Remoting-Server.patch +Patch0005: patch005-backport-fix-some-bugs.patch +Patch0006: patch006-backport-auto-batch-producer.patch +Patch0007: patch007-backport-fix-some-bugs.patch +Patch0008: patch008-backport-Allow-BoundaryType.patch +Patch0009: patch009-backport-Support-KV-Storage.patch BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git Requires: java-1.8.0-openjdk-devel @@ -46,6 +53,30 @@ exit 0 %changelog +* Wed Sep 20 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-10 +- backport support kv storage + +* Tue Sep 19 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-9 +- backport add allow boundary type + +* Tue Sep 19 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-8 +- backport fix some docs error + +* Fri Sep 15 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-7 +- backport auto batch producer + +* Fri Sep 15 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-6 +- backport fix some bugs + +* Fri Sep 15 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-5 +- backport Support Proxy Protocol for gRPC and Remoting Server + +* Fri Sep 15 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-4 +- backport refactor receipt processor + +* Wed Sep 13 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-3 +- backport some enhancement + * Fri Sep 08 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-2 - fix some bugs |