Mailinglist Archive: opensuse-commit (2129 mails)

< Previous Next >
commit mx4j
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 09 Apr 2008 21:23:32 +0200
  • Message-id: <20080409192332.C778E678185@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package mx4j
checked in at Wed Apr 9 21:23:32 CEST 2008.

--------
--- mx4j/mx4j.changes 2007-05-08 17:05:12.000000000 +0200
+++ mx4j/mx4j.changes 2008-04-09 21:11:09.814247000 +0200
@@ -1,0 +2,10 @@
+Wed Apr 9 10:42:51 CEST 2008 - mvyskocil@xxxxxxx
+
+- fixed a build with gjc_1_5_0-compat
+- removed some rpmlint warnings:
+ - bzipped source code
+ - add update-alternatives to PreReq
+ - remove the unecessary docbook-style patch
+- remove the xmlunit.tar
+
+-------------------------------------------------------------------

Old:
----
mx4j-3.0.1-src.tar.gz
mx4j-docbook-style.patch
xmlunit.tar

New:
----
mx4j-3.0.1-src.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mx4j.spec ++++++
--- /var/tmp/diff_new_pack.V17639/_old 2008-04-09 21:11:27.000000000 +0200
+++ /var/tmp/diff_new_pack.V17639/_new 2008-04-09 21:11:27.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package mx4j (Version 3.0.1)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -9,9 +9,10 @@
#


+
Name: mx4j
-BuildRequires: ant ant-junit ant-nodeps ant-trax antlr axis bcel
docbook-xsl-stylesheets docbook_3 jaf jakarta-commons-logging javamail jessie
jpackage-utils junit libtool log4j perl rpm servletapi5 unzip
update-alternatives xalan-j2 xerces-j2
-BuildRequires: java-1_4_2-gcj-compat-devel
+BuildRequires: ant ant-junit ant-nodeps ant-trax antlr axis bcel
docbook-xsl-stylesheets docbook_3 jaf jakarta-commons-logging javamail jessie
jpackage-utils junit libtool log4j perl servletapi5 unzip update-alternatives
xalan-j2 xerces-j2
+BuildRequires: java-1_5_0-gcj-compat-devel
%define name mx4j
%define version 3.0.1
%define release 1jpp
@@ -20,26 +21,24 @@
# in general set to false, as it requires the xmlunit binary
%define compile_and_run_tests false
Version: 3.0.1
-Release: 34
+Release: 180
Summary: Open Source Implementation of JMX Java API
License: The Apache Software License
Group: Development/Libraries/Java
-Source0: mx4j-%{version}-src.tar.gz
+Source0: mx4j-%{version}-src.tar.bz2
Source1: mx4j-build.policy
Source2: CatalogManager.properties
-Source3: xmlunit.tar
Patch0: mx4j-javaxssl.patch
Patch2: mx4j-build.patch
Patch3: mx4j-docbook.patch
-Patch4: mx4j-docbook-style.patch
Patch5: mx4j-caucho-build.patch
Patch6: %{name}-%{version}-use-external-rmic.patch
Patch7: %{name}-%{version}-docbook-stylesheet-location.patch
-URL: http://mx4j.sourceforge.net/
+Url: http://mx4j.sourceforge.net/
#BuildRequires: burlap
#BuildRequires: hessian
-Buildarch: noarch
-Requires: /usr/sbin/update-alternatives
+BuildArch: noarch
+PreReq: /usr/sbin/update-alternatives
Requires: jaf
Requires: javamail >= 1.2-5jpp
Requires: log4j >= 1.2.7
@@ -63,6 +62,7 @@


%package javadoc
+License: The Apache Software License
Group: Development/Libraries/Java
Summary: Javadoc for mx4j
Obsoletes: openjmx-javadoc
@@ -76,6 +76,7 @@


%package manual
+License: The Apache Software License
Group: Development/Libraries/Java
Summary: Manual for mx4j

@@ -88,15 +89,10 @@


%prep
-rm -rf $RPM_BUILD_ROOT
%setup -q
-pushd /
-#tar -xf %{SOURCE3}
-popd
%patch0 -p1
%patch2 -p1
%patch3 -p1
-#%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
@@ -136,6 +132,7 @@
popd

%build
+export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
ln -sf $(build-classpath gnumail) lib/mail.jar
ln -sf $(build-classpath activation) lib/
export ANT_OPTS="-Djava.security.manager
-Djava.security.policy=$(pwd)/build/mx4j-build.policy"
@@ -206,11 +203,18 @@
%doc dist/docs/*

%changelog
-* Tue May 08 2007 - dbornkessel@xxxxxxx
+* Wed Apr 09 2008 mvyskocil@xxxxxxx
+- fixed a build with gjc_1_5_0-compat
+- removed some rpmlint warnings:
+ - bzipped source code
+ - add update-alternatives to PreReq
+ - remove the unecessary docbook-style patch
+- remove the xmlunit.tar
+* Tue May 08 2007 dbornkessel@xxxxxxx
- provide jmx
-* Wed May 02 2007 - dbornkessel@xxxxxxx
+* Wed May 02 2007 dbornkessel@xxxxxxx
- added unzip to BuildRequires
-* Fri Jan 12 2007 - dbornkessel@xxxxxxx
+* Fri Jan 12 2007 dbornkessel@xxxxxxx
- major update to version 3.0.1
1.1.1 -> 3.0.1
- JMXServerErrorException thrown during setAttribute invoc.
@@ -323,19 +327,19 @@
- RMI-IIOP example broken
- ConcurrentModificationException in DefaultMBeanRepository
- IIOP / ORB.init
-* Mon Sep 25 2006 - dbornkessel@xxxxxxx
+* Mon Sep 25 2006 dbornkessel@xxxxxxx
- set source=\"1.4\" and target=\"1.4\" for ant \"javac\" tasks"
- set source=\"1.4\" for ant \"javadoc\" tasks"
- fix Java 1.5 code ambiguity (cf. bsc#4983021)"
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Wed Dec 14 2005 - dbornkessel@xxxxxxx
+* Wed Dec 14 2005 dbornkessel@xxxxxxx
- uncommented the dynamic security provider loading as those providers
are configures statically for each JRE / SDK.
- replaced deprecated log4j statements with their newer equivalents
-* Thu Sep 29 2005 - dmueller@xxxxxxx
+* Thu Sep 29 2005 dmueller@xxxxxxx
- add norootforbuild
-* Thu Sep 16 2004 - skh@xxxxxxx
+* Thu Sep 16 2004 skh@xxxxxxx
- Fix prerequires
-* Sun Sep 05 2004 - skh@xxxxxxx
+* Mon Sep 06 2004 skh@xxxxxxx
- Initial package created with version 1.1.1 (JPackage 1.5)




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages