Update to upstream version 1.5.1
This commit is contained in:
parent
afff438bce
commit
0a4dc0f2bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/jaxb-dtd-parser-1.4.3.tar.gz
|
/jaxb-dtd-parser-1.4.3.tar.gz
|
||||||
/jaxb-dtd-parser-1.4.5.tar.gz
|
/jaxb-dtd-parser-1.4.5.tar.gz
|
||||||
/jaxb-dtd-parser-1.5.0.tar.gz
|
/jaxb-dtd-parser-1.5.0.tar.gz
|
||||||
|
/jaxb-dtd-parser-1.5.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: jaxb-dtd-parser
|
Name: jaxb-dtd-parser
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: SAX-like API for parsing XML DTDs
|
Summary: SAX-like API for parsing XML DTDs
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/eclipse-ee4j/jaxb-dtd-parser
|
URL: https://github.com/eclipse-ee4j/jaxb-dtd-parser
|
||||||
@ -10,6 +10,7 @@ ExclusiveArch: %{java_arches} noarch
|
|||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
|
|
||||||
@ -52,6 +53,9 @@ popd
|
|||||||
%license LICENSE.md NOTICE.md
|
%license LICENSE.md NOTICE.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 11 2023 Marian Koncek <mkoncek@redhat.com> - 1.5.1-1
|
||||||
|
- Update to upstream version 1.5.1
|
||||||
|
|
||||||
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-8
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-8
|
||||||
- Convert License tag to SPDX format
|
- Convert License tag to SPDX format
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jaxb-dtd-parser-1.5.0.tar.gz) = 5a609c6535bc538014830d933172fc280127c631bd480d5b62dce606657e18f2904feb84fd4f20af0ba72699e75c580d101e7da26182b0e752dc90d70716b831
|
SHA512 (jaxb-dtd-parser-1.5.1.tar.gz) = 4618b109ec5a6eac9887c74a92f3189da51957f3962d267ec4345918219b89716d9dd7d96452a51ccda07737244cd25521361bc4455a5b5636fe47e996696d24
|
||||||
|
Loading…
Reference in New Issue
Block a user