Hello community, here is the log from the commit of package arts checked in at Tue May 22 16:22:00 CEST 2007. -------- --- KDE/arts/arts.changes 2007-04-18 17:22:17.000000000 +0200 +++ /mounts/work_src_done/STABLE/arts/arts.changes 2007-05-22 15:44:27.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 14 22:04:44 CEST 2007 - stbinner@suse.de + +- update to 1.5.7 release (just version bump) + +------------------------------------------------------------------- Old: ---- arts-1.5.6.tar.bz2 New: ---- arts-1.5.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arts.spec ++++++ --- /var/tmp/diff_new_pack.R20632/_old 2007-05-22 16:18:58.000000000 +0200 +++ /var/tmp/diff_new_pack.R20632/_new 2007-05-22 16:18:58.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package arts (Version 1.5.6) +# spec file for package arts (Version 1.5.7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -21,8 +21,8 @@ Provides: kdelibs3-artsd Summary: Modular Software Synthesizer PreReq: permissions -Version: 1.5.6 -Release: 11 +Version: 1.5.7 +Release: 1 Source0: %{name}-%{version}.tar.bz2 Source1: artswrapper.7.gz #Patch0: 1_5_BRANCH.diff @@ -186,6 +186,8 @@ /opt/kde3/%_lib/*.la %changelog +* Mon May 14 2007 - stbinner@suse.de +- update to 1.5.7 release (just version bump) * Wed Apr 18 2007 - dmueller@suse.de - remove some obsolete sections * Tue Jan 16 2007 - stbinner@suse.de ++++++ arts-1.5.6.tar.bz2 -> arts-1.5.7.tar.bz2 ++++++ ++++ 36768 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/acinclude.m4 new/arts-1.5.7/acinclude.m4 --- old/arts-1.5.6/acinclude.m4 2007-01-16 07:44:57.000000000 +0100 +++ new/arts-1.5.7/acinclude.m4 2007-05-14 13:23:02.000000000 +0200 @@ -983,7 +983,7 @@ X_INCLUDES="-I$x_includes" fi -if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then +if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then X_LDFLAGS="" x_libraries="/usr/lib"; dnl better than nothing :- else @@ -3198,7 +3198,7 @@ case $host in *-*-linux-gnu) CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS" - CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS" + CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS" KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"]) KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"]) ;; @@ -5215,9 +5215,10 @@ for dir in $javadirs; do dnl Check for the java executable if test -x "$dir/java"; then + sane_path=$(cd $dir; /bin/pwd) dnl And also check for a libjvm.so somewhere under there dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big. - if test "$dir" != "/usr/bin"; then + if test "$sane_path" != "/usr/bin"; then libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1` if test ! -f $libjvmdir/libjvm.so; then continue; fi jredirs="$jredirs $dir" @@ -7395,7 +7396,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 -a ! -h /lib64; then libsuff=64 fi fi diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/admin/acinclude.m4.in new/arts-1.5.7/admin/acinclude.m4.in --- old/arts-1.5.6/admin/acinclude.m4.in 2007-01-16 00:14:26.000000000 +0100 +++ new/arts-1.5.7/admin/acinclude.m4.in 2007-05-14 12:55:38.000000000 +0200 @@ -983,7 +983,7 @@ X_INCLUDES="-I$x_includes" fi -if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then +if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then X_LDFLAGS="" x_libraries="/usr/lib"; dnl better than nothing :- else @@ -3198,7 +3198,7 @@ case $host in *-*-linux-gnu) CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS" - CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS" + CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS" KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"]) KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"]) ;; @@ -5215,9 +5215,10 @@ for dir in $javadirs; do dnl Check for the java executable if test -x "$dir/java"; then + sane_path=$(cd $dir; /bin/pwd) dnl And also check for a libjvm.so somewhere under there dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big. - if test "$dir" != "/usr/bin"; then + if test "$sane_path" != "/usr/bin"; then libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1` if test ! -f $libjvmdir/libjvm.so; then continue; fi jredirs="$jredirs $dir" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/admin/cvs.sh new/arts-1.5.7/admin/cvs.sh --- old/arts-1.5.6/admin/cvs.sh 2007-01-16 00:14:26.000000000 +0100 +++ new/arts-1.5.7/admin/cvs.sh 2007-05-14 12:55:38.000000000 +0200 @@ -316,7 +316,7 @@ fi fi if test -z "$VERSION" || test "$VERSION" = "@VERSION@"; then - VERSION="\"3.5.6\"" + VERSION="\"3.5.7\"" fi if test -z "$modulename" || test "$modulename" = "@MODULENAME@"; then modulename=`pwd`; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/admin/libtool.m4.in new/arts-1.5.7/admin/libtool.m4.in --- old/arts-1.5.6/admin/libtool.m4.in 2007-01-16 00:14:26.000000000 +0100 +++ new/arts-1.5.7/admin/libtool.m4.in 2007-05-14 12:55:38.000000000 +0200 @@ -1424,7 +1424,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 -a ! -h /lib64; then libsuff=64 fi fi diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/arts.lsm new/arts-1.5.7/arts.lsm --- old/arts-1.5.6/arts.lsm 2007-01-15 12:16:22.000000000 +0100 +++ new/arts-1.5.7/arts.lsm 2007-05-14 09:36:40.000000000 +0200 @@ -1,7 +1,7 @@ Begin4 Title: arts -Version: 1.5.6 -Entered-date: 2007-01-23 +Version: 1.5.7 +Entered-date: 2007-05-22 Description: Soundserver for the K Desktop Environment (KDE) Keywords: KDE X11 desktop Qt Author: http://bugs.kde.org/ (KDE Bugtracking System) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/config.h.in new/arts-1.5.7/config.h.in --- old/arts-1.5.6/config.h.in 2007-01-16 07:45:24.000000000 +0100 +++ new/arts-1.5.7/config.h.in 2007-05-14 13:23:19.000000000 +0200 @@ -444,27 +444,27 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of a `char *', as computed by sizeof. */ +/* The size of `char *', as computed by sizeof. */ #undef SIZEOF_CHAR_P -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT -/* The size of a `size_t', as computed by sizeof. */ +/* The size of `size_t', as computed by sizeof. */ #undef SIZEOF_SIZE_T -/* The size of a `unsigned long', as computed by sizeof. */ +/* The size of `unsigned long', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/configure.in new/arts-1.5.7/configure.in --- old/arts-1.5.6/configure.in 2007-01-16 07:45:00.000000000 +0100 +++ new/arts-1.5.7/configure.in 2007-05-14 13:23:03.000000000 +0200 @@ -21,7 +21,7 @@ dnl Version (we /might/ want to use libtool versioning, too) ARTS_MAJOR_VERSION=1 ARTS_MINOR_VERSION=5 -ARTS_MICRO_VERSION=6 +ARTS_MICRO_VERSION=7 ARTS_VERSION=$ARTS_MAJOR_VERSION.$ARTS_MINOR_VERSION.$ARTS_MICRO_VERSION dnl Automake doc recommends to do this only here. (Janos) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/configure.in.in new/arts-1.5.7/configure.in.in --- old/arts-1.5.6/configure.in.in 2007-01-15 12:16:22.000000000 +0100 +++ new/arts-1.5.7/configure.in.in 2007-05-14 09:36:40.000000000 +0200 @@ -17,7 +17,7 @@ dnl Version (we /might/ want to use libtool versioning, too) ARTS_MAJOR_VERSION=1 ARTS_MINOR_VERSION=5 -ARTS_MICRO_VERSION=6 +ARTS_MICRO_VERSION=7 ARTS_VERSION=$ARTS_MAJOR_VERSION.$ARTS_MINOR_VERSION.$ARTS_MICRO_VERSION dnl Automake doc recommends to do this only here. (Janos) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/arts-1.5.6/mcopidl/mcopidl.cc new/arts-1.5.7/mcopidl/mcopidl.cc --- old/arts-1.5.6/mcopidl/mcopidl.cc 2005-09-10 10:13:31.000000000 +0200 +++ new/arts-1.5.7/mcopidl/mcopidl.cc 2007-05-14 09:36:40.000000000 +0200 @@ -23,6 +23,7 @@ */ +#include <cstdlib> #include <stdio.h> #include <string.h> #include <unistd.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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