From 2e124aab3266e7ec991ddc5e239edb1ffaa0d926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Fri, 17 Jan 2025 06:09:23 +0000 Subject: [PATCH] Fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- google-http-java-client.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/google-http-java-client.spec b/google-http-java-client.spec index 6e2a29f..a1f3399 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: 9 +Release: 10 Summary: Google HTTP Client Library for Java License: ASL 2.0 URL: https://github.com/google/google-http-java-client/ @@ -184,13 +184,16 @@ rm -r google-http-client/src/test/java/com/google/api/client/http/apache/ApacheH %doc LICENSE %changelog -* Sat Nov 19 xu_ping - 1.22.0-9 +* Fri Jan 17 2025 zhangshaoning - 1.22.0-10 +- Fix bad date in changelog + +* Sat Nov 19 2024 xu_ping - 1.22.0-9 - Modify invalid source -* Wed Jan 27 huanghaitao - 1.22.0-8 +* Wed Jan 27 2021 huanghaitao - 1.22.0-8 - Skip test to drop datanucleus components -* Thu Aug 27 chengzihan - 1.22.0-7 +* 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