Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libpeas2 for openSUSE:Factory 
checked in at 2026-03-01 22:14:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpeas2 (Old)
 and      /work/SRC/openSUSE:Factory/.libpeas2.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpeas2"

Sun Mar  1 22:14:15 2026 rev:8 rq:1335559 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpeas2/libpeas2.changes        2026-01-27 
16:08:29.256483826 +0100
+++ /work/SRC/openSUSE:Factory/.libpeas2.new.29461/libpeas2.changes     
2026-03-01 22:14:50.293996405 +0100
@@ -1,0 +2,10 @@
+Mon Feb 23 19:04:52 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 2.2.1:
+  + Fix grammar in error message (unknown).
+  + Improve engine documentation.
+  + Bump GLib requirement.
+  + Test suite fix (file name).
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  libpeas-2.2.0.obscpio

New:
----
  libpeas-2.2.1.obscpio

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

Other differences:
------------------
++++++ libpeas2.spec ++++++
--- /var/tmp/diff_new_pack.IXgNEM/_old  2026-03-01 22:14:51.030026657 +0100
+++ /var/tmp/diff_new_pack.IXgNEM/_new  2026-03-01 22:14:51.030026657 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpeas2
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define         prj_version 2
 %define         so_version 0
-%define         glib_version 2.74
+%define         glib_version 2.86
 %bcond_without  gtkdoc
 %bcond_without  gibind
 %bcond_without  gjs
@@ -27,7 +27,7 @@
 %bcond_without  vapi
 
 Name:           libpeas2
-Version:        2.2.0
+Version:        2.2.1
 Release:        0
 Summary:        GObject-based Plugin Engine version 2
 License:        LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IXgNEM/_old  2026-03-01 22:14:51.062027972 +0100
+++ /var/tmp/diff_new_pack.IXgNEM/_new  2026-03-01 22:14:51.066028137 +0100
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/libpeas.git</param>
-    <param name="revision">2.2.0</param>
+    <param name="revision">2.2.1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ libpeas-2.2.0.obscpio -> libpeas-2.2.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/NEWS new/libpeas-2.2.1/NEWS
--- old/libpeas-2.2.0/NEWS      2025-09-13 03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/NEWS      2026-02-23 19:38:44.000000000 +0100
@@ -1,3 +1,12 @@
+# Libpeas 2.2.1
+
+ * Fix grammar in error message (unknown).
+ * Improve engine documentation.
+ * Bump GLib requirement.
+ * Test suite fix (file name).
+ * Translation updates: Cornish, Norwegian Nynorsk, Romanian,
+   Turkish, Uighur.
+
 # Libpeas 2.2.0
 
 This is a stable release for GNOME 49.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/libpeas/peas-engine.c 
new/libpeas-2.2.1/libpeas/peas-engine.c
--- old/libpeas-2.2.0/libpeas/peas-engine.c     2025-09-13 03:03:28.000000000 
+0200
+++ new/libpeas-2.2.1/libpeas/peas-engine.c     2026-02-23 19:38:44.000000000 
+0100
@@ -1066,6 +1066,9 @@
  * Gets the [class@PluginInfo] corresponding with @plugin_name,
  * or %NULL if @plugin_name was not found.
  *
+ * @plugin_name should be the value from the "Module=" line of your
+ * `*.plugin` manifest.
+ *
  * Returns: (transfer none): the #PeasPluginInfo corresponding with
  *   a given plugin module name.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/libpeas/peas-plugin-info.c 
new/libpeas-2.2.1/libpeas/peas-plugin-info.c
--- old/libpeas-2.2.0/libpeas/peas-plugin-info.c        2025-09-13 
03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/libpeas/peas-plugin-info.c        2026-02-23 
19:38:44.000000000 +0100
@@ -362,7 +362,7 @@
 
       if (info->loader_id == -1)
         {
-          g_warning ("Unkown 'Loader' in '[Plugin]' section in '%s': %s",
+          g_warning ("Unknown 'Loader' in '[Plugin]' section in '%s': %s",
                      filename, loader);
           goto error;
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/meson.build 
new/libpeas-2.2.1/meson.build
--- old/libpeas-2.2.0/meson.build       2025-09-13 03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/meson.build       2026-02-23 19:38:44.000000000 +0100
@@ -1,6 +1,6 @@
 project(
   'libpeas', 'c',
-  version: '2.2.0',
+  version: '2.2.1',
   license: 'LGPLv2.1+',
   meson_version: '>= 1.0',
   default_options: [
@@ -96,7 +96,7 @@
 # Dependencies
 cc = meson.get_compiler('c')
 
-glib_req_version = '2.74'
+glib_req_version = '2.86'
 
 glib_req = '>= @0@'.format(glib_req_version)
 gtk_doc_req = '>= 1.11'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/po/LINGUAS new/libpeas-2.2.1/po/LINGUAS
--- old/libpeas-2.2.0/po/LINGUAS        2025-09-13 03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/po/LINGUAS        2026-02-23 19:38:44.000000000 +0100
@@ -41,6 +41,7 @@
 kk
 kn
 ko
+kw
 lt
 lv
 ml
@@ -50,6 +51,7 @@
 nds
 ne
 nl
+nn
 oc
 or
 pa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/po/kw.po new/libpeas-2.2.1/po/kw.po
--- old/libpeas-2.2.0/po/kw.po  1970-01-01 01:00:00.000000000 +0100
+++ new/libpeas-2.2.1/po/kw.po  2026-02-23 19:38:44.000000000 +0100
@@ -0,0 +1,46 @@
+# Cornish translation for libpeas.
+# Copyright (C) 2026 libpeas's COPYRIGHT HOLDER
+# This file is distributed under the same license as the libpeas package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Flynn Peck <[email protected]>, 2026.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: libpeas main\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues/\n";
+"POT-Creation-Date: 2025-12-27 06:47+0000\n"
+"PO-Revision-Date: 2026-01-26 12:43+0000\n"
+"Last-Translator: Flynn Peck <[email protected]>\n"
+"Language-Team: kw\n"
+"Language: kw\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-DL-VCS-Web: https://gitlab.gnome.org/GNOME/libpeas/\n";
+"X-DL-Lang: kw\n"
+"X-DL-Module: libpeas\n"
+"X-DL-Branch: main\n"
+"X-DL-Domain: po\n"
+"X-DL-State: Translating\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Gtranslator 49.0\n"
+
+#: libpeas/peas-engine.c:1126
+#, c-format
+msgid "Dependency “%s” was not found"
+msgstr "Medhelweyth serghek “%s” na kavosys"
+
+#: libpeas/peas-engine.c:1136
+#, c-format
+msgid "Dependency “%s” failed to load"
+msgstr "Medhelweyth serghek “%s” fyllis karga"
+
+#: libpeas/peas-engine.c:1150
+#, c-format
+msgid "Plugin loader “%s” was not found"
+msgstr "Karger ystynnans “%s” na kavosys"
+
+#: libpeas/peas-engine.c:1162
+#, c-format
+msgid "Failed to load"
+msgstr "Y fyllis karga"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/po/nn.po new/libpeas-2.2.1/po/nn.po
--- old/libpeas-2.2.0/po/nn.po  1970-01-01 01:00:00.000000000 +0100
+++ new/libpeas-2.2.1/po/nn.po  2026-02-23 19:38:44.000000000 +0100
@@ -0,0 +1,39 @@
+# Norwegian Nynorsk translation for libpeas.
+# Copyright (C) 2025 libpeas's COPYRIGHT HOLDER
+# This file is distributed under the same license as the libpeas package.
+# Bjørn Mørkedal <[email protected]>, 2025.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: libpeas main\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues/\n";
+"POT-Creation-Date: 2025-09-10 21:25+0000\n"
+"PO-Revision-Date: 2025-09-11 21:44+0200\n"
+"Last-Translator: Bjørn Mørkedal <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk\n"
+"Language: nn\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: Gtranslator 48.0\n"
+
+#: libpeas/peas-engine.c:1123
+#, c-format
+msgid "Dependency “%s” was not found"
+msgstr "Nødvendig komponent “%s” manglar"
+
+#: libpeas/peas-engine.c:1133
+#, c-format
+msgid "Dependency “%s” failed to load"
+msgstr "Avhengnad “%s” klarte ikkje å laste"
+
+#: libpeas/peas-engine.c:1147
+#, c-format
+msgid "Plugin loader “%s” was not found"
+msgstr "Tilleggslastar \"%s\" finst ikkje"
+
+#: libpeas/peas-engine.c:1159
+#, c-format
+msgid "Failed to load"
+msgstr "Klarte ikkje å laste"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/po/ro.po new/libpeas-2.2.1/po/ro.po
--- old/libpeas-2.2.0/po/ro.po  2025-09-13 03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/po/ro.po  2026-02-23 19:38:44.000000000 +0100
@@ -4,175 +4,41 @@
 # devill08 <[email protected]>, 2010.
 # Lucian Adrian Grijincu <[email protected]>, 2011.
 # Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2015.
+# Antonio Marin <[email protected]>, 2025.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libpeas master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues\n";
-"POT-Creation-Date: 2019-08-06 00:27+0000\n"
-"PO-Revision-Date: 2019-08-18 14:33+0300\n"
-"Last-Translator: Florentina Mușat <florentina.musat.28 [at] gmail [dot] "
-"com>\n"
-"Language-Team: Gnome Romanian Translation Team\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues/\n";
+"POT-Creation-Date: 2025-10-11 00:59+0000\n"
+"PO-Revision-Date: 2025-10-16 10:09+0200\n"
+"Last-Translator: Antonio Marin <[email protected]>\n"
+"Language-Team: Romanian <[email protected]>\n"
 "Language: ro\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==0 || (n%100 > 0 && n%100 < "
-"20)) ? 1 : 2);;\n"
-"X-Generator: Poedit 2.2.3\n"
+"20)) ? 1 : 2);\n"
+"X-Generator: Gtranslator 48.0\n"
 "X-Project-Style: gnome\n"
 
-#: libpeas/peas-engine.c:1118
+#: libpeas/peas-engine.c:1123
 #, c-format
 msgid "Dependency “%s” was not found"
 msgstr "Dependența „%s” nu a fost găsită"
 
-#: libpeas/peas-engine.c:1128
+#: libpeas/peas-engine.c:1133
 #, c-format
 msgid "Dependency “%s” failed to load"
 msgstr "Dependența „%s” nu a putut fi încărcată"
 
-#: libpeas/peas-engine.c:1142
+#: libpeas/peas-engine.c:1147
 #, c-format
 msgid "Plugin loader “%s” was not found"
 msgstr "Încărcătorul de module „%s” nu a fost găsit"
 
-#: libpeas/peas-engine.c:1154
+#: libpeas/peas-engine.c:1159
 #, c-format
 msgid "Failed to load"
-msgstr "Nu a putut fi încărcat"
-
-#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:95
-msgid "Additional plugins must be disabled"
-msgstr "Module suplimentare trebuie să fie dezactivate"
-
-#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:102
-#, c-format
-msgid "The following plugins depend on “%s” and will also be disabled:"
-msgstr "Următoarele module depind de „%s” și vor fi și ele dezactivate:"
-
-#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:144
-msgid "Plugins"
-msgstr "Module"
-
-#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:161
-msgid "An additional plugin must be disabled"
-msgstr "Un plugin suplimentar trebuie să fie dezactivat"
-
-#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:168
-#, c-format
-msgid ""
-"The “%s” plugin depends on the “%s” plugin.\n"
-"If you disable “%s”, “%s” will also be disabled."
-msgstr ""
-"Modulul „%s” depinde de modulul „%s”.\n"
-"Dacă dezactivați modulul „%s”, va fi dezactivat și „%s”."
-
-#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:182
-msgid "_Cancel"
-msgstr "_Anulează"
-
-#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:184
-msgid "Disable Plugins"
-msgstr "Dezactivează module"
-
-#: libpeas-gtk/peas-gtk-plugin-manager.c:207
-msgid "There was an error displaying the help."
-msgstr "A apărut o eroare când se afișa ajutorul."
-
-#: libpeas-gtk/peas-gtk-plugin-manager.c:253
-msgid "_Close"
-msgstr "În_chide"
-
-#: libpeas-gtk/peas-gtk-plugin-manager.c:265
-msgid "_Help"
-msgstr "_Ajutor"
-
-#: libpeas-gtk/peas-gtk-plugin-manager.c:323
-msgid "Pr_eferences"
-msgstr "Pr_eferințe"
-
-#: libpeas-gtk/peas-gtk-plugin-manager.c:328
-#: libpeas-gtk/peas-gtk-plugin-manager.c:379
-msgid "_About"
-msgstr "_Despre"
-
-#: libpeas-gtk/peas-gtk-plugin-manager.c:387
-msgid "_Preferences"
-msgstr "_Preferințe"
-
-#: libpeas-gtk/peas-gtk-plugin-manager-view.c:351
-msgid "_Enabled"
-msgstr "_Activat"
-
-#: libpeas-gtk/peas-gtk-plugin-manager-view.c:362
-msgid "E_nable All"
-msgstr "Activează-le pe _toate"
-
-#: libpeas-gtk/peas-gtk-plugin-manager-view.c:366
-msgid "_Disable All"
-msgstr "_Dezactivează-le pe toate"
-
-#: libpeas-gtk/peas-gtk-plugin-manager-view.c:526
-msgid "Enabled"
-msgstr "Activat"
-
-#: libpeas-gtk/peas-gtk-plugin-manager-view.c:547
-msgid "Plugin"
-msgstr "Modul"
-
-#. Avoid having markup in a translated string
-#: libpeas-gtk/peas-gtk-plugin-manager-view.c:634
-#, c-format
-msgid "The plugin “%s” could not be loaded"
-msgstr "Modulul „%s” nu a putut fi încărcat"
-
-#. Keep separate because some translations do special things
-#. * for the ':' and might accidentally not keep the space after it
-#.
-#: libpeas-gtk/peas-gtk-plugin-manager-view.c:640
-#, c-format
-msgid "An error occurred: %s"
-msgstr "S-a produs o eroare: %s"
-
-#. Translators: The directory in which the demo program was compiled at
-#: peas-demo/peas-demo.c:41
-msgid "Run from build directory"
-msgstr "Rulează din dosarul în care a fost construit programul"
-
-#: peas-demo/peas-demo.c:92
-msgid "_Quit"
-msgstr "_Ieșire"
-
-#: peas-demo/peas-demo.c:108
-msgid "— libpeas demo application"
-msgstr "— libpeas aplicație demo"
-
-#: tests/libpeas-gtk/plugin-manager.c:77
-msgid "About"
-msgstr "Despre"
-
-#: tests/libpeas-gtk/plugin-manager.c:82
-msgid "Preferences"
-msgstr "Preferințe"
-
-#~ msgid "Plugin Manager"
-#~ msgstr "Manager de module"
-
-#~ msgid "View"
-#~ msgstr "Vizualizare"
-
-#~ msgid "Plugin Manager View"
-#~ msgstr "Vizualizare manager de module"
-
-#~ msgid "Show Builtin"
-#~ msgstr "Arată modulele integrate"
-
-#~ msgid "Peas Gtk"
-#~ msgstr "Peas Gtk"
-
-#~ msgid "C_onfigure"
-#~ msgstr "C_onfigurează"
-
-#~ msgid "_Plugins:"
-#~ msgstr "_Module:"
+msgstr "Nu s-a putut încărca"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/po/tr.po new/libpeas-2.2.1/po/tr.po
--- old/libpeas-2.2.0/po/tr.po  2025-09-13 03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/po/tr.po  2026-02-23 19:38:44.000000000 +0100
@@ -11,8 +11,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libpeas master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues\n";
-"POT-Creation-Date: 2023-03-28 17:44+0000\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues/\n";
+"POT-Creation-Date: 2025-09-15 22:26+0000\n"
 "PO-Revision-Date: 2023-02-20 21:57+0300\n"
 "Last-Translator: Sabri Ünal <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
@@ -24,106 +24,22 @@
 "X-Generator: Poedit 3.1.1\n"
 "X-POOTLE-MTIME: 1433229099.000000\n"
 
-#: libpeas/peas-engine.c:1115
+#: libpeas/peas-engine.c:1123
 #, c-format
 msgid "Dependency “%s” was not found"
 msgstr "“%s” bağımlılığı bulunamadı"
 
-#: libpeas/peas-engine.c:1125
+#: libpeas/peas-engine.c:1133
 #, c-format
 msgid "Dependency “%s” failed to load"
 msgstr "“%s” bağımlılığı yüklenemedi"
 
-#: libpeas/peas-engine.c:1139
+#: libpeas/peas-engine.c:1147
 #, c-format
 msgid "Plugin loader “%s” was not found"
 msgstr "Eklenti yükleyicisi “%s” bulunamadı"
 
-#: libpeas/peas-engine.c:1151
+#: libpeas/peas-engine.c:1159
 #, c-format
 msgid "Failed to load"
 msgstr "Yüklenemedi"
-
-#~ msgid "Additional plugins must be disabled"
-#~ msgstr "İlave eklentilerin devre dışı bırakılması gerekiyor"
-
-#, c-format
-#~ msgid "The following plugins depend on “%s” and will also be disabled:"
-#~ msgstr "Şu eklentiler “%s” eklentisine bağlı ve devre dışı bırakılacak:"
-
-#~ msgid "Plugins"
-#~ msgstr "Eklentiler"
-
-#~ msgid "An additional plugin must be disabled"
-#~ msgstr "İlave bir eklentinin devre dışı bırakılması gerekiyor"
-
-#, c-format
-#~ msgid ""
-#~ "The “%s” plugin depends on the “%s” plugin.\n"
-#~ "If you disable “%s”, “%s” will also be disabled."
-#~ msgstr ""
-#~ "“%s” eklentisi “%s” eklentisine bağlı.\n"
-#~ "Eğer “%s” eklentisini devre dışı bırakırsanız, “%s” eklentisi de devre "
-#~ "dışı kalacak."
-
-#~ msgid "_Cancel"
-#~ msgstr "_İptal"
-
-#~ msgid "Disable Plugins"
-#~ msgstr "Eklentileri Devre Dışı Bırak"
-
-#~ msgid "There was an error displaying the help."
-#~ msgstr "Yardım görüntülenirken bir hata oluştu."
-
-#~ msgid "_Close"
-#~ msgstr "_Kapat"
-
-#~ msgid "_Help"
-#~ msgstr "_Yardım"
-
-#~ msgid "Pr_eferences"
-#~ msgstr "T_ercihler"
-
-#~ msgid "_About"
-#~ msgstr "_Hakkında"
-
-#~ msgid "_Preferences"
-#~ msgstr "_Tercihler"
-
-#~ msgid "_Enabled"
-#~ msgstr "_Etkinleştirildi"
-
-#~ msgid "E_nable All"
-#~ msgstr "_Tümünü Etkinleştir"
-
-#~ msgid "_Disable All"
-#~ msgstr "Tü_münü Devre Dışı Bırak"
-
-#~ msgid "Enabled"
-#~ msgstr "Etkinleştirildi"
-
-#~ msgid "Plugin"
-#~ msgstr "Eklenti"
-
-#, c-format
-#~ msgid "The plugin “%s” could not be loaded"
-#~ msgstr "“%s” eklentisi yüklenemedi"
-
-#, c-format
-#~ msgid "An error occurred: %s"
-#~ msgstr "Bir hata oluştu: %s"
-
-#~ msgid "Run from build directory"
-#~ msgstr "İnşa dizininden çalıştır"
-
-#~ msgid "_Quit"
-#~ msgstr "_Çık"
-
-#~ msgid "— libpeas demo application"
-#~ msgstr "— libpeas deneme uygulaması"
-
-#~ msgid "About"
-#~ msgstr "Hakkında"
-
-#~ msgid "Preferences"
-#~ msgstr "Tercihler"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/po/ug.po new/libpeas-2.2.1/po/ug.po
--- old/libpeas-2.2.0/po/ug.po  2025-09-13 03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/po/ug.po  2026-02-23 19:38:44.000000000 +0100
@@ -4,10 +4,9 @@
 # Temkin <[email protected]>, 2011.
 #
 msgid ""
-msgstr ""
-"Project-Id-Version: libpeas\n"
-"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=libpeas&keywords=I18N+L10N&component=general\n";
-"POT-Creation-Date: 2012-02-17 07:46+0000\n"
+msgstr "Project-Id-Version: libpeas\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues/\n";
+"POT-Creation-Date: 2025-09-10 21:25+0000\n"
 "PO-Revision-Date: 2013-01-27 14:01+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
@@ -16,123 +15,102 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../data/glade/libpeas-gtk.xml.in.h:1
-msgid "Plugin Manager"
-msgstr "قىستۇرما باشقۇرغۇچ"
-
-#: ../data/glade/libpeas-gtk.xml.in.h:2
-msgid "View"
-msgstr "كۆرۈنۈش"
-
-#: ../data/glade/libpeas-gtk.xml.in.h:3
-msgid "Plugin Manager View"
-msgstr "قىستۇرما باشقۇرغۇ كۆرۈنۈشى"
-
-#. Translators: Whether builtin plugins should appear in the view (property 
name)
-#: ../data/glade/libpeas-gtk.xml.in.h:5
-msgid "Show Builtin"
-msgstr "ئىچىگە قوشۇۋېتىلگىنى كۆرسەت"
-
-#: ../data/glade/libpeas-gtk.xml.in.h:6
-msgid "Peas Gtk"
-msgstr "Peas Gtk"
-
-#: ../libpeas/peas-engine.c:789
+#: libpeas/peas-engine.c:1123
 #, c-format
-msgid "Dependency '%s' was not found"
-msgstr "‹%s› دېگەن بېقىندى تېپىلمىدى"
+msgid "Dependency “%s” was not found"
+msgstr "«%s» بېقىندى تېپىلمىدى"
 
-#: ../libpeas/peas-engine.c:799
+#: libpeas/peas-engine.c:1133
 #, c-format
-msgid "Dependency '%s' failed to load"
-msgstr "‹%s› دېگەن بېقىندى نى يۈكلىيەلمىدى"
+msgid "Dependency “%s” failed to load"
+msgstr "«%s» بېقىندىنى يۈكلىيەلمىدى"
 
-#: ../libpeas/peas-engine.c:814
+#: libpeas/peas-engine.c:1147
 #, c-format
-msgid "Plugin loader '%s' was not found"
-msgstr "قىستۇرما يۈكلىگۈچ ‹%s›  تېپىلمىدى"
+msgid "Plugin loader “%s” was not found"
+msgstr "قىستۇرما يۈكلىگۈچ «%s»  تېپىلمىدى"
 
-#: ../libpeas/peas-engine.c:826
+#: libpeas/peas-engine.c:1159
 #, c-format
 msgid "Failed to load"
-msgstr "يۈكلەش مەغلۇپ بولدى"
+msgstr "يۈكلىيەلمىدى"
+
+#~ msgid "Plugin Manager"
+#~ msgstr "قىستۇرما باشقۇرغۇچ"
 
-#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:91
-msgid "Additional plugins must be disabled"
-msgstr "قوشۇمچە قىستۇرمىلار چەكلىنىشى كېرەك"
+#~ msgid "View"
+#~ msgstr "كۆرۈنۈش"
+
+#~ msgid "Plugin Manager View"
+#~ msgstr "قىستۇرما باشقۇرغۇ كۆرۈنۈشى"
+
+#~ msgid "Show Builtin"
+#~ msgstr "ئىچىگە قوشۇۋېتىلگىنى كۆرسەت"
+
+#~ msgid "Peas Gtk"
+#~ msgstr "Peas Gtk"
+
+#~ msgid "Additional plugins must be disabled"
+#~ msgstr "قوشۇمچە قىستۇرمىلار چەكلىنىشى كېرەك"
 
-#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:98
 #, c-format
-msgid "The following plugins depend on '%s' and will also be disabled:"
-msgstr "«%s» نىڭ بېقىنىدىغان تۆۋەندىكى قىستۇرمىلارمۇ چەكلىنىشى كېرەك:"
+#~ msgid "The following plugins depend on '%s' and will also be disabled:"
+#~ msgstr "«%s» نىڭ بېقىنىدىغان تۆۋەندىكى قىستۇرمىلارمۇ چەكلىنىشى كېرەك:"
 
-#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:140
-msgid "Plugins"
-msgstr "قىستۇرما"
+#~ msgid "Plugins"
+#~ msgstr "قىستۇرما"
 
-#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:156
-msgid "An additional plugin must be disabled"
-msgstr "بىر قوشۇمچە قىستۇرما چەكلىنىشى كېرەك"
+#~ msgid "An additional plugin must be disabled"
+#~ msgstr "بىر قوشۇمچە قىستۇرما چەكلىنىشى كېرەك"
 
-#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:163
 #, c-format
-msgid ""
-"The '%s' plugin depends on the '%s' plugin.\n"
-"If you disable '%s', '%s' will also be disabled."
-msgstr "«%s» دېگەن قىستۇرما «%s» دېگەن قىستۇرمىغا بېقىنىدۇ.\n"
-"ئەگەر «%s» چەكلەنسە «%s» مۇ چەكلىنىدۇ."
-
-#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:183
-msgid "Disable Plugins"
-msgstr "قىستۇرمىلارنى چەكلەش"
-
-#: ../libpeas-gtk/peas-gtk-plugin-manager.c:182
-msgid "There was an error displaying the help."
-msgstr "ياردەم ھۆججىتىنى كۆرسىتىشتە خاتالىق كۆرۈلدى."
-
-#: ../libpeas-gtk/peas-gtk-plugin-manager.c:387
-msgid "_About"
-msgstr "ھەققىدە(_A)"
-
-#: ../libpeas-gtk/peas-gtk-plugin-manager.c:395
-msgid "_Preferences"
-msgstr "مايىللىق(_P)"
-
-#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:334
-msgid "_Enabled"
-msgstr "قوزغىتىلغان(_E)"
-
-#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:345
-msgid "E_nable All"
-msgstr "ھەممىنى قوزغات(_E)"
-
-#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:349
-msgid "_Disable All"
-msgstr "ھەممىنى چەكلە(_D)"
-
-#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:508
-msgid "Enabled"
-msgstr "ئىناۋەتلىك قىلىنغان"
-
-#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:529
-msgid "Plugin"
-msgstr "قىستۇرما"
+#~ msgid ""
+#~ "The '%s' plugin depends on the '%s' plugin.\n"
+#~ "If you disable '%s', '%s' will also be disabled."
+#~ msgstr ""
+#~ "«%s» دېگەن قىستۇرما «%s» دېگەن قىستۇرمىغا بېقىنىدۇ.\n"
+#~ "ئەگەر «%s» چەكلەنسە «%s» مۇ چەكلىنىدۇ."
+
+#~ msgid "Disable Plugins"
+#~ msgstr "قىستۇرمىلارنى چەكلەش"
+
+#~ msgid "There was an error displaying the help."
+#~ msgstr "ياردەم ھۆججىتىنى كۆرسىتىشتە خاتالىق كۆرۈلدى."
+
+#~ msgid "_About"
+#~ msgstr "ھەققىدە(_A)"
+
+#~ msgid "_Preferences"
+#~ msgstr "مايىللىق(_P)"
+
+#~ msgid "_Enabled"
+#~ msgstr "قوزغىتىلغان(_E)"
+
+#~ msgid "E_nable All"
+#~ msgstr "ھەممىنى قوزغات(_E)"
+
+#~ msgid "_Disable All"
+#~ msgstr "ھەممىنى چەكلە(_D)"
+
+#~ msgid "Enabled"
+#~ msgstr "ئىناۋەتلىك قىلىنغان"
+
+#~ msgid "Plugin"
+#~ msgstr "قىستۇرما"
 
-#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:619
 #, c-format
-msgid ""
-"<b>The plugin '%s' could not be loaded</b>\n"
-"An error occurred: %s"
-msgstr "<b>قىستۇرما ‹%s› نى يۈكلىگىلى بولمىدى</b>\n"
-"خاتالىق كۆرۈلدى: %s"
-
-#: ../peas-demo/peas-demo.c:40
-msgid "Run from build directory"
-msgstr "قۇرۇلغان مۇندەرىجىدىن ئىجرا قىل"
-
-#: ../peas-demo/peas-demo.c:100
-msgid "- libpeas demo application"
-msgstr "- libpeas سىناق پروگراممىسى"
+#~ msgid ""
+#~ "<b>The plugin '%s' could not be loaded</b>\n"
+#~ "An error occurred: %s"
+#~ msgstr ""
+#~ "<b>قىستۇرما ‹%s› نى يۈكلىگىلى بولمىدى</b>\n"
+#~ "خاتالىق كۆرۈلدى: %s"
+
+#~ msgid "Run from build directory"
+#~ msgstr "قۇرۇلغان مۇندەرىجىدىن ئىجرا قىل"
+
+#~ msgid "- libpeas demo application"
+#~ msgstr "- libpeas سىناق پروگراممىسى"
 
 #~ msgid "C_onfigure"
 #~ msgstr "سەپلىمە(_O)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/tests/libpeas/engine.c 
new/libpeas-2.2.1/tests/libpeas/engine.c
--- old/libpeas-2.2.0/tests/libpeas/engine.c    2025-09-13 03:03:28.000000000 
+0200
+++ new/libpeas-2.2.1/tests/libpeas/engine.c    2026-02-23 19:38:44.000000000 
+0100
@@ -411,7 +411,7 @@
 }
 
 static void
-test_engine_enable_unkown_loader (PeasEngine *engine)
+test_engine_enable_unknown_loader (PeasEngine *engine)
 {
   testing_util_push_log_hook ("Failed to enable unknown "
                               "plugin loader 'does-not-exist'");
@@ -488,7 +488,7 @@
   TEST ("plugin-list", plugin_list);
   TEST ("loaded-plugins", loaded_plugins);
 
-  TEST ("enable-unkown-loader", enable_unkown_loader);
+  TEST ("enable-unknown-loader", enable_unknown_loader);
   TEST ("enable-loader-multiple-times", enable_loader_multiple_times);
 
   TEST ("nonexistent-search-path", nonexistent_search_path);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/tests/libpeas/plugins/meson.build 
new/libpeas-2.2.1/tests/libpeas/plugins/meson.build
--- old/libpeas-2.2.0/tests/libpeas/plugins/meson.build 2025-09-13 
03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/tests/libpeas/plugins/meson.build 2026-02-23 
19:38:44.000000000 +0100
@@ -10,7 +10,7 @@
   'not-loadable.plugin',
   'os-dependant-help.plugin',
   'two-deps.plugin',
-  'unkown-loader.plugin',
+  'unknown-loader.plugin',
 ]
 
 custom_target(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libpeas-2.2.0/tests/libpeas/plugins/unknown-loader.plugin 
new/libpeas-2.2.1/tests/libpeas/plugins/unknown-loader.plugin
--- old/libpeas-2.2.0/tests/libpeas/plugins/unknown-loader.plugin       
1970-01-01 01:00:00.000000000 +0100
+++ new/libpeas-2.2.1/tests/libpeas/plugins/unknown-loader.plugin       
2026-02-23 19:38:44.000000000 +0100
@@ -0,0 +1,7 @@
+[Plugin]
+Module=unknown-loader
+Loader=does-not-exist
+Name=Unknown Loader
+Description=This plugin has an unknown loader.
+Authors=Garrett Regier
+Copyright=Copyright © 2011 Garrett Regier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libpeas-2.2.0/tests/libpeas/plugins/unkown-loader.plugin 
new/libpeas-2.2.1/tests/libpeas/plugins/unkown-loader.plugin
--- old/libpeas-2.2.0/tests/libpeas/plugins/unkown-loader.plugin        
2025-09-13 03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/tests/libpeas/plugins/unkown-loader.plugin        
1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-[Plugin]
-Module=unkown-loader
-Loader=does-not-exist
-Name=Unkown Loader
-Description=This plugin has an unkown loader.
-Authors=Garrett Regier
-Copyright=Copyright © 2011 Garrett Regier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpeas-2.2.0/tests/libpeas/testing/testing.c 
new/libpeas-2.2.1/tests/libpeas/testing/testing.c
--- old/libpeas-2.2.0/tests/libpeas/testing/testing.c   2025-09-13 
03:03:28.000000000 +0200
+++ new/libpeas-2.2.1/tests/libpeas/testing/testing.c   2026-02-23 
19:38:44.000000000 +0100
@@ -87,9 +87,9 @@
                               "*info-missing-name.plugin*");
   testing_util_push_log_hook ("*Error loading *info-missing-name.plugin*");
 
-  testing_util_push_log_hook ("*Unkown 'Loader' in "
-                              "*unkown-loader.plugin* does-not-exist");
-  testing_util_push_log_hook ("*Error loading *unkown-loader.plugin*");
+  testing_util_push_log_hook ("*Unknown 'Loader' in "
+                              "*unknown-loader.plugin* does-not-exist");
+  testing_util_push_log_hook ("*Error loading *unknown-loader.plugin*");
 
   testing_util_push_log_hook ("Bad plugin file '"
                               BUILDDIR "*" G_DIR_SEPARATOR_S 
"embedded*.plugin': "

++++++ libpeas.obsinfo ++++++
--- /var/tmp/diff_new_pack.IXgNEM/_old  2026-03-01 22:14:51.378040961 +0100
+++ /var/tmp/diff_new_pack.IXgNEM/_new  2026-03-01 22:14:51.382041124 +0100
@@ -1,5 +1,5 @@
 name: libpeas
-version: 2.2.0
-mtime: 1757725408
-commit: 39a2b9c55deaa5246b99b502b53896d3ad41846b
+version: 2.2.1
+mtime: 1771871924
+commit: 744430715e619069b3fcb6c994f2c09257700d05
 

Reply via email to