[hibernate-commons-annotations] Upstream release 4.0.4.Final

Marek Goldmann goldmann at fedoraproject.org
Tue Jul 8 07:48:11 UTC 2014


commit 0d1da066bb71d687c94c296b1ff68a8008d43c7e
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Tue Jul 8 09:48:16 2014 +0200

    Upstream release 4.0.4.Final

 .gitignore                                    |    1 +
 New-logging-processor-version.patch           |  203 -------------------------
 hibernate-commons-annotations-4.0.4.Final.pom |   53 +++++++
 hibernate-commons-annotations.spec            |   22 ++-
 sources                                       |    2 +-
 5 files changed, 69 insertions(+), 212 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7fee8e..2b7b000 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /hibernate-commons-annotations-3.2.0.Final.tar.xz
 /hibernate-commons-annotations-4.0.1.Final.tar.xz
 /hibernate-commons-annotations-4.0.3.Final.tar.gz
+/4.0.4.Final.tar.gz
diff --git a/hibernate-commons-annotations-4.0.4.Final.pom b/hibernate-commons-annotations-4.0.4.Final.pom
new file mode 100644
index 0000000..f903817
--- /dev/null
+++ b/hibernate-commons-annotations-4.0.4.Final.pom
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.hibernate.common</groupId>
+  <artifactId>hibernate-commons-annotations</artifactId>
+  <version>4.0.4.Final</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging</artifactId>
+      <version>3.1.3.GA</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-annotations</artifactId>
+      <version>1.2.0.Beta1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <name>Hibernate Commons Annotations</name>
+  <description>Common reflection code used in support of annotation processing</description>
+  <url>http://hibernate.org</url>
+  <organization>
+    <name>Hibernate.org</name>
+    <url>http://hibernate.org</url>
+  </organization>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://hibernate.atlassian.net/browse/HCANN</url>
+  </issueManagement>
+  <scm>
+    <url>http://github.com/hibernate/hibernate-commons-annotations</url>
+    <connection>scm:git:http://github.com/hibernate/hibernate-commons-annotations.git</connection>
+    <developerConnection>scm:git:git at github.com:hibernate/hibernate-commons-annotations.git</developerConnection>
+  </scm>
+  <licenses>
+    <license>
+      <name>GNU Lesser General Public License</name>
+      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
+      <comments>See discussion at http://hibernate.org/license for more details.</comments>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>hibernate-team</id>
+      <name>The Hibernate Development Team</name>
+      <organization>Hibernate.org</organization>
+      <organizationUrl>http://hibernate.org</organizationUrl>
+    </developer>
+  </developers>
+</project>
diff --git a/hibernate-commons-annotations.spec b/hibernate-commons-annotations.spec
index fa1a92a..04efecb 100644
--- a/hibernate-commons-annotations.spec
+++ b/hibernate-commons-annotations.spec
@@ -2,8 +2,8 @@
 %global namedversion %{version}%{?namedreltag}
 
 Name:             hibernate-commons-annotations
-Version:          4.0.3
-Release:          3%{?dist}
+Version:          4.0.4
+Release:          1%{?dist}
 Summary:          Hibernate Annotations
 
 # For details see:
@@ -11,10 +11,9 @@ Summary:          Hibernate Annotations
 # - https://github.com/hibernate/hibernate-commons-annotations/commit/a11c44cd65dadcedaf8981379b94a2c4e31428d1
 License:          LGPLv2
 URL:              http://www.hibernate.org/
-Source0:          https://github.com/hibernate/hibernate-commons-annotations/archive/hibernate-commons-annotations-%{namedversion}.tar.gz
+Source0:          https://github.com/hibernate/hibernate-commons-annotations/archive/%{namedversion}.tar.gz
 
-# Support for new jboss-logging-tools
-Patch0:           New-logging-processor-version.patch
+Source1:          https://repository.jboss.org/nexus/service/local/repositories/central/content/org/hibernate/common/hibernate-commons-annotations/%{namedversion}/hibernate-commons-annotations-%{namedversion}.pom
 
 BuildArch:        noarch
 
@@ -52,11 +51,15 @@ Summary:        Javadocs for %{name}
 This package contains the API documentation for %{name}.
 
 %prep
-%setup -q -n hibernate-commons-annotations-hibernate-commons-annotations-%{namedversion}
-%patch0 -p1
+%setup -q -n hibernate-commons-annotations-%{namedversion}
+
+cp %{SOURCE1} pom.xml
+
+%pom_add_dep org.jboss.logging:jboss-logging-processor:1.2.0:provided
+%pom_add_dep junit:junit:4:test
 
 %build
-%mvn_build
+%mvn_build -f
 
 %install
 %mvn_install
@@ -69,6 +72,9 @@ This package contains the API documentation for %{name}.
 %doc lgpl.txt
 
 %changelog
+* Mon Jun 16 2014 Marek Goldmann <mgoldman at redhat.com> - 4.0.4-1
+- Upstream release 4.0.4.Final
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 8403999..b0934eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71c4a333270cb5369f1470d3e47d83d9  hibernate-commons-annotations-4.0.3.Final.tar.gz
+3be0e9038befda6f66ddbadb0caea08c  4.0.4.Final.tar.gz


More information about the scm-commits mailing list