2021-03-18 13:02:24 +00:00
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
2005-02-02 19:01:33 +00:00
|
|
|
Name: gnome-backgrounds
|
2021-05-05 21:05:03 +00:00
|
|
|
Version: 40.1
|
2021-07-22 02:04:59 +00:00
|
|
|
Release: 2%{?dist}
|
2016-09-02 16:48:49 +00:00
|
|
|
Summary: Desktop backgrounds packaged with the GNOME desktop
|
|
|
|
|
2007-08-07 05:56:00 +00:00
|
|
|
License: GPLv2
|
2005-02-02 19:01:33 +00:00
|
|
|
URL: http://www.gnome.org
|
2021-03-18 13:02:24 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
2016-09-02 16:48:49 +00:00
|
|
|
|
2006-06-09 15:24:16 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: gettext
|
2017-09-15 13:07:24 +00:00
|
|
|
BuildRequires: meson
|
2007-06-17 05:39:02 +00:00
|
|
|
|
2005-02-02 19:01:33 +00:00
|
|
|
%description
|
2017-05-10 02:31:02 +00:00
|
|
|
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
|
2021-03-18 14:04:14 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2017-05-10 02:31:02 +00:00
|
|
|
|
|
|
|
%description extras
|
|
|
|
This package contains the additional desktop backgrounds
|
|
|
|
which are packaged with the GNOME desktop.
|
2005-02-02 19:01:33 +00:00
|
|
|
|
|
|
|
%prep
|
2021-03-18 13:02:24 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
2005-02-02 19:01:33 +00:00
|
|
|
|
|
|
|
%build
|
2017-09-15 13:07:24 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2005-02-02 19:01:33 +00:00
|
|
|
|
2009-03-17 19:02:18 +00:00
|
|
|
%install
|
2017-09-15 13:07:24 +00:00
|
|
|
%meson_install
|
2005-02-02 19:01:33 +00:00
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
|
|
|
|
|
2008-10-10 17:21:54 +00:00
|
|
|
# all translations are merged back into xml by intltool
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
|
2005-02-02 19:01:33 +00:00
|
|
|
|
2009-03-17 19:02:18 +00:00
|
|
|
%files
|
2015-03-02 21:37:35 +00:00
|
|
|
%license COPYING
|
2020-09-01 11:36:08 +00:00
|
|
|
%doc AUTHORS NEWS README.md
|
2017-05-10 02:31:02 +00:00
|
|
|
%{_datadir}/gnome-background-properties/adwaita.xml
|
2021-03-18 13:02:24 +00:00
|
|
|
%{_datadir}/backgrounds/gnome/adwaita-day.png
|
|
|
|
%{_datadir}/backgrounds/gnome/adwaita-morning.png
|
|
|
|
%{_datadir}/backgrounds/gnome/adwaita-night.png
|
2017-05-10 02:31:02 +00:00
|
|
|
%{_datadir}/backgrounds/gnome/adwaita-timed.xml
|
|
|
|
|
|
|
|
%files extras
|
|
|
|
%{_datadir}/gnome-background-properties/gnome-backgrounds.xml
|
2018-03-14 07:40:58 +00:00
|
|
|
%{_datadir}/backgrounds/gnome/ColdWarm.jpg
|
2021-03-18 13:02:24 +00:00
|
|
|
%{_datadir}/backgrounds/gnome/DepthLava.png
|
|
|
|
%{_datadir}/backgrounds/gnome/IceCrystals.jpg
|
|
|
|
%{_datadir}/backgrounds/gnome/Lava.jpg
|
|
|
|
%{_datadir}/backgrounds/gnome/Leaf.jpg
|
|
|
|
%{_datadir}/backgrounds/gnome/LightBulb.jpg
|
|
|
|
%{_datadir}/backgrounds/gnome/Loveles.jpg
|
|
|
|
%{_datadir}/backgrounds/gnome/Symbolics-1.png
|
|
|
|
%{_datadir}/backgrounds/gnome/Tree.jpg
|
2020-06-05 06:54:59 +00:00
|
|
|
%{_datadir}/backgrounds/gnome/VNC.png
|
2018-03-14 07:40:58 +00:00
|
|
|
%{_datadir}/backgrounds/gnome/Wood.jpg
|
2017-05-10 02:31:02 +00:00
|
|
|
|
2005-02-02 19:01:33 +00:00
|
|
|
%changelog
|
2021-07-22 02:04:59 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-05 21:05:03 +00:00
|
|
|
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 40.1-1
|
|
|
|
- Update to 40.1
|
|
|
|
|
2021-04-13 13:19:09 +00:00
|
|
|
* Tue Apr 13 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
- Update to 40.0
|
|
|
|
|
2021-03-18 13:02:24 +00:00
|
|
|
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
|
|
|
|
- Update to 40.rc
|
2021-03-18 14:04:14 +00:00
|
|
|
- Make -extras subpackage require the main package
|
|
|
|
- Drop move-adwaita-backgrounds.patch
|
2021-03-18 14:16:14 +00:00
|
|
|
- Remove old obsoletes
|
2021-03-18 13:02:24 +00:00
|
|
|
|
2021-01-26 08:30:47 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-09-14 11:01:21 +00:00
|
|
|
* Mon Sep 14 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
|
|
|
- Update to 3.38.0
|
|
|
|
|
2020-09-01 12:24:11 +00:00
|
|
|
* 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
|
|
|
|
|
2020-09-01 11:26:28 +00:00
|
|
|
* Tue Sep 01 2020 Kalev Lember <klember@redhat.com> - 3.37.92-1
|
|
|
|
- Update to 3.37.92
|
|
|
|
|
2020-07-27 20:30:08 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-05 06:54:59 +00:00
|
|
|
* Fri Jun 05 2020 Kalev Lember <klember@redhat.com> - 3.37.2-1
|
|
|
|
- Update to 3.37.2
|
|
|
|
|
2020-03-08 11:49:02 +00:00
|
|
|
* Sun Mar 08 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
|
|
|
|
- Update to 3.36.0
|
|
|
|
|
2020-02-18 07:03:14 +00:00
|
|
|
* Tue Feb 18 2020 Kalev Lember <klember@redhat.com> - 3.35.91-1
|
|
|
|
- Update to 3.35.91
|
|
|
|
|
2020-01-28 22:34:31 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-09-12 19:11:55 +00:00
|
|
|
* Thu Sep 12 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
2019-07-25 04:03:41 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-18 12:50:08 +00:00
|
|
|
* Mon Mar 18 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
2019-02-19 18:08:34 +00:00
|
|
|
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
|
|
|
|
- Update to 3.31.91
|
|
|
|
|
2019-01-31 23:03:31 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-09-06 13:16:53 +00:00
|
|
|
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
|
|
|
- Update to 3.30.0
|
|
|
|
|
2018-08-13 08:48:06 +00:00
|
|
|
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.29.90-1
|
|
|
|
- Update to 3.29.90
|
|
|
|
|
2018-07-13 02:49:31 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-14 07:40:58 +00:00
|
|
|
* Wed Mar 14 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
|
- Update to 3.28.0
|
|
|
|
- Rebase move-adwaita-backgrounds.patch
|
|
|
|
|
2018-02-07 13:14:32 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-09-15 13:06:16 +00:00
|
|
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
|
|
|
|
- Update to 3.26.2
|
|
|
|
|
2017-09-14 12:13:16 +00:00
|
|
|
* 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
|
|
|
|
|
2017-08-01 09:04:21 +00:00
|
|
|
* 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
|
|
|
|
|
2017-07-26 10:37:52 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-25 16:08:07 +00:00
|
|
|
* 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)
|
|
|
|
|
2017-05-10 02:31:02 +00:00
|
|
|
* 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.
|
|
|
|
|
2017-03-21 11:58:16 +00:00
|
|
|
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
|
2017-02-10 11:19:43 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.91-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-02 11:19:07 +00:00
|
|
|
* Thu Feb 02 2017 David King <amigadave@amigadave.com> - 3.23.91-1
|
|
|
|
- Update to 3.23.91
|
2017-02-02 11:21:13 +00:00
|
|
|
- Use make_build macro
|
2017-02-02 11:19:07 +00:00
|
|
|
|
2016-10-04 10:31:58 +00:00
|
|
|
* Tue Oct 04 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
|
|
|
- Update to 3.22.1
|
|
|
|
|
2016-09-21 14:56:22 +00:00
|
|
|
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
|
|
|
- Update to 3.22.0
|
|
|
|
|
2016-09-02 16:32:15 +00:00
|
|
|
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
|
|
|
- Update to 3.21.91
|
2016-09-02 16:48:03 +00:00
|
|
|
- Don't set group tags
|
2016-09-02 16:32:15 +00:00
|
|
|
|
2016-03-22 19:31:50 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20-1
|
|
|
|
- Update to 3.20
|
|
|
|
|
2016-02-22 11:05:39 +00:00
|
|
|
* Mon Feb 22 2016 David King <amigadave@amigadave.com> - 3.19.90-1
|
|
|
|
- Update to 3.19.90
|
|
|
|
|
2016-02-03 22:20:06 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-22 14:08:57 +00:00
|
|
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
2015-09-22 14:09:29 +00:00
|
|
|
- Use make_install macro
|
2015-09-22 14:08:57 +00:00
|
|
|
|
2015-06-25 14:35:57 +00:00
|
|
|
* Thu Jun 25 2015 David King <amigadave@amigadave.com> - 3.17.3-1
|
|
|
|
- Update to 3.17.3
|
2015-06-25 14:36:19 +00:00
|
|
|
- Preserve timestamps during install
|
2015-06-25 14:35:57 +00:00
|
|
|
|
2015-06-17 08:47:52 +00:00
|
|
|
* 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
|
|
|
|
|
2015-03-23 18:11:55 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-03-17 19:09:21 +00:00
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
|
|
|
- Update to 3.15.92
|
|
|
|
|
2015-03-02 21:37:07 +00:00
|
|
|
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
|
|
|
- Update to 3.15.91
|
2015-03-02 21:37:35 +00:00
|
|
|
- Use the %%license macro for the COPYING file
|
2015-03-02 21:37:07 +00:00
|
|
|
|
2015-02-17 09:05:48 +00:00
|
|
|
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
|
|
|
|
- Update to 3.15.90
|
|
|
|
|
2014-11-29 15:23:29 +00:00
|
|
|
* Sat Nov 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
|
|
|
|
- Update to 3.15.2
|
|
|
|
|
2014-10-13 21:23:29 +00:00
|
|
|
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
|
- Update to 3.14.1
|
|
|
|
|
2014-09-22 18:25:00 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-09-16 16:34:02 +00:00
|
|
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
|
|
|
- Update to 3.13.92
|
|
|
|
|
2014-08-18 10:08:18 +00:00
|
|
|
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
|
|
|
- Update to 3.13.90
|
|
|
|
|
2014-06-07 16:56:36 +00:00
|
|
|
* 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
|
|
|
|
|
2014-05-15 18:45:40 +00:00
|
|
|
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
|
|
|
|
- Update to 3.12.2
|
|
|
|
|
2014-04-15 20:09:31 +00:00
|
|
|
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
|
|
|
- Update to 3.12.1
|
|
|
|
|
2014-03-24 19:44:55 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-02-04 11:50:31 +00:00
|
|
|
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
|
|
|
|
- Update to 3.11.5
|
|
|
|
|
2013-10-28 22:00:19 +00:00
|
|
|
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
|
|
|
|
- Update to 3.10.1
|
|
|
|
|
2013-09-24 23:09:10 +00:00
|
|
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-02 21:01:52 +00:00
|
|
|
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
|
|
|
|
- Update to 3.9.91
|
|
|
|
|
2013-08-03 15:18:03 +00:00
|
|
|
* 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
|
|
|
|
|
2013-04-15 20:21:37 +00:00
|
|
|
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
|
|
|
|
- Update to 3.8.1
|
|
|
|
|
2013-03-27 20:41:25 +00:00
|
|
|
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-20 16:07:19 +00:00
|
|
|
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
|
|
- Update to 3.7.92
|
|
|
|
|
2013-02-05 23:42:57 +00:00
|
|
|
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
|
|
|
|
- Update to 3.7.5
|
|
|
|
|
2013-01-16 02:41:32 +00:00
|
|
|
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
|
|
|
|
- Update to 3.7.4
|
|
|
|
|
2012-10-16 15:24:06 +00:00
|
|
|
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-25 17:52:07 +00:00
|
|
|
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-09-19 13:20:18 +00:00
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
|
|
|
|
- Update to 3.5.91
|
|
|
|
|
2012-08-21 17:14:12 +00:00
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
|
|
- Update to 3.5.90
|
|
|
|
|
2012-07-19 07:36:48 +00:00
|
|
|
* 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
|
|
|
|
|
2012-05-18 11:31:12 +00:00
|
|
|
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
|
|
|
|
- Update to 3.4.2
|
|
|
|
|
2012-04-16 20:36:25 +00:00
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2012-03-27 15:21:50 +00:00
|
|
|
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-03-20 23:44:27 +00:00
|
|
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
|
|
|
- Update to 3.3.92
|
|
|
|
|
2012-03-06 03:10:49 +00:00
|
|
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
|
|
|
|
- Update to 3.3.91
|
|
|
|
|
2012-01-13 03:45:50 +00:00
|
|
|
* 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
|
|
|
|
|
2011-12-21 04:30:18 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
|
- Update to 3.3.3
|
|
|
|
|
2011-09-28 00:32:48 +00:00
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-06 10:57:11 +00:00
|
|
|
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
|
|
|
|
- Update to 3.1.91
|
|
|
|
|
2011-06-15 17:34:20 +00:00
|
|
|
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
|
|
|
|
- Update to 3.1.2
|
|
|
|
|
2011-04-25 23:51:54 +00:00
|
|
|
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
|
|
|
- Update to 3.0.1
|
|
|
|
|
2011-04-04 17:45:44 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-03-22 14:02:53 +00:00
|
|
|
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
|
|
|
|
- Update to 2.91.92
|
|
|
|
|
2011-02-09 03:50:14 +00:00
|
|
|
* 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
|
|
|
|
|
2011-03-22 14:02:53 +00:00
|
|
|
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 2.32.0-1
|
2010-09-30 01:19:34 +00:00
|
|
|
- Update to 2.32.0
|
|
|
|
|
2010-03-29 23:44:18 +00:00
|
|
|
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
2010-03-09 15:12:44 +00:00
|
|
|
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
|
|
|
|
- Update to 2.29.92
|
|
|
|
|
2010-03-02 02:23:55 +00:00
|
|
|
* Mon Mar 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
|
|
|
|
- Drop ownership of a directory that is now owned by filesystem
|
|
|
|
|
2009-09-22 00:15:06 +00:00
|
|
|
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
2009-09-08 00:12:17 +00:00
|
|
|
* Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
|
|
|
|
- Update to 2.27.91
|
|
|
|
|
2009-08-03 01:45:31 +00:00
|
|
|
* Sun Aug 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-3
|
|
|
|
- Co-own /usr/share/backgrounds instead of requiring desktop-backgrounds-basic
|
|
|
|
|
2009-07-25 00:35:08 +00:00
|
|
|
* 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
|
|
|
|
|
2009-03-17 19:02:18 +00:00
|
|
|
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
|
|
|
- Update to 2.24.1
|
|
|
|
|
2009-02-24 22:43:52 +00:00
|
|
|
* 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
|
|
|
|
|
2008-10-28 14:22:32 +00:00
|
|
|
* Tue Oct 28 2008 Lennart Poettering <lpoetter@redhat.com> - 2.24.0-3
|
|
|
|
- Include AUTHORS file in package
|
|
|
|
|
2008-10-10 17:21:54 +00:00
|
|
|
* Fri Oct 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
|
|
|
- Don't ship unneeded translations
|
|
|
|
|
2008-09-23 15:04:28 +00:00
|
|
|
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
|
|
|
- Update to 2.24.0
|
|
|
|
|
2008-09-08 23:20:21 +00:00
|
|
|
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
|
|
|
|
- Update to 2.23.92
|
|
|
|
|
2008-09-03 01:57:41 +00:00
|
|
|
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
|
|
|
|
- Update to 2.23.91
|
|
|
|
|
2008-08-22 17:38:42 +00:00
|
|
|
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
|
|
|
|
- Update to 2.23.90
|
|
|
|
|
2008-07-22 22:47:55 +00:00
|
|
|
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.0-1
|
|
|
|
- Update to 2.23.0
|
|
|
|
|
2008-03-10 04:21:48 +00:00
|
|
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
|
|
|
- Update to 2.22.0
|
|
|
|
|
2007-09-18 03:34:22 +00:00
|
|
|
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
|
- Update to 2.20.0
|
|
|
|
|
2007-08-15 23:44:09 +00:00
|
|
|
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-2
|
|
|
|
- Small fixes from package review
|
|
|
|
|
2007-08-07 05:56:00 +00:00
|
|
|
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
|
|
|
|
- Update to 2.18.3
|
|
|
|
- Update the license field
|
|
|
|
|
2007-06-17 05:39:02 +00:00
|
|
|
* 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
|
|
|
|
|
2006-10-22 00:20:15 +00:00
|
|
|
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
|
|
|
- Update to 2.16.1
|
|
|
|
|
2006-08-22 01:06:37 +00:00
|
|
|
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
|
|
|
|
- Update to 2.15.92
|
|
|
|
|
2006-06-09 15:24:16 +00:00
|
|
|
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2.1-3
|
|
|
|
- Add missing BuildRequires
|
|
|
|
|
2006-06-01 05:32:16 +00:00
|
|
|
* Thu Jun 1 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2.1-2
|
|
|
|
- Update to 2.14.2.1
|
2006-05-30 19:34:09 +00:00
|
|
|
|
2014-11-29 15:26:27 +00:00
|
|
|
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 2.14.0-1
|
2006-03-13 21:07:47 +00:00
|
|
|
- Update to 2.14.0
|
|
|
|
|
2005-02-02 19:01:33 +00:00
|
|
|
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
|
|
|
|
- Initial build.
|