From bd4035893efd853db2b853ffdc81f9e21858f00a Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga luya@fedoraproject.org Date: Fri, 31 Mar 2017 20:06:25 -0700 Subject: Enable extras with dark blue wallpaper as placeholder (#1437642)
--- .gitignore | 1 + f26-backgrounds.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore index 87612c5..dcc97d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /f26-backgrounds-26.0.0.tar.xz /f26-backgrounds-26.0.1.tar.xz +/f26-backgrounds-26.0.2.tar.xz diff --git a/f26-backgrounds.spec b/f26-backgrounds.spec index bff0788..6f4249f 100644 --- a/f26-backgrounds.spec +++ b/f26-backgrounds.spec @@ -3,10 +3,10 @@ %global bgname %(t="%{Bg_Name}";echo ${t,,})
# Enable Extras -%global with_extras 0 +%global with_extras 1
Name: %{bgname}-backgrounds -Version: %{relnum}.0.1 +Version: %{relnum}.0.2 Release: 1%{?dist} Summary: Fedora %{relnum} default desktop background
@@ -184,6 +184,9 @@ install -D -p -m644 %{SOURCE1} \ %endif
%changelog +* Fri Mar 31 2017 Luya Tshimbalanga luya@fedoraproject.org - 26.0.2-1 +- Enable extras with dark blue wallpaper as placeholder (#1437642) + * Sat Mar 25 2017 Luya Tshimbalanga luya@fedoraproject.org - 26.0.1-1 - Upstream release fixing wrong version for Gnome desktop
diff --git a/sources b/sources index 9274b5e..38f94e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (f26-backgrounds-26.0.1.tar.xz) = b40d2705b296e283552979fd18c1177dfe32fc10b1a52088a5048b2d18fb37ed7e06b5366c9d28be68e36ddfd69597a802147ea64817ea66dd66496b441df29a +SHA512 (f26-backgrounds-26.0.2.tar.xz) = 0429e7652f184e1f93c58de0668effd63f1072f064b2c25cae66e4bdb217f937629114053dca39fe0882d6f8a57951485f09ed328f59127150e31609da1cd03b
scm-commits@lists.fedoraproject.org