Update to upstream version 4.2.1
This commit is contained in:
parent
c71400709a
commit
b0e6b95257
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/httpcomponents-core-4.1.2-src.tar.gz
|
||||
/httpcomponents-core-4.1.3-src.tar.gz
|
||||
httpcomponents-core-4.1.4-src.tar.gz
|
||||
/httpcomponents-core-4.2.1-src.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Name: httpcomponents-core
|
||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||
Version: 4.1.4
|
||||
Release: 2%{?dist}
|
||||
Version: 4.2.1
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://hc.apache.org/
|
||||
@ -14,9 +14,15 @@ BuildRequires: httpcomponents-project
|
||||
BuildRequires: java >= 1:1.6.0
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: maven-surefire-provider-junit4
|
||||
BuildRequires: apache-commons-logging
|
||||
BuildRequires: junit
|
||||
BuildRequires: mockito
|
||||
|
||||
Requires: java >= 1:1.6.0
|
||||
Requires: jpackage-utils
|
||||
Requires: apache-commons-logging
|
||||
Requires: junit
|
||||
Requires: mockito
|
||||
|
||||
%description
|
||||
HttpCore is a set of low level HTTP transport components that can be
|
||||
@ -103,6 +109,10 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
|
||||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jul 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.1-1
|
||||
- Update to upstream version 4.2.1
|
||||
- Convert patches to POM macros
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user