From 2acd7b882d5607a792d54720b1548fb0c50f6171a46ebef51a051e48557492fc Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 8 Oct 2024 20:31:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/java-jwt?expand=0&rev=5 --- 3.8.3.tar.gz | 3 --- 4.4.0.tar.gz | 3 +++ java-jwt-3.8.3.pom => java-jwt-4.4.0.pom | 10 ++-------- java-jwt.spec | 11 ++++------- 4 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 3.8.3.tar.gz create mode 100644 4.4.0.tar.gz rename java-jwt-3.8.3.pom => java-jwt-4.4.0.pom (86%) diff --git a/3.8.3.tar.gz b/3.8.3.tar.gz deleted file mode 100644 index b49f2c7..0000000 --- a/3.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c92783f373c43c061a7b1aed77de11a1bcd9354bd8ff8aa1302fe2fd205bc1d0 -size 128628 diff --git a/4.4.0.tar.gz b/4.4.0.tar.gz new file mode 100644 index 0000000..a209a0a --- /dev/null +++ b/4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5d9809df1e6cc094e9ccf8e793d7ea5b5388b057eb35640e7f7c59e843b48c +size 161373 diff --git a/java-jwt-3.8.3.pom b/java-jwt-4.4.0.pom similarity index 86% rename from java-jwt-3.8.3.pom rename to java-jwt-4.4.0.pom index 0652778..c3fa1e1 100644 --- a/java-jwt-3.8.3.pom +++ b/java-jwt-4.4.0.pom @@ -3,7 +3,7 @@ 4.0.0 com.auth0 java-jwt - 3.8.3 + 4.4.0 jar java jwt Java implementation of JSON Web Token (JWT) @@ -29,13 +29,7 @@ com.fasterxml.jackson.core jackson-databind - 2.10.0.pr3 - runtime - - - commons-codec - commons-codec - 1.12 + 2.14.2 runtime diff --git a/java-jwt.spec b/java-jwt.spec index 8ea490d..d21103f 100644 --- a/java-jwt.spec +++ b/java-jwt.spec @@ -1,7 +1,7 @@ # # spec file for package java-jwt # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: java-jwt -Version: 3.8.3 +Version: 4.4.0 Release: 0 Summary: Java JWT License: MIT @@ -47,14 +47,11 @@ API documentation for the Logback library cp %{SOURCE1} lib/pom.xml %pom_xpath_remove pom:dependency/pom:scope lib +find lib -name module-info.java -print -delete %build pushd lib -%{mvn_build} -f -- \ -%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -Dmaven.compiler.release=8 \ -%endif - -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 -Dsource=8 +%{mvn_build} -f popd %install