commit matthewlib-java for openSUSE:Factory
Hello community, here is the log from the commit of package matthewlib-java for openSUSE:Factory checked in at Wed Feb 4 00:00:40 CET 2009. -------- --- matthewlib-java/matthewlib-java.changes 2008-09-04 16:50:37.000000000 +0200 +++ matthewlib-java/matthewlib-java.changes 2009-02-02 13:52:50.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Feb 2 13:52:33 CET 2009 - mvyskocil@suse.cz + +- fix of bnc#468886: matthewlib-java unix server socket creation crashes due to + a linking problem + - use a gcc as a linker + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matthewlib-java.spec ++++++ --- /var/tmp/diff_new_pack.c20232/_old 2009-02-03 23:57:08.000000000 +0100 +++ /var/tmp/diff_new_pack.c20232/_new 2009-02-03 23:57:08.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package matthewlib-java (Version 0.7.1) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -20,7 +20,7 @@ Name: matthewlib-java Version: 0.7.1 -Release: 3 +Release: 4 Summary: A few useful Java libraries Group: Development/Libraries/Java License: GPL v2 only @@ -105,6 +105,7 @@ make \ CFLAGS='%{optflags} -fpic -std=c99' \ LIBDIR='%{_libdir}' \ + LD='gcc' \ JCFLAGS='-target 1.5' %install @@ -133,6 +134,10 @@ %{_javadocdir}/%{name}-%{version} %changelog +* Mon Feb 02 2009 mvyskocil@suse.cz +- fix of bnc#468886: matthewlib-java unix server socket creation crashes due to + a linking problem + - use a gcc as a linker * Thu Sep 04 2008 mvyskocil@suse.cz - Removal of a jpackage_compliance patch, which seems to be uncecessary - Removal of makefile patch, all of necessary changes could be done via make ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de