From eb906a12ad7fe8e62b4bb424f03e228bd1966de05dce0192c3e60fe68147bcbf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:32:58 +0000 Subject: [PATCH 1/2] Accepting request 1002624 from GNOME:Next GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002624 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-backgrounds?expand=0&rev=131 --- gnome-backgrounds-42.0.tar.xz | 3 --- gnome-backgrounds-43.rc.tar.xz | 3 +++ gnome-backgrounds.changes | 22 ++++++++++++++++++++++ gnome-backgrounds.spec | 8 ++++++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 gnome-backgrounds-42.0.tar.xz create mode 100644 gnome-backgrounds-43.rc.tar.xz diff --git a/gnome-backgrounds-42.0.tar.xz b/gnome-backgrounds-42.0.tar.xz deleted file mode 100644 index 4ec75a7..0000000 --- a/gnome-backgrounds-42.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c7fe1a09f459c5f77189a5982524fce05d888944955d679910f234606c1295d -size 51639368 diff --git a/gnome-backgrounds-43.rc.tar.xz b/gnome-backgrounds-43.rc.tar.xz new file mode 100644 index 0000000..3a3a076 --- /dev/null +++ b/gnome-backgrounds-43.rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d308e008b87914a8761229c43dd8607a646a05ec0c497366386e5c7ef531086d +size 32816592 diff --git a/gnome-backgrounds.changes b/gnome-backgrounds.changes index ed42458..488a083 100644 --- a/gnome-backgrounds.changes +++ b/gnome-backgrounds.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Sep 6 15:55:55 UTC 2022 - Luciano Santos + +- Update to version 43.rc: + + Nothing meaningful. + +------------------------------------------------------------------- +Mon Aug 29 21:41:08 UTC 2022 - Bjørn Lie + +- Add rich Requires to pull in svg and webp pixbuf loaders. + (gdk-pixbuf-loader-rsvg if libgdk_pixbuf-2_0) and + (webp-pixbuf-loader if libgdk_pixbuf-2_0). + +------------------------------------------------------------------- +Fri Aug 5 07:26:36 UTC 2022 - Bjørn Lie + +- Update to version 43.beta: + + All new 43 set of default and supplemental wallpapers. + + SVG and WebM formats for better compression and resolution. + + 4k square format targeting both widescreen, 4:3 and portrait + displays. + ------------------------------------------------------------------- Mon Mar 21 19:26:34 UTC 2022 - Bjørn Lie diff --git a/gnome-backgrounds.spec b/gnome-backgrounds.spec index 71e62f1..a23d894 100644 --- a/gnome-backgrounds.spec +++ b/gnome-backgrounds.spec @@ -17,16 +17,20 @@ Name: gnome-backgrounds -Version: 42.0 +Version: 43.rc Release: 0 Summary: GNOME Backgrounds License: CC-BY-SA-3.0 Group: System/GUI/GNOME URL: https://gitlab.gnome.org/GNOME/gnome-backgrounds -Source0: https://download.gnome.org/sources/gnome-backgrounds/42/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-backgrounds/43/%{name}-%{version}.tar.xz BuildRequires: meson BuildRequires: pkgconfig +# svg pixbuf loader +Requires: (gdk-pixbuf-loader-rsvg if libgdk_pixbuf-2_0) +# webp pixbuf loader +Requires: (webp-pixbuf-loader if libgdk_pixbuf-2_0) BuildArch: noarch Obsoletes: %{name}-lang < %{version} From 2175a2fce33e84b12853fed2ed70fedfa90cb74fe3c671247c16a933ddf76e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 20 Sep 2022 19:31:31 +0000 Subject: [PATCH 2/2] Accepting request 1005025 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1005025 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-backgrounds?expand=0&rev=132 --- gnome-backgrounds-43.rc.tar.xz | 3 --- gnome-backgrounds-43.tar.xz | 3 +++ gnome-backgrounds.changes | 8 +++++++- gnome-backgrounds.spec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-backgrounds-43.rc.tar.xz create mode 100644 gnome-backgrounds-43.tar.xz diff --git a/gnome-backgrounds-43.rc.tar.xz b/gnome-backgrounds-43.rc.tar.xz deleted file mode 100644 index 3a3a076..0000000 --- a/gnome-backgrounds-43.rc.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d308e008b87914a8761229c43dd8607a646a05ec0c497366386e5c7ef531086d -size 32816592 diff --git a/gnome-backgrounds-43.tar.xz b/gnome-backgrounds-43.tar.xz new file mode 100644 index 0000000..01e5228 --- /dev/null +++ b/gnome-backgrounds-43.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f749d8c37f872f155bb69a2bbe7aca381175e6929f1998047d775cbc637244 +size 32816552 diff --git a/gnome-backgrounds.changes b/gnome-backgrounds.changes index 488a083..8bf4e8f 100644 --- a/gnome-backgrounds.changes +++ b/gnome-backgrounds.changes @@ -1,8 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 20 17:46:58 UTC 2022 - Bjørn Lie + +- Updated to version 43: + + No changes, stable bump only. + ------------------------------------------------------------------- Tue Sep 6 15:55:55 UTC 2022 - Luciano Santos - Update to version 43.rc: - + Nothing meaningful. + + Minor janitory. ------------------------------------------------------------------- Mon Aug 29 21:41:08 UTC 2022 - Bjørn Lie diff --git a/gnome-backgrounds.spec b/gnome-backgrounds.spec index a23d894..b1acb20 100644 --- a/gnome-backgrounds.spec +++ b/gnome-backgrounds.spec @@ -17,7 +17,7 @@ Name: gnome-backgrounds -Version: 43.rc +Version: 43 Release: 0 Summary: GNOME Backgrounds License: CC-BY-SA-3.0