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-*.tar.gz
|
||||||
/jackson-annotations-2.4.1.tar.gz
|
/*.src.rpm
|
||||||
/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
|
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
Name: jackson-annotations
|
Name: jackson-annotations
|
||||||
Version: 2.7.6
|
Version: 2.9.3
|
||||||
Release: 4%{?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
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -32,7 +32,6 @@ sed -i 's/\r//' LICENSE
|
|||||||
%mvn_file : %{name}
|
%mvn_file : %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -46,6 +45,9 @@ sed -i 's/\r//' LICENSE
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user