[hibernate] use full-stacktrace option (-S)

gil gil at fedoraproject.org
Thu Apr 11 11:08:31 UTC 2013


commit afb099c35f464ea66f9119a27e60f7b57fa89540
Author: gil <puntogil at libero.it>
Date:   Thu Apr 11 13:08:03 2013 +0200

    use full-stacktrace option (-S)

 hibernate.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/hibernate.spec b/hibernate.spec
index a9c4278..54025ab 100644
--- a/hibernate.spec
+++ b/hibernate.spec
@@ -3,7 +3,7 @@
 
 Name:          hibernate
 Version:       4.1.7
-Release:       6%{?dist}
+Release:       7%{?dist}
 Summary:       Relational persistence and query service
 Group:         Development/Libraries
 License:       LGPLv2+ and ASL 2.0
@@ -322,9 +322,9 @@ export JAVA_HOME=%{_jvmdir}/java
 export GRADLE_USER_HOME=$PWD SKIP_UNIT_TEST=true
 mkdir -p gradlehome
 # build buildSrc.jar
-gradle --debug jar javadoc -g $PWD/gradlehome -b $PWD/buildSrc/build.gradle
+gradle --debug -S jar javadoc -g $PWD/gradlehome -b $PWD/buildSrc/build.gradle
 # use buildReleaseBundles for aggregate javadoc
-gradle --debug build buildReleaseBundles -g $PWD/gradlehome -b $PWD/build.gradle
+gradle --debug -S build buildReleaseBundles -g $PWD/gradlehome -b $PWD/build.gradle
 
 %install
 
@@ -416,6 +416,9 @@ cp -rp release/target/documentation/javadocs/* %{buildroot}%{_javadocdir}/%{name
 %doc lgpl.txt LICENSE-2.0.txt
 
 %changelog
+* Thu Apr 11 2013 gil cattaneo <puntogil at libero.it> 4.1.7-7
+- use full-stacktrace option (-S)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.7-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list