From 532a9f2fb282814f6698b2e06dd687ff8c6c3d1a Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Fri, 27 Jul 2012 10:17:30 +0200 Subject: [PATCH] Fix build problem and rebuild with target 1.5 --- maven-surefire.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/maven-surefire.spec b/maven-surefire.spec index 597e7c4..68cb399 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -2,7 +2,7 @@ Name: maven-surefire Version: 2.12 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 0 Summary: Test framework project License: ASL 2.0 @@ -160,6 +160,9 @@ Javadoc for %{name}. %patch1 -p1 -b .sav %endif +sed -i 's:${shadedVersion}:%{version}:' surefire-integration-tests/pom.xml + + %build # tests turned off because they need jmock mvn-rpmbuild -e \ @@ -368,6 +371,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %doc %{_javadocdir}/* %changelog +* Fri Jul 27 2012 Stanislav Ochotnicky - 0:2.12-5 +- Fix build problem and rebuild with target 1.5 + * Thu Jul 19 2012 Fedora Release Engineering - 0:2.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild