Update to latest upstream release
This commit is contained in:
parent
4b328d0ee0
commit
57312483f7
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,9 +1,2 @@
|
||||
/jackson-annotations-2.2.2.tar.gz
|
||||
/jackson-annotations-2.4.1.tar.gz
|
||||
/jackson-annotations-2.4.2.tar.gz
|
||||
/jackson-annotations-2.5.0.tar.gz
|
||||
/jackson-annotations-2.6.2.tar.gz
|
||||
/jackson-annotations-2.6.3.tar.gz
|
||||
/jackson-annotations-2.6.6.tar.gz
|
||||
/jackson-annotations-2.6.7.tar.gz
|
||||
/jackson-annotations-2.7.6.tar.gz
|
||||
/jackson-annotations-*.tar.gz
|
||||
/*.src.rpm
|
||||
|
@ -1,15 +1,15 @@
|
||||
Name: jackson-annotations
|
||||
Version: 2.7.6
|
||||
Release: 4%{?dist}
|
||||
Version: 2.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Core annotations for Jackson data processor
|
||||
License: ASL 2.0
|
||||
URL: http://wiki.fasterxml.com/JacksonHome
|
||||
Source0: https://github.com/FasterXML/jackson-annotations/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -32,7 +32,6 @@ sed -i 's/\r//' LICENSE
|
||||
%mvn_file : %{name}
|
||||
|
||||
%build
|
||||
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
@ -46,6 +45,9 @@ sed -i 's/\r//' LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jan 11 2018 Mat Booth <mat.booth@redhat.com> - 2.9.3-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user