update to 2.6.2
This commit is contained in:
parent
f676c3751c
commit
d58663d6a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/jackson-core-2.4.1.1.tar.gz
|
||||
/jackson-core-2.4.2.tar.gz
|
||||
/jackson-core-2.5.0.tar.gz
|
||||
/jackson-core-2.6.2.tar.gz
|
||||
|
||||
@ -1,25 +1,15 @@
|
||||
Name: jackson-core
|
||||
Version: 2.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Core part of Jackson
|
||||
License: ASL 2.0
|
||||
URL: http://wiki.fasterxml.com/JacksonHome
|
||||
Source0: https://github.com/FasterXML/jackson-core/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
%if %{?fedora} > 20
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
||||
%else
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent)
|
||||
%endif
|
||||
|
||||
# test deps
|
||||
BuildRequires: mvn(junit:junit)
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: replacer
|
||||
|
||||
Provides: jackson2-core = %{version}-%{release}
|
||||
Obsoletes: jackson2-core < %{version}-%{release}
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -68,6 +58,9 @@ sed -i 's/\r//' LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 2.6.2-1
|
||||
- update to 2.6.2
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user