Hello community, here is the log from the commit of package matthewlib-java for openSUSE:Factory checked in at 2012-06-13 13:31:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matthewlib-java (Old) and /work/SRC/openSUSE:Factory/.matthewlib-java.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matthewlib-java", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/matthewlib-java/matthewlib-java.changes 2011-09-23 02:12:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.matthewlib-java.new/matthewlib-java.changes 2012-06-13 13:32:00.000000000 +0200 @@ -1,0 +2,13 @@ +Tue May 15 08:44:01 UTC 2012 - [email protected] + +- update to 0.8 + * Add -fno-stack-protector to fix compilation issues in various distros + * Fix spin-on-disconnection bug (Spotted by Christopher Armstrong + <carmstrong -at- fastmail -dot- com -dot- au>) + * Patch from 石頭成 <shirock -dot- tw -at- gmail -dot- com> to avoid a + memory leak + * Change to expat (MIT) licence + * Patches to the CGI libraries from Andy Canfield <andy -dot- canfield -at- + pimco -dot- mobi> + +------------------------------------------------------------------- Old: ---- early_upstream.patch libmatthew-java_0.7.1.orig.tar.gz openjdk.patch New: ---- libmatthew-java-0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matthewlib-java.spec ++++++ --- /var/tmp/diff_new_pack.bCYhEX/_old 2012-06-13 13:32:08.000000000 +0200 +++ /var/tmp/diff_new_pack.bCYhEX/_new 2012-06-13 13:32:08.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package matthewlib-java (Version 0.7.1) +# spec file for package matthewlib-java # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,11 @@ %define orig_name libmatthew-java Name: matthewlib-java -Version: 0.7.1 -Release: 4 +Version: 0.8 +Release: 0 Summary: A few useful Java libraries +License: MIT Group: Development/Libraries/Java -License: GPL-2.0 # actual upstream: #URL: http://matthew.ath.cx/projects/java/ #Source0: http://matthew.ath.cx/projects/java/%{name}-%{version}.tar.gz @@ -31,18 +31,15 @@ # he gets newer releases into debian before he puts them up on # the upstream website. so we use the "original" source from debian # (ie, the source before debian patches are applied to it) -Url: http://packages.debian.org/source/sid/libmatthew-java -Source0: http://ftp.de.debian.org/debian/pool/main/libm/%{orig_name}/%{orig_name}_%{version}.orig.tar.gz -Patch0: early_upstream.patch -Patch1: install_doc.patch -Patch3: classpath_fix.patch -Patch4: openjdk.patch +Source0: libmatthew-java-0.8.tar.gz +Patch0: install_doc.patch +Patch1: classpath_fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes BuildRequires: java-devel BuildRequires: jpackage-utils -BuildRequires: fdupes -Requires: jre >= 1.5.0 Requires: jpackage-utils +Requires: jre >= 1.5.0 Provides: %{orig_name} %description @@ -61,14 +58,7 @@ - Hexdump This class formats byte-arrays in hex and ascii for display. - - -Authors: --------- - Matthew Johnson - %package javadoc -License: GPL-2.0 Summary: A few useful Java libraries Group: Development/Libraries/Java @@ -88,18 +78,10 @@ - Hexdump This class formats byte-arrays in hex and ascii for display. - - -Authors: --------- - Matthew Johnson - %prep %setup -q -n %{orig_name}-%{version} %patch0 -p1 %patch1 -p1 -%patch3 -p1 -%patch4 -p1 %build make \ @@ -127,7 +109,7 @@ %defattr(-,root,root,-) %{_javadir}/*jar %{_libdir}/lib*.so* -%doc COPYING INSTALL README +%doc COPYING README %files javadoc %defattr(-,root,root,-) ++++++ classpath_fix.patch ++++++ --- /var/tmp/diff_new_pack.bCYhEX/_old 2012-06-13 13:32:08.000000000 +0200 +++ /var/tmp/diff_new_pack.bCYhEX/_new 2012-06-13 13:32:08.000000000 +0200 @@ -1,8 +1,8 @@ -diff --git a/Makefile b/Makefile -index 5ba907f..9183316 100644 ---- a/Makefile -+++ b/Makefile -@@ -57,11 +57,12 @@ cgi-$(CGIVER).jar: .classes +Index: libmatthew-java-0.8/Makefile +=================================================================== +--- libmatthew-java-0.8.orig/Makefile 2012-05-15 10:19:39.418201897 +0200 ++++ libmatthew-java-0.8/Makefile 2012-05-15 10:19:41.742201844 +0200 +@@ -62,11 +62,12 @@ io-$(IOVER).jar: .classes (cd classes; $(JAR) cf ../$@ cx/ath/matthew/io/*class) unix-$(UNIXVER).jar: .classes @@ -20,7 +20,7 @@ (cd classes; $(JAR) cfm ../$@ ../Manifest cx/ath/matthew/unix/*class) hexdump-$(HEXVER).jar: .classes -@@ -86,11 +87,13 @@ libmatthew-java-$(MATTVER).tar.gz: Makefile cx cgi-java.c unix-java.c README INS +@@ -91,11 +92,13 @@ debug-enable-$(DEBUGVER).jar: cx/ath/matthew/debug/Debug.jpp make .enabledebug ++++++ install_doc.patch ++++++ --- /var/tmp/diff_new_pack.bCYhEX/_old 2012-06-13 13:32:08.000000000 +0200 +++ /var/tmp/diff_new_pack.bCYhEX/_new 2012-06-13 13:32:08.000000000 +0200 @@ -1,17 +1,17 @@ -diff --git a/Makefile b/Makefile -index 7607a79..4f6e728 100644 ---- a/Makefile -+++ b/Makefile -@@ -39,7 +39,7 @@ DEBUG?=disable - - .NOPARALLEL: +Index: libmatthew-java-0.8/Makefile +=================================================================== +--- libmatthew-java-0.8.orig/Makefile 2011-01-23 18:09:41.000000000 +0100 ++++ libmatthew-java-0.8/Makefile 2012-05-15 10:18:51.501203006 +0200 +@@ -44,7 +44,7 @@ + .NO_PARALLEL: + .NOTPARALLEL: -all: unix-$(UNIXVER).jar cgi-$(CGIVER).jar debug-enable-$(DEBUGVER).jar debug-disable-$(DEBUGVER).jar io-$(IOVER).jar hexdump-$(HEXVER).jar libcgi-java.so libunix-java.so +all: unix-$(UNIXVER).jar cgi-$(CGIVER).jar debug-enable-$(DEBUGVER).jar debug-disable-$(DEBUGVER).jar io-$(IOVER).jar hexdump-$(HEXVER).jar libcgi-java.so libunix-java.so doc classes: .classes .classes: $(SRC) -@@ -134,4 +134,4 @@ install-jar: unix-$(UNIXVER).jar cgi-$(CGIVER).jar debug-enable-$(DEBUGVER).jar +@@ -139,4 +139,4 @@ ln -sf cgi-$(CGIVER).jar $(DESTDIR)$(JARDIR)/cgi.jar ln -sf hexdump-$(HEXVER).jar $(DESTDIR)$(JARDIR)/hexdump.jar -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
