diff --git a/.gitignore b/.gitignore index 457f53d..79cb460 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ httpcomponents-core-4.1.4-src.tar.gz /httpcomponents-core-4.3.2-src.tar.gz /httpcomponents-core-4.4-src.tar.gz /httpcomponents-core-4.4.1-src.tar.gz +/httpcomponents-core-4.4.2-src.tar.gz diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 223f9b6..0d7f416 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -6,8 +6,8 @@ Name: httpcomponents-core Summary: Set of low level Java HTTP transport components for HTTP services -Version: 4.4.1 -Release: 2%{?dist} +Version: 4.4.2 +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) @@ -94,6 +94,9 @@ done %doc LICENSE.txt NOTICE.txt %changelog +* Mon Sep 07 2015 Michael Simacek - 4.4.2-1 +- Update to upstream version 4.4.2 + * Wed Jun 17 2015 Fedora Release Engineering - 4.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 819eba9..5d0f6b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33100ac8ac90803a13c410a53d0677e3 httpcomponents-core-4.4.1-src.tar.gz +a7bbdb3d53453f5794b0fff481b39d51 httpcomponents-core-4.4.2-src.tar.gz