Hello community,
here is the log from the commit of package gnome-sound-recorder for
openSUSE:Factory checked in at 2017-03-28 15:22:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-sound-recorder (Old)
and /work/SRC/openSUSE:Factory/.gnome-sound-recorder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-sound-recorder"
Tue Mar 28 15:22:31 2017 rev:17 rq:482350 version:3.24.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-sound-recorder/gnome-sound-recorder.changes
2017-03-22 23:14:32.895497813 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-sound-recorder.new/gnome-sound-recorder.changes
2017-03-28 15:22:52.532014349 +0200
@@ -1,0 +2,7 @@
+Wed Mar 22 17:44:19 UTC 2017 - [email protected]
+
+- Update to version 3.24.0.1:
+ + configure: Drop id3mux check failure to a warning.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-sound-recorder-3.24.0.tar.xz
New:
----
gnome-sound-recorder-3.24.0.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-sound-recorder.spec ++++++
--- /var/tmp/diff_new_pack.4S7aut/_old 2017-03-28 15:22:53.551869912 +0200
+++ /var/tmp/diff_new_pack.4S7aut/_new 2017-03-28 15:22:53.555869346 +0200
@@ -18,7 +18,7 @@
Name: gnome-sound-recorder
-Version: 3.24.0
+Version: 3.24.0.1
Release: 0
Summary: Sound Recorder
License: BSD-3-Clause and LGPL-2.0+
++++++ gnome-sound-recorder-3.24.0.tar.xz ->
gnome-sound-recorder-3.24.0.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.24.0/NEWS
new/gnome-sound-recorder-3.24.0.1/NEWS
--- old/gnome-sound-recorder-3.24.0/NEWS 2017-03-21 01:26:14.000000000
+0100
+++ new/gnome-sound-recorder-3.24.0.1/NEWS 2017-03-22 05:10:20.000000000
+0100
@@ -1,8 +1,11 @@
3.24.00
=======
+configure: Drop id3mux check failure to a warning by David King
+
+ 3.24.00
+ =======
Fix codec errors caused by mono/stereo combobox
Fix for Debian/Tails Bug 777862
- Translation updates
3.21.92
=======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.24.0/configure
new/gnome-sound-recorder-3.24.0.1/configure
--- old/gnome-sound-recorder-3.24.0/configure 2017-03-21 01:26:07.000000000
+0100
+++ new/gnome-sound-recorder-3.24.0.1/configure 2017-03-22 05:06:56.000000000
+0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-sound-recorder 3.24.0.
+# Generated by GNU Autoconf 2.69 for gnome-sound-recorder 3.24.0.1.
#
# Report bugs to <gnome-sound-recorder>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='gnome-sound-recorder'
PACKAGE_TARNAME='gnome-sound-recorder'
-PACKAGE_VERSION='3.24.0'
-PACKAGE_STRING='gnome-sound-recorder 3.24.0'
+PACKAGE_VERSION='3.24.0.1'
+PACKAGE_STRING='gnome-sound-recorder 3.24.0.1'
PACKAGE_BUGREPORT='gnome-sound-recorder'
PACKAGE_URL=''
@@ -1376,7 +1376,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 gnome-sound-recorder 3.24.0 to adapt to many kinds of
systems.
+\`configure' configures gnome-sound-recorder 3.24.0.1 to adapt to many kinds
of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1447,7 +1447,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-sound-recorder 3.24.0:";;
+ short | recursive ) echo "Configuration of gnome-sound-recorder
3.24.0.1:";;
esac
cat <<\_ACEOF
@@ -1567,7 +1567,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gnome-sound-recorder configure 3.24.0
+gnome-sound-recorder configure 3.24.0.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1845,7 +1845,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gnome-sound-recorder $as_me 3.24.0, which was
+It was created by gnome-sound-recorder $as_me 3.24.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2713,7 +2713,7 @@
# Define the identity of the package.
PACKAGE='gnome-sound-recorder'
- VERSION='3.24.0'
+ VERSION='3.24.0.1'
cat >>confdefs.h <<_ACEOF
@@ -13169,10 +13169,14 @@
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
- as_fn_error $? "
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
Cannot find required GStreamer-1.0 plugin '$1'.
It should be part of gst-plugins-bad. Please install it.
- " "$LINENO" 5
+ " >&5
+$as_echo "$as_me: WARNING:
+ Cannot find required GStreamer-1.0 plugin '$1'.
+ It should be part of gst-plugins-bad. Please install it.
+ " >&2;}
fi
shift;
@@ -13764,7 +13768,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gnome-sound-recorder $as_me 3.24.0, which was
+This file was extended by gnome-sound-recorder $as_me 3.24.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13830,7 +13834,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gnome-sound-recorder config.status 3.24.0
+gnome-sound-recorder config.status 3.24.0.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/gnome-sound-recorder-3.24.0/configure.ac
new/gnome-sound-recorder-3.24.0.1/configure.ac
--- old/gnome-sound-recorder-3.24.0/configure.ac 2017-03-21
00:47:54.000000000 +0100
+++ new/gnome-sound-recorder-3.24.0.1/configure.ac 2017-03-22
05:05:59.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.24.0],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.24.0.1],[gnome-sound-recorder])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
@@ -100,7 +100,7 @@
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
- AC_MSG_ERROR([
+ AC_MSG_WARN([
Cannot find required GStreamer-1.0 plugin '$1'.
It should be part of gst-plugins-bad. Please install it.
])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.24.0/po/es.po
new/gnome-sound-recorder-3.24.0.1/po/es.po
--- old/gnome-sound-recorder-3.24.0/po/es.po 2016-08-15 10:09:12.000000000
+0200
+++ new/gnome-sound-recorder-3.24.0.1/po/es.po 2017-03-22 05:04:42.000000000
+0100
@@ -2,17 +2,17 @@
# Copyright (C) 2013 gnome-sound-recorder's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-sound-recorder
package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-# Daniel Mustieles <[email protected]>, 2013, 2014, 2015, 2016.
+# Daniel Mustieles <[email protected]>, 2013, 2014, 2015, 2016, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-sound-recorder master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
-"sound-recorder&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2016-06-02 03:00+0000\n"
-"PO-Revision-Date: 2016-06-02 09:21+0200\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"sound-recorder&keywords=I18N+L10N&component=General\n"
+"POT-Creation-Date: 2017-03-18 20:24+0000\n"
+"PO-Revision-Date: 2017-03-21 12:43+0100\n"
"Last-Translator: Daniel Mustieles <[email protected]>\n"
-"Language-Team: Español; Castellano <[email protected]>\n"
+"Language-Team: es <[email protected]>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,6 +21,16 @@
"X-Generator: Gtranslator 2.91.6\n"
#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:1
+#: ../data/org.gnome.SoundRecorder.desktop.in.in.h:1 ../src/application.js:168
+#: ../src/record.js:120
+msgid "Sound Recorder"
+msgstr "Grabadora de sonidos"
+
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:2
+msgid "A simple, modern sound recorder for GNOME"
+msgstr "Una grabadora de sonidos sencilla y moderna para GNOME"
+
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:3
msgid ""
"Sound Recorder provides a simple and modern interface that provides a "
"straight-forward way to record and play audio. It allows you to do basic "
@@ -30,7 +40,7 @@
"ofrece una manera fácil de grabar y reproducir sonidos. Permite hacer una "
"edición básica y crear notas de voz."
-#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:2
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:4
msgid ""
"Sound Recorder automatically handles the saving process so that you do not "
"need to worry about accidentally discarding the previous recording."
@@ -39,11 +49,11 @@
"lo que no tiene que preocuparse de que la grabación se pierda "
"accidentalmente."
-#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:3
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:5
msgid "Supported audio formats:"
msgstr "Formatos de sonido soportados:"
-#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:4
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:6
msgid "Ogg Vorbis, Opus, FLAC, MP3 and MOV"
msgstr "Ogg Vorbis, Opus, FLAC, MP3 y MOV"
@@ -106,11 +116,6 @@
msgid "Speaker volume level."
msgstr "Nivel de volumen el altavoz."
-#: ../data/org.gnome.SoundRecorder.desktop.in.in.h:1 ../src/application.js:168
-#: ../src/record.js:113
-msgid "Sound Recorder"
-msgstr "Grabadora de sonidos"
-
#: ../data/org.gnome.SoundRecorder.desktop.in.in.h:2
msgid "Record sound via the microphone and play it back"
msgstr "Grabar sonido con el micrófono y reproducirlo"
@@ -258,6 +263,7 @@
msgid "Recording…"
msgstr "Grabando…"
+#. Translators: This is the title in the headerbar
#: ../src/mainWindow.js:352
#, javascript-format
msgid "%d Recorded Sound"
@@ -333,23 +339,27 @@
msgid "Unable to create Recordings directory."
msgstr "No se puede crear la carpeta Grabaciones."
-#: ../src/record.js:80
+#: ../src/record.js:84
+msgid "Please install the GStreamer 1.0 PulseAudio plugin."
+msgstr "Instale el complemento GStreamer 1.0 PulseAudio."
+
+#: ../src/record.js:86
msgid "Your audio capture settings are invalid."
msgstr "La configuración para la captura de sonido no es válida."
-#: ../src/record.js:130
+#: ../src/record.js:137
msgid "Not all elements could be created."
msgstr "No se pudieron crear todos los elementos."
-#: ../src/record.js:142
+#: ../src/record.js:149
msgid "Not all of the elements were linked."
msgstr "No se han enlazado todos los elementos."
-#: ../src/record.js:167
+#: ../src/record.js:174
msgid "No Media Profile was set."
msgstr "No se ha establecido un perfil multimedia."
-#: ../src/record.js:178
+#: ../src/record.js:185
msgid ""
"Unable to set the pipeline \n"
" to the recording state."
@@ -359,14 +369,11 @@
#. Translators: ""Clip %d"" is the default name assigned to a file created
#. by the application (for example, "Clip 1").
-#: ../src/record.js:357
+#: ../src/record.js:364
#, javascript-format
msgid "Clip %d"
msgstr "Clip %d"
-#~ msgid "A simple, modern sound recorder for GNOME"
-#~ msgstr "Una grabadora de sonidos sencilla y moderna para GNOME"
-
#~ msgid "%Y-%m-%d %H:%M:%S"
#~ msgstr "%d/%m/%Y %H:%M:%S"