diff --git a/jcodings-1.0.36.tar.gz b/jcodings-1.0.36.tar.gz new file mode 100644 index 0000000..99331c2 Binary files /dev/null and b/jcodings-1.0.36.tar.gz differ diff --git a/jcodings.spec b/jcodings.spec index 0d777bd..ab22fa5 100644 --- a/jcodings.spec +++ b/jcodings.spec @@ -1,28 +1,28 @@ %define __jar_repack %{nil} Name: jcodings -Version: 1.0.9 -Release: 15 +Version: 1.0.36 +Release: 1 Summary: Java-based codings helper classes for Joni and JRuby License: MIT URL: http://github.com/jruby/jcodings -Source0: https://github.com/jruby/jcodings/tarball/%{version}/jruby-%{name}-%{version}-0-gd50ee0e.tar.gz +Source0: https://github.com/jruby/jcodings/tarball/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: maven-local maven-source-plugin +BuildRequires: maven-local maven-source-plugin sonatype-oss-parent %description Java-based codings helper classes for Joni and JRuby. %prep -%autosetup -n jruby-%{name}-d50ee0e +%autosetup -n %{name}-%{name}-%{version} %mvn_file : %{name} %build %pom_xpath_remove "pom:build/pom:extensions" -%mvn_build +%mvn_build -j %install %mvn_install @@ -30,6 +30,9 @@ Java-based codings helper classes for Joni and JRuby. %files -f .mfiles %changelog +* Fri Jan 21 2022 SimpleUpdate Robot - 1.0.36-1 +- Upgrade to version 1.0.36 + * Sat Dec 14 2019 openEuler Buildteam - 1.0.9-15 - Package init diff --git a/jruby-jcodings-1.0.9-0-gd50ee0e.tar.gz b/jruby-jcodings-1.0.9-0-gd50ee0e.tar.gz deleted file mode 100644 index ed57792..0000000 Binary files a/jruby-jcodings-1.0.9-0-gd50ee0e.tar.gz and /dev/null differ