diff --git a/httpcomponents-project.spec b/httpcomponents-project.spec index 3ff9cf0..2958ec9 100644 --- a/httpcomponents-project.spec +++ b/httpcomponents-project.spec @@ -1,7 +1,7 @@ Name: httpcomponents-project Summary: Common POM file for HttpComponents Version: 4.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -17,7 +17,7 @@ BuildRequires: jpackage-utils # Requires are dependencies from pom.xml. This project should only be required for building with maven. Requires: java >= 1:1.6.0 Requires: jpackage-utils -Requires: maven2 >= 2.0.9 +Requires: maven Requires: maven-antrun-plugin Requires: maven-assembly-plugin Requires: maven-clean-plugin @@ -68,9 +68,11 @@ use it as runtime requirement. %{_mavenpomdir}/JPP.%{name}.pom %changelog +* Thu Feb 17 2011 Alexander Kurtakov 4.1.1-3 +- Require maven (version 3) now. + * Wed Feb 09 2011 Fedora Release Engineering - 4.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Dec 17 2010 Stanislav Ochotnicky - 4.1.1-1 - Initial version -