From d7f33870d230eaea6cd339072610e0a7d8783446 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 7 May 2020 01:13:06 +0000 Subject: [PATCH] import jackson-bom-2.10.0-1.module+el8.2.0+5059+3eb3af25 --- .gitignore | 2 +- .jackson-bom.metadata | 2 +- SPECS/jackson-bom.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2cfabe8..9d232be 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/jackson-bom-2.9.9.tar.gz +SOURCES/jackson-bom-2.10.0.tar.gz diff --git a/.jackson-bom.metadata b/.jackson-bom.metadata index 340ecc6..05c1a40 100644 --- a/.jackson-bom.metadata +++ b/.jackson-bom.metadata @@ -1 +1 @@ -c7083bbe83360196dc9cfc1fc5f016e7af4b9be0 SOURCES/jackson-bom-2.9.9.tar.gz +21d7b3edf47a684464890afb3e121316c51ed797 SOURCES/jackson-bom-2.10.0.tar.gz diff --git a/SPECS/jackson-bom.spec b/SPECS/jackson-bom.spec index 93af487..e595c4b 100644 --- a/SPECS/jackson-bom.spec +++ b/SPECS/jackson-bom.spec @@ -1,16 +1,16 @@ Name: jackson-bom -Version: 2.9.9 +Version: 2.10.0 Release: 1%{?dist} Summary: Bill of materials POM for Jackson projects License: ASL 2.0 URL: https://github.com/FasterXML/jackson-bom -Source0: https://github.com/FasterXML/jackson-bom/archive/%{name}-%{version}.tar.gz +Source0: %{url}/archive/%{name}-%{version}.tar.gz # Upstream chooses not to include licenses with their pom only projects: # https://github.com/FasterXML/jackson-parent/issues/1 Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: maven-local -BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.7.1 +BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.10 BuildArch: noarch @@ -40,6 +40,9 @@ sed -i 's/\r//' LICENSE %license LICENSE %changelog +* Tue Nov 12 2019 Red Hat PKI Team - 2.10.0-1 +- Update to latest upstream release + * Wed Jul 31 2019 Red Hat PKI Team - 2.9.9-1 - Update to latest upstream release