|
|
@ -1,12 +1,12 @@
|
|
|
|
%global rh_backgrounds_version 15
|
|
|
|
%global rh_backgrounds_version 15
|
|
|
|
%global waves_version 0.1.2
|
|
|
|
%global waves_version 0.1.2
|
|
|
|
%global fedora_release_name f37
|
|
|
|
%global fedora_release_name f38
|
|
|
|
%global gnome_default default
|
|
|
|
%global gnome_default default
|
|
|
|
%global picture_ext png
|
|
|
|
%global picture_ext png
|
|
|
|
|
|
|
|
|
|
|
|
Name: desktop-backgrounds
|
|
|
|
Name: desktop-backgrounds
|
|
|
|
Version: 37.0.0
|
|
|
|
Version: 38.0.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Desktop backgrounds
|
|
|
|
Summary: Desktop backgrounds
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
@ -132,9 +132,9 @@ ln -s ../../../../backgrounds/waves/waves-wide-3-night.png 1920x1200.png
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
/bin/echo '[org.gnome.desktop.background]' > \
|
|
|
|
/bin/echo '[org.gnome.desktop.background]' > \
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
|
|
|
|
/bin/echo "picture-uri='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}-01-day.webp'" >> \
|
|
|
|
/bin/echo "picture-uri='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}-01-day.png'" >> \
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
|
|
|
|
/bin/echo "picture-uri-dark='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}-01-night.webp'" >> \
|
|
|
|
/bin/echo "picture-uri-dark='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}-01-night.png'" >> \
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
|
|
|
|
# Use the Fedora background on the GNOME lockscreen as well. Would be awesome to
|
|
|
|
# Use the Fedora background on the GNOME lockscreen as well. Would be awesome to
|
|
|
|
# have a separate image here to complement the default Fedora background, rather
|
|
|
|
# have a separate image here to complement the default Fedora background, rather
|
|
|
@ -142,9 +142,9 @@ mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
# desktop backgrounds with GNOME lockscreens, and they just do not match at all.
|
|
|
|
# desktop backgrounds with GNOME lockscreens, and they just do not match at all.
|
|
|
|
/bin/echo '[org.gnome.desktop.screensaver]' > \
|
|
|
|
/bin/echo '[org.gnome.desktop.screensaver]' > \
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.screensaver.fedora.gschema.override
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.screensaver.fedora.gschema.override
|
|
|
|
/bin/echo "picture-uri='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}-01-day.webp'" >> \
|
|
|
|
/bin/echo "picture-uri='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}-01-day.png'" >> \
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.screensaver.fedora.gschema.override
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.screensaver.fedora.gschema.override
|
|
|
|
/bin/echo "picture-uri-dark='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}-01-night.webp'" >> \
|
|
|
|
/bin/echo "picture-uri-dark='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}-01-night.png'" >> \
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.screensaver.fedora.gschema.override
|
|
|
|
%{buildroot}%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.screensaver.fedora.gschema.override
|
|
|
|
# for KDE, this is handled in kde-settings
|
|
|
|
# for KDE, this is handled in kde-settings
|
|
|
|
# for XFCE, LXDE, etc.
|
|
|
|
# for XFCE, LXDE, etc.
|
|
|
@ -216,470 +216,4 @@ mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
%{_datadir}/backgrounds/default.xml
|
|
|
|
%{_datadir}/backgrounds/default.xml
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 37.0.0-5
|
|
|
|
%autochangelog
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 6 2022 Luya Tshimbalanga <luya@fedoraproject.org> - 37.0.0-4
|
|
|
|
|
|
|
|
- Revert build requirement change for compat subpackage
|
|
|
|
|
|
|
|
- Fix default png file patth for compat subpackage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 30 2022 Luya Tshimbalanga <luya@fedoraproject.org> - 37.0.0-3
|
|
|
|
|
|
|
|
- Revert changes for MATE, XFCE and LXDE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Sep 25 2022 Luya Tshimbalanga <luya@fedoraproject.org> - 37.0.0-2
|
|
|
|
|
|
|
|
- Switch to webp format by default for Fedora backgrounds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 11 2022 Luya Tshimbalanga <luya@fedoraproject.org> - 37.0.0-1
|
|
|
|
|
|
|
|
- Enable F37 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 36.0.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 10 2022 Adam Williamson <awilliam@redhat.com> - 36.0.0-2
|
|
|
|
|
|
|
|
- Set GNOME defaults to day and night images, not the animated XML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2022 Luya Tshimbalanga <luya@fedoraproject.org> - 36.0.0-1
|
|
|
|
|
|
|
|
- Enable F36 theme
|
|
|
|
|
|
|
|
- Resolves: fedora#2052654
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 35.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 26 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 35.0.0-1
|
|
|
|
|
|
|
|
- Enable F35 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 34.0.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 31 2021 Wolfgang Ulbrich <fedora@raveit.de> - 34.0.0-2
|
|
|
|
|
|
|
|
- Adding a default.xml background
|
|
|
|
|
|
|
|
- Resolves: fedora#1928383
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 05 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 34.0.0-1
|
|
|
|
|
|
|
|
- Enable F34 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 33.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 33.0.0-1
|
|
|
|
|
|
|
|
- Enable F33 theme
|
|
|
|
|
|
|
|
- Clean up spec file
|
|
|
|
|
|
|
|
- Drop all old subfolders (standard,normalish,wide) in favor of single default source folder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 32.0.0-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 02 2020 Björn Esser <besser82@fedoraproject.org> - 32.0.0-4
|
|
|
|
|
|
|
|
- Fix string quoting for rpm >= 4.16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 07 2020 Adam Williamson <awilliam@redhat.com> - 32.0.0-3
|
|
|
|
|
|
|
|
- Fix up -compat symlinks for removal of aspect ratio-specific images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 06 2020 Adam Williamson <awilliam@redhat.com> - 32.0.0-2
|
|
|
|
|
|
|
|
- Fix fedora_release_name which was not updated in -1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 04 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 32.0.0-1
|
|
|
|
|
|
|
|
- Enable F32 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 31.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 03 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 31.0.0-1
|
|
|
|
|
|
|
|
- Enable F31 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 30.0.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 04 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 30.0.0-1
|
|
|
|
|
|
|
|
- Add 16:9 wide ratio background and set it as default (#1689409)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 04 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 30.0.0-1
|
|
|
|
|
|
|
|
- Enable F30 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 28 2019 Robin Lee <cheeselee@fedoraproject.org> - 29.0.0-3
|
|
|
|
|
|
|
|
- Own %%{_datadir}/backgrounds/images/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 29.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 28 2018 Luya Tshimbalanga <luya@fedoraproject.org> - 29.0.0-1
|
|
|
|
|
|
|
|
- Enable F29 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 28.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 05 2018 Luya Tshimbalanga <luya@fedoraproject.org> - 28.0.0-1
|
|
|
|
|
|
|
|
- Enable F28 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 27.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 11 2017 Luya Tshimbalanga <luya@fedoraproject.org> - 27.0.0-1
|
|
|
|
|
|
|
|
- Enable F27 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 26.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 22 2017 Luya Tshimbalanga <luya@fedoraproject.org> - 26.0.0-1
|
|
|
|
|
|
|
|
- Enable F26 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 25.0.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 16 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 25.0.0-2
|
|
|
|
|
|
|
|
- Enable support for MATE desktop (#1395507)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 23 2016 Luya Tshimbalanga <luya@fedoraproject.org> - 25.0.0-1
|
|
|
|
|
|
|
|
- Enable F25 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 21 2016 Paul W. Frields <stickster@gmail.com> - 24.0.0-1
|
|
|
|
|
|
|
|
- Enable F24 theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 23.0.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 29 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 23.0.0-2
|
|
|
|
|
|
|
|
- Use Fedora theme for GNOME lockscreen as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 05 2015 Adam Williamson <awilliam@redhat.com> - 23.0.0-1
|
|
|
|
|
|
|
|
- Enable F23 theme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.0.0-1
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2015 Martin Sourada <mso@fedoraproject.org> - 22.0.0-1
|
|
|
|
|
|
|
|
- Enable F22 theme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 27 2014 Martin Sourada <mso@fedoraproject.org> - 21.0.0-1
|
|
|
|
|
|
|
|
- Enable F21 theme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 10 2013 Martin Sourada <mso@fedoraproject.org> - 20.0.0-1
|
|
|
|
|
|
|
|
- Switch to Heisenbug.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 19.0.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2013 Martin Sourada <mso@fedoraproject.org> - 19.0.0-2
|
|
|
|
|
|
|
|
- Rebuild against new schroedinger-cat-backgrounds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 12 2013 Martin Sourada <mso@fedoraproject.org> - 19.0.0-1
|
|
|
|
|
|
|
|
- Switch to Schrödinger's cat
|
|
|
|
|
|
|
|
- As the original images are jpg, conver them to pngs instead of symlinking
|
|
|
|
|
|
|
|
- This requires rebuild whenever schroedinger-cat-backgrounds-base is updated
|
|
|
|
|
|
|
|
- Drop -xfce subpackage, xfce uses the -compat one as well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 18.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 20 2012 Martin Sourada <mso@fedoraproject.org> - 18.0.0-1
|
|
|
|
|
|
|
|
- Switch to Spherical Cow
|
|
|
|
|
|
|
|
- Add priority number to gschema override filename
|
|
|
|
|
|
|
|
- Drop Fedora 15 conditionals
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 07 2012 Martin Sourada <mso@fedoraproject.org> - 17.0.0-1
|
|
|
|
|
|
|
|
- Switch to Beefy Miracle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 16.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 29 2011 Martin Sourada <mso@fedoraproject.org> - 16.0.0-1
|
|
|
|
|
|
|
|
- Switch to Verne
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 02 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-8
|
|
|
|
|
|
|
|
- Use stripes version of the wallpaper on F15 in Gnome
|
|
|
|
|
|
|
|
- We should require the schema we override, not the component that uses
|
|
|
|
|
|
|
|
it
|
|
|
|
|
|
|
|
- Fix the scriplets
|
|
|
|
|
|
|
|
- Minor spec clean-up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2011 Tom Callaway <spot@fedoraproject.org> - 15.0.0-7
|
|
|
|
|
|
|
|
- picture-uri needs to be an actual uri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-6
|
|
|
|
|
|
|
|
- Update for upcoming changes in gnome-desktop-2.91.92
|
|
|
|
|
|
|
|
* picture-uri is used instead of picture-filename to select background
|
|
|
|
|
|
|
|
gnome bz #633983
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-5
|
|
|
|
|
|
|
|
- Set default wallpaper for gnome
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 07 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 15.0.0-4
|
|
|
|
|
|
|
|
- Drop unused -kde subpackage, we set the default through kde-settings & pull it
|
|
|
|
|
|
|
|
in through system-plasma-desktoptheme, which is Provided by lovelock-kde-theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.0.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 07 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-2
|
|
|
|
|
|
|
|
- The file-names should not contain the word fedora for the system-backgrounds*
|
|
|
|
|
|
|
|
virtual provides to be more effective
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 07 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-1
|
|
|
|
|
|
|
|
- Provide file-names for default wallpapers
|
|
|
|
|
|
|
|
* new subpackages -gnome, -kde, xfce for the various DEs
|
|
|
|
|
|
|
|
* -compat subpackage is really for setting the default wallpaper for the
|
|
|
|
|
|
|
|
other desktops like LXDE, adjust the description and summary
|
|
|
|
|
|
|
|
* use correct suffix in file-names in -compat subpackage
|
|
|
|
|
|
|
|
- Sync version with Fedora release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 12 2010 Martin Sourada <mso@fedoraproject.org> - 9.0.0-15
|
|
|
|
|
|
|
|
- Rebuild, add dist tag.
|
|
|
|
|
|
|
|
- Properly versioned provides/obsoletes for the -basic subpackage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 05 2010 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-14
|
|
|
|
|
|
|
|
- Update for F14 Laughlin artwork
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-14
|
|
|
|
|
|
|
|
- Adjustments for recent Goddard artwork changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 18 2010 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-13
|
|
|
|
|
|
|
|
- Update for F13 Goddard artwork
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 1 2010 Matthias Clasen <mclasen@redhat.com> - 9.0.0-12
|
|
|
|
|
|
|
|
- Fix a directory ownership issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-11
|
|
|
|
|
|
|
|
- Bump release for RC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 01 2009 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-10
|
|
|
|
|
|
|
|
- Update for F12 constantine artwork
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-9
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 9.0.0-8
|
|
|
|
|
|
|
|
- fix compat subpackage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 9.0.0-6
|
|
|
|
|
|
|
|
- Tweak descriptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 4 2008 Ray Strode <rstrode@redhat.com> 9.0.0-5
|
|
|
|
|
|
|
|
- Fix compat links after solar-backgrounds restructuring
|
|
|
|
|
|
|
|
(bug 469789)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 9.0.0-4
|
|
|
|
|
|
|
|
- Make compat subpackage depend on solar backgrounds
|
|
|
|
|
|
|
|
(bug 468749)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 9.0.0-3
|
|
|
|
|
|
|
|
- Move waves wallpapers to a subpackage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 08 2008 Than Ngo <than@redhat.com> 9.0.0-2
|
|
|
|
|
|
|
|
- own /usr/share/wallpapers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 11 2008 Ray Strode <rstrode@redhat.com> 9.0.0-1
|
|
|
|
|
|
|
|
- Update wallpapers to latest iteration from art team
|
|
|
|
|
|
|
|
- Add compat subpackage to provide compat-links for all the cruft
|
|
|
|
|
|
|
|
that's accumulated over the years
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 11 2008 Than Ngo <than@redhat.com> 8.92-5
|
|
|
|
|
|
|
|
- Add FedoraWaves theme for KDE4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 8.92-4
|
|
|
|
|
|
|
|
- Rename FC5-era backgrounds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 6 2008 Matthias Clasen <mclasen@redhat.com> - 8.92-3
|
|
|
|
|
|
|
|
- Drop infinity backgrounds, they will be moved to a separate package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 29 2008 Matthias Clasen <mclasen@redhat.com> - 8.92-2
|
|
|
|
|
|
|
|
- Move the "waves" animation start time back to the past
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 29 2008 Matthias Clasen <mclasen@redhat.com> - 8.92-1
|
|
|
|
|
|
|
|
- Add "Waves" backgrounds. Leave infinity for now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 11 2007 Ray Strode <rstrode@redhat.com> - 7.92-8
|
|
|
|
|
|
|
|
- Scale images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 9 2007 Ray Strode <rstrode@redhat.com> - 7.92-7
|
|
|
|
|
|
|
|
- Upgrade desktop backgrounds to higher fidelity versions,
|
|
|
|
|
|
|
|
given by Máirín Duffy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 26 2007 Máirín Duffy <duffy@redhat.com> - 7.92-6
|
|
|
|
|
|
|
|
- wallpapers redone so there is no more banding
|
|
|
|
|
|
|
|
- wallpapers renamed
|
|
|
|
|
|
|
|
- infinity animated file bugs fixed (hopefully)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 20 2007 Ray Strode <rstrode@redhat.com> - 7.92-5
|
|
|
|
|
|
|
|
- fix symlinks again
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 6 2007 Bill Nottingham <notting@redhat.com> - 7.92-4
|
|
|
|
|
|
|
|
- fix symlinks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 5 2007 Ray Strode <rstrode@redhat.com> - 7.92-3
|
|
|
|
|
|
|
|
- create links for default.png etc until more artwork shows up
|
|
|
|
|
|
|
|
- start animated backgrounds at midnight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 30 2007 Jeremy Katz <katzj@redhat.com> - 7.92-2
|
|
|
|
|
|
|
|
- need to include less infinity backgrounds for now; the space usage
|
|
|
|
|
|
|
|
kill livecds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 29 2007 Máirín Duffy <duffy@redhat.com> - 7.92-1
|
|
|
|
|
|
|
|
- Add Infinity background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 8 2007 Matthias Clasen <mclasen@redhat.com> - 2.0-38
|
|
|
|
|
|
|
|
- Update the licence field
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 06 2006 John (J5) Palmieri <johnp@redhat.com> - 2.0-37
|
|
|
|
|
|
|
|
- Backgrounds are now changed to jpgs and 4:3 has been replaced
|
|
|
|
|
|
|
|
by a 5:4 aspect image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 28 2006 John (J5) Palmieri <johnp@redhat.com> - 2.0-35
|
|
|
|
|
|
|
|
- Add 4:3 aspect ration version of background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2006 John (J5) Palmieri <johnp@redhat.com> - 2.0-35
|
|
|
|
|
|
|
|
- Add dual screen background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2006 Alexander Larsson <alexl@redhat.com> - 2.0-34
|
|
|
|
|
|
|
|
- Add wide desktop background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 5 2006 Matthias Clasen <mclasen@redaht.com> 2.0-33
|
|
|
|
|
|
|
|
- Really remove the default background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 5 2006 Matthias Clasen <mclasen@redaht.com> 2.0-32
|
|
|
|
|
|
|
|
- Move the default background to fedora-logos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 19 2005 Ray Strode <rstrode@redhat.com> 2.0-31
|
|
|
|
|
|
|
|
- replace default fedora background with new one
|
|
|
|
|
|
|
|
from Diana Fong
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 2.0-30.1
|
|
|
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 6 2005 Matthias Clasen <mclasen@redhat.com> 2.0-30
|
|
|
|
|
|
|
|
- Replace earth_from_space.jpg with a non-mirrored version (#163345)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 27 2005 John (J5) Palmieri <johnp@redhat.com> 2.0-29
|
|
|
|
|
|
|
|
- Add translations
|
|
|
|
|
|
|
|
- redhat-backgrounds-9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 22 2005 Elliot Lee <sopwith@redhat.com> 2.0-28
|
|
|
|
|
|
|
|
- Remove extra backgrounds for now to save space.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> - 2.0-27
|
|
|
|
|
|
|
|
- Move .xml files to where the background capplet in
|
|
|
|
|
|
|
|
Gnome 2.10 will find them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.2.1E
|
|
|
|
|
|
|
|
- RHEL build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.2
|
|
|
|
|
|
|
|
- New background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 30 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.1E
|
|
|
|
|
|
|
|
- RHEL build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 30 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26
|
|
|
|
|
|
|
|
- New default background infrastructure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 27 2004 Matthias Clasen <mclasen@@redhat.com> 2.0.25
|
|
|
|
|
|
|
|
- avoid duplicate images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 27 2004 Matthias Clasen <mclasen@@redhat.com> 2.0.24
|
|
|
|
|
|
|
|
- Prepopulate the list of backgrounds in the background
|
|
|
|
|
|
|
|
changes with a small set of good backgrounds (#133382)
|
|
|
|
|
|
|
|
- redhat-backgrounds-7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 09 2004 Elliot Lee <sopwith@redhat.com> 2.0-23
|
|
|
|
|
|
|
|
- Really update the default background.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 07 2004 Elliot Lee <sopwith@redhat.com> 2.0-21
|
|
|
|
|
|
|
|
- Change background for FC3test1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 2.0-20
|
|
|
|
|
|
|
|
- background from Garrett for FC2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 2 2003 Elliot Lee <sopwith@redhat.com> 2.0-18
|
|
|
|
|
|
|
|
- redhat-backgrounds-6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 29 2003 Havoc Pennington <hp@redhat.com> 2.0-17
|
|
|
|
|
|
|
|
- redhat-backgrounds-5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 23 2003 Michael Fulbright <msf@redhat.com> 2.0-16
|
|
|
|
|
|
|
|
- new fedora background
|
|
|
|
|
|
|
|
- (this change was never committed to cvs -hp)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 17 2003 Havoc Pennington <hp@redhat.com> 2.0-15
|
|
|
|
|
|
|
|
- background for the beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 21 2003 Havoc Pennington <hp@redhat.com> 2.0-14
|
|
|
|
|
|
|
|
- some background tweaks from Garrett
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 6 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
- update redhat-backgrounds version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 3 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- new redhat-backgrounds from CVS with new default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 27 2002 Than Ngo <than@redhat.com> 2.0-9
|
|
|
|
|
|
|
|
- add missing kdebase desktop backgrounds (bug #72508)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- drop the beta placeholder in favor of final background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- new redhat-backgrounds with wallpapers moved to tiles
|
|
|
|
|
|
|
|
- overwrite default.png with a placeholder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 9 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- new redhat-backgrounds with default.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- new redhat-backgrounds from CVS with default.jpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- new images from Garrett added to -extra
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- redo it, now it includes the tile/image collection
|
|
|
|
|
|
|
|
redhat-backgrounds from CVS, plus propaganda
|
|
|
|
|
|
|
|
- move things to datadir/share/backgrounds/images
|
|
|
|
|
|
|
|
and datadir/share/backgrounds/wallpapers
|
|
|
|
|
|
|
|
- split into a small basic package and an extra package,
|
|
|
|
|
|
|
|
so we can have packages require the basic package
|
|
|
|
|
|
|
|
without sucking in huge images
|
|
|
|
|
|
|
|
- move space images into devserv CVS
|
|
|
|
|
|
|
|
- move nautilus and kdebase tiles into devserv CVS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 29 2000 Dave Mason <dcm@redhat.com>
|
|
|
|
|
|
|
|
- updated spec file to RPM guidelines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 29 2000 Than Ngo <than@redhat.de>
|
|
|
|
|
|
|
|
- FHS fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 01 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
|
|
|
- new space backgrounds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 2 1999 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
|
|
|
- added propaganda tiles. Spruced it up a bit
|
|
|
|
|
|
|
|
- moved README files out of tarball, and into docs dir.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
|
|
|
- First attempt
|
|
|
|
|
|
|
|