Hello community, here is the log from the commit of package sound-juicer for openSUSE:Factory checked in at 2015-04-23 07:58:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sound-juicer (Old) and /work/SRC/openSUSE:Factory/.sound-juicer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sound-juicer" Changes: -------- --- /work/SRC/openSUSE:Factory/sound-juicer/sound-juicer.changes 2015-03-30 19:21:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sound-juicer.new/sound-juicer.changes 2015-04-23 07:58:56.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Apr 15 07:11:56 UTC 2015 - [email protected] + +- Update to version 3.16.1: + + Fix a crash in multiple_album_dialog(). + +------------------------------------------------------------------- Old: ---- sound-juicer-3.16.0.tar.xz New: ---- sound-juicer-3.16.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sound-juicer.spec ++++++ --- /var/tmp/diff_new_pack.I6XHfe/_old 2015-04-23 07:58:56.000000000 +0200 +++ /var/tmp/diff_new_pack.I6XHfe/_new 2015-04-23 07:58:56.000000000 +0200 @@ -17,7 +17,7 @@ Name: sound-juicer -Version: 3.16.0 +Version: 3.16.1 Release: 0 Summary: Clean and Lean GNOME CD Ripper License: GPL-2.0+ ++++++ sound-juicer-3.16.0.tar.xz -> sound-juicer-3.16.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sound-juicer-3.16.0/NEWS new/sound-juicer-3.16.1/NEWS --- old/sound-juicer-3.16.0/NEWS 2015-03-23 11:22:12.000000000 +0100 +++ new/sound-juicer-3.16.1/NEWS 2015-04-13 12:31:15.000000000 +0200 @@ -1,3 +1,7 @@ +Sound Juicer "Pastoral" 3.16.1 +============================== +* Fix a crash in multiple_album_dialog() (Phillip Wood) + Sound Juicer "Hammerklavier" 3.16.0 =================================== * Translations diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sound-juicer-3.16.0/configure new/sound-juicer-3.16.1/configure --- old/sound-juicer-3.16.0/configure 2015-03-23 11:24:21.000000000 +0100 +++ new/sound-juicer-3.16.1/configure 2015-04-13 12:33:57.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Sound Juicer 3.16.0. +# Generated by GNU Autoconf 2.69 for Sound Juicer 3.16.1. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer>. # @@ -581,8 +581,8 @@ # Identity of this package. PACKAGE_NAME='Sound Juicer' PACKAGE_TARNAME='sound-juicer' -PACKAGE_VERSION='3.16.0' -PACKAGE_STRING='Sound Juicer 3.16.0' +PACKAGE_VERSION='3.16.1' +PACKAGE_STRING='Sound Juicer 3.16.1' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer' PACKAGE_URL='' @@ -1383,7 +1383,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Sound Juicer 3.16.0 to adapt to many kinds of systems. +\`configure' configures Sound Juicer 3.16.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1449,7 +1449,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Sound Juicer 3.16.0:";; + short | recursive ) echo "Configuration of Sound Juicer 3.16.1:";; esac cat <<\_ACEOF @@ -1586,7 +1586,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Sound Juicer configure 3.16.0 +Sound Juicer configure 3.16.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1955,7 +1955,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Sound Juicer $as_me 3.16.0, which was +It was created by Sound Juicer $as_me 3.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2822,7 +2822,7 @@ # Define the identity of the package. PACKAGE='sound-juicer' - VERSION='3.16.0' + VERSION='3.16.1' cat >>confdefs.h <<_ACEOF @@ -8123,7 +8123,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Sound Juicer $as_me 3.16.0, which was +This file was extended by Sound Juicer $as_me 3.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8189,7 +8189,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Sound Juicer config.status 3.16.0 +Sound Juicer config.status 3.16.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sound-juicer-3.16.0/configure.ac new/sound-juicer-3.16.1/configure.ac --- old/sound-juicer-3.16.0/configure.ac 2015-03-23 11:22:43.000000000 +0100 +++ new/sound-juicer-3.16.1/configure.ac 2015-04-13 12:31:25.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([Sound Juicer],[3.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer],[sound-juicer]) +AC_INIT([Sound Juicer],[3.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer],[sound-juicer]) AC_PREREQ(2.52) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sound-juicer-3.16.0/sound-juicer.spec new/sound-juicer-3.16.1/sound-juicer.spec --- old/sound-juicer-3.16.0/sound-juicer.spec 2015-03-23 11:24:39.000000000 +0100 +++ new/sound-juicer-3.16.1/sound-juicer.spec 2015-04-13 12:34:14.000000000 +0200 @@ -1,6 +1,6 @@ Name: sound-juicer Summary: Clean and lean CD ripper -Version: 3.16.0 +Version: 3.16.1 Release: 1 License: GPL Group: Applications/Multimedia diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sound-juicer-3.16.0/src/sj-main.c new/sound-juicer-3.16.1/src/sj-main.c --- old/sound-juicer-3.16.0/src/sj-main.c 2015-03-22 19:45:01.000000000 +0100 +++ new/sound-juicer-3.16.1/src/sj-main.c 2015-04-01 15:28:28.000000000 +0200 @@ -888,7 +888,7 @@ * "Released on <label>" */ details = g_strdup_printf (_("Released on %s"), label_text->str); } else { - details = _("Release label, year & country unknown"); + details = g_strdup (_("Release label, year & country unknown")); } if (label_text)
