diff --git a/.gitignore b/.gitignore index 5e560b2..c86268a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /jackson-parent-2.4.1.tar.gz /jackson-parent-2.5.tar.gz +/jackson-parent-2.6.2.tar.gz diff --git a/jackson-parent.spec b/jackson-parent.spec index 630b0c8..1ae782b 100644 --- a/jackson-parent.spec +++ b/jackson-parent.spec @@ -1,6 +1,6 @@ Name: jackson-parent -Version: 2.5 -Release: 2%{?dist} +Version: 2.6.2 +Release: 1%{?dist} Summary: Parent pom for all Jackson components License: ASL 2.0 URL: https://github.com/FasterXML/jackson-parent @@ -8,14 +8,12 @@ Source0: https://github.com/FasterXML/jackson-parent/archive/%{name}-%{ver # 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 -%if %{?fedora} > 20 + +BuildRequires: maven-local BuildRequires: mvn(com.fasterxml:oss-parent:pom:) -%else -BuildRequires: mvn(com.fasterxml:oss-parent) -%endif +BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer) BuildRequires: mvn(junit:junit) -BuildRequires: maven-local -BuildRequires: replacer + BuildArch: noarch %description @@ -39,6 +37,9 @@ sed -i 's/\r//' LICENSE %license LICENSE %changelog +* Mon Sep 28 2015 gil cattaneo 2.6.2-1 +- update to 2.6.2 + * Wed Jun 17 2015 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 187713d..0f66228 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c19e0fdadc01ea9303027c1fa576b16 jackson-parent-2.5.tar.gz +cc04ee7e1667fb7898732bfea0fe8b9b jackson-parent-2.6.2.tar.gz