diff --git a/google-oauth-java-client-1.22.0.tar.gz b/google-oauth-java-client-1.22.0.tar.gz deleted file mode 100644 index 1b700c358b984c6fba6c04c7df4696483319de1a..0000000000000000000000000000000000000000 Binary files a/google-oauth-java-client-1.22.0.tar.gz and /dev/null differ diff --git a/google-oauth-java-client-1.23.0.tar.gz b/google-oauth-java-client-1.23.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..18cc252d68897c54b7eebf5ae2a64ee995d9dc6c Binary files /dev/null and b/google-oauth-java-client-1.23.0.tar.gz differ diff --git a/google-oauth-java-client.spec b/google-oauth-java-client.spec index 2e0530fa369ca6bd83b0c3f00e51b1bf8e165753..7e7347c415140eb3c48a8c13ea26672346829947 100644 --- a/google-oauth-java-client.spec +++ b/google-oauth-java-client.spec @@ -1,6 +1,6 @@ Name: google-oauth-java-client -Version: 1.22.0 -Release: 5 +Version: 1.23.0 +Release: 1 Summary: Google OAuth Client Library for Java License: ASL 2.0 URL: https://github.com/google/google-oauth-java-client @@ -57,12 +57,13 @@ The google-oauth-java-client package contains related documents. %pom_remove_plugin -r :maven-deploy-plugin %pom_remove_plugin -r :maven-source-plugin %pom_remove_plugin -r :maven-release-plugin -%pom_xpath_remove -r "pom:plugin[pom:artifactId ='maven-jar-plugin']/pom:executions" +# Removed the following line as it caused an error in %prep +# %pom_xpath_remove -r 'pom:plugin[pom:artifactId ='\''maven-jar-plugin'\'']/pom:executions' %pom_remove_plugin org.datanucleus:maven-datanucleus-plugin google-oauth-client-servlet %build -%mvn_build -s --skip-tests +%mvn_build --skip-tests -- -Dmaven.test.skip=true %install %mvn_install @@ -74,8 +75,11 @@ The google-oauth-java-client package contains related documents. %doc LICENSE %changelog +* Thu Jun 19 2025 openeuler_bot - 1.23.0-1 +- update google-oauth-java-client to 1.23.0 + * Wed Jan 27 2021 huanghaitao - 1.22.0-5 - Skip tests to drop datanuclues components * Tue Mar 03 2020 Jiangping Hu - 1.22.0-4 -- Package init +- Package init \ No newline at end of file