Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Leap:15.2 
checked in at 2020-03-06 12:38:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-desktop (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gnome-desktop.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-desktop"

Fri Mar  6 12:38:28 2020 rev:33 rq:779727 version:3.34.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnome-desktop/gnome-desktop.changes    
2020-01-30 14:50:24.342902632 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gnome-desktop.new.26092/gnome-desktop.changes 
2020-03-06 12:39:57.990709395 +0100
@@ -1,0 +2,24 @@
+Mon Feb 17 22:41:04 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.4:
+  + Don't use seccomp on riskv64.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jan 10 21:01:21 UTC 2020 - Bjørn Lie <[email protected]>
+
+- No longer recommend gnome-desktop-lang: the lang package has
+  relevant supplements which pulls it in whenever needed.
+- Move /usr/share/locale/en from the -lang package to the main
+  package: English is installed on all systems. This avoids
+  gnome-desktop-lang being triggered for installation on
+  english-only systems.
+
+-------------------------------------------------------------------
+Wed Jan  8 17:19:53 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.3:
+  + Seccomp is not supported ATM on riscv64 architecture, blacklist
+    it for now.
+
+-------------------------------------------------------------------

Old:
----
  gnome-desktop-3.34.2.tar.xz

New:
----
  gnome-desktop-3.34.4.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-desktop.spec ++++++
--- /var/tmp/diff_new_pack.9FuaEu/_old  2020-03-06 12:39:59.490710307 +0100
+++ /var/tmp/diff_new_pack.9FuaEu/_new  2020-03-06 12:39:59.518710324 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-desktop
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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:           gnome-desktop
-Version:        3.34.2
+Version:        3.34.4
 Release:        0
 Summary:        The GNOME Desktop API Library
 License:        LGPL-2.1-or-later
@@ -79,7 +79,6 @@
 Requires:       gsettings-desktop-schemas
 # Data files for libgnome-desktop, split in an own package for SLPP compliancy
 Requires:       libgnome-desktop-3_0-common >= %{version}
-Recommends:     %{name}-lang
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
@@ -154,6 +153,7 @@
 %doc %{_datadir}/help/C/fdl/
 %doc %{_datadir}/help/C/gpl/
 %doc %{_datadir}/help/C/lgpl/
+%{_datadir}/locale/en/
 %{_libexecdir}/gnome-rr-debug
 
 %files -n typelib-1_0-GnomeDesktop-3_0
@@ -167,6 +167,8 @@
 %doc %{_datadir}/gtk-doc/html/gnome-desktop3/
 
 %files lang -f %{name}-3.0.lang
+# english locale should be in the main package
+%exclude %{_datadir}/locale/en
 
 %files -n gnome-version
 %dir %{_datadir}/gnome

++++++ gnome-desktop-3.34.2.tar.xz -> gnome-desktop-3.34.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-desktop-3.34.2/NEWS 
new/gnome-desktop-3.34.4/NEWS
--- old/gnome-desktop-3.34.2/NEWS       2019-12-03 15:36:40.000000000 +0100
+++ new/gnome-desktop-3.34.4/NEWS       2020-02-17 23:13:51.000000000 +0100
@@ -1,4 +1,11 @@
 ==============
+Version 3.34.4
+==============
+
+- Don't use seccomp on riskv64
+- Translation updates: Malay, Kurdish Sorani
+
+==============
 Version 3.34.2
 ==============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-desktop-3.34.2/meson.build 
new/gnome-desktop-3.34.4/meson.build
--- old/gnome-desktop-3.34.2/meson.build        2019-12-03 15:36:40.000000000 
+0100
+++ new/gnome-desktop-3.34.4/meson.build        2020-02-17 23:13:51.000000000 
+0100
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.47.0',
-  version: '3.34.2',
+  version: '3.34.4',
   license: ['GPL2+', 'LGPL2+']
 )
 
@@ -58,7 +58,7 @@
 host_os = host_machine.system()
 host_cpu = host_machine.cpu()
 supported_os = ['linux']
-unsupported_cpus = ['alpha', 'ia64', 'm68k', 'sh4', 'sparc', 'sparc64']
+unsupported_cpus = ['alpha', 'ia64', 'm68k', 'riscv64', 'sh4', 'sparc', 
'sparc64']
 if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu)
   seccomp_dep = dependency('libseccomp')
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-desktop-3.34.2/po/LINGUAS 
new/gnome-desktop-3.34.4/po/LINGUAS
--- old/gnome-desktop-3.34.2/po/LINGUAS 2019-12-03 15:36:40.000000000 +0100
+++ new/gnome-desktop-3.34.4/po/LINGUAS 2020-02-17 23:13:51.000000000 +0100
@@ -16,6 +16,7 @@
 bs
 ca
 ca@valencia
+ckb
 crh
 cs
 csb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-desktop-3.34.2/po/ckb.po 
new/gnome-desktop-3.34.4/po/ckb.po
--- old/gnome-desktop-3.34.2/po/ckb.po  1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-desktop-3.34.4/po/ckb.po  2020-02-17 23:13:51.000000000 +0100
@@ -0,0 +1,215 @@
+# Kurdish Sorani translation for gnome-desktop.
+# Copyright (C) 2020 gnome-desktop's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-desktop package.
+# jwtiyar <[email protected]>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-desktop gnome-3-34\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-desktop/";
+"issues\n"
+"POT-Creation-Date: 2020-01-09 03:02+0000\n"
+"PO-Revision-Date: 2020-01-17 02:01+0300\n"
+"Language-Team: Kurdish Sorani <[email protected]>\n"
+"Language: ckb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Last-Translator: Jwtiyar Nariman <[email protected]>\n"
+"X-Generator: Poedit 2.2.4\n"
+
+#: libgnome-desktop/gnome-languages.c:717
+msgid "Unspecified"
+msgstr "دیارینەکراوە"
+
+#. TRANSLATORS: Used to distinguish the labels representing the gez_ER
+#. and gez_ET locales from gez_ER@abegede respective gez_ET@abegede. The
+#. difference is related to collation.
+#: libgnome-desktop/gnome-languages.c:1379
+msgid "Abegede"
+msgstr ""
+
+#. TRANSLATORS: Used to distinguish Cyrillic from Latin written language 
variants.
+#: libgnome-desktop/gnome-languages.c:1381
+msgid "Cyrillic"
+msgstr "سیرلیک"
+
+#. TRANSLATORS: Also known as "Nagari", a written variant for many languages
+#. of the Indian subcontinent. See:
+#. https://en.wikipedia.org/wiki/Devanagari
+#: libgnome-desktop/gnome-languages.c:1385
+msgid "Devanagari"
+msgstr "دێڤانگاری"
+
+#. TRANSLATORS: Used to distinguish the label representing the tt_RU
+#. locale from tt_RU@iqtelif. It's a special alphabet for Tatar.
+#: libgnome-desktop/gnome-languages.c:1388
+msgid "IQTElif"
+msgstr "IQTElif"
+
+#. TRANSLATORS: The alphabet/script, not the language. Used to distinguish
+#. Latin from Cyrillic written language variants.
+#: libgnome-desktop/gnome-languages.c:1391
+msgid "Latin"
+msgstr "لاتینی"
+
+#. TRANSLATORS: "Saho" is a variant of the Afar language. Used to
+#. distinguish the label representing the aa_ER locale from aa_ER@saaho.
+#: libgnome-desktop/gnome-languages.c:1394
+msgid "Saho"
+msgstr "ساهۆ"
+
+#. TRANSLATORS: "Valencia" is a dialect of the Catalan language spoken
+#. in Valencia. Used to distinguish the label representing the ca_ES
+#. locale from ca_ES@valencia.
+#: libgnome-desktop/gnome-languages.c:1398
+msgid "Valencia"
+msgstr "ڤالەنسیا"
+
+#: libgnome-desktop/gnome-rr-config.c:757
+#, c-format
+msgid "CRTC %d cannot drive output %s"
+msgstr "CRTC %d ناتوانێ دەرچۆکە وەگەڕبخات %s"
+
+#: libgnome-desktop/gnome-rr-config.c:764
+#, c-format
+msgid "output %s does not support mode %dx%d@%dHz"
+msgstr "دەرچۆکە %s پشتگیری دۆخیHz %dx%d@%d"
+
+#: libgnome-desktop/gnome-rr-config.c:775
+#, c-format
+msgid "CRTC %d does not support rotation=%d"
+msgstr "CRTC %d  پشتگیری سوڕانەوەی= %d ناکات"
+
+#: libgnome-desktop/gnome-rr-config.c:788
+#, c-format
+msgid ""
+"output %s does not have the same parameters as another cloned output:\n"
+"existing mode = %d, new mode = %d\n"
+"existing coordinates = (%d, %d), new coordinates = (%d, %d)\n"
+"existing rotation = %d, new rotation = %d"
+msgstr ""
+
+#: libgnome-desktop/gnome-rr-config.c:803
+#, c-format
+msgid "cannot clone to output %s"
+msgstr "ناتوانرێ لەبەربگیرێتەوە بۆ دەرچۆکەکە %s"
+
+#: libgnome-desktop/gnome-rr-config.c:929
+#, c-format
+msgid "Trying modes for CRTC %d\n"
+msgstr "مۆدەکان تاقیبکەرەوە بۆ  CRTC %d\n"
+
+#: libgnome-desktop/gnome-rr-config.c:953
+#, c-format
+msgid ""
+"CRTC %d: trying mode %dx%d@%dHz with output at %dx%d@%dHz (pass %d)\n"
+msgstr ""
+
+#: libgnome-desktop/gnome-rr-config.c:1000
+#, c-format
+msgid ""
+"could not assign CRTCs to outputs:\n"
+"%s"
+msgstr ""
+
+#: libgnome-desktop/gnome-rr-config.c:1004
+#, c-format
+msgid ""
+"none of the selected modes were compatible with the possible modes:\n"
+"%s"
+msgstr ""
+
+#. Translators: the "requested", "minimum", and
+#. * "maximum" words here are not keywords; please
+#. * translate them as usual.
+#: libgnome-desktop/gnome-rr-config.c:1085
+#, c-format
+msgid ""
+"required virtual size does not fit available size: requested=(%d, %d), "
+"minimum=(%d, %d), maximum=(%d, %d)"
+msgstr ""
+
+#. Translators: This is the time format with full date
+#. plus day used in 24-hour mode. Please keep the under-
+#. score to separate the date from the time.
+#: libgnome-desktop/gnome-wall-clock.c:330
+msgid "%a %b %-e_%R:%S"
+msgstr "%a %b %-e_%R:%S"
+
+#: libgnome-desktop/gnome-wall-clock.c:331
+msgid "%a %b %-e_%R"
+msgstr "%a %b %-e_%R"
+
+#. Translators: This is the time format with full date
+#. used in 24-hour mode. Please keep the underscore to
+#. separate the date from the time.
+#: libgnome-desktop/gnome-wall-clock.c:336
+msgid "%b %-e_%R:%S"
+msgstr "%b %-e_%R:%S"
+
+#: libgnome-desktop/gnome-wall-clock.c:337
+msgid "%b %-e_%R"
+msgstr "%b %-e_%R"
+
+#. Translators: This is the time format with day used
+#. in 24-hour mode.
+#: libgnome-desktop/gnome-wall-clock.c:341
+msgid "%a %R:%S"
+msgstr "%a %R:%S"
+
+#: libgnome-desktop/gnome-wall-clock.c:342
+msgid "%a %R"
+msgstr "%a %R"
+
+#. Translators: This is the time format without date used
+#. in 24-hour mode.
+#: libgnome-desktop/gnome-wall-clock.c:346
+msgid "%R:%S"
+msgstr "%R:%S"
+
+#: libgnome-desktop/gnome-wall-clock.c:347
+msgid "%R"
+msgstr "%R"
+
+#. Translators: This is a time format with full date
+#. plus day used for AM/PM. Please keep the under-
+#. score to separate the date from the time.
+#: libgnome-desktop/gnome-wall-clock.c:355
+msgid "%a %b %-e_%l:%M:%S %p"
+msgstr "%a %b %-e_%l:%M:%S %p"
+
+#: libgnome-desktop/gnome-wall-clock.c:356
+msgid "%a %b %-e_%l:%M %p"
+msgstr "%a %b %-e_%l:%M %p"
+
+#. Translators: This is a time format with full date
+#. used for AM/PM. Please keep the underscore to
+#. separate the date from the time.
+#: libgnome-desktop/gnome-wall-clock.c:361
+msgid "%b %-e_%l:%M:%S %p"
+msgstr "%b %-e_%l:%M:%S %p"
+
+#: libgnome-desktop/gnome-wall-clock.c:362
+msgid "%b %-e_%l:%M %p"
+msgstr "%b %-e_%l:%M %p"
+
+#. Translators: This is a time format with day used
+#. for AM/PM.
+#: libgnome-desktop/gnome-wall-clock.c:366
+msgid "%a %l:%M:%S %p"
+msgstr "%a %l:%M:%S %p"
+
+#: libgnome-desktop/gnome-wall-clock.c:367
+msgid "%a %l:%M %p"
+msgstr "%a %l:%M %p"
+
+#. Translators: This is a time format without date used
+#. for AM/PM.
+#: libgnome-desktop/gnome-wall-clock.c:371
+msgid "%l:%M:%S %p"
+msgstr "%l:%M:%S %p"
+
+#: libgnome-desktop/gnome-wall-clock.c:372
+msgid "%l:%M %p"
+msgstr "%l:%M %p"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-desktop-3.34.2/po/ms.po 
new/gnome-desktop-3.34.4/po/ms.po
--- old/gnome-desktop-3.34.2/po/ms.po   2019-12-03 15:36:40.000000000 +0100
+++ new/gnome-desktop-3.34.4/po/ms.po   2020-02-17 23:13:51.000000000 +0100
@@ -9,19 +9,19 @@
 msgstr ""
 "Project-Id-Version: gnome-desktop HEAD\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-desktop/issues\n";
-"POT-Creation-Date: 2019-10-08 07:26+0000\n"
-"PO-Revision-Date: 2019-11-08 09:15+0800\n"
-"Last-Translator: Umarzuki Mochlis <[email protected]>\n"
+"POT-Creation-Date: 2019-12-05 16:10+0000\n"
+"PO-Revision-Date: 2019-12-29 16:55+0800\n"
+"Last-Translator: abuyop <[email protected]>\n"
 "Language-Team: Projek Gabai <[email protected]>\n"
 "Language: ms\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.2.4\n"
+"X-Generator: Poedit 2.0.6\n"
 
 #: libgnome-desktop/gnome-languages.c:717
 msgid "Unspecified"
-msgstr "Tidak ditentukan"
+msgstr "Tidak Dinyatakan"
 
 #. TRANSLATORS: Used to distinguish the labels representing the gez_ER
 #. and gez_ET locales from gez_ER@abegede respective gez_ET@abegede. The
@@ -33,7 +33,7 @@
 #. TRANSLATORS: Used to distinguish Cyrillic from Latin written language 
variants.
 #: libgnome-desktop/gnome-languages.c:1381
 msgid "Cyrillic"
-msgstr "Cyrillic"
+msgstr "Cyril"
 
 #. TRANSLATORS: Also known as "Nagari", a written variant for many languages
 #. of the Indian subcontinent. See:
@@ -80,7 +80,7 @@
 #: libgnome-desktop/gnome-rr-config.c:775
 #, c-format
 msgid "CRTC %d does not support rotation=%d"
-msgstr "CRTC %d tidak menyokong penggiliran=%d"
+msgstr "CRTC %d tidak menyokong putaran=%d"
 
 #: libgnome-desktop/gnome-rr-config.c:788
 #, c-format
@@ -92,9 +92,9 @@
 msgstr ""
 "output %s tidak mempunyai parameter yang sama seperti output klon yang "
 "lain:\n"
-"mod sedia ada = %d, mod baru = %d\n"
-"koordinat sedia ada = (%d,%d), koordinat baru = (%d,%d)\n"
-"penggiliran sedia ada =%d, penggiliran baru =%d"
+"mod sedia ada = %d, mod baharu = %d\n"
+"koordinat sedia ada = (%d,%d), koordinat baharu = (%d,%d)\n"
+"putaran sedia ada =%d, putaran baharu =%d"
 
 #: libgnome-desktop/gnome-rr-config.c:803
 #, c-format


Reply via email to