[maven-surefire] Fix build problem and rebuild with target 1.5

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri Jul 27 08:18:25 UTC 2012


commit 532a9f2fb282814f6698b2e06dd687ff8c6c3d1a
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Jul 27 10:17:30 2012 +0200

    Fix build problem and rebuild with target 1.5

 maven-surefire.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <sochotnicky at redhat.com> - 0:2.12-5
+- Fix build problem and rebuild with target 1.5
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:2.12-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list