Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgnomesu for openSUSE:Factory checked in at 2022-03-20 20:54:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgnomesu (Old) and /work/SRC/openSUSE:Factory/.libgnomesu.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgnomesu" Sun Mar 20 20:54:35 2022 rev:65 rq:962639 version:2.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libgnomesu/libgnomesu.changes 2021-11-10 21:45:54.067797149 +0100 +++ /work/SRC/openSUSE:Factory/.libgnomesu.new.25692/libgnomesu.changes 2022-03-20 20:54:41.986453183 +0100 @@ -1,0 +2,7 @@ +Thu Mar 17 23:09:29 UTC 2022 - Stanislav Brabec <sbra...@suse.com> + +- Update to version 2.0.7: + * Updated translations. + * Better wording in the documentation. + +------------------------------------------------------------------- Old: ---- libgnomesu-2.0.6.tar.xz New: ---- libgnomesu-2.0.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnomesu.spec ++++++ --- /var/tmp/diff_new_pack.RQqYFl/_old 2022-03-20 20:54:43.558455445 +0100 +++ /var/tmp/diff_new_pack.RQqYFl/_new 2022-03-20 20:54:43.562455450 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgnomesu # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libgnomesu -Version: 2.0.6 +Version: 2.0.7 Release: 0 Summary: GNOME su Library License: LGPL-2.1-or-later ++++++ libgnomesu-2.0.6.tar.xz -> libgnomesu-2.0.7.tar.xz ++++++ ++++ 3270 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/libgnomesu-2.0.6/NEWS new/libgnomesu-2.0.7/NEWS --- old/libgnomesu-2.0.6/NEWS 2021-03-19 01:23:28.000000000 +0100 +++ new/libgnomesu-2.0.7/NEWS 2022-03-18 00:02:09.000000000 +0100 @@ -1,3 +1,7 @@ +Version 2.0.7: +- Updated translations. +- Better wording in the documentation. + Version 2.0.6: - Updated translations. 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/libgnomesu-2.0.6/README.md new/libgnomesu-2.0.7/README.md --- old/libgnomesu-2.0.6/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnomesu-2.0.7/README.md 2017-06-23 16:39:53.000000000 +0200 @@ -0,0 +1,21 @@ +# libgnomesu # + +[![Build Status](https://travis-ci.org/openSUSE/libgnomesu.svg?branch=master)](https://travis-ci.org/openSUSE/libgnomesu) + +libgnomesu is a library for providing superuser privileges to GNOME +applications. It supports sudo, consolehelper, PAM and su. + +libgnomesu will use one the following services (in order of priority), +depending on which one is available: +- consolehelper +- PAM +- su + +libgnomesu will use the su-based backend as final fallback, if no other +services are available. This service uses a backend which is a modified +version of GNU su. + +libgnomesu comes with the GUI frontend 'gnomesu'. + + +You can find API documentation in the folder 'doc'. 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/libgnomesu-2.0.6/ar-lib new/libgnomesu-2.0.7/ar-lib --- old/libgnomesu-2.0.6/ar-lib 2021-03-19 01:26:19.000000000 +0100 +++ new/libgnomesu-2.0.7/ar-lib 2022-03-18 00:04:39.000000000 +0100 @@ -4,7 +4,7 @@ me=ar-lib scriptversion=2019-07-04.01; # UTC -# Copyright (C) 2010-2020 Free Software Foundation, Inc. +# Copyright (C) 2010-2021 Free Software Foundation, Inc. # Written by Peter Rosin <p...@lysator.liu.se>. # # This program is free software; you can redistribute it and/or modify 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/libgnomesu-2.0.6/compile new/libgnomesu-2.0.7/compile --- old/libgnomesu-2.0.6/compile 2021-03-19 01:26:19.000000000 +0100 +++ new/libgnomesu-2.0.7/compile 2022-03-18 00:04:39.000000000 +0100 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2020 Free Software Foundation, Inc. +# Copyright (C) 1999-2021 Free Software Foundation, Inc. # Written by Tom Tromey <tro...@cygnus.com>. # # This program is free software; you can redistribute it and/or modify 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/libgnomesu-2.0.6/configure.ac new/libgnomesu-2.0.7/configure.ac --- old/libgnomesu-2.0.6/configure.ac 2021-03-19 01:23:28.000000000 +0100 +++ new/libgnomesu-2.0.7/configure.ac 2022-03-18 00:02:09.000000000 +0100 @@ -1,5 +1,5 @@ AC_PREQ([2.53]) -AC_INIT([libgnomesu], [2.0.6]) +AC_INIT([libgnomesu], [2.0.7]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip]) AC_CONFIG_MACRO_DIR([m4]) AM_SILENT_RULES([yes]) 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/libgnomesu-2.0.6/doc/api.html new/libgnomesu-2.0.7/doc/api.html --- old/libgnomesu-2.0.6/doc/api.html 2005-02-13 14:45:27.000000000 +0100 +++ new/libgnomesu-2.0.7/doc/api.html 2021-11-23 18:40:40.000000000 +0100 @@ -94,7 +94,7 @@ <p> Possible reasons why a function returns <code>FALSE</code>: <ul> -<li>The user was prompted for a password, but he pressed the Cancel button. This is the most likely reason.</li> +<li>The user was prompted for a password, but they pressed the Cancel button. This is the most likely reason.</li> <li>It it failed to run <code>fork()</code>, failed to create a pipe to communicate with the subprocess, etc.</li> </ul> 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/libgnomesu-2.0.6/missing new/libgnomesu-2.0.7/missing --- old/libgnomesu-2.0.6/missing 2021-03-19 01:26:19.000000000 +0100 +++ new/libgnomesu-2.0.7/missing 2022-03-18 00:04:39.000000000 +0100 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2020 Free Software Foundation, Inc. +# Copyright (C) 1996-2021 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify 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/libgnomesu-2.0.6/po/ca.po new/libgnomesu-2.0.7/po/ca.po --- old/libgnomesu-2.0.6/po/ca.po 2020-02-12 16:32:34.000000000 +0100 +++ new/libgnomesu-2.0.7/po/ca.po 2021-05-29 00:45:33.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: libgnomesu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-04-27 18:44+0200\n" -"PO-Revision-Date: 2020-02-12 17:54+0000\n" +"PO-Revision-Date: 2021-05-29 01:00+0000\n" "Last-Translator: David Medina <medi...@gmail.com>\n" "Language-Team: Catalan <https://l10n.opensuse.org/projects/libgnomesu/master/" "ca/>\n" @@ -20,7 +20,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.6.1\n" +"X-Generator: Weblate 4.6.2\n" #: ../src/gnomesu-auth-dialog.c:288 msgid "C_ontinue" @@ -120,9 +120,9 @@ "\n" "Copyright ?? 1999 Free Software Foundation, Inc.\n" "Aix?? ??s programari lliure; consulteu al codi font les condicions de c??pia. " -"NO\n" -"hi ha cap garantia; ni tan sols de COMERCIABILITAT o ADEQUACI?? PER A CAP\n" -"PROP??SIT EN PARTICULAR.\n" +"NO hi ha cap garantia;\n" +"ni tan sols de COMERCIABILITAT o ADEQUACI?? PER A CAP PROP??SIT EN PARTICULAR." +"\n" #: ../tools/gnomesu.c:41 msgid "Pass the command to execute as one single string." 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/libgnomesu-2.0.6/po/cs.po new/libgnomesu-2.0.7/po/cs.po --- old/libgnomesu-2.0.6/po/cs.po 2020-02-25 17:26:34.000000000 +0100 +++ new/libgnomesu-2.0.7/po/cs.po 2021-05-31 21:30:41.000000000 +0200 @@ -9,8 +9,8 @@ "Project-Id-Version: libgnomesu VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-04-27 18:44+0200\n" -"PO-Revision-Date: 2020-02-25 18:54+0000\n" -"Last-Translator: Pavel Borecki <pavel.bore...@gmail.com>\n" +"PO-Revision-Date: 2021-05-31 22:00+0000\n" +"Last-Translator: Ale?? Kastner <al...@volny.cz>\n" "Language-Team: Czech <https://l10n.opensuse.org/projects/libgnomesu/master/" "cs/>\n" "Language: cs\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 3.6.1\n" +"X-Generator: Weblate 4.6.2\n" #: ../src/gnomesu-auth-dialog.c:288 msgid "C_ontinue" @@ -34,13 +34,13 @@ #: ../src/gnomesu-auth-dialog.c:466 msgid "Password needed" -msgstr "Je pot??eba heslo" +msgstr "Heslo nutn??" #. _("Administrator (root) privilege is required."); #: ../src/gnomesu-auth-dialog.c:531 ../src/services/pam.c:192 #: ../src/services/su.c:185 msgid "The requested action needs further authentication." -msgstr "K vy??adovan?? akci je pot??eba dal???? ov????en??." +msgstr "????dan?? akce pot??ebuje dal???? ov????en??." #: ../src/gnomesu-auth-dialog.c:532 msgid "Please enter the root password to continue." @@ -52,7 +52,7 @@ #: ../src/libgnomesu.c:182 msgid "No services for libgnomesu are available.\n" -msgstr "Pro libgnomesu nejsou k dispozici ????dn?? slu??by.\n" +msgstr "Pro libgnomesu nejsou dostupn?? ????dn?? slu??by.\n" #: ../src/services/pam.c:190 ../src/services/su.c:183 #, c-format @@ -75,7 +75,7 @@ #: ../src/services/pam.c:233 ../src/services/su.c:225 msgid "You do not have permission to authenticate." -msgstr "Nem??te pr??va k proveden?? ov????en??." +msgstr "Nem??te pr??va k ov????en?? toto??nosti." #: ../src/services/pam.c:237 msgid "Unable to access the authentication information." @@ -133,7 +133,7 @@ #: ../tools/gnomesu.c:42 msgid "Run as this user instead of as root." -msgstr "Spustit jako u??ivatel nam??sto spr??vce." +msgstr "Spustit jako tento u??ivatel nam??sto spr??vce." #: ../tools/gnomesu.c:42 msgid "USERNAME" 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/libgnomesu-2.0.6/po/de.po new/libgnomesu-2.0.7/po/de.po --- old/libgnomesu-2.0.6/po/de.po 2016-04-27 18:45:46.000000000 +0200 +++ new/libgnomesu-2.0.7/po/de.po 2022-03-04 11:59:10.000000000 +0100 @@ -10,16 +10,16 @@ "Project-Id-Version: libgnomesu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-04-27 18:44+0200\n" -"PO-Revision-Date: 2016-02-13 09:05+0200\n" -"Last-Translator: Ettore Atalan <atalantt...@googlemail.com>\n" -"Language-Team: German <http://l10n.opensuse.org/projects/libgnomesu/master/" +"PO-Revision-Date: 2022-03-04 13:12+0000\n" +"Last-Translator: Gemineo <vista...@gemineo.de>\n" +"Language-Team: German <https://l10n.opensuse.org/projects/libgnomesu/master/" "de/>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.3\n" +"X-Generator: Weblate 4.9.1\n" #: ../src/gnomesu-auth-dialog.c:288 msgid "C_ontinue" 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/libgnomesu-2.0.6/po/es.po new/libgnomesu-2.0.7/po/es.po --- old/libgnomesu-2.0.6/po/es.po 2016-04-27 18:45:46.000000000 +0200 +++ new/libgnomesu-2.0.7/po/es.po 2022-02-22 11:47:25.000000000 +0100 @@ -10,16 +10,16 @@ "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-04-27 18:44+0200\n" -"PO-Revision-Date: 2005-01-13 22:54+0100\n" -"Last-Translator: Francisco Javier F. Serrador <serra...@cvs.gnome.org>\n" -"Language-Team: Spanish <traducto...@es.gnome.org>\n" +"PO-Revision-Date: 2022-02-22 13:12+0000\n" +"Last-Translator: Antonio Sim??n <anto...@trans-mission.com>\n" +"Language-Team: Spanish <https://l10n.opensuse.org/projects/libgnomesu/master/" +"es/>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"serra...@hispalinux.es>\n" -"X-Generator: KBabel 1.9.1\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.9.1\n" #: ../src/gnomesu-auth-dialog.c:288 msgid "C_ontinue" @@ -120,9 +120,8 @@ "Copyright ?? 1999 Free Software Foundation, Inc.\n" "Esto es software libre; vea el fuente para las condiciones de copia.\n" "Este software se ofrece SIN garant??a de ninguna clase, bien expresa\n" -"o impl??cita, con inclusi??n, pero sin limitaci??n a las garant??as " -"MERCANTILES\n" -" IMPL??CITAS o a la CONVENIENCIA PARA UN PROP??SITO PARTICULAR\n" +"o impl??cita, con inclusi??n, pero sin limitaci??n a las garant??as MERCANTILES\n" +"IMPL??CITAS o a la CONVENIENCIA PARA UN PROP??SITO PARTICULAR.\n" #: ../tools/gnomesu.c:41 msgid "Pass the command to execute as one single string." 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/libgnomesu-2.0.6/po/fr.po new/libgnomesu-2.0.7/po/fr.po --- old/libgnomesu-2.0.6/po/fr.po 2016-04-28 22:23:37.000000000 +0200 +++ new/libgnomesu-2.0.7/po/fr.po 2021-05-18 09:20:22.000000000 +0200 @@ -10,16 +10,16 @@ "Project-Id-Version: libgnomesu 0.9.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-04-27 18:44+0200\n" -"PO-Revision-Date: 2016-04-28 20:23+0000\n" -"Last-Translator: Beno??t Monin <benoit.mo...@gmx.fr>\n" -"Language-Team: French " -"<http://l10n.opensuse.org/projects/libgnomesu/master/fr/>\n" +"PO-Revision-Date: 2021-05-18 10:00+0000\n" +"Last-Translator: Sophie Leroy <sop...@stoquart.com>\n" +"Language-Team: French <https://l10n.opensuse.org/projects/libgnomesu/master/" +"fr/>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2.5\n" +"X-Generator: Weblate 4.6.2\n" #: ../src/gnomesu-auth-dialog.c:288 msgid "C_ontinue" @@ -118,9 +118,10 @@ msgstr "" "\n" "Copyright (C) 1999 Free Software Foundation, Inc.\n" -"Ceci est un logiciel libre; reportez vous aux sources pour les conditions\n" -"de copie. Il n'y a PAS de garantie; m??me pas de COMMERCIALISABILIT?? ou\n" -"d'AD??QUATION ?? UN USAGE PARTICULIER.\n" +"Ceci est un logiciel libre. Reportez-vous ?? la source pour les conditions de " +"copie.\n" +"Il n'y a PAS de garantie, m??me pour la QUALIT?? MARCHANDE ou l'AD??QUATION ?? " +"UN USAGE PARTICULIER.\n" #: ../tools/gnomesu.c:41 msgid "Pass the command to execute as one single string." 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/libgnomesu-2.0.6/po/sk.po new/libgnomesu-2.0.7/po/sk.po --- old/libgnomesu-2.0.6/po/sk.po 2016-04-27 18:45:46.000000000 +0200 +++ new/libgnomesu-2.0.7/po/sk.po 2021-05-14 17:08:22.000000000 +0200 @@ -11,16 +11,16 @@ "Project-Id-Version: libgnomesu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-04-27 18:44+0200\n" -"PO-Revision-Date: 2015-10-10 21:49+0200\n" +"PO-Revision-Date: 2021-05-14 18:00+0000\n" "Last-Translator: Ferdinand Galko <galko.ferdin...@gmail.com>\n" -"Language-Team: Slovak <http://10n.opensuse.org/projects/libgnomesu/master/sk/" -">\n" +"Language-Team: Slovak <https://l10n.opensuse.org/projects/libgnomesu/master/" +"sk/>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 2.3\n" +"X-Generator: Weblate 4.6.2\n" #: ../src/gnomesu-auth-dialog.c:288 msgid "C_ontinue" @@ -120,8 +120,7 @@ "\n" "Autorsk?? pr??va ?? 1999 Free Software Foundation, Inc.\n" "Toto je vo??n?? softv??r; pozrite si zdrojov?? k??d pre podmienky kop??rovania.\n" -"Z??ruka sa NEPOSKYTUJE; ani pre OBCHODOVATE??NOS?? alebo VHODNOS?? PRE " -"KONKR??TNY\n" +"Z??ruka sa NEPOSKYTUJE; ani pre OBCHODOVATE??NOS?? alebo VHODNOS?? PRE KONKR??TNY " "????EL.\n" #: ../tools/gnomesu.c:41