Update to upstream version 4.4

This commit is contained in:
Mikolaj Izdebski 2015-01-19 09:20:36 +01:00
parent 18d12e38e0
commit 7321a16276
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ httpcomponents-core-4.1.4-src.tar.gz
/httpcomponents-core-4.2.4-src.tar.gz /httpcomponents-core-4.2.4-src.tar.gz
/httpcomponents-core-4.3-src.tar.gz /httpcomponents-core-4.3-src.tar.gz
/httpcomponents-core-4.3.2-src.tar.gz /httpcomponents-core-4.3.2-src.tar.gz
/httpcomponents-core-4.4-src.tar.gz

View File

@ -2,8 +2,8 @@
Name: httpcomponents-core Name: httpcomponents-core
Summary: Set of low level Java HTTP transport components for HTTP services Summary: Set of low level Java HTTP transport components for HTTP services
Version: 4.3.2 Version: 4.4
Release: 3%{?dist} Release: 1%{?dist}
# The project is licensed under ASL 2.0, but it contains annotations # The project is licensed under ASL 2.0, but it contains annotations
# in the package org.apache.http.annotation which are derived # in the package org.apache.http.annotation which are derived
# from JCIP-ANNOTATIONS project (CC-BY licensed) # from JCIP-ANNOTATIONS project (CC-BY licensed)
@ -47,6 +47,7 @@ Summary: API documentation for %{name}
%setup -q %setup -q
%pom_remove_plugin :maven-checkstyle-plugin %pom_remove_plugin :maven-checkstyle-plugin
%pom_remove_plugin :apache-rat-plugin
# we don't need these artifacts right now # we don't need these artifacts right now
%pom_disable_module httpcore-osgi %pom_disable_module httpcore-osgi
@ -89,6 +90,9 @@ done
%doc LICENSE.txt NOTICE.txt %doc LICENSE.txt NOTICE.txt
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
8c42ed1bb4a5b9e8623dea0d5bf94b5a httpcomponents-core-4.3.2-src.tar.gz e8d027491aa229b60fb4199e260679a7 httpcomponents-core-4.4-src.tar.gz