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-12 12:50:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cheese (Old) and /work/SRC/openSUSE:Factory/.cheese.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cheese" Wed Apr 12 12:50:44 2023 rev:114 rq:1078308 version:44.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cheese/cheese.changes 2022-12-14 14:11:05.699523100 +0100 +++ /work/SRC/openSUSE:Factory/.cheese.new.19717/cheese.changes 2023-04-12 12:50:45.232635163 +0200 @@ -1,0 +2,17 @@ +Mon Apr 10 09:13:04 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 44.0: + + Avoid creating duplicated camera devices. Devices detected in + `cheese_camera_device_monitor_coldplug()` may get duplicated, + as Gstreamer will emit `GST_MESSAGE_DEVICE_ADDED` for them. + While this issue could be fixed by reorganizing the + initialization code, let's go with a simple and robust solution + and check if a `CheeseCameraDevice` using the `GstDevice` is + already present. + - build: Use GNOME module post_install(). + + Updated translations. +- Replace update-desktop-files with desktop-file-utils, add + appstream-glib BuildRequires and check section where we validate + desktopfile and appdata. + +------------------------------------------------------------------- Old: ---- cheese-43.0.tar.xz New: ---- cheese-44.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cheese.spec ++++++ --- /var/tmp/diff_new_pack.DyjohI/_old 2023-04-12 12:50:45.692637851 +0200 +++ /var/tmp/diff_new_pack.DyjohI/_new 2023-04-12 12:50:45.696637874 +0200 @@ -1,7 +1,7 @@ # # spec file for package cheese # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,21 +22,22 @@ %define typelib_minor 0 Name: cheese -Version: 43.0 +Version: 44.0 Release: 0 Summary: Webcam Booth for GNOME License: GPL-2.0-or-later Group: Productivity/Multimedia/Other URL: https://wiki.gnome.org/Apps/Cheese -Source0: https://download.gnome.org/sources/cheese/43/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/cheese/44/%{name}-%{version}.tar.xz +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig -BuildRequires: update-desktop-files BuildRequires: vala >= 0.25.2 BuildRequires: yelp-tools BuildRequires: pkgconfig(clutter-1.0) >= 1.13.2 @@ -132,12 +133,15 @@ %install %meson_install %find_lang %{name} %{?no_lang_C} -%suse_update_desktop_file org.gnome.Cheese %fdupes %{buildroot}%{_datadir}/help/ %ldconfig_scriptlets -n libcheese%{lib_major} %ldconfig_scriptlets -n libcheese-gtk%{lib_gtk_major} +%check +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Cheese.appdata.xml +desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Cheese.desktop + %files %license COPYING %doc NEWS ++++++ cheese-43.0.tar.xz -> cheese-44.0.tar.xz ++++++ ++++ 4607 lines of diff (skipped)