Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cheese for openSUSE:Factory checked in at 2023-04-20 15:13:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cheese (Old) and /work/SRC/openSUSE:Factory/.cheese.new.2023 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cheese" Thu Apr 20 15:13:18 2023 rev:115 rq:1080197 version:44.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cheese/cheese.changes 2023-04-12 12:50:45.232635163 +0200 +++ /work/SRC/openSUSE:Factory/.cheese.new.2023/cheese.changes 2023-04-20 15:13:25.105666541 +0200 @@ -1,0 +2,6 @@ +Tue Apr 18 09:13:58 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 44.0.1: + + Update AppStream metadata. + +------------------------------------------------------------------- Old: ---- cheese-44.0.tar.xz New: ---- cheese-44.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cheese.spec ++++++ --- /var/tmp/diff_new_pack.IuufAK/_old 2023-04-20 15:13:26.269671878 +0200 +++ /var/tmp/diff_new_pack.IuufAK/_new 2023-04-20 15:13:26.277671915 +0200 @@ -22,7 +22,7 @@ %define typelib_minor 0 Name: cheese -Version: 44.0 +Version: 44.0.1 Release: 0 Summary: Webcam Booth for GNOME License: GPL-2.0-or-later ++++++ cheese-44.0.tar.xz -> cheese-44.0.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cheese-44.0/NEWS new/cheese-44.0.1/NEWS --- old/cheese-44.0/NEWS 2023-04-10 10:14:55.000000000 +0200 +++ new/cheese-44.0.1/NEWS 2023-04-18 01:05:11.000000000 +0200 @@ -1,6 +1,9 @@ ChangeLog for Cheese -------------------- +version 44.0.1 + - Update AppStream metadata + version 44.0 - Avoid creating duplicated camera devices Devices detected in `cheese_camera_device_monitor_coldplug()` may get diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cheese-44.0/data/org.gnome.Cheese.appdata.xml.in new/cheese-44.0.1/data/org.gnome.Cheese.appdata.xml.in --- old/cheese-44.0/data/org.gnome.Cheese.appdata.xml.in 2023-04-10 10:14:55.000000000 +0200 +++ new/cheese-44.0.1/data/org.gnome.Cheese.appdata.xml.in 2023-04-18 01:05:11.000000000 +0200 @@ -39,6 +39,12 @@ <translation type="gettext">cheese</translation> <content_rating type="oars-1.1"/> <releases> + <release version="44.0.1" date="2022-04-17"> + <url>https://gitlab.gnome.org/GNOME/cheese/raw/44.0.1/NEWS</url> + </release> + <release version="44.0" date="2022-04-10"> + <url>https://gitlab.gnome.org/GNOME/cheese/raw/44.0/NEWS</url> + </release> <release version="43.0" date="2022-12-12"> <url>https://gitlab.gnome.org/GNOME/cheese/raw/43.0/NEWS</url> </release> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cheese-44.0/meson.build new/cheese-44.0.1/meson.build --- old/cheese-44.0/meson.build 2023-04-10 10:14:55.000000000 +0200 +++ new/cheese-44.0.1/meson.build 2023-04-18 01:05:11.000000000 +0200 @@ -1,6 +1,6 @@ project( 'cheese', ['c', 'vala'], - version: '44.0', + version: '44.0.1', license: 'GPL2', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.58.0',