diff --git a/protobuf.spec b/protobuf.spec index b97febd3fdbb42abe57c297d8584d4d404a66c11..f8d0a400d234d0aa4038e1235010504460898365 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