From eb3ddc3ef3364ed7d206bc6e62de67aed94b722b Mon Sep 17 00:00:00 2001 From: loong_C Date: Thu, 19 May 2022 16:55:15 +0800 Subject: [PATCH] fix spec changelog date --- google-http-java-client.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/google-http-java-client.spec b/google-http-java-client.spec index 789cbea..3ba308d 100644 --- a/google-http-java-client.spec +++ b/google-http-java-client.spec @@ -1,6 +1,6 @@ Name: google-http-java-client Version: 1.22.0 -Release: 7 +Release: 8 Summary: Google HTTP Client Library for Java License: ASL 2.0 URL: https://github.com/google/google-http-java-client/ @@ -186,7 +186,10 @@ rm -r google-http-client/src/test/java/com/google/api/client/http/apache/ApacheH %doc LICENSE %changelog -* Thu Aug 27 chengzihan - 1.22.0-7 +* Thu May 19 2022 loong_C - 1.22.0-8 +- fix spec changelog date + +* Thu Aug 27 2020 chengzihan - 1.22.0-7 - the binary file /usr/bin/protoc needed by this package is currently - provided by protobuf-devel instead of protobuf -- Gitee