Hello community, here is the log from the commit of package junit for openSUSE:Factory checked in at 2015-04-02 15:57:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/junit (Old) and /work/SRC/openSUSE:Factory/.junit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "junit" Changes: -------- --- /work/SRC/openSUSE:Factory/junit/junit.changes 2013-11-05 17:14:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.junit.new/junit.changes 2015-04-02 15:57:50.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Mar 18 09:46:15 UTC 2015 - tchvatal@suse.com + +- Fix build with new javapackages-tools + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ junit.spec ++++++ --- /var/tmp/diff_new_pack.rKgQfM/_old 2015-04-02 15:57:50.000000000 +0200 +++ /var/tmp/diff_new_pack.rKgQfM/_new 2015-04-02 15:57:50.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package junit # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,25 +26,21 @@ Source0: https://github.com/junit-team/junit/archive/r%{version}.tar.gz #Source1: http://search.maven.org/remotecontent?filepath=junit/junit/4.11/junit-4.11.p... Source1: junit-4.11.pom - #PATCH-FIX-OPENSUSE: do not use bundled hamcrest sources, which btw fixes hamcrest build with junit4 Patch0: junit-no-hamcrest-src.patch - -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: ant BuildRequires: hamcrest >= 1.3 BuildRequires: java-devel >= 1.6.0 BuildRequires: javapackages-tools BuildRequires: perl(Digest::MD5) - -Requires(post): javapackages-tools -Requires(postun): javapackages-tools Requires: hamcrest Requires: java >= 1.6.0 +Requires(post): javapackages-tools +Requires(postun): javapackages-tools Provides: junit4 = %{version} Obsoletes: junit4 <= 4.10 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description JUnit is a regression testing framework written by Erich Gamma and Kent Beck. @@ -136,7 +132,7 @@ %{_javadir}/%{name}.jar %{_javadir}/junit4.jar %{_mavenpomdir}/* -%{_mavendepmapfragdir}/* +%{_datadir}/maven-metadata/%{name}.xml* %files demo %defattr(0644,root,root,0755)