Update to upstream 3.4.
This commit is contained in:
parent
5f9a472028
commit
387de6c61d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/commons-lang3-3.3-src.tar.gz
|
/commons-lang3-3.3-src.tar.gz
|
||||||
/commons-lang3-3.3.1-src.tar.gz
|
/commons-lang3-3.3.1-src.tar.gz
|
||||||
/commons-lang3-3.3.2-src.tar.gz
|
/commons-lang3-3.3.2-src.tar.gz
|
||||||
|
/commons-lang3-3.4-src.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global short_name commons-%{base_name}3
|
%global short_name commons-%{base_name}3
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 3.3.2
|
Version: 3.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provides a host of helper utilities for the java.lang API
|
Summary: Provides a host of helper utilities for the java.lang API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}
|
URL: http://commons.apache.org/%{base_name}
|
||||||
@ -17,6 +17,7 @@ BuildRequires: maven-local
|
|||||||
BuildRequires: mvn(commons-io:commons-io)
|
BuildRequires: mvn(commons-io:commons-io)
|
||||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||||
|
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
||||||
%if 0%{?rhel} <= 0
|
%if 0%{?rhel} <= 0
|
||||||
BuildRequires: mvn(org.easymock:easymock)
|
BuildRequires: mvn(org.easymock:easymock)
|
||||||
%endif
|
%endif
|
||||||
@ -62,6 +63,9 @@ Summary: API documentation for %{name}
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 12 2015 Alexander Kurtakov <akurtako@redhat.com> 3.4-1
|
||||||
|
- Update to upstream 3.4.
|
||||||
|
|
||||||
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-3
|
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-3
|
||||||
- Fix build-requires on apache-commons-parent
|
- Fix build-requires on apache-commons-parent
|
||||||
|
|
||||||
@ -117,4 +121,3 @@ Summary: API documentation for %{name}
|
|||||||
|
|
||||||
* Thu Nov 3 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.1-1
|
* Thu Nov 3 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.1-1
|
||||||
- Initial version of the package
|
- Initial version of the package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user