update to 2.6.2
This commit is contained in:
parent
93500a9dbf
commit
db02a6ac58
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/jackson-annotations-2.4.1.tar.gz
|
/jackson-annotations-2.4.1.tar.gz
|
||||||
/jackson-annotations-2.4.2.tar.gz
|
/jackson-annotations-2.4.2.tar.gz
|
||||||
/jackson-annotations-2.5.0.tar.gz
|
/jackson-annotations-2.5.0.tar.gz
|
||||||
|
/jackson-annotations-2.6.2.tar.gz
|
||||||
|
@ -1,24 +1,17 @@
|
|||||||
Name: jackson-annotations
|
Name: jackson-annotations
|
||||||
Version: 2.5.0
|
Version: 2.6.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core annotations for Jackson data processor
|
Summary: Core annotations for Jackson data processor
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://wiki.fasterxml.com/JacksonHome
|
URL: http://wiki.fasterxml.com/JacksonHome
|
||||||
Source0: https://github.com/FasterXML/jackson-annotations/archive/%{name}-%{version}.tar.gz
|
Source0: https://github.com/FasterXML/jackson-annotations/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
|
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-enforcer-plugin
|
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
||||||
BuildRequires: maven-plugin-build-helper
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: maven-plugin-bundle
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: maven-site-plugin
|
BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
|
||||||
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
Provides: jackson2-annotations = %{version}-%{release}
|
|
||||||
Obsoletes: jackson2-annotations < %{version}-%{release}
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -55,6 +48,9 @@ sed -i 's/\r//' LICENSE
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user