[tuscany-sdo-java] Rebuilt RHBZ #842622 (compile with -target 1.5 or greater)

gil gil at fedoraproject.org
Tue Jul 24 13:53:20 UTC 2012


commit ba21521f6c10d5f49f51e55480ab0f57d96d5fa4
Author: gil <puntogil at libero.it>
Date:   Tue Jul 24 15:52:45 2012 +0200

    Rebuilt RHBZ #842622 (compile with -target 1.5 or greater)

 tuscany-sdo-java.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/tuscany-sdo-java.spec b/tuscany-sdo-java.spec
index d1f8108..7ec5833 100644
--- a/tuscany-sdo-java.spec
+++ b/tuscany-sdo-java.spec
@@ -5,7 +5,7 @@
 
 Name:          tuscany-sdo-java
 Version:       1.1.1
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Service Data Objects 2.1 Java API spec
 Group:         Development/Libraries
 License:       ASL 2.0
@@ -71,6 +71,10 @@ sed -i 's|<artifactId>tuscany-sdo-api-r${specVersion}</artifactId>|<artifactId>%
 
 sed -i 's/\r//' LICENSE NOTICE README RELEASE_NOTES
 
+# RHBZ #842622
+sed -i 's#<source>1.4</source>#<source>1.5</source>#' pom.xml sdo-api/pom.xml
+sed -i 's#<target>1.4</target>#<target>1.5</target>#' pom.xml sdo-api/pom.xml
+
 %build
 
 mvn-rpmbuild -Dproject.build.sourceEncoding=UTF-8 install javadoc:aggregate
@@ -101,6 +105,9 @@ install -pm 644 sdo-api/pom.xml %{buildroot}%{_mavenpomdir}/JPP-tuscany-sdo-api.
 %doc LICENSE NOTICE
 
 %changelog
+* Tue Jul 24 2012 gil cattaneo <puntogil at libero.it> 1.1.1-3
+- Rebuilt RHBZ #842622 (compile with -target 1.5 or greater)
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list