From 40745e7a3280a32b605258b274e74eed0a6e788deb3628cd556cfa8c6e1fdad0 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 17 Oct 2022 04:46:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsoup?expand=0&rev=12 --- _service | 6 ++++-- jsoup-1.14.2.tar.xz | 3 --- jsoup-1.15.3.tar.xz | 3 +++ jsoup-build.xml | 2 +- jsoup.spec | 6 +++--- 5 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 jsoup-1.14.2.tar.xz create mode 100644 jsoup-1.15.3.tar.xz diff --git a/_service b/_service index 577f47c..5ffdfba 100644 --- a/_service +++ b/_service @@ -2,8 +2,10 @@ git https://github.com/jhy/jsoup.git - 1.14.2 - jsoup-1.14.2 + jsoup-1.15.3 + jsoup-* + @PARENT_TAG@ + jsoup-(.*) src/test/resources diff --git a/jsoup-1.14.2.tar.xz b/jsoup-1.14.2.tar.xz deleted file mode 100644 index 3059833..0000000 --- a/jsoup-1.14.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0857c2c3399879acdd239ef3d56fdcbfe73311d304cf72fb9f3c7ac24f3ef221 -size 227624 diff --git a/jsoup-1.15.3.tar.xz b/jsoup-1.15.3.tar.xz new file mode 100644 index 0000000..ad45566 --- /dev/null +++ b/jsoup-1.15.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc46c73b0316f0dd14c6ac39c31373160410d0117df30589d480710ca005b27 +size 249288 diff --git a/jsoup-build.xml b/jsoup-build.xml index b24b1f1..cc833b0 100644 --- a/jsoup-build.xml +++ b/jsoup-build.xml @@ -11,7 +11,7 @@ - + diff --git a/jsoup.spec b/jsoup.spec index 43e339a..437a7cc 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -1,7 +1,7 @@ # # spec file for package jsoup # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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: jsoup -Version: 1.14.2 +Version: 1.15.3 Release: 0 Summary: Java library for working with HTML License: MIT @@ -28,7 +28,7 @@ Source0: %{name}-%{version}.tar.xz Source1: %{name}-build.xml BuildRequires: ant BuildRequires: fdupes -BuildRequires: java-devel >= 1.7 +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: jsr-305 BuildArch: noarch