Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package wallpapers-openSUSE-extra for
openSUSE:Factory checked in at 2024-10-08 17:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wallpapers-openSUSE-extra (Old)
and /work/SRC/openSUSE:Factory/.wallpapers-openSUSE-extra.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wallpapers-openSUSE-extra"
Tue Oct 8 17:18:38 2024 rev:3 rq:1205521 version:16
Changes:
--------
---
/work/SRC/openSUSE:Factory/wallpapers-openSUSE-extra/wallpapers-openSUSE-extra.changes
2021-01-18 11:32:31.464694643 +0100
+++
/work/SRC/openSUSE:Factory/.wallpapers-openSUSE-extra.new.19354/wallpapers-openSUSE-extra.changes
2024-10-08 17:19:00.159485288 +0200
@@ -1,0 +2,28 @@
+Thu Oct 3 10:13:34 UTC 2024 - Lubos Kocman <[email protected]>
+
+- Add wallpapers-openSUSE-extra-leap15 subpackage with wallpapers
+ from Leap 15
+
+* This approach eventually obsoletes gos-wallpapers and simplify
+ wallpaper situation in openSUSE
+
+* Apply suggestsions from spec-cleaner
+
+-------------------------------------------------------------------
+Wed Oct 2 18:08:40 UTC 2024 - Lubos Kocman <[email protected]>
+
+- Initial Leap 16.0 version
+
+* Distribution agnostict wallpaper for all of our distributions
+ gh#openSUSE/branding#156
+
+* A Bluetail Day Gecko, endemic to the small island of Mauritius.
+ Photo competition gh#openSUSE/wallpapers#18
+
+* Add Buildrequires for rsvg-convert and optipng to support
+ svg -> png generation on build time
+
+* Use github branch .zip export to be consistent with rest of
+ branding-* packages. Was tar.xz with tar -C wallpapers -cvf ...
+
+-------------------------------------------------------------------
Old:
----
wallpapers.tar.xz
New:
----
wallpapers-master.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wallpapers-openSUSE-extra.spec ++++++
--- /var/tmp/diff_new_pack.OoZLVf/_old 2024-10-08 17:19:01.175526474 +0200
+++ /var/tmp/diff_new_pack.OoZLVf/_new 2024-10-08 17:19:01.179526636 +0200
@@ -1,7 +1,7 @@
#
# spec file for package wallpapers-openSUSE-extra
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,17 @@
Name: wallpapers-openSUSE-extra
-Version: 15
+Version: 16
Release: 0
Summary: openSUSE Extra Wallpapers
-License: CC-BY-2.0 AND CC-BY-SA-2.0 AND CC-BY-SA-4.0
+License: CC-BY-2.0 AND CC-BY-SA-2.0 AND CC-BY-SA-4.0 AND
SUSE-Public-Domain
Group: System/GUI/Other
URL: https://github.com/openSUSE/wallpapers
-Source0: wallpapers.tar.xz
+Source0: wallpapers-master.zip
+# Building svg's at the build time
+BuildRequires: optipng
+BuildRequires: rsvg-convert
+BuildRequires: unzip
Provides: extra-wallpapers
BuildArch: noarch
@@ -31,7 +35,7 @@
Extra wallpapers for openSUSE Leap %{version}
%prep
-%setup -q -c
+%autosetup -p1 -n wallpapers-master
%build
@@ -41,7 +45,19 @@
%files
%license leap%{version}/license/*
%dir %{_datadir}/gnome-background-properties
+%dir %{_datadir}/wallpapers
%{_datadir}/gnome-background-properties/wallpapers-leap%{version}.xml
-%{_datadir}/wallpapers
%{_datadir}/wallpapers/leap%{version}
+%package leap15
+Summary: wallpapers from openSUSE Leap 15.
+Group: System/GUI/Other
+
+%description leap15
+This package contains wallpapers from openSUSE Leap 15.
+
+%files leap15
+%license leap15/license/*
+%{_datadir}/gnome-background-properties/wallpapers-leap15.xml
+%{_datadir}/wallpapers/leap15
+