Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 582096 Details for
Bug 815101
update to 4.0.1.Final
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
update to 4.0.1.Final
0001-update-to-4.0.1.Final.patch (text/plain), 6.15 KB, created by
gil cattaneo
on 2012-05-04 11:05:52 UTC
(
hide
)
Description:
update to 4.0.1.Final
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-05-04 11:05:52 UTC
Size:
6.15 KB
patch
obsolete
>From 290708aa5073f7eb05756de10e3389fdbf874912 Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Fri, 4 May 2012 11:07:11 +0200 >Subject: [PATCH] update to 4.0.1.Final > >--- > .gitignore | 1 + > ...rnate-commons-annotations-4.0.1.Final-pom.patch | 20 ++++++++++ > hibernate-commons-annotations.spec | 38 +++++++++++-------- > sources | 2 +- > 4 files changed, 44 insertions(+), 17 deletions(-) > create mode 100644 hibernate-commons-annotations-4.0.1.Final-pom.patch > >diff --git a/.gitignore b/.gitignore >index 52140df..cd4f965 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -1 +1,2 @@ > /hibernate-commons-annotations-3.2.0.Final.tar.xz >+/hibernate-commons-annotations-4.0.1.Final.tar.xz >diff --git a/hibernate-commons-annotations-4.0.1.Final-pom.patch b/hibernate-commons-annotations-4.0.1.Final-pom.patch >new file mode 100644 >index 0000000..ba6f5f0 >--- /dev/null >+++ b/hibernate-commons-annotations-4.0.1.Final-pom.patch >@@ -0,0 +1,20 @@ >+--- pom.xml 2011-11-29 18:16:49.000000000 +0100 >++++ pom.xml-gil 2012-02-29 21:34:00.348848176 +0100 >+@@ -245,7 +245,7 @@ >+ <configuration> >+ <compilerArguments>-AloggingVersion=3.0 -AtranslationFilesPath=${project.basedir}/src/main/resources/ -source 1.6 -target 1.6</compilerArguments> >+ <processors> >+- <processor>org.jboss.logging.generator.apt.LoggingToolsProcessor</processor> >++ <processor>org.jboss.logging.processor.apt.LoggingToolsProcessor</processor> >+ </processors> >+ </configuration> >+ </execution> >+@@ -259,7 +259,7 @@ >+ <configuration> >+ <compilerArguments>-AloggingVersion=3.0 -AtranslationFilesPath=${project.basedir}/src/main/resources/ -source 1.6 -target 1.6</compilerArguments> >+ <processors> >+- <processor>org.jboss.logging.generator.apt.LoggingToolsProcessor</processor> >++ <processor>org.jboss.logging.processor.apt.LoggingToolsProcessor</processor> >+ </processors> >+ </configuration> >+ </execution> >diff --git a/hibernate-commons-annotations.spec b/hibernate-commons-annotations.spec >index 15bf56c..d3bace8 100644 >--- a/hibernate-commons-annotations.spec >+++ b/hibernate-commons-annotations.spec >@@ -2,8 +2,8 @@ > %global namedversion %{version}%{?namedreltag} > > Name: hibernate-commons-annotations >-Version: 3.2.0 >-Release: 4%{?dist} >+Version: 4.0.1 >+Release: 1%{?dist} > Summary: Hibernate Annotations > > Group: Development/Libraries >@@ -15,18 +15,20 @@ License: LGPLv2 > URL: http://www.hibernate.org/ > > # git clone git://github.com/hibernate/hibernate-commons-annotations.git >-# cd hibernate-commons-annotations && git archive --format=tar --prefix=hibernate-commons-annotations-3.2.0.Final/ 3.2.0.Final | xz > hibernate-commons-annotations-3.2.0.Final.tar.xz >+# cd hibernate-commons-annotations && git archive --format=tar --prefix=hibernate-commons-annotations-4.0.1.Final/ 4.0.1.Final | xz > hibernate-commons-annotations-4.0.1.Final.tar.xz > Source0: %{name}-%{namedversion}.tar.xz >- >+# corrects the position of the class LoggingToolsProcessor for the new jboss-logging-tools >+Patch0: hibernate-commons-annotations-4.0.1.Final-pom.patch > BuildArch: noarch > > Requires: java >+Requires: jboss-logging > Requires: slf4j > Requires: jpackage-utils > >-Requires(post): jpackage-utils >-Requires(postun): jpackage-utils >+BuildRequires: jboss-logging > >+BuildRequires: jboss-logging-tools > BuildRequires: junit > BuildRequires: slf4j > BuildRequires: apache-commons-logging >@@ -34,12 +36,16 @@ BuildRequires: jpackage-utils > BuildRequires: java-devel > BuildRequires: maven > >+BuildRequires: maven-processor-plugin >+ > BuildRequires: maven-compiler-plugin >+BuildRequires: maven-injection-plugin > BuildRequires: maven-install-plugin > BuildRequires: maven-jar-plugin > BuildRequires: maven-javadoc-plugin > BuildRequires: maven-release-plugin > BuildRequires: maven-resources-plugin >+BuildRequires: maven-source-plugin > BuildRequires: maven-surefire-plugin > > %description >@@ -61,6 +67,7 @@ This package contains the API documentation for %{name}. > > %prep > %setup -q -n %{name}-%{namedversion} >+%patch0 -p0 > > %build > mvn-rpmbuild install javadoc:aggregate >@@ -71,29 +78,28 @@ mkdir -p $RPM_BUILD_ROOT%{_javadir}/hibernate > cp -p target/%{name}-%{namedversion}.jar $RPM_BUILD_ROOT%{_javadir}/hibernate/%{name}.jar > > mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name} >-cp -rp target/site/apidocs/ $RPM_BUILD_ROOT%{_javadocdir}/%{name} >+cp -rp target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} > > install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir} > install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.hibernate-%{name}.pom >- >-%add_to_maven_depmap org.hibernate hibernate-commons-annotations %{version} JPP/hibernate %{name} >- >-%post >-%update_maven_depmap >- >-%postun >-%update_maven_depmap >+%add_maven_depmap JPP.hibernate-%{name}.pom hibernate/%{name}.jar -a "org.hibernate:%{name}" > > %files > %{_mavenpomdir}/* > %{_mavendepmapfragdir}/* > %{_javadir}/* >-%doc changelog.txt readme.txt >+%doc changelog.txt lgpl.txt readme.txt > > %files javadoc > %{_javadocdir}/%{name} >+%doc lgpl.txt > > %changelog >+* Sun Apr 22 2012 gil cattaneo <puntogil@libero.it> 4.0.1-1 >+- update to 4.0.1.Final >+- adapt to current guideline >+- add backward compatibility in depmap >+ > * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-4 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >diff --git a/sources b/sources >index 5e2e56a..67dfd22 100644 >--- a/sources >+++ b/sources >@@ -1 +1 @@ >-c9e229adddede975861bcf6dfb54eb38 hibernate-commons-annotations-3.2.0.Final.tar.xz >+e5886c6ce2eccb45345d82ddeeecd27c hibernate-commons-annotations-4.0.1.Final.tar.xz >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 815101
:
579301
|
579302
|
579306
|
582080
|
582081
|
582091
| 582096