From 387de6c61d07d19a1f03a0a415b2c18c2c765702 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: May 12 2015 13:14:00 +0000 Subject: Update to upstream 3.4. --- diff --git a/.gitignore b/.gitignore index 80a857f..b601209 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /commons-lang3-3.3-src.tar.gz /commons-lang3-3.3.1-src.tar.gz /commons-lang3-3.3.2-src.tar.gz +/commons-lang3-3.4-src.tar.gz diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec index 70d0ad5..9da8522 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -2,8 +2,8 @@ %global short_name commons-%{base_name}3 Name: apache-%{short_name} -Version: 3.3.2 -Release: 3%{?dist} +Version: 3.4 +Release: 1%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 URL: http://commons.apache.org/%{base_name} @@ -17,6 +17,7 @@ BuildRequires: maven-local BuildRequires: mvn(commons-io:commons-io) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) +BuildRequires: mvn(org.hamcrest:hamcrest-all) %if 0%{?rhel} <= 0 BuildRequires: mvn(org.easymock:easymock) %endif @@ -62,6 +63,9 @@ Summary: API documentation for %{name} %doc LICENSE.txt NOTICE.txt %changelog +* Tue May 12 2015 Alexander Kurtakov 3.4-1 +- Update to upstream 3.4. + * Wed Jul 30 2014 Mikolaj Izdebski - 3.3.2-3 - Fix build-requires on apache-commons-parent @@ -117,4 +121,3 @@ Summary: API documentation for %{name} * Thu Nov 3 2011 Stanislav Ochotnicky - 3.0.1-1 - Initial version of the package - diff --git a/sources b/sources index 6cd49dd..b58f899 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f57f8098c3f5cc54284100f3d6fa68d0 commons-lang3-3.3.2-src.tar.gz +33eee9d9b612c5c5a96f1e23037413d8 commons-lang3-3.4-src.tar.gz