update to version 1.9.4
This commit is contained in:
parent
c325f1d2a2
commit
982e3969d4
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1,9 @@
|
|||||||
commons-beanutils-1.8.3-src.tar.gz
|
/results_*
|
||||||
|
/*.src.rpm
|
||||||
|
|
||||||
|
/commons-beanutils-1.8.3-src.tar.gz
|
||||||
/commons-beanutils-1.9.0-src.tar.gz
|
/commons-beanutils-1.9.0-src.tar.gz
|
||||||
/commons-beanutils-1.9.1-src.tar.gz
|
/commons-beanutils-1.9.1-src.tar.gz
|
||||||
/commons-beanutils-1.9.2-src.tar.gz
|
/commons-beanutils-1.9.2-src.tar.gz
|
||||||
/commons-beanutils-1.9.3-src.tar.gz
|
/commons-beanutils-1.9.3-src.tar.gz
|
||||||
|
/commons-beanutils-1.9.4-src.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.9.3
|
Version: 1.9.4
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
|
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}
|
URL: http://commons.apache.org/%{base_name}
|
||||||
@ -14,7 +14,9 @@ BuildRequires: maven-local
|
|||||||
BuildRequires: mvn(commons-collections:commons-collections)
|
BuildRequires: mvn(commons-collections:commons-collections)
|
||||||
BuildRequires: mvn(commons-collections:commons-collections-testframework)
|
BuildRequires: mvn(commons-collections:commons-collections-testframework)
|
||||||
BuildRequires: mvn(commons-logging:commons-logging)
|
BuildRequires: mvn(commons-logging:commons-logging)
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The scope of this package is to create a package of Java utility methods
|
The scope of this package is to create a package of Java utility methods
|
||||||
@ -40,8 +42,7 @@ sed -i 's/\r//' *.txt
|
|||||||
%mvn_file : %{short_name} %{short_name}-core %{short_name}-bean-collections
|
%mvn_file : %{short_name} %{short_name}-core %{short_name}-bean-collections
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Some tests fail in Koji
|
%mvn_build
|
||||||
%mvn_build -f
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -54,6 +55,10 @@ sed -i 's/\r//' *.txt
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 04 2019 Fabio Valentini <decathorpe@gmail.com> - 1.9.4-1
|
||||||
|
- Update to version 1.9.4.
|
||||||
|
- Re-enable test suite.
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-7
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<maven>
|
|
||||||
<groupId>commons-collections</groupId>
|
|
||||||
<artifactId>commons-collections-testframework</artifactId>
|
|
||||||
<version>3.2.1</version>
|
|
||||||
</maven>
|
|
||||||
<jpp>
|
|
||||||
<groupId>JPP</groupId>
|
|
||||||
<artifactId>commons-collections-testframework</artifactId>
|
|
||||||
<version>3.2.1</version>
|
|
||||||
</jpp>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
Loading…
Reference in New Issue
Block a user