import jackson-parent-2.10-1.module+el8.2.0+5059+3eb3af25

This commit is contained in:
CentOS Sources 2020-05-07 01:16:30 +00:00 committed by Stepan Oksanichenko
parent 1b59bea850
commit be77706423
4 changed files with 38 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jackson-parent-2.9.1.2.tar.gz
SOURCES/jackson-parent-2.10.tar.gz

View File

@ -1 +1 @@
523a905bbf17417d821ff6161aa0b4c020b433e1 SOURCES/jackson-parent-2.9.1.2.tar.gz
b8a210847e21604cd9193fb2b33da74822ed1f27 SOURCES/jackson-parent-2.10.tar.gz

View File

@ -0,0 +1,27 @@
From c3d210fb688b8891b789873708ccdb862735e413 Mon Sep 17 00:00:00 2001
From: Dinesh Prasanth M K <dmoluguw@redhat.com>
Date: Wed, 13 Nov 2019 13:32:09 -0500
Subject: [PATCH] Sneak in version.junit value to avoid build failures
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index faf065a..f4a3cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,9 @@
<javac.target.version>1.7</javac.target.version>
<javac.debuglevel>lines,source,vars</javac.debuglevel>
+ <!-- Versions for other dependencies -->
+ <version.junit>4</version.junit>
+
<!--
| For automatically generating PackageVersion.java. Your child pom.xml must define
| packageVersion.dir and packageVersion.package, and must set the phase of the
--
2.23.0

View File

@ -1,14 +1,17 @@
Name: jackson-parent
Version: 2.9.1.2
Version: 2.10
Release: 1%{?dist}
Summary: Parent pom for all Jackson components
License: ASL 2.0
URL: https://github.com/FasterXML/jackson-parent
Source0: https://github.com/FasterXML/jackson-parent/archive/%{name}-%{version}.tar.gz
Source0: %{url}/archive/%{name}-%{version}.tar.gz
# jackson-parent package don't include the license file
# reported @ https://github.com/FasterXML/jackson-parent/issues/1
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
Patch0: 0001-Sneak-in-version.junit-value-to-avoid-build-failures.patch
BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
@ -19,6 +22,7 @@ Project for parent pom for all Jackson components.
%prep
%setup -q -n %{name}-%{name}-%{version}
%patch0 -p1
cp -p %{SOURCE1} LICENSE
sed -i 's/\r//' LICENSE
@ -34,6 +38,9 @@ sed -i 's/\r//' LICENSE
%license LICENSE
%changelog
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10-1
- Update to latest upstream release
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.1.2-1
- Update to latest upstream release