Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package totem-pl-parser for openSUSE:Factory 
checked in at 2026-04-15 16:03:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/totem-pl-parser (Old)
 and      /work/SRC/openSUSE:Factory/.totem-pl-parser.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "totem-pl-parser"

Wed Apr 15 16:03:25 2026 rev:88 rq:1346782 version:3.26.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/totem-pl-parser/totem-pl-parser.changes  
2026-03-27 16:50:07.689000144 +0100
+++ 
/work/SRC/openSUSE:Factory/.totem-pl-parser.new.21863/totem-pl-parser.changes   
    2026-04-15 16:04:11.574067238 +0200
@@ -1,0 +2,16 @@
+Mon Apr 13 07:01:35 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 3.26.7:
+  + Fix uninitialized variable error in plparser
+  + Add itunes genre support for podcast RSS feeds
+  + Split podcast tests
+  + Fix deprecation warnings
+  + Fix return value from cancelled plparser calls
+  + Fix TotemPlParserMetadata in plparser bindings
+  + Use gitlab.gnome.org for bug-database in doap
+  + Use apps.gnome.org for homepage in doap
+  + Update podcast test for server changes
+  + Fix guard return type in plparser
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  totem-pl-parser-3.26.6+30.tar.xz

New:
----
  totem-pl-parser-3.26.7.tar.xz

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

Other differences:
------------------
++++++ totem-pl-parser.spec ++++++
--- /var/tmp/diff_new_pack.mEzioC/_old  2026-04-15 16:04:13.230135321 +0200
+++ /var/tmp/diff_new_pack.mEzioC/_new  2026-04-15 16:04:13.258136472 +0200
@@ -19,7 +19,7 @@
 %define sover   18
 
 Name:           totem-pl-parser
-Version:        3.26.6+30
+Version:        3.26.7
 Release:        0
 Summary:        A GObject-based library to parse playlist formats
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.mEzioC/_old  2026-04-15 16:04:13.514146996 +0200
+++ /var/tmp/diff_new_pack.mEzioC/_new  2026-04-15 16:04:13.578149628 +0200
@@ -1,6 +1,6 @@
-mtime: 1774256397
-commit: b381183ff699b43c05a06f8020bc77ce046e19fbfd85a27ff080cfe77c51be11
+mtime: 1776063920
+commit: 291febe64506a01936086ef06556692e5f9e0b2ddbef3e696f6e0a400616eee5
 url: https://src.opensuse.org/GNOME/totem-pl-parser
-revision: b381183ff699b43c05a06f8020bc77ce046e19fbfd85a27ff080cfe77c51be11
+revision: 291febe64506a01936086ef06556692e5f9e0b2ddbef3e696f6e0a400616eee5
 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.mEzioC/_old  2026-04-15 16:04:13.714155219 +0200
+++ /var/tmp/diff_new_pack.mEzioC/_new  2026-04-15 16:04:13.762157193 +0200
@@ -3,8 +3,11 @@
   <service mode="manual" name="obs_scm">
     <param 
name="url">https://gitlab.gnome.org/GNOME/totem-pl-parser.git</param>
     <param name="scm">git</param>
-    <param name="revision">51b843912dc7bc43f371f1d88901a38ff2090b43</param>
-    <param name="versionformat">3.26.6+@TAG_OFFSET@</param>
+    <param name="revision">3.26.7</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="versionrewrite-pattern">(.*)\+0</param>
+    <param name="versionrewrite-replacement">\1</param>
+    <param name="changesgenerate">disable</param>
   </service>
   <service name="tar" mode="manual"/>
   <service name="recompress" mode="manual">

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-04-13 13:44:57.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ totem-pl-parser-3.26.6+30.tar.xz -> totem-pl-parser-3.26.7.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/.gitlab-ci.yml 
new/totem-pl-parser-3.26.7/.gitlab-ci.yml
--- old/totem-pl-parser-3.26.6+30/.gitlab-ci.yml        2024-04-12 
09:57:50.000000000 +0200
+++ new/totem-pl-parser-3.26.7/.gitlab-ci.yml   2026-02-11 01:00:05.000000000 
+0100
@@ -1,4 +1,12 @@
-image: fedora:latest
+include:
+  - component: "gitlab.gnome.org/GNOME/citemplates/release-service@master"
+    inputs:
+      job-stage: "release"
+      dist-job-name: "build-fedora"
+
+stages:
+  - "build"
+  - "release"
 
 variables:
   DEPENDENCIES:
@@ -7,7 +15,6 @@
     git
     gettext
     gtk-doc
-    meson
     glib2-devel
     libxml2-devel
     gobject-introspection-devel
@@ -21,26 +28,32 @@
     gvfs
     dbus-daemon
     shared-mime-info
+  MESON_BUILD_DIR: "_build"
   LAST_ABI_BREAK: "9ccc3c78a5a41b86bdd2c9fb63ad4963e65e4f63"
 
 build-fedora:
+  stage: "build"
+  image: fedora:latest
   before_script:
     # Update
     - dnf -y update && dnf install -y $DEPENDENCIES
   script:
-    - meson _build
+    - meson "${MESON_BUILD_DIR}"
     - dnf install -y $TEST_DEPS
-    - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build test
-    - ninja -C _build install
+    - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C 
"${MESON_BUILD_DIR}" test
+    - ninja -C "${MESON_BUILD_DIR}" install
     # dist also runs the tests
-    - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build dist
+    - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C 
"${MESON_BUILD_DIR}" dist
+    - cp -r "${MESON_BUILD_DIR}/meson-dist/" "${CI_PROJECT_DIR}/public-dist/"
   artifacts:
     when: always
     paths:
-    - _build/meson-logs/*
-    - _build/meson-dist/totem-pl-parser-*.tar.xz
+      - ${MESON_BUILD_DIR}/meson-logs/*
+      - ${MESON_BUILD_DIR}/meson-dist/totem-pl-parser-*.tar.xz
+      - "public-dist"
 
 check_abi:
+  stage: "build"
   before_script:
     # ABI check, the deps are needed to build the old version of 
totem-pl-parser
     - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES 
$DEPS_ABI_CHECK
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/NEWS 
new/totem-pl-parser-3.26.7/NEWS
--- old/totem-pl-parser-3.26.6+30/NEWS  2024-04-12 09:57:50.000000000 +0200
+++ new/totem-pl-parser-3.26.7/NEWS     2026-02-11 01:00:05.000000000 +0100
@@ -1,5 +1,20 @@
 New features and significant updates in version...
 
+3.26.7:
+- Fix uninitialized variable error in plparser
+- Add itunes genre support for podcast RSS feeds
+- Split podcast tests
+- Fix deprecation warnings
+- Fix return value from cancelled plparser calls
+- Fix TotemPlParserMetadata in plparser bindings
+- Use gitlab.gnome.org for bug-database in doap
+- Use apps.gnome.org for homepage in doap
+- Update podcast test for server changes
+- Fix guard return type in plparser
+- Add release CI elements
+- Remove duplicate dependency in CI
+- New and updated translations
+
 3.26.6:
 - Remove quvi videosite checker. The videosite checker functionality
   still exists and can be implemented according to README-videosite-script.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/meson.build 
new/totem-pl-parser-3.26.7/meson.build
--- old/totem-pl-parser-3.26.6+30/meson.build   2024-04-12 09:57:50.000000000 
+0200
+++ new/totem-pl-parser-3.26.7/meson.build      2026-02-11 01:00:05.000000000 
+0100
@@ -1,5 +1,5 @@
 project('totem-pl-parser', 'c',
-        version: '3.26.6', # Don't forget to also change plparser_lt_version!
+        version: '3.26.7', # Don't forget to also change plparser_lt_version!
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',
@@ -14,7 +14,7 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-plparser_lt_version='21:5:3'
+plparser_lt_version='21:6:3'
 
 plparse_version       = meson.project_version()
 plparse_major_version = plparse_version.split('.')[0].to_int()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/po/LINGUAS 
new/totem-pl-parser-3.26.7/po/LINGUAS
--- old/totem-pl-parser-3.26.6+30/po/LINGUAS    2024-04-12 09:57:50.000000000 
+0200
+++ new/totem-pl-parser-3.26.7/po/LINGUAS       2026-02-11 01:00:05.000000000 
+0100
@@ -40,6 +40,7 @@
 hi
 hr
 hu
+ia
 id
 ie
 is
@@ -52,6 +53,7 @@
 kn
 ko
 ku
+kw
 lt
 lv
 mai
@@ -91,6 +93,7 @@
 tr
 ug
 uk
+uz
 uz@cyrillic
 vi
 wa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/po/ia.po 
new/totem-pl-parser-3.26.7/po/ia.po
--- old/totem-pl-parser-3.26.6+30/po/ia.po      1970-01-01 01:00:00.000000000 
+0100
+++ new/totem-pl-parser-3.26.7/po/ia.po 2026-02-11 01:00:05.000000000 +0100
@@ -0,0 +1,60 @@
+# Interlingua translation for totem-pl-parser.
+# Copyright (C) 2025 totem-pl-parser's COPYRIGHT HOLDER
+# This file is distributed under the same license as the totem-pl-parser 
package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# FULL NAME <EMAIL@ADDRESS>, 2025.
+# Emilio Sepúlveda <[email protected]>, 2025.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: totem-pl-parser master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/totem-pl-parser/issues\n";
+"POT-Creation-Date: 2025-01-13 05:28+0000\n"
+"PO-Revision-Date: 2025-02-05 12:25-0300\n"
+"Last-Translator: Emilio Sepúlveda <[email protected]>\n"
+"Language-Team: Interlingua <[email protected]>\n"
+"Language: ia\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-DL-Lang: ia\n"
+"X-DL-Module: totem-pl-parser\n"
+"X-DL-Branch: master\n"
+"X-DL-Domain: po\n"
+"X-DL-State: Translating\n"
+"X-Generator: Gtranslator 47.1\n"
+
+#: plparse/totem-disc.c:276 plparse/totem-disc.c:289 plparse/totem-disc.c:532
+#, c-format
+msgid "Failed to mount %s."
+msgstr "Falleva le montage de %s."
+
+#: plparse/totem-disc.c:418
+#, c-format
+msgid "No media in drive for device “%s”."
+msgstr "Necun medio in le unitate pro le dispositivo “%s”."
+
+#: plparse/totem-disc.c:475
+#, c-format
+msgid "Please check that a disc is present in the drive."
+msgstr "Verifica que le disco sia presente in le unitate."
+
+#: plparse/totem-disc.c:946
+msgid "Audio CD"
+msgstr "CD de audio"
+
+#: plparse/totem-disc.c:948
+msgid "Video CD"
+msgstr "CD de video"
+
+#: plparse/totem-disc.c:950
+msgid "DVD"
+msgstr "DVD"
+
+#: plparse/totem-disc.c:952
+msgid "Digital Television"
+msgstr "Television digital"
+
+#: plparse/totem-disc.c:954
+msgid "Blu-ray"
+msgstr "Blu-ray"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/po/kw.po 
new/totem-pl-parser-3.26.7/po/kw.po
--- old/totem-pl-parser-3.26.6+30/po/kw.po      1970-01-01 01:00:00.000000000 
+0100
+++ new/totem-pl-parser-3.26.7/po/kw.po 2026-02-11 01:00:05.000000000 +0100
@@ -0,0 +1,61 @@
+# Cornish translation for totem-pl-parser.
+# Copyright (C) 2026 totem-pl-parser's COPYRIGHT HOLDER
+# This file is distributed under the same license as the totem-pl-parser 
package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Flynn Peck <[email protected]>, 2026.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: totem-pl-parser master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/totem-pl-parser/issues\n";
+"POT-Creation-Date: 2024-03-14 09:15+0000\n"
+"PO-Revision-Date: 2026-01-26 12:49+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/totem-pl-parser/\n";
+"X-DL-Lang: kw\n"
+"X-DL-Module: totem-pl-parser\n"
+"X-DL-Branch: master\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"
+
+#: plparse/totem-disc.c:276 plparse/totem-disc.c:289 plparse/totem-disc.c:532
+#, c-format
+msgid "Failed to mount %s."
+msgstr "Y fyllis yskynna %s."
+
+#: plparse/totem-disc.c:418
+#, c-format
+msgid "No media in drive for device “%s”."
+msgstr "Media vyth kavosys yn kyf kov rag devis “%s”."
+
+#: plparse/totem-disc.c:475
+#, c-format
+msgid "Please check that a disc is present in the drive."
+msgstr "Mar pleg checkya unn plasen yw ena."
+
+#: plparse/totem-disc.c:946
+msgid "Audio CD"
+msgstr "CD Son"
+
+#: plparse/totem-disc.c:948
+msgid "Video CD"
+msgstr "CD Gwydhyow"
+
+#: plparse/totem-disc.c:950
+msgid "DVD"
+msgstr "DVD"
+
+#: plparse/totem-disc.c:952
+msgid "Digital Television"
+msgstr "Pellwolok Besyel"
+
+#: plparse/totem-disc.c:954
+msgid "Blu-ray"
+msgstr "Blu-ray"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/po/ro.po 
new/totem-pl-parser-3.26.7/po/ro.po
--- old/totem-pl-parser-3.26.6+30/po/ro.po      2024-04-12 09:57:50.000000000 
+0200
+++ new/totem-pl-parser-3.26.7/po/ro.po 2026-02-11 01:00:05.000000000 +0100
@@ -6,56 +6,56 @@
 # Mugurel Tudor <[email protected]>, 2003, 2005, 2006.
 # Adi Roiban https://launchpad.net/~adiroiban, 2008, 2009
 # Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2015, 2018.
+# Antonio Marin <[email protected]>, 2025.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: totem-pl-parser.HEAD.ro\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=totem-";
-"pl-parser&keywords=I18N+L10N&component=General\n"
-"POT-Creation-Date: 2017-08-15 20:46+0000\n"
-"PO-Revision-Date: 2018-03-25 14:29+0200\n"
-"Last-Translator: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>\n"
-"Language-Team: Gnome Romanian Translation Team\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/totem-pl-parser/issues\n";
+"POT-Creation-Date: 2025-08-11 00:56+0000\n"
+"PO-Revision-Date: 2025-08-11 11:11+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: Virtaal 0.7.1\n"
+"20)) ? 1 : 2);\n"
+"X-Generator: Gtranslator 48.0\n"
 "X-Project-Style: gnome\n"
 
-#: plparse/totem-disc.c:276 plparse/totem-disc.c:289 plparse/totem-disc.c:533
+#: plparse/totem-disc.c:276 plparse/totem-disc.c:289 plparse/totem-disc.c:532
 #, c-format
 msgid "Failed to mount %s."
 msgstr "Montarea %s a eșuat."
 
 #: plparse/totem-disc.c:418
 #, c-format
-#| msgid "No media in drive for device '%s'."
 msgid "No media in drive for device “%s”."
-msgstr "Nu există niciun mediu de stocare pentru dispozitivul „%s”."
+msgstr "Nu există niciun disc în unitatea „%s”."
 
-#: plparse/totem-disc.c:476
+#: plparse/totem-disc.c:475
 #, c-format
 msgid "Please check that a disc is present in the drive."
-msgstr "Verificați dacă ați introdus un disc în unitate."
+msgstr "Trebuie verificat dacă discul a fost introdus în unitate."
 
-#: plparse/totem-disc.c:947
+#: plparse/totem-disc.c:946
 msgid "Audio CD"
 msgstr "CD audio"
 
-#: plparse/totem-disc.c:949
+#: plparse/totem-disc.c:948
 msgid "Video CD"
 msgstr "CD video"
 
-#: plparse/totem-disc.c:951
+#: plparse/totem-disc.c:950
 msgid "DVD"
 msgstr "DVD"
 
-#: plparse/totem-disc.c:953
+#: plparse/totem-disc.c:952
 msgid "Digital Television"
 msgstr "Televiziune digitală"
 
-#: plparse/totem-disc.c:955
+#: plparse/totem-disc.c:954
 msgid "Blu-ray"
 msgstr "Blu-ray"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/po/ug.po 
new/totem-pl-parser-3.26.7/po/ug.po
--- old/totem-pl-parser-3.26.6+30/po/ug.po      2024-04-12 09:57:50.000000000 
+0200
+++ new/totem-pl-parser-3.26.7/po/ug.po 2026-02-11 01:00:05.000000000 +0100
@@ -5,10 +5,9 @@
 # Sahran <[email protected]>, 2010
 #
 msgid ""
-msgstr ""
-"Project-Id-Version: totem-pl-parser\n"
-"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=totem&component=playlist 
parser\n"
-"POT-Creation-Date: 2010-12-23 18:39+0000\n"
+msgstr "Project-Id-Version: totem-pl-parser\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/totem-pl-parser/issues\n";
+"POT-Creation-Date: 2025-09-10 23:44+0000\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Sahran <[email protected]>\n"
 "Language-Team: GNOME Uighur Translation Project 
<[email protected]>\n"
@@ -18,33 +17,37 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../plparse/totem-disc.c:359 ../plparse/totem-disc.c:503
+#: plparse/totem-disc.c:276 plparse/totem-disc.c:289 plparse/totem-disc.c:532
 #, c-format
 msgid "Failed to mount %s."
-msgstr "%s ئېگەرلەش مەغلۇپ بولدى."
+msgstr "%s ئېگەرلىيەلمىدى."
 
-#: ../plparse/totem-disc.c:392
+#: plparse/totem-disc.c:418
 #, c-format
-msgid "No media in drive for device '%s'."
-msgstr "'%s' ئۈسكۈنىنىڭ قوزغاتقۇچىسىدا ۋاسىتە يوق."
+msgid "No media in drive for device “%s”."
+msgstr "«%s» ئۈسكۈنىنىڭ قوزغاتقۇچىسىدا ۋاسىتە يوق."
 
-#: ../plparse/totem-disc.c:446
+#: plparse/totem-disc.c:475
 #, c-format
 msgid "Please check that a disc is present in the drive."
 msgstr "قوزغاتقۇچتا دىسكىنىڭ بار يوقلۇقىنى تەكشۈرۈڭ."
 
-#: ../plparse/totem-disc.c:889
+#: plparse/totem-disc.c:946
 msgid "Audio CD"
 msgstr "ئۈن CD"
 
-#: ../plparse/totem-disc.c:891
+#: plparse/totem-disc.c:948
 msgid "Video CD"
 msgstr "سىن CD"
 
-#: ../plparse/totem-disc.c:893
+#: plparse/totem-disc.c:950
 msgid "DVD"
 msgstr "DVD"
 
-#: ../plparse/totem-disc.c:895
+#: plparse/totem-disc.c:952
 msgid "Digital Television"
 msgstr "رەقەملىك تېلېۋىزور"
+
+#: plparse/totem-disc.c:954
+msgid "Blu-ray"
+msgstr "كۆكنۇر"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/totem-pl-parser-3.26.6+30/po/uz.po 
new/totem-pl-parser-3.26.7/po/uz.po
--- old/totem-pl-parser-3.26.6+30/po/uz.po      1970-01-01 01:00:00.000000000 
+0100
+++ new/totem-pl-parser-3.26.7/po/uz.po 2026-02-11 01:00:05.000000000 +0100
@@ -0,0 +1,53 @@
+# Uzbek (Latin) translation for totem-pl-parser.
+# Copyright (C) 2025 totem-pl-parser's COPYRIGHT HOLDER
+# This file is distributed under the same license as the totem-pl-parser 
package.
+# Islom Karimov <[email protected]>,  2025.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: totem-pl-parser master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/totem-pl-parser/issues\n";
+"POT-Creation-Date: 2025-05-10 22:48+0000\n"
+"PO-Revision-Date: 2025-05-17 18:02+0500\n"
+"Last-Translator: \n"
+"Language-Team: Uzbek (Latin) <Uzbek>\n"
+"Language: uz\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 3.6\n"
+
+#: plparse/totem-disc.c:276 plparse/totem-disc.c:289 plparse/totem-disc.c:532
+#, c-format
+msgid "Failed to mount %s."
+msgstr "%s ni ulash muvaffaqiyatsiz yakunlandi."
+
+#: plparse/totem-disc.c:418
+#, c-format
+msgid "No media in drive for device “%s”."
+msgstr "“%s” qurilmasida media yo'q."
+
+#: plparse/totem-disc.c:475
+#, c-format
+msgid "Please check that a disc is present in the drive."
+msgstr "Iltimos, diskning drayvda mavjudligini tekshirib ko'ring."
+
+#: plparse/totem-disc.c:946
+msgid "Audio CD"
+msgstr "Audio CD"
+
+#: plparse/totem-disc.c:948
+msgid "Video CD"
+msgstr "Video CD"
+
+#: plparse/totem-disc.c:950
+msgid "DVD"
+msgstr "DVD"
+
+#: plparse/totem-disc.c:952
+msgid "Digital Television"
+msgstr "Digital Television"
+
+#: plparse/totem-disc.c:954
+msgid "Blu-ray"
+msgstr "Blu-ray"

++++++ totem-pl-parser.obsinfo ++++++
--- /var/tmp/diff_new_pack.mEzioC/_old  2026-04-15 16:04:16.714278556 +0200
+++ /var/tmp/diff_new_pack.mEzioC/_new  2026-04-15 16:04:16.758280364 +0200
@@ -1,5 +1,5 @@
 name: totem-pl-parser
-version: 3.26.6+30
-mtime: 1712908670
-commit: 51b843912dc7bc43f371f1d88901a38ff2090b43
+version: 3.26.7
+mtime: 1770768005
+commit: 050ad13280cd97b574d935045da987cc31016651
 

Reply via email to