RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gnome-backgrounds#849b3355fd1ef387192bfd9fbde23f768ba3b692
This commit is contained in:
parent
6cccc725ff
commit
27ea878cd1
64
.gitignore
vendored
64
.gitignore
vendored
@ -0,0 +1,64 @@
|
||||
gnome-backgrounds-2.30.0.tar.bz2
|
||||
/gnome-backgrounds-2.32.0.tar.bz2
|
||||
/gnome-backgrounds-2.91.92.tar.bz2
|
||||
/gnome-backgrounds-3.0.0.tar.bz2
|
||||
/gnome-backgrounds-3.0.1.tar.bz2
|
||||
/gnome-backgrounds-3.1.2.tar.xz
|
||||
/gnome-backgrounds-3.1.91.tar.xz
|
||||
/gnome-backgrounds-3.2.0.tar.xz
|
||||
/gnome-backgrounds-3.3.3.tar.xz
|
||||
/gnome-backgrounds-3.3.91.tar.xz
|
||||
/gnome-backgrounds-3.3.92.tar.xz
|
||||
/gnome-backgrounds-3.4.0.tar.xz
|
||||
/gnome-backgrounds-3.4.1.tar.xz
|
||||
/gnome-backgrounds-3.4.2.tar.xz
|
||||
/gnome-backgrounds-3.5.90.tar.xz
|
||||
/gnome-backgrounds-3.5.91.tar.xz
|
||||
/gnome-backgrounds-3.6.0.tar.xz
|
||||
/gnome-backgrounds-3.6.1.tar.xz
|
||||
/gnome-backgrounds-3.7.4.tar.xz
|
||||
/gnome-backgrounds-3.7.5.tar.xz
|
||||
/gnome-backgrounds-3.7.92.tar.xz
|
||||
/gnome-backgrounds-3.8.0.tar.xz
|
||||
/gnome-backgrounds-3.8.1.tar.xz
|
||||
/gnome-backgrounds-3.9.91.tar.xz
|
||||
/gnome-backgrounds-3.10.0.tar.xz
|
||||
/gnome-backgrounds-3.10.1.tar.xz
|
||||
/gnome-backgrounds-3.11.5.tar.xz
|
||||
/gnome-backgrounds-3.12.0.tar.xz
|
||||
/gnome-backgrounds-3.12.1.tar.xz
|
||||
/gnome-backgrounds-3.12.2.tar.xz
|
||||
/gnome-backgrounds-3.13.90.tar.xz
|
||||
/gnome-backgrounds-3.13.92.tar.xz
|
||||
/gnome-backgrounds-3.14.0.tar.xz
|
||||
/gnome-backgrounds-3.14.1.tar.xz
|
||||
/gnome-backgrounds-3.15.2.tar.xz
|
||||
/gnome-backgrounds-3.15.90.tar.xz
|
||||
/gnome-backgrounds-3.15.91.tar.xz
|
||||
/gnome-backgrounds-3.15.92.tar.xz
|
||||
/gnome-backgrounds-3.16.0.tar.xz
|
||||
/gnome-backgrounds-3.17.3.tar.xz
|
||||
/gnome-backgrounds-3.18.0.tar.xz
|
||||
/gnome-backgrounds-3.19.90.tar.xz
|
||||
/gnome-backgrounds-3.20.tar.xz
|
||||
/gnome-backgrounds-3.21.91.tar.xz
|
||||
/gnome-backgrounds-3.22.0.tar.xz
|
||||
/gnome-backgrounds-3.22.1.tar.xz
|
||||
/gnome-backgrounds-3.23.91.tar.xz
|
||||
/gnome-backgrounds-3.24.0.tar.xz
|
||||
/gnome-backgrounds-3.25.4.tar.xz
|
||||
/gnome-backgrounds-3.26.0.tar.xz
|
||||
/gnome-backgrounds-3.26.1.tar.xz
|
||||
/gnome-backgrounds-3.26.2.tar.xz
|
||||
/gnome-backgrounds-3.28.0.tar.xz
|
||||
/gnome-backgrounds-3.29.90.tar.xz
|
||||
/gnome-backgrounds-3.30.0.tar.xz
|
||||
/gnome-backgrounds-3.31.91.tar.xz
|
||||
/gnome-backgrounds-3.32.0.tar.xz
|
||||
/gnome-backgrounds-3.34.0.tar.xz
|
||||
/gnome-backgrounds-3.35.91.tar.xz
|
||||
/gnome-backgrounds-3.36.0.tar.xz
|
||||
/gnome-backgrounds-3.37.2.tar.xz
|
||||
/gnome-backgrounds-3.37.92.tar.xz
|
||||
/gnome-backgrounds-3.37.92.1.tar.xz
|
||||
/gnome-backgrounds-3.38.0.tar.xz
|
409
gnome-backgrounds.spec
Normal file
409
gnome-backgrounds.spec
Normal file
@ -0,0 +1,409 @@
|
||||
Name: gnome-backgrounds
|
||||
Version: 3.38.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Desktop backgrounds packaged with the GNOME desktop
|
||||
|
||||
License: GPLv2
|
||||
URL: http://www.gnome.org
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: move-adwaita-backgrounds.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
# Make sure both gnome-backgrounds and -extras get installed on upgrades
|
||||
Obsoletes: gnome-backgrounds < 3.24.0-3
|
||||
|
||||
%description
|
||||
The gnome-backgrounds package contains the default
|
||||
desktop background, known as the Adwaita background,
|
||||
for the GNOME Desktop version
|
||||
|
||||
%package extras
|
||||
Summary: Additional GNOME Backgrounds
|
||||
License: GPLv2
|
||||
# Make sure both gnome-backgrounds and -extras get installed on upgrades
|
||||
Obsoletes: gnome-backgrounds < 3.24.0-3
|
||||
|
||||
%description extras
|
||||
This package contains the additional desktop backgrounds
|
||||
which are packaged with the GNOME desktop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
|
||||
|
||||
# all translations are merged back into xml by intltool
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md
|
||||
%{_datadir}/gnome-background-properties/adwaita.xml
|
||||
%{_datadir}/backgrounds/gnome/adwaita-day.jpg
|
||||
%{_datadir}/backgrounds/gnome/adwaita-morning.jpg
|
||||
%{_datadir}/backgrounds/gnome/adwaita-night.jpg
|
||||
%{_datadir}/backgrounds/gnome/adwaita-timed.xml
|
||||
|
||||
%files extras
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md
|
||||
%{_datadir}/gnome-background-properties/gnome-backgrounds.xml
|
||||
%{_datadir}/backgrounds/gnome/Acrylic.jpg
|
||||
%{_datadir}/backgrounds/gnome/ColdWarm.jpg
|
||||
%{_datadir}/backgrounds/gnome/Dark_Ivy.jpg
|
||||
%{_datadir}/backgrounds/gnome/Endless-shapes.jpg
|
||||
%{_datadir}/backgrounds/gnome/Icetwigs.jpg
|
||||
%{_datadir}/backgrounds/gnome/LightWaves.jpg
|
||||
%{_datadir}/backgrounds/gnome/Road.jpg
|
||||
%{_datadir}/backgrounds/gnome/SeaSunset.jpg
|
||||
%{_datadir}/backgrounds/gnome/Stripes.jpg
|
||||
%{_datadir}/backgrounds/gnome/Symbolics-1.jpg
|
||||
%{_datadir}/backgrounds/gnome/Symbolics-2.jpg
|
||||
%{_datadir}/backgrounds/gnome/VNC.png
|
||||
%{_datadir}/backgrounds/gnome/Wood.jpg
|
||||
|
||||
%changelog
|
||||
* Mon Sep 14 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
||||
- Update to 3.38.0
|
||||
|
||||
* Tue Sep 01 2020 Kalev Lember <klember@redhat.com> - 3.37.92.1-1
|
||||
- Update to 3.37.92.1
|
||||
- Rebase move-adwaita-backgrounds.patch
|
||||
|
||||
* Tue Sep 01 2020 Kalev Lember <klember@redhat.com> - 3.37.92-1
|
||||
- Update to 3.37.92
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jun 05 2020 Kalev Lember <klember@redhat.com> - 3.37.2-1
|
||||
- Update to 3.37.2
|
||||
|
||||
* Sun Mar 08 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
|
||||
- Update to 3.36.0
|
||||
|
||||
* Tue Feb 18 2020 Kalev Lember <klember@redhat.com> - 3.35.91-1
|
||||
- Update to 3.35.91
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Sep 12 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
||||
- Update to 3.34.0
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Mar 18 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
||||
- Update to 3.32.0
|
||||
|
||||
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
|
||||
- Update to 3.31.91
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
||||
- Update to 3.30.0
|
||||
|
||||
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.29.90-1
|
||||
- Update to 3.29.90
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Mar 14 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
||||
- Update to 3.28.0
|
||||
- Rebase move-adwaita-backgrounds.patch
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
|
||||
- Update to 3.26.2
|
||||
|
||||
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
|
||||
- Update to 3.26.1
|
||||
|
||||
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
||||
- Update to 3.26.0
|
||||
|
||||
* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
|
||||
- Update to 3.25.4
|
||||
- Rebase move-adwaita-backgrounds.patch
|
||||
- Switch to the meson build system
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.24.0-3
|
||||
- Make sure both gnome-backgrounds and -extras get installed on upgrades
|
||||
(#1464555)
|
||||
|
||||
* Wed May 10 2017 Ryan Lerch <rlerch@redhat.com> - 3.24.0-2
|
||||
- Split the package into gnome-backgrounds for the default adwaita background,
|
||||
and gnome-backgrounds-extras for the other standard GNOME wallpapers.
|
||||
|
||||
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
||||
- Update to 3.24.0
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.91-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 02 2017 David King <amigadave@amigadave.com> - 3.23.91-1
|
||||
- Update to 3.23.91
|
||||
- Use make_build macro
|
||||
|
||||
* Tue Oct 04 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
||||
- Update to 3.22.1
|
||||
|
||||
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
||||
- Update to 3.22.0
|
||||
|
||||
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
||||
- Update to 3.21.91
|
||||
- Don't set group tags
|
||||
|
||||
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20-1
|
||||
- Update to 3.20
|
||||
|
||||
* Mon Feb 22 2016 David King <amigadave@amigadave.com> - 3.19.90-1
|
||||
- Update to 3.19.90
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
||||
- Update to 3.18.0
|
||||
- Use make_install macro
|
||||
|
||||
* Thu Jun 25 2015 David King <amigadave@amigadave.com> - 3.17.3-1
|
||||
- Update to 3.17.3
|
||||
- Preserve timestamps during install
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
||||
- Update to 3.16.0
|
||||
|
||||
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
||||
- Update to 3.15.92
|
||||
|
||||
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
||||
- Update to 3.15.91
|
||||
- Use the %%license macro for the COPYING file
|
||||
|
||||
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
|
||||
- Update to 3.15.90
|
||||
|
||||
* Sat Nov 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
|
||||
- Update to 3.15.2
|
||||
|
||||
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
||||
- Update to 3.14.1
|
||||
|
||||
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
||||
- Update to 3.14.0
|
||||
|
||||
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
||||
- Update to 3.13.92
|
||||
|
||||
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
||||
- Update to 3.13.90
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
|
||||
- Update to 3.12.2
|
||||
|
||||
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
||||
- Update to 3.12.1
|
||||
|
||||
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
||||
- Update to 3.12.0
|
||||
|
||||
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
|
||||
- Update to 3.11.5
|
||||
|
||||
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
|
||||
- Update to 3.10.1
|
||||
|
||||
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
||||
- Update to 3.10.0
|
||||
|
||||
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
|
||||
- Update to 3.9.91
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
|
||||
- Update to 3.8.1
|
||||
|
||||
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
||||
- Update to 3.8.0
|
||||
|
||||
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
||||
- Update to 3.7.92
|
||||
|
||||
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
|
||||
- Update to 3.7.5
|
||||
|
||||
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
|
||||
- Update to 3.7.4
|
||||
|
||||
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
||||
- Update to 3.6.1
|
||||
|
||||
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
|
||||
- Update to 3.5.91
|
||||
|
||||
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
||||
- Update to 3.5.90
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
|
||||
- Update to 3.4.2
|
||||
|
||||
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
|
||||
- Update to 3.4.1
|
||||
|
||||
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
|
||||
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
||||
- Update to 3.3.92
|
||||
|
||||
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
|
||||
- Update to 3.3.91
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
||||
- Update to 3.3.3
|
||||
|
||||
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
||||
- Update to 3.2.0
|
||||
|
||||
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
|
||||
- Update to 3.1.91
|
||||
|
||||
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
|
||||
- Update to 3.1.2
|
||||
|
||||
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
||||
- Update to 3.0.1
|
||||
|
||||
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
|
||||
- Update to 2.91.92
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 2.32.0-1
|
||||
- Update to 2.32.0
|
||||
|
||||
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
|
||||
- Update to 2.30.0
|
||||
|
||||
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
|
||||
- Update to 2.29.92
|
||||
|
||||
* Mon Mar 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
|
||||
- Drop ownership of a directory that is now owned by filesystem
|
||||
|
||||
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
||||
- Update to 2.28.0
|
||||
|
||||
* Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
|
||||
- Update to 2.27.91
|
||||
|
||||
* Sun Aug 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-3
|
||||
- Co-own /usr/share/backgrounds instead of requiring desktop-backgrounds-basic
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
||||
- Update to 2.24.1
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Tue Oct 28 2008 Lennart Poettering <lpoetter@redhat.com> - 2.24.0-3
|
||||
- Include AUTHORS file in package
|
||||
|
||||
* Fri Oct 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
||||
- Don't ship unneeded translations
|
||||
|
||||
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
||||
- Update to 2.24.0
|
||||
|
||||
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
|
||||
- Update to 2.23.92
|
||||
|
||||
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
|
||||
- Update to 2.23.91
|
||||
|
||||
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
|
||||
- Update to 2.23.90
|
||||
|
||||
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.0-1
|
||||
- Update to 2.23.0
|
||||
|
||||
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
||||
- Update to 2.22.0
|
||||
|
||||
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
||||
- Update to 2.20.0
|
||||
|
||||
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-2
|
||||
- Small fixes from package review
|
||||
|
||||
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
|
||||
- Update to 2.18.3
|
||||
- Update the license field
|
||||
|
||||
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.2-1
|
||||
- Update to 2.16.2
|
||||
- Require desktop-backgrounds-basic for directory ownership
|
||||
|
||||
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
||||
- Update to 2.16.1
|
||||
|
||||
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
|
||||
- Update to 2.15.92
|
||||
|
||||
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2.1-3
|
||||
- Add missing BuildRequires
|
||||
|
||||
* Thu Jun 1 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2.1-2
|
||||
- Update to 2.14.2.1
|
||||
|
||||
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 2.14.0-1
|
||||
- Update to 2.14.0
|
||||
|
||||
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
|
||||
- Initial build.
|
17
move-adwaita-backgrounds.patch
Normal file
17
move-adwaita-backgrounds.patch
Normal file
@ -0,0 +1,17 @@
|
||||
diff -up gnome-backgrounds-3.38.0/backgrounds/gnome-backgrounds.xml.in.kala gnome-backgrounds-3.38.0/backgrounds/gnome-backgrounds.xml.in
|
||||
--- gnome-backgrounds-3.38.0/backgrounds/gnome-backgrounds.xml.in.kala 2020-09-14 12:29:02.781761000 +0200
|
||||
+++ gnome-backgrounds-3.38.0/backgrounds/gnome-backgrounds.xml.in 2020-09-14 13:00:09.544391986 +0200
|
||||
@@ -44,13 +44,6 @@
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
<wallpaper deleted="false">
|
||||
- <name>Adwaita</name>
|
||||
- <filename>@BACKGROUNDDIR@/adwaita-timed.xml</filename>
|
||||
- <options>zoom</options>
|
||||
- <pcolor>#ffffff</pcolor>
|
||||
- <scolor>#000000</scolor>
|
||||
- </wallpaper>
|
||||
- <wallpaper deleted="false">
|
||||
<name>Sea Sunset</name>
|
||||
<filename>@BACKGROUNDDIR@/SeaSunset.jpg</filename>
|
||||
<options>zoom</options>
|
Loading…
Reference in New Issue
Block a user