Hello community, here is the log from the commit of package apache-commons-io for openSUSE:Factory checked in at 2014-07-16 16:49:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old) and /work/SRC/openSUSE:Factory/.apache-commons-io.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-io" Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes 2013-09-11 13:39:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.apache-commons-io.new/apache-commons-io.changes 2014-07-16 16:49:34.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 7 14:53:05 UTC 2014 - [email protected] + +- Use junit not junit4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-io.spec ++++++ --- /var/tmp/diff_new_pack.gpaOra/_old 2014-07-16 16:49:35.000000000 +0200 +++ /var/tmp/diff_new_pack.gpaOra/_new 2014-07-16 16:49:35.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package apache-commons-io # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,6 @@ %define base_name io %define short_name commons-%{base_name} - Name: apache-commons-io Version: 2.4 Release: 0 @@ -29,20 +28,17 @@ Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz #PATCH-FIX-OPENSUSE: fix the version property to 2.4 Patch0: commons-io-version-property.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - BuildRequires: ant >= 1.6 BuildRequires: java-devel >= 1.6.0 BuildRequires: javapackages-tools -BuildRequires: junit4 +BuildRequires: junit BuildRequires: unzip - Requires: javapackages-tools - Provides: %{short_name} = %{version}-%{release} Provides: jakarta-%{short_name} = %{version}-%{release} Obsoletes: jakarta-%{short_name} <= %{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description Commons-IO contains utility classes, stream implementations, @@ -63,7 +59,7 @@ sed -i -e 's/.$//' *.txt %build -export OPT_JAR_LIST="junit4" +export OPT_JAR_LIST="junit" export CLASSPATH= CLASSPATH=target/classes:target/test-classes:$CLASSPATH ant -Dbuild.sysclasspath=only dist @@ -85,9 +81,6 @@ install -d -m 755 %{buildroot}%{_javadocdir}/%{name} cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
