Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-boxes for openSUSE:Factory checked in at 2021-12-09 19:45:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-boxes (Old) and /work/SRC/openSUSE:Factory/.gnome-boxes.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-boxes" Thu Dec 9 19:45:54 2021 rev:84 rq:937831 version:41.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-boxes/gnome-boxes.changes 2021-09-29 20:19:53.443073411 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-boxes.new.2520/gnome-boxes.changes 2021-12-09 19:46:36.817162263 +0100 @@ -1,0 +2,11 @@ +Fri Dec 3 18:05:24 UTC 2021 - Bj??rn Lie <[email protected]> + +- Update to version 41.2: + + Update to the list of downloadable operating systems + + Fix an issue causing VMs to have no sound + + Fix an issue preventing users from configuring 3D acceleration + + Updated translations. +- Rebase gnome-boxes-opensuse.patch, push it upstream, fix tag in + spec. + +------------------------------------------------------------------- Old: ---- gnome-boxes-41.1.tar.xz New: ---- gnome-boxes-41.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-boxes.spec ++++++ --- /var/tmp/diff_new_pack.DFc3VL/_old 2021-12-09 19:46:37.513162599 +0100 +++ /var/tmp/diff_new_pack.DFc3VL/_new 2021-12-09 19:46:37.521162602 +0100 @@ -22,7 +22,7 @@ %define govf_sover 0.1 %define gfrdp_sover 0.1 Name: gnome-boxes -Version: 41.1 +Version: 41.2 Release: 0 Summary: A GNOME 3 application to access remote or virtual systems License: LGPL-2.0-or-later @@ -30,7 +30,7 @@ URL: https://wiki.gnome.org/Design/Apps/Boxes Source0: https://download.gnome.org/sources/gnome-boxes/41/%{name}-%{version}.tar.xz -# PATCH-FEATURE-OPENSUSE [email protected] -- Ensure Tumbleweed is listed as recommended distribution +# PATCH-FEATURE-UPSTREAM -- Ensure Tumbleweed is listed as recommended distribution Patch0: gnome-boxes-opensuse.patch BuildRequires: fdupes BuildRequires: meson >= 0.50.0 ++++++ gnome-boxes-41.1.tar.xz -> gnome-boxes-41.2.tar.xz ++++++ ++++ 8962 lines of diff (skipped) ++++++ gnome-boxes-opensuse.patch ++++++ --- /var/tmp/diff_new_pack.DFc3VL/_old 2021-12-09 19:46:38.325162990 +0100 +++ /var/tmp/diff_new_pack.DFc3VL/_new 2021-12-09 19:46:38.329162991 +0100 @@ -1,11 +1,25 @@ -diff -Nur gnome-boxes-40.2-old/data/recommended-downloads.xml gnome-boxes-40.2/data/recommended-downloads.xml ---- gnome-boxes-40.2-old/data/recommended-downloads.xml 2021-06-04 14:09:48.002527000 +0200 -+++ gnome-boxes-40.2/data/recommended-downloads.xml 2021-06-04 19:36:33.338344987 +0200 -@@ -14,6 +14,7 @@ - <os_id>http://fedoraproject.org/silverblue/34</os_id> - <os_id>http://ubuntu.com/ubuntu/20.10</os_id> +From 16edba43ce6be1f681db25a5a1b93a139ed1f862 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= <[email protected]> +Date: Mon, 6 Dec 2021 19:21:28 +0000 +Subject: [PATCH] recommended-downloads: Add openSUSE Tumbleweed + +Add openSUSE Tumbleweed, the rolling release version of openSUSE, to list of recommended OS downloads. +--- + data/recommended-downloads.xml | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/data/recommended-downloads.xml b/data/recommended-downloads.xml +index 44bbb7ae..aca6aa3c 100644 +--- a/data/recommended-downloads.xml ++++ b/data/recommended-downloads.xml +@@ -15,6 +15,7 @@ + <os_id>http://fedoraproject.org/silverblue/35</os_id> + <os_id>http://ubuntu.com/ubuntu/21.10</os_id> <os_id>http://opensuse.org/opensuse/15.3</os_id> + <os_id>http://opensuse.org/opensuse/tumbleweed</os_id> - <os_id>http://debian.org/debian/10</os_id> - <os_id>http://endlessos.com/eos/3.10</os_id> + <os_id>http://debian.org/debian/11</os_id> + <os_id>http://endlessos.com/eos/4.0</os_id> <os_id>http://gnome.org/gnome/nightly</os_id> +-- +GitLab +
