[hibernate] fix for rhbz#1169171

gil gil at fedoraproject.org
Mon Dec 1 00:04:02 UTC 2014


commit 0206cd32eb8652563b53929db7d98553ff9fc3a2
Author: gil <puntogil at libero.it>
Date:   Mon Dec 1 01:03:57 2014 +0100

    fix for rhbz#1169171

 hibernate.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/hibernate.spec b/hibernate.spec
index 1688279..79a80c0 100644
--- a/hibernate.spec
+++ b/hibernate.spec
@@ -3,7 +3,7 @@
 
 Name:          hibernate
 Version:       4.3.5
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Relational persistence and query service
 Group:         Development/Libraries
 License:       LGPLv2+ and ASL 2.0
@@ -152,7 +152,6 @@ Summary:       Hibernate Testing
 Hibernate JUnit test utilities.
 
 %package javadoc
-Group:         Documentation
 Summary:       Javadoc for %{name}
 
 %description javadoc
@@ -375,7 +374,7 @@ done
 # Add missing deps
 %pom_add_dep "com.fasterxml:classmate" hibernate-core/pom.xml
 %pom_add_dep "org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec" hibernate-core/pom.xml
-%pom_add_dep "org.apache.ant:ant" hibernate-core/pom.xml
+%pom_add_dep "org.apache.ant:ant:1.9.4:provided" hibernate-core/pom.xml
 %pom_add_dep "javax.validation:validation-api" hibernate-core/pom.xml
 %pom_add_dep "junit:junit:4:test" hibernate-core/pom.xml
 %pom_add_dep "org.hibernate:hibernate-testing:%{namedversion}:test" hibernate-core/pom.xml
@@ -432,6 +431,10 @@ done
 %doc lgpl.txt LICENSE-2.0.txt
 
 %changelog
+* Mon Nov 11 2013 gil cattaneo <puntogil at libero.it> 4.3.5-3
+- fix for rhbz#1169171
+- minor changes to adapt to current guideline
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list