From 936930edda429e8e35689e7e9b35d5ff923d4178 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Tue, 26 Dec 2023 11:23:13 +0800 Subject: [PATCH] fix the source url error --- protobuf.spec | 7 +++++-- protobuf-3.19.6-all.tar.gz => v3.19.6.tar.gz | Bin 2 files changed, 5 insertions(+), 2 deletions(-) rename protobuf-3.19.6-all.tar.gz => v3.19.6.tar.gz (100%) diff --git a/protobuf.spec b/protobuf.spec index b97febd..f8d0a40 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %define googletest_ver 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 %bcond_without python %bcond_with java @@ -14,7 +14,7 @@ Summary: Protocol Buffers - Google's data interchange format License: BSD URL: https://github.com/protocolbuffers/protobuf -Source0: https://github.com/protocolbuffers/protobuf/archive/refs/tags/%{name}-%{version}-all.tar.gz +Source0: https://github.com/protocolbuffers/protobuf/archive/refs/tags/v%{version}.tar.gz Source1: ftdetect-proto.vim Source2: protobuf-init.el @@ -422,6 +422,9 @@ fail=1 %doc CHANGES.txt CONTRIBUTORS.txt README.md %changelog +* Tue Dec 26 2023 happy_orange - 3.19.6-5 +- fix the source url error + * Wed Apr 12 2023 Xuchun Shang - 3.19.6-4 - Add doc package and update some description diff --git a/protobuf-3.19.6-all.tar.gz b/v3.19.6.tar.gz similarity index 100% rename from protobuf-3.19.6-all.tar.gz rename to v3.19.6.tar.gz -- Gitee