Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2022-07-09 16:59:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and      /work/SRC/openSUSE:Factory/.appstream-glib.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appstream-glib"

Sat Jul  9 16:59:24 2022 rev:76 rq:987357 version:0.7.18+37

Changes:
--------
--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes    
2022-03-15 19:03:52.452905573 +0100
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new.1523/appstream-glib.changes  
2022-07-09 16:59:37.192488621 +0200
@@ -1,0 +2,11 @@
+Thu Jun 23 10:58:42 UTC 2022 - dims...@opensuse.org
+
+- Update to version 0.7.18+37:
+  * Update fa.po
+  * trivial: Fix a tiny memory leak when mirroring screenshots
+  * trivial: Be explicit when ignoring return error values
+  * trivial: Fix a tiny memory leak on failure
+  * Add vcs-browser and contribute URL type
+  * update to spdx 3.16
+
+-------------------------------------------------------------------

Old:
----
  appstream-glib-0.7.18+31.obscpio

New:
----
  appstream-glib-0.7.18+37.obscpio

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

Other differences:
------------------
++++++ appstream-glib.spec ++++++
--- /var/tmp/diff_new_pack.jMSgxc/_old  2022-07-09 16:59:37.772489493 +0200
+++ /var/tmp/diff_new_pack.jMSgxc/_new  2022-07-09 16:59:37.776489499 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           appstream-glib
-Version:        0.7.18+31
+Version:        0.7.18+37
 Release:        0
 Summary:        AppStream Abstraction Library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jMSgxc/_old  2022-07-09 16:59:37.808489547 +0200
+++ /var/tmp/diff_new_pack.jMSgxc/_new  2022-07-09 16:59:37.812489553 +0200
@@ -6,7 +6,7 @@
     <param 
name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)(\+0)?(\+[1-9][0-9]*)?</param>
     <param name="versionrewrite-replacement">\1.\2.\3\5</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">87e1aa8774dad3e6b504c641938e84490116088f</param>
+    <param name="revision">0_7_X</param>
 <!--
     <param name="revision">refs/tags/appstream_glib_0_7_18</param>
 -->

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jMSgxc/_old  2022-07-09 16:59:37.832489583 +0200
+++ /var/tmp/diff_new_pack.jMSgxc/_new  2022-07-09 16:59:37.832489583 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://github.com/hughsie/appstream-glib.git</param>
-          <param 
name="changesrevision">87e1aa8774dad3e6b504c641938e84490116088f</param></service></servicedata>
+          <param 
name="changesrevision">28a9f923994f3fe9d7ed48bea63ba72ba41dde91</param></service></servicedata>
 (No newline at EOF)
 

++++++ appstream-glib-0.7.18+31.obscpio -> appstream-glib-0.7.18+37.obscpio 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appstream-glib-0.7.18+31/client/as-builder.c 
new/appstream-glib-0.7.18+37/client/as-builder.c
--- old/appstream-glib-0.7.18+31/client/as-builder.c    2022-03-09 
21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/client/as-builder.c    2022-06-01 
15:06:13.000000000 +0200
@@ -144,7 +144,7 @@
        }
 
        if (verbose)
-               g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
+               (void)g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
 
        /* set defaults */
        if (temp_dir == NULL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appstream-glib-0.7.18+31/client/as-compose.c 
new/appstream-glib-0.7.18+37/client/as-compose.c
--- old/appstream-glib-0.7.18+31/client/as-compose.c    2022-03-09 
21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/client/as-compose.c    2022-06-01 
15:06:13.000000000 +0200
@@ -360,7 +360,7 @@
        }
 
        if (verbose)
-               g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
+               (void)g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
 
        /* set defaults */
        if (prefix == NULL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appstream-glib-0.7.18+31/client/as-util.c 
new/appstream-glib-0.7.18+37/client/as-util.c
--- old/appstream-glib-0.7.18+31/client/as-util.c       2022-03-09 
21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/client/as-util.c       2022-06-01 
15:06:13.000000000 +0200
@@ -3293,7 +3293,7 @@
        AsImageAlphaFlags alpha_flags;
        guint i;
        g_autofree gchar *basename = NULL;
-       g_autofree gchar *filename_no_path = NULL;
+       g_autofree gchar *filename_no_path = g_path_get_basename (filename);
        g_autofree gchar *url_src = NULL;
        g_autoptr(AsImage) im_src = NULL;
        guint sizes[] = { AS_IMAGE_NORMAL_WIDTH,    AS_IMAGE_NORMAL_HEIGHT,
@@ -3308,15 +3308,12 @@
        /* is the aspect ratio of the source perfectly 16:9 */
        if ((as_image_get_width (im_src) / 16) * 9 !=
             as_image_get_height (im_src)) {
-               filename_no_path = g_path_get_basename (filename);
-               g_debug ("%s is not in 16:9 aspect ratio",
-                        filename_no_path);
+               g_debug ("%s is not in 16:9 aspect ratio", filename_no_path);
        }
 
        /* check screenshot is reasonable in size */
        if (as_image_get_width (im_src) * 2 < AS_IMAGE_NORMAL_WIDTH ||
            as_image_get_height (im_src) * 2 < AS_IMAGE_NORMAL_HEIGHT) {
-               filename_no_path = g_path_get_basename (filename);
                g_set_error (error,
                             AS_APP_ERROR,
                             AS_APP_ERROR_FAILED,
@@ -3331,15 +3328,11 @@
        alpha_flags = as_image_get_alpha_flags (im_src);
        if ((alpha_flags & AS_IMAGE_ALPHA_FLAG_TOP) > 0||
            (alpha_flags & AS_IMAGE_ALPHA_FLAG_BOTTOM) > 0) {
-               filename_no_path = g_path_get_basename (filename);
-               g_debug ("%s has vertical alpha padding",
-                        filename_no_path);
+               g_debug ("%s has vertical alpha padding", filename_no_path);
        }
        if ((alpha_flags & AS_IMAGE_ALPHA_FLAG_LEFT) > 0||
            (alpha_flags & AS_IMAGE_ALPHA_FLAG_RIGHT) > 0) {
-               filename_no_path = g_path_get_basename (filename);
-               g_debug ("%s has horizontal alpha padding",
-                        filename_no_path);
+               g_debug ("%s has horizontal alpha padding", filename_no_path);
        }
 
        /* include the app-id in the basename */
@@ -4720,7 +4713,7 @@
        /* set verbose? */
        if (verbose) {
                priv->verbose = TRUE;
-               g_setenv ("G_MESSAGES_DEBUG", "all", FALSE);
+               (void)g_setenv ("G_MESSAGES_DEBUG", "all", FALSE);
        } else {
                g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG,
                                   as_util_ignore_cb, NULL);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/appstream-glib-0.7.18+31/libappstream-builder/asb-context.c 
new/appstream-glib-0.7.18+37/libappstream-builder/asb-context.c
--- old/appstream-glib-0.7.18+31/libappstream-builder/asb-context.c     
2022-03-09 21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/libappstream-builder/asb-context.c     
2022-06-01 15:06:13.000000000 +0200
@@ -1053,7 +1053,8 @@
                                         "%s is not enabled",
                                         asb_package_get_nevr (pkg));
                        asb_context_add_app_ignore (ctx, pkg);
-                       asb_package_log_flush (pkg, NULL);
+                       if (!asb_package_log_flush (pkg, error))
+                               return FALSE;
                        continue;
                }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/appstream-glib-0.7.18+31/libappstream-builder/asb-self-test.c 
new/appstream-glib-0.7.18+37/libappstream-builder/asb-self-test.c
--- old/appstream-glib-0.7.18+31/libappstream-builder/asb-self-test.c   
2022-03-09 21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/libappstream-builder/asb-self-test.c   
2022-06-01 15:06:13.000000000 +0200
@@ -639,8 +639,8 @@
 
        /* only critical and error are fatal */
        g_log_set_fatal_mask (NULL, G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL);
-       g_setenv ("ASB_IS_SELF_TEST", "", TRUE);
-       g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
+       (void)g_setenv ("ASB_IS_SELF_TEST", "", TRUE);
+       (void)g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
 
        /* tests go here */
        g_test_add_func ("/AppStreamBuilder/package", asb_test_package_func);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appstream-glib-0.7.18+31/libappstream-glib/as-app.c 
new/appstream-glib-0.7.18+37/libappstream-glib/as-app.c
--- old/appstream-glib-0.7.18+31/libappstream-glib/as-app.c     2022-03-09 
21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/libappstream-glib/as-app.c     2022-06-01 
15:06:13.000000000 +0200
@@ -2663,7 +2663,7 @@
                                            replacements[i].search);
                        if (tmp != NULL) {
                                *tmp = replacements[i].replace;
-                               g_strlcpy (tmp + 1,
+                               (void)g_strlcpy (tmp + 1,
                                           tmp + strlen 
(replacements[i].search),
                                           len);
                                done_replacement = TRUE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/appstream-glib-0.7.18+31/libappstream-glib/as-enums.c 
new/appstream-glib-0.7.18+37/libappstream-glib/as-enums.c
--- old/appstream-glib-0.7.18+31/libappstream-glib/as-enums.c   2022-03-09 
21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/libappstream-glib/as-enums.c   2022-06-01 
15:06:13.000000000 +0200
@@ -87,6 +87,10 @@
                return as_ref_string_new_static ("source");
        if (url_kind == AS_URL_KIND_CONTACT)
                return as_ref_string_new_static ("contact");
+       if (url_kind == AS_URL_KIND_VCS_BROWSER)
+               return as_ref_string_new_static ("vcs-browser");
+       if (url_kind == AS_URL_KIND_CONTRIBUTE)
+               return as_ref_string_new_static ("contribute");
        return as_ref_string_new_static ("unknown");
 }
 
@@ -123,6 +127,10 @@
                return AS_URL_KIND_SOURCE;
        if (g_strcmp0 (url_kind, "contact") == 0)
                return AS_URL_KIND_CONTACT;
+       if (g_strcmp0 (url_kind, "vcs-browser") == 0)
+               return AS_URL_KIND_VCS_BROWSER;
+       if (g_strcmp0 (url_kind, "contribute") == 0)
+               return AS_URL_KIND_CONTRIBUTE;
        return AS_URL_KIND_UNKNOWN;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/appstream-glib-0.7.18+31/libappstream-glib/as-enums.h 
new/appstream-glib-0.7.18+37/libappstream-glib/as-enums.h
--- old/appstream-glib-0.7.18+31/libappstream-glib/as-enums.h   2022-03-09 
21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/libappstream-glib/as-enums.h   2022-06-01 
15:06:13.000000000 +0200
@@ -60,6 +60,8 @@
  * @AS_URL_KIND_DETAILS:               Release details
  * @AS_URL_KIND_SOURCE:                        Link to source code
  * @AS_URL_KIND_CONTACT:               URL to contact developer on
+ * @AS_URL_KIND_VCS_BROWSER:   Browse the source code
+ * @AS_URL_KIND_CONTRIBUTE:            Help developing
  *
  * The URL type.
  **/
@@ -75,6 +77,8 @@
        AS_URL_KIND_DETAILS,            /* Since: 0.7.15 */
        AS_URL_KIND_SOURCE,             /* Since: 0.7.15 */
        AS_URL_KIND_CONTACT,            /* Since: 0.7.15 */
+       AS_URL_KIND_VCS_BROWSER,
+       AS_URL_KIND_CONTRIBUTE,
        /*< private >*/
        AS_URL_KIND_LAST
 } AsUrlKind;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/appstream-glib-0.7.18+31/libappstream-glib/as-license-ids.txt 
new/appstream-glib-0.7.18+37/libappstream-glib/as-license-ids.txt
--- old/appstream-glib-0.7.18+31/libappstream-glib/as-license-ids.txt   
2022-03-09 21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/libappstream-glib/as-license-ids.txt   
2022-06-01 15:06:13.000000000 +0200
@@ -1,4 +1,4 @@
-# the list of licenses from http://spdx.org/licenses/ version: 3.5
+# the list of licenses from http://spdx.org/licenses/ version: 3.16 including 
deprecated versions for backwards compatibility
 0BSD
 AAL
 Abstyles
@@ -20,80 +20,112 @@
 AML
 AMPAS
 ANTLR-PD
+ANTLR-PD-fallback
 Apache-1.0
 Apache-1.1
 Apache-2.0
 APAFML
 APL-1.0
+App-s2p
 APSL-1.0
 APSL-1.1
 APSL-1.2
 APSL-2.0
+Arphic-1999
 Artistic-1.0
 Artistic-1.0-cl8
 Artistic-1.0-Perl
 Artistic-2.0
+Baekmuk
 Bahyph
 Barr
 Beerware
 BitTorrent-1.0
 BitTorrent-1.1
+blessing
+BlueOak-1.0.0
 Borceux
 BSD-1-Clause
 BSD-2-Clause
-BSD-2-Clause-FreeBSD
-BSD-2-Clause-NetBSD
 BSD-2-Clause-Patent
+BSD-2-Clause-Views
 BSD-3-Clause
 BSD-3-Clause-Attribution
 BSD-3-Clause-Clear
 BSD-3-Clause-LBNL
+BSD-3-Clause-Modification
+BSD-3-Clause-No-Military-License
 BSD-3-Clause-No-Nuclear-License
 BSD-3-Clause-No-Nuclear-License-2014
 BSD-3-Clause-No-Nuclear-Warranty
+BSD-3-Clause-Open-MPI
 BSD-4-Clause
+BSD-4-Clause-Shortened
 BSD-4-Clause-UC
 BSD-Protection
 BSD-Source-Code
 BSL-1.0
-bzip2-1.0.5
+BUSL-1.1
 bzip2-1.0.6
+C-UDA-1.0
+CAL-1.0
+CAL-1.0-Combined-Work-Exception
 Caldera
 CATOSL-1.1
-CC0-1.0
 CC-BY-1.0
 CC-BY-2.0
 CC-BY-2.5
+CC-BY-2.5-AU
 CC-BY-3.0
+CC-BY-3.0-AT
+CC-BY-3.0-DE
+CC-BY-3.0-NL
+CC-BY-3.0-US
 CC-BY-4.0
 CC-BY-NC-1.0
 CC-BY-NC-2.0
 CC-BY-NC-2.5
 CC-BY-NC-3.0
+CC-BY-NC-3.0-DE
 CC-BY-NC-4.0
 CC-BY-NC-ND-1.0
 CC-BY-NC-ND-2.0
 CC-BY-NC-ND-2.5
 CC-BY-NC-ND-3.0
+CC-BY-NC-ND-3.0-DE
+CC-BY-NC-ND-3.0-IGO
 CC-BY-NC-ND-4.0
 CC-BY-NC-SA-1.0
 CC-BY-NC-SA-2.0
+CC-BY-NC-SA-2.0-FR
+CC-BY-NC-SA-2.0-UK
 CC-BY-NC-SA-2.5
 CC-BY-NC-SA-3.0
+CC-BY-NC-SA-3.0-DE
+CC-BY-NC-SA-3.0-IGO
 CC-BY-NC-SA-4.0
 CC-BY-ND-1.0
 CC-BY-ND-2.0
 CC-BY-ND-2.5
 CC-BY-ND-3.0
+CC-BY-ND-3.0-DE
 CC-BY-ND-4.0
 CC-BY-SA-1.0
 CC-BY-SA-2.0
+CC-BY-SA-2.0-UK
+CC-BY-SA-2.1-JP
 CC-BY-SA-2.5
 CC-BY-SA-3.0
+CC-BY-SA-3.0-AT
+CC-BY-SA-3.0-DE
 CC-BY-SA-4.0
+CC-PDDC
+CC0-1.0
 CDDL-1.0
 CDDL-1.1
+CDL-1.0
 CDLA-Permissive-1.0
+CDLA-Permissive-2.0
 CDLA-Sharing-1.0
 CECILL-1.0
 CECILL-1.1
@@ -103,10 +135,15 @@
 CECILL-C
 CERN-OHL-1.1
 CERN-OHL-1.2
+CERN-OHL-P-2.0
+CERN-OHL-S-2.0
+CERN-OHL-W-2.0
 ClArtistic
 CNRI-Jython
 CNRI-Python
 CNRI-Python-GPL-Compatible
+COIL-1.0
+Community-Spec-1.0
 Condor-1.1
 copyleft-next-0.3.0
 copyleft-next-0.3.1
@@ -120,8 +157,10 @@
 curl
 D-FSL-1.0
 diffmark
+DL-DE-BY-2.0
 DOC
 Dotseqn
+DRL-1.0
 DSDP
 dvipdfm
 ECL-1.0
@@ -129,32 +168,51 @@
 EFL-1.0
 EFL-2.0
 eGenix
+Elastic-2.0
 Entessa
+EPICS
 EPL-1.0
 EPL-2.0
 ErlPL-1.1
+etalab-2.0
 EUDatagrid
 EUPL-1.0
 EUPL-1.1
 EUPL-1.2
 Eurosym
 Fair
+FDK-AAC
 Frameworx-1.0
+FreeBSD-DOC
 FreeImage
 FSFAP
 FSFUL
 FSFULLR
 FTL
+GD
+GFDL-1.1-invariants-only
+GFDL-1.1-invariants-or-later
+GFDL-1.1-no-invariants-only
+GFDL-1.1-no-invariants-or-later
 GFDL-1.1-only
 GFDL-1.1-or-later
+GFDL-1.2-invariants-only
+GFDL-1.2-invariants-or-later
+GFDL-1.2-no-invariants-only
+GFDL-1.2-no-invariants-or-later
 GFDL-1.2-only
 GFDL-1.2-or-later
+GFDL-1.3-invariants-only
+GFDL-1.3-invariants-or-later
+GFDL-1.3-no-invariants-only
+GFDL-1.3-no-invariants-or-later
 GFDL-1.3-only
 GFDL-1.3-or-later
 Giftware
 GL2PS
 Glide
 Glulxe
+GLWTPL
 gnuplot
 GPL-1.0-only
 GPL-1.0-or-later
@@ -164,8 +222,10 @@
 GPL-3.0-or-later
 gSOAP-1.3b
 HaskellReport
+Hippocratic-2.1
 HPND
 HPND-sell-variant
+HTMLTIDY
 IBM-pibs
 ICU
 IJG
@@ -179,6 +239,7 @@
 IPA
 IPL-1.0
 ISC
+Jam
 JasPer-2.0
 JPNIC
 JSON
@@ -195,10 +256,12 @@
 LGPLLR
 Libpng
 libpng-2.0
+libselinux-1.0
 libtiff
 LiLiQ-P-1.1
 LiLiQ-R-1.1
 LiLiQ-Rplus-1.1
+Linux-man-pages-copyleft
 Linux-OpenIB
 LPL-1.0
 LPL-1.02
@@ -215,6 +278,8 @@
 MIT-CMU
 MIT-enna
 MIT-feh
+MIT-Modern-Variant
+MIT-open-group
 MITNFA
 Motosoto
 mpich2
@@ -225,17 +290,24 @@
 MS-PL
 MS-RL
 MTLL
+MulanPSL-1.0
+MulanPSL-2.0
 Multics
 Mup
+NAIST-2003
 NASA-1.3
 Naumen
 NBPL-1.0
+NCGL-UK-2.0
 NCSA
-NetCDF
 Net-SNMP
+NetCDF
 Newsletr
 NGPL
+NIST-PD
+NIST-PD-fallback
 NLOD-1.0
+NLOD-2.0
 NLPL
 Nokia
 NOSL
@@ -245,12 +317,21 @@
 NPOSL-3.0
 NRL
 NTP
+NTP-0
+O-UDA-1.0
 OCCT-PL
 OCLC-2.0
 ODbL-1.0
 ODC-By-1.0
 OFL-1.0
+OFL-1.0-no-RFN
+OFL-1.0-RFN
 OFL-1.1
+OFL-1.1-no-RFN
+OFL-1.1-RFN
+OGC-1.0
+OGDL-Taiwan-1.0
+OGL-Canada-2.0
 OGL-UK-1.0
 OGL-UK-2.0
 OGL-UK-3.0
@@ -274,17 +355,23 @@
 OML
 OpenSSL
 OPL-1.0
+OPUBL-1.0
 OSET-PL-2.1
 OSL-1.0
 OSL-1.1
 OSL-2.0
 OSL-2.1
 OSL-3.0
+Parity-6.0.0
+Parity-7.0.0
 PDDL-1.0
 PHP-3.0
 PHP-3.01
 Plexus
+PolyForm-Noncommercial-1.0.0
+PolyForm-Small-Business-1.0.0
 PostgreSQL
+PSF-2.0
 psfrag
 psutils
 Python-2.0
@@ -298,14 +385,17 @@
 RSA-MD
 RSCPL
 Ruby
-Saxpath
 SAX-PD
+Saxpath
 SCEA
+SchemeReport
 Sendmail
 Sendmail-8.23
 SGI-B-1.0
 SGI-B-1.1
 SGI-B-2.0
+SHL-0.5
+SHL-0.51
 SimPL-2.0
 SISSL
 SISSL-1.2
@@ -317,6 +407,9 @@
 Spencer-94
 Spencer-99
 SPL-1.0
+SSH-OpenSSH
+SSH-short
+SSPL-1.0
 SugarCRM-1.1.3
 SWL
 TAPR-OHL-1.0
@@ -327,6 +420,7 @@
 TOSL
 TU-Berlin-1.0
 TU-Berlin-2.0
+UCL-1.0
 Unicode-DFS-2015
 Unicode-DFS-2016
 Unicode-TOU
@@ -342,6 +436,7 @@
 Wsuipa
 WTFPL
 X11
+X11-distribute-modifications-variant
 Xerox
 XFree86-1.1
 xinetd
@@ -361,6 +456,9 @@
 ZPL-2.1
 AGPL-1.0
 AGPL-3.0
+BSD-2-Clause-FreeBSD
+BSD-2-Clause-NetBSD
+bzip2-1.0.5
 eCos-2.0
 GFDL-1.1
 GFDL-1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/appstream-glib-0.7.18+31/libappstream-glib/as-ref-string.c 
new/appstream-glib-0.7.18+37/libappstream-glib/as-ref-string.c
--- old/appstream-glib-0.7.18+31/libappstream-glib/as-ref-string.c      
2022-03-09 21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/libappstream-glib/as-ref-string.c      
2022-06-01 15:06:13.000000000 +0200
@@ -306,7 +306,7 @@
 gchar *
 as_ref_string_debug (AsRefStringDebugFlags flags)
 {
-       GString *tmp = g_string_new (NULL);
+       g_autoptr(GString) tmp = g_string_new (NULL);
        g_autoptr(GMutexLocker) locker = g_mutex_locker_new 
(&as_ref_string_mutex);
 
        /* not yet enabled */
@@ -382,5 +382,5 @@
                        }
                }
        }
-       return g_string_free (tmp, FALSE);
+       return g_string_free (g_steal_pointer(&tmp), FALSE);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/appstream-glib-0.7.18+31/libappstream-glib/as-self-test.c 
new/appstream-glib-0.7.18+37/libappstream-glib/as-self-test.c
--- old/appstream-glib-0.7.18+31/libappstream-glib/as-self-test.c       
2022-03-09 21:06:59.000000000 +0100
+++ new/appstream-glib-0.7.18+37/libappstream-glib/as-self-test.c       
2022-06-01 15:06:13.000000000 +0200
@@ -163,8 +163,8 @@
 
        tmpfile = g_build_filename (tmpdir, "test.txt", NULL);
        tmpfile_new = g_build_filename (tmpdir, "newtest.txt", NULL);
-       g_unlink (tmpfile);
-       g_unlink (tmpfile_new);
+       (void)g_unlink (tmpfile);
+       (void)g_unlink (tmpfile_new);
 
        mon = as_monitor_new ();
        g_signal_connect (mon, "added",
@@ -180,7 +180,7 @@
        g_assert (ret);
 
        /* create directory */
-       g_mkdir_with_parents (tmpdir, 0700);
+       (void)g_mkdir_with_parents (tmpdir, 0700);
 
        /* touch file */
        cmd_touch = g_strdup_printf ("touch %s", tmpfile);
@@ -206,7 +206,7 @@
 
        /* delete it */
        cnt_added = cnt_removed = cnt_changed = 0;
-       g_unlink (tmpfile);
+       (void)g_unlink (tmpfile);
        as_test_loop_run_with_timeout (2000);
        as_test_loop_quit ();
        g_assert_cmpint (cnt_added, ==, 0);
@@ -244,8 +244,8 @@
        g_assert_cmpint (cnt_removed, ==, 1);
        g_assert_cmpint (cnt_changed, ==, 0);
 
-       g_unlink (tmpfile);
-       g_unlink (tmpfile_new);
+       (void)g_unlink (tmpfile);
+       (void)g_unlink (tmpfile_new);
 }
 
 static void
@@ -261,8 +261,8 @@
        const gchar *tmpfile_new = "/tmp/two.txt";
        g_autofree gchar *cmd_touch = NULL;
 
-       g_unlink (tmpfile);
-       g_unlink (tmpfile_new);
+       (void)g_unlink (tmpfile);
+       (void)g_unlink (tmpfile_new);
 
        mon = as_monitor_new ();
        g_signal_connect (mon, "added",
@@ -302,7 +302,7 @@
 
        /* delete it */
        cnt_added = cnt_removed = cnt_changed = 0;
-       g_unlink (tmpfile);
+       (void)g_unlink (tmpfile);
        as_test_loop_run_with_timeout (2000);
        as_test_loop_quit ();
        g_assert_cmpint (cnt_added, ==, 0);
@@ -2517,7 +2517,7 @@
 
        /* open test store */
 #ifdef _WIN32
-       g_setenv ("XDG_DATA_DIRS", "/usr/share/", TRUE);
+       (void)g_setenv ("XDG_DATA_DIRS", "/usr/share/", TRUE);
 #endif
        store = as_store_new ();
        filename = as_test_get_filename (".");
@@ -3470,8 +3470,8 @@
                                           AS_STORE_WATCH_FLAG_REMOVED);
 
        as_store_set_destdir (store, "/tmp/repo-tmp");
-       g_mkdir_with_parents ("/tmp/repo-tmp/usr/share/app-info/xmls", 0700);
-       g_unlink ("/tmp/repo-tmp/usr/share/app-info/xmls/foo.xml");
+       (void)g_mkdir_with_parents ("/tmp/repo-tmp/usr/share/app-info/xmls", 
0700);
+       (void)g_unlink ("/tmp/repo-tmp/usr/share/app-info/xmls/foo.xml");
 
        /* load store */
        ret = as_store_load (store, AS_STORE_LOAD_FLAG_APP_INFO_SYSTEM, NULL, 
&error);
@@ -3502,7 +3502,7 @@
        g_assert (app != NULL);
 
        /* remove file */
-       g_unlink ("/tmp/repo-tmp/usr/share/app-info/xmls/foo.xml");
+       (void)g_unlink ("/tmp/repo-tmp/usr/share/app-info/xmls/foo.xml");
        as_test_loop_run_with_timeout (2000);
        g_assert_cmpint (cnt, ==, 3);
        g_assert_cmpint (cnt_added, ==, 1);
@@ -3597,7 +3597,7 @@
        g_assert_cmpstr (as_release_get_version (rel), ==, "0.1.0");
 
        /* remove file */
-       g_unlink ("/tmp/foo.xml");
+       (void)g_unlink ("/tmp/foo.xml");
        as_test_loop_run_with_timeout (2000);
        g_assert_cmpint (cnt, ==, 3);
        app = as_store_get_app_by_id (store, "baz.desktop");
@@ -3698,7 +3698,7 @@
        g_autoptr(GPtrArray) apps = NULL;
 
        /* make throws us under a bus, yet again */
-       g_setenv ("AS_SELF_TEST_PREFIX_DELIM", "_", TRUE);
+       (void)g_setenv ("AS_SELF_TEST_PREFIX_DELIM", "_", TRUE);
 
        /* load a symlinked file to the store */
        store = as_store_new ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appstream-glib-0.7.18+31/po/fa.po 
new/appstream-glib-0.7.18+37/po/fa.po
--- old/appstream-glib-0.7.18+31/po/fa.po       2022-03-09 21:06:59.000000000 
+0100
+++ new/appstream-glib-0.7.18+37/po/fa.po       2022-06-01 15:06:13.000000000 
+0200
@@ -1,28 +1,29 @@
 # Alireza Baloochi <alirezab...@gmail.com>, 2019. #zanata
+# Danial Behzadi <dani.be...@ubuntu.com>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: appstream-glib\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-05-26 12:37+0100\n"
-"PO-Revision-Date: 2019-06-22 06:20+0000\n"
-"Last-Translator: Alireza Baloochi <alirezab...@gmail.com>\n"
+"PO-Revision-Date: 2022-06-01 17:27+0430\n"
+"Last-Translator: Danial Behzadi <dani.be...@ubuntu.com>\n"
 "Language-Team: Persian\n"
 "Language: fa\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: Zanata 4.6.2\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.0.1\n"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:76 client/as-compose.c:326 client/as-util.c:4429
 msgid "Show extra debugging information"
-msgstr "?????????? ?????????????? ?????????? ??????????"
+msgstr "?????????? ???????????????? ?????? ?????????? ?????????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:79
 msgid "Add a cache ID to each component"
-msgstr "???????????? cache ID ???? ???? ?????????"
+msgstr "???????????? ???????????? ???????????? ???? ???? ????????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:82
@@ -32,52 +33,52 @@
 #. TRANSLATORS: command line option
 #: client/as-builder.c:85
 msgid "Add HiDPI icons to the tarball"
-msgstr "???????????? ?????????? ?????? HiDPI ???? tarball"
+msgstr "???????????? ????????????????? ???? ?????????? ???????? ???? tarball"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:88
 msgid "Add encoded icons to the XML"
-msgstr "???????????? ?????????? ?????? ?????????????? ?????? ???? ???????? XML"
+msgstr "???????????? ????????????????? ?????????????? ?????? ???? XML"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:91
 msgid "Do not compress the icons into a tarball"
-msgstr "?????????? ?????????? ?????????? ???? ???????? tarball"
+msgstr "?????????? ?????????? ??????????????? ???????? tarball"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:94
 msgid "Set the logging directory"
-msgstr "?????????? ?????????????????? logging"
+msgstr "?????????? ?????????? ?????????????????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:97
 msgid "Set the packages directory"
-msgstr "?????????? ?????????????????? ???????? ????"
+msgstr "?????????? ?????????? ???????????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:100
 msgid "Set the temporary directory"
-msgstr "?????????? ?????????????????? ????????"
+msgstr "?????????? ?????????? ??????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:103 client/as-compose.c:332
 msgid "Set the output directory"
-msgstr "?????????? ?????????????????? ??????????"
+msgstr "?????????? ?????????? ??????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:106 client/as-compose.c:335
 msgid "Set the icons directory"
-msgstr "?????????? ?????????? ?????? ??????????????????"
+msgstr "?????????? ?????????? ???????????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:109
 msgid "Set the cache directory"
-msgstr "?????????? ?????????????????? cache"
+msgstr "?????????? ?????????? ????????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:112 client/as-compose.c:344
 msgid "Set the basenames of the output files"
-msgstr "?????????? ?????? ???????? ???????? ???????? ?????? ??????????"
+msgstr "?????????? ?????? ???????? ???????? ????????????????????? ??????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:115 client/as-compose.c:338
@@ -87,17 +88,17 @@
 #. TRANSLATORS: command line option
 #: client/as-builder.c:118
 msgid "Set the number of threads"
-msgstr "?????????? ?????????? Thread ????"
+msgstr "?????????? ?????????? Thread???????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:121 client/as-compose.c:341
 msgid "Set the minimum icon size in pixels"
-msgstr "?????????? ?????????? ???????? ?????????? ???? ??????????"
+msgstr "?????????? ?????????? ???????????? ???????? ???? ??????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:124
 msgid "Set the old metadata location"
-msgstr "?????????? ?????? ???????????????? ??????????"
+msgstr "?????????? ?????? ???????????????? ??????????"
 
 #. TRANSLATORS: command line option
 #: client/as-builder.c:127
@@ -107,38 +108,38 @@
 #. TRANSLATORS: error message
 #: client/as-builder.c:141 client/as-compose.c:358 client/as-util.c:4714
 msgid "Failed to parse arguments"
-msgstr "?????? ???? "
+msgstr "???????? ???? ???????????? ?????????????????????"
 
 #. TRANSLATORS: error message
 #: client/as-builder.c:246
 msgid "Failed to set up builder"
-msgstr "?????? ???? ???????????? builder"
+msgstr "?????? ???? ???????????? ????????????"
 
 #. TRANSLATORS: error message
 #: client/as-builder.c:265
 msgid "Failed to open packages"
-msgstr "?????? ???? ?????? ???????? ???????? ????"
+msgstr "?????? ???? ?????? ???????? ???????????????"
 
 #. TRANSLATORS: information message
 #: client/as-builder.c:275
 msgid "Scanning packages..."
-msgstr "???? ?????? ???????? ???????? ????..."
+msgstr "???? ?????? ???????? ???????????????..."
 
 #. TRANSLATORS: error message
 #: client/as-builder.c:285
 msgid "Failed to add package"
-msgstr "?????? ???? ???????????? ????????"
+msgstr "?????? ???? ???????????? ????????"
 
 #. TRANSLATORS: information message
 #: client/as-builder.c:291
 #, c-format
 msgid "Parsed %u/%u files..."
-msgstr "?????????? ?????????? ???????? ?????? %u %u ..."
+msgstr "?????????? ?????????? ????????????????????? %u %u ..."
 
 #. TRANSLATORS: error message
 #: client/as-builder.c:301
 msgid "Failed to generate metadata"
-msgstr "?????? ???? ?????????? ?????????? ??????????????"
+msgstr "???????? ???? ?????????? ??????????????"
 
 #. success
 #. TRANSLATORS: information message
@@ -149,7 +150,7 @@
 #. TRANSLATORS: we've saving the icon file to disk
 #: client/as-compose.c:109 client/as-compose.c:163
 msgid "Saving icon"
-msgstr "???? ?????? ?????????? ???????? ??????????"
+msgstr "?????????? ???????? ????????"
 
 #. TRANSLATORS: command line option
 #: client/as-compose.c:329
@@ -165,12 +166,12 @@
 #. * be loaded
 #: client/as-compose.c:407
 msgid "Error loading AppData file"
-msgstr "?????? ???? ???????????????? ???????? AppData"
+msgstr "?????? ???? ???????????????? ???????????? AppData"
 
 #. TRANSLATORS: the .mo files could not be parsed
 #: client/as-compose.c:420
 msgid "Error parsing translations"
-msgstr "?????? ???? ?????????? ?????????? ????"
+msgstr "?????? ???? ?????????? ?????????????????"
 
 #. TRANSLATORS: we could not auto-add the kudo
 #: client/as-compose.c:431
@@ -185,19 +186,19 @@
 #. TRANSLATORS: not a valid desktop filename
 #: client/as-compose.c:465
 msgid "Invalid desktop filename"
-msgstr "???????? ???????????? ?????????????? ??????"
+msgstr "???????????? ???????????? ?????????????? ??????"
 
 #. TRANSLATORS: the .desktop file could not
 #. * be loaded
 #: client/as-compose.c:484
 msgid "Error loading desktop file"
-msgstr "?????? ???? ???????????????? ???????? ????????????"
+msgstr "?????? ???? ???????????????? ???????????? ????????????"
 
 #. TRANSLATORS: this is when the folder could
 #. * not be created
 #: client/as-compose.c:512
 msgid "Error creating output directory"
-msgstr "?????? ???? ?????????? ?????????????????? ??????????"
+msgstr "?????? ???? ?????????? ???????? ??????????"
 
 #. TRANSLATORS: we've saving the XML file to disk
 #: client/as-compose.c:521
@@ -208,7 +209,7 @@
 #. * cannot be saved for some reason
 #: client/as-compose.c:531
 msgid "Error saving AppStream file"
-msgstr "?????? ???? ?????????? ???????? AppStream"
+msgstr "?????? ???? ?????????? ???????????? AppStream"
 
 #. TRANSLATORS: this is a command alias
 #: client/as-util.c:93
@@ -218,60 +219,60 @@
 
 #: client/as-util.c:175
 msgid "Command not found, valid commands are:"
-msgstr "?????????? ???????? ???????? ?????????? ?????? ?????????? 
?????????????? ????:"
+msgstr "?????????? ???????? ???????? ??????????????????? ?????????? 
?????????????? ????:"
 
 #. TRANSLATORS: any manual changes required?
 #. * also note: FIXME is a hardcoded string
 #: client/as-util.c:467
 msgid "Please review the file and fix any 'FIXME' items"
-msgstr "???????? ???????? ???? ?????????? ?????????????? ???????? ?? ???????? 
?????? FIXME ???? ?????????? ????????"
+msgstr "???????? ???????????? ???? ?????????? ?????????????? ???????? ?? 
?????????????? FIXME ???? ?????????? ????????"
 
 #. TRANSLATORS: information message
 #: client/as-util.c:485
 msgid "Old API version"
-msgstr "???????? ?????????? API"
+msgstr "?????????? ?????????? API"
 
 #. TRANSLATORS: information message
 #: client/as-util.c:497
 msgid "New API version"
-msgstr "???????? ???????? API"
+msgstr "?????????? ???????? API"
 
 #: client/as-util.c:516
 msgid "Not enough arguments, expected old.xml new.xml version"
-msgstr "Argument ???? ???????? ?????????????????? ???old.xml ?? new.xml 
?????????????? ???? ??????."
+msgstr "???? ?????? ???????? ?????????????? ???????? ??????????.???????????? 
???old.xml new.xml version??? ?????????????"
 
 #. TRANSLATORS: the %s and %s are file types,
 #. * e.g. "appdata" to "appstream"
 #: client/as-util.c:552
 #, c-format
 msgid "Conversion %s to %s is not implemented"
-msgstr "?????????? %s ???? %s ?????????? ???????? ???????? ??????."
+msgstr "?????????? %s ???? %s ?????????? ???????? ????????"
 
 #: client/as-util.c:569
 msgid "Not enough arguments, expected file.xml"
-msgstr "Argument ???? ???????? ?????????????file.xml ?????? ???????? 
??????????"
+msgstr "Argument??????? ???????? ?????????????file.xml ?????? ???????? 
?????????????"
 
 #. TRANSLATORS: %s is a file type,
 #. * e.g. 'appdata'
 #: client/as-util.c:595
 #, c-format
 msgid "File format '%s' cannot be upgraded"
-msgstr "???????? ???????? '%s' ???????? ?????????? ????????"
+msgstr "???????? ???????????? '%s' ???????? ?????????? ????????"
 
 #. TRANSLATORS: not a recognised file type
 #: client/as-util.c:638 client/as-util.c:1038 client/as-util.c:1139
 msgid "Format not recognised"
-msgstr "???????? ???????????? ??????"
+msgstr "???????? ???????????? ??????"
 
 #. TRANSLATORS: probably wrong XML
 #: client/as-util.c:1979
 msgid "No desktop applications found"
-msgstr "?????? ???????????????? ?????????????? ???????? ??????"
+msgstr "?????? ???????????? ?????????????? ???????? ??????"
 
 #. TRANSLATORS: the file is valid
 #: client/as-util.c:2711 client/as-util.c:2928
 msgid "OK"
-msgstr "OK"
+msgstr "??????????"
 
 #. list failures
 #: client/as-util.c:2716 client/as-util.c:2920
@@ -284,22 +285,20 @@
 
 #: client/as-util.c:2856
 msgid "Validation of files failed"
-msgstr "?????????? ???????? ???? ???? ?????? ???? ???? ???? ????"
+msgstr "?????????? ??????????????????? ???? ?????? ???? ???? ???? ????"
 
 #: client/as-util.c:2908
 #, c-format
 msgid "Cannot validate version of file format '%s'"
-msgstr ""
+msgstr "????????????????? ?????????? ???????? ?????????????? ??%s?? ???? 
???????????????????? ??????"
 
 #: client/as-util.c:2924
-#, fuzzy
 msgid "Version validation failed"
-msgstr "?????????? ?????? ???? ?????? ???? ???? ???? ????"
+msgstr "???????????????????? ?????????? ???????? ????????"
 
 #: client/as-util.c:2976
-#, fuzzy
 msgid "Version validation of files failed"
-msgstr "?????????? ???????? ???? ???? ?????? ???? ???? ???? ????"
+msgstr "???????????????????? ?????????? ???????????? ???????? ????????"
 
 #. TRANSLATORS: application was removed
 #: client/as-util.c:4076
@@ -324,27 +323,27 @@
 #. TRANSLATORS: command line option
 #: client/as-util.c:4432
 msgid "Show version"
-msgstr "???????? ???????? ????????"
+msgstr "?????????? ??????????"
 
 #. TRANSLATORS: command line option
 #: client/as-util.c:4435
 msgid "Enable profiling"
-msgstr "???????? ???????? profiling"
+msgstr "???? ?????? ?????????????? profiling"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4467
 msgid "Converts AppStream metadata from one version to another"
-msgstr "?????????? ???????????????? AppStream ???? ???? ???????? ???? ???????? 
?? ????????"
+msgstr "?????????? ???????????????? AppStream ???? ???? ?????????? ???? 
?????????? ?? ????????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4473
 msgid "Upgrade AppData metadata to the latest version"
-msgstr "???????????? ???????????????? AppData ???? ?????????? ????????"
+msgstr "???????????? ???????????????? AppData ???? ?????????? ??????????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4479
 msgid "Creates an example AppData file from a .desktop file"
-msgstr "?????????? ???? ????  ???????? AppData ???? ???? ???????? .desktop 
?????????? ???? ??????."
+msgstr "?????????????? AppData ?????????? ???? ???? ?????????????? 
???.desktop??? ?????????? ???? ??????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4485
@@ -354,61 +353,57 @@
 #. TRANSLATORS: command description
 #: client/as-util.c:4491
 msgid "Search for AppStream applications"
-msgstr "?????? ?? ???? ???? ???????????? ?????? AppStream"
+msgstr "?????? ?? ???? ???? ????????????????????? AppStream"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4497
-#, fuzzy
 msgid "Search for AppStream applications by package name"
-msgstr "?????? ?? ???? ???? ???????????? ?????? AppStream"
+msgstr "????????????????? ????????????????????? AppStream ???? ?????? ????????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4503
-#, fuzzy
 msgid "Show all installed AppStream applications"
-msgstr "?????? ?? ???? ???? ???????????? ?????? AppStream"
+msgstr "?????????? ???????? ????????????????????? AppStream ?????? ??????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4509
-#, fuzzy
 msgid "Search for AppStream applications by category name"
-msgstr "?????? ?? ???? ???? ???????????? ?????? AppStream"
+msgstr "????????????????? ????????????????????? AppStream ???? ?????? ????????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4515
 msgid "Display application search tokens"
-msgstr ""
+msgstr "?????????? ????????????????? ????????????????? ????????????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4521
 msgid "Installs AppStream metadata"
-msgstr ""
+msgstr "?????? ???????????????? AppStream"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4527
-#, fuzzy
 msgid "Installs AppStream metadata with new origin"
-msgstr "?????????? ???????????????? AppStream ???? ???? ???????? ???? ???????? 
?? ????????"
+msgstr "?????? ???????????????? AppStream ???? ?????????????? ????????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4533
 msgid "Uninstalls AppStream metadata"
-msgstr ""
+msgstr "?????? ?????? ???????????????? AppStream"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4539
 msgid "Create an HTML status page"
-msgstr ""
+msgstr "?????????? ???? ?????????? ?????????? HTML"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4545
 msgid "Create an CSV status document"
-msgstr ""
+msgstr "?????????? ???? ?????? ?????????? CSV"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4551
 msgid "Create an HTML matrix page"
-msgstr ""
+msgstr "?????????? ???? ?????????? ???????????? HTML"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4557
@@ -457,9 +452,8 @@
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4611
-#, fuzzy
 msgid "check an installed application"
-msgstr "???????????? ????????????"
+msgstr "?????????? ??????????????????? ?????? ??????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4617
@@ -498,9 +492,8 @@
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4659
-#, fuzzy
 msgid "Modify an AppData file"
-msgstr "?????? ???? ???????????????? ???????? AppData"
+msgstr "?????????? ???? ?????????????? AppData"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4665
@@ -509,9 +502,8 @@
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4671
-#, fuzzy
 msgid "Merge several files to an AppStream file"
-msgstr "?????? ???? ?????????? ???????? AppStream"
+msgstr "?????????? ?????? ???????????? ???? ???? ?????????????? AppStream"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4677
@@ -520,19 +512,18 @@
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4683
-#, fuzzy
 msgid "Watch AppStream locations for changes"
-msgstr "?????? ?? ???? ???? ???????????? ?????? AppStream"
+msgstr "?????????????? ????????????????? AppStream ???????? ??????????????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4689
 msgid "Compare version numbers"
-msgstr ""
+msgstr "?????????????? ??????????????????? ??????????"
 
 #. TRANSLATORS: command description
 #: client/as-util.c:4695
 msgid "Test a regular expression"
-msgstr ""
+msgstr "???????????? ???? ?????????? ??????????????"
 
 #. TRANSLATORS: program name
 #: client/as-util.c:4708
@@ -541,7 +532,7 @@
 
 #: client/as-util.c:4732
 msgid "Version:"
-msgstr "????????:"
+msgstr "??????????:"
 
 #. TRANSLATORS: This is the formatting of English and localized name
 #. * of the rating e.g. "Adults Only (solo adultos)"
@@ -596,7 +587,7 @@
 #. TRANSLATORS: content rating description
 #: libappstream-glib/as-content-rating.c:777
 msgid "Cartoon characters in unsafe situations"
-msgstr "??????????????????? ?????????????? ???? ??????????????????? ???? 
??????"
+msgstr "??????????????????? ?????????????? ???? ??????????????????? ??????????"
 
 #. TRANSLATORS: content rating description
 #: libappstream-glib/as-content-rating.c:779
@@ -606,7 +597,7 @@
 #. TRANSLATORS: content rating description
 #: libappstream-glib/as-content-rating.c:781
 msgid "Graphic violence involving cartoon characters"
-msgstr "?????????? ???????? ??????????????????? ??????????????"
+msgstr "?????????? ???????????? ???????? ??????????????????? ??????????????"
 
 #. TRANSLATORS: content rating description
 #: libappstream-glib/as-content-rating.c:786
@@ -621,8 +612,7 @@
 #. TRANSLATORS: content rating description
 #: libappstream-glib/as-content-rating.c:790
 msgid "Characters in aggressive conflict easily distinguishable from reality"
-msgstr ""
-"??????????????????? ?????????????? ???? ??????????????????? ???????????? ???? 
???? ?????????? ???? ???????????? ???????? ?????????? ??????????"
+msgstr "??????????????????? ?????????????? ???? ??????????????????? 
???????????? ???? ???? ?????????? ???? ???????????? ???????? ?????????? 
??????????"
 
 #. TRANSLATORS: content rating description
 #: libappstream-glib/as-content-rating.c:792

++++++ appstream-glib.obsinfo ++++++
--- /var/tmp/diff_new_pack.jMSgxc/_old  2022-07-09 16:59:38.080489956 +0200
+++ /var/tmp/diff_new_pack.jMSgxc/_new  2022-07-09 16:59:38.084489962 +0200
@@ -1,5 +1,5 @@
 name: appstream-glib
-version: 0.7.18+31
-mtime: 1646856419
-commit: 87e1aa8774dad3e6b504c641938e84490116088f
+version: 0.7.18+37
+mtime: 1654088773
+commit: 28a9f923994f3fe9d7ed48bea63ba72ba41dde91
 

Reply via email to