diff --git a/apache-commons-lang.spec b/apache-commons-lang.spec index f61c0c5..dbadb91 100644 --- a/apache-commons-lang.spec +++ b/apache-commons-lang.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 2.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 Group: Development/Libraries @@ -13,7 +13,7 @@ Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{sho Patch1: 0002-Fix-FastDateFormat-for-Java-7-behaviour.patch BuildArch: noarch -BuildRequires: xmvn >= 0.2.4 +BuildRequires: maven-local >= 0.2.4 BuildRequires: apache-commons-parent BuildRequires: maven-surefire-provider-junit @@ -66,6 +66,10 @@ export XMVN_COMPILER_SOURCE=1.3 %doc LICENSE.txt NOTICE.txt %changelog +* Wed Feb 06 2013 Java SIG - 2.6-9 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Fri Jan 11 2013 Mikolaj Izdebski - 2.6-8 - Build with xmvn