update to 2.7-1
This commit is contained in:
parent
3d19832c35
commit
3b0e9880fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/jackson-parent-2.4.1.tar.gz
|
||||
/jackson-parent-2.5.tar.gz
|
||||
/jackson-parent-2.6.2.tar.gz
|
||||
/jackson-parent-2.7-1.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Name: jackson-parent
|
||||
Version: 2.6.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.7
|
||||
Release: 1.1%{?dist}
|
||||
Summary: Parent pom for all Jackson components
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-parent
|
||||
Source0: https://github.com/FasterXML/jackson-parent/archive/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/FasterXML/jackson-parent/archive/%{name}-%{version}-1.tar.gz
|
||||
# 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
|
||||
@ -27,7 +27,7 @@ sed -i 's/\r//' LICENSE
|
||||
|
||||
%build
|
||||
|
||||
%mvn_build
|
||||
%mvn_build -j
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -37,6 +37,9 @@ sed -i 's/\r//' LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 2.7-1.1
|
||||
- update to 2.7-1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user