Update to upstream version 4.4
This commit is contained in:
parent
18d12e38e0
commit
7321a16276
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ httpcomponents-core-4.1.4-src.tar.gz
|
||||
/httpcomponents-core-4.2.4-src.tar.gz
|
||||
/httpcomponents-core-4.3-src.tar.gz
|
||||
/httpcomponents-core-4.3.2-src.tar.gz
|
||||
/httpcomponents-core-4.4-src.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Name: httpcomponents-core
|
||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||
Version: 4.3.2
|
||||
Release: 3%{?dist}
|
||||
Version: 4.4
|
||||
Release: 1%{?dist}
|
||||
# The project is licensed under ASL 2.0, but it contains annotations
|
||||
# in the package org.apache.http.annotation which are derived
|
||||
# from JCIP-ANNOTATIONS project (CC-BY licensed)
|
||||
@ -47,6 +47,7 @@ Summary: API documentation for %{name}
|
||||
%setup -q
|
||||
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
%pom_remove_plugin :apache-rat-plugin
|
||||
|
||||
# we don't need these artifacts right now
|
||||
%pom_disable_module httpcore-osgi
|
||||
@ -89,6 +90,9 @@ done
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Jan 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4-1
|
||||
- Update to upstream version 4.4
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user