Blame SPECS/control-center.spec

c857df
%define gnome_online_accounts_version 3.25.3
b8fc81
%define glib2_version 2.53.0
c857df
%define gnome_desktop_version 3.27.90
b8fc81
%define gsd_version 3.25.90
c857df
%define gsettings_desktop_schemas_version 3.27.2
c857df
%define gtk3_version 3.22.20
c857df
%define upower_version 0.99.6
c857df
%define cheese_version 3.28.0
57bc60
%define gnome_bluetooth_version 3.18.2
e6931d
c857df
Name:           control-center
c857df
Epoch:          1
c857df
Version:        3.28.1
a86393
Release:        8%{?dist}.1
c857df
Summary:        Utilities to configure the GNOME desktop
57bc60
c857df
License:        GPLv2+ and CC-BY-SA
c857df
URL:            http://www.gnome.org
c857df
Source0:        https://download.gnome.org/sources/gnome-control-center/3.28/gnome-control-center-%{version}.tar.xz
e6931d
e6931d
# https://bugzilla.gnome.org/show_bug.cgi?id=695691
c857df
Patch0:         distro-logo.patch
c857df
Patch1:         0002-mouse-Handle-Synaptics-devices-again.patch
c857df
Patch4:         0001-printers-Fix-compilation-with-RHEL-cups-version.patch
c857df
# Fix the build with Python 2
c857df
Patch5:         control-center-python3.patch
c857df
Patch6:         thunderbolt-panel.patch
c857df
Patch7:         gnuc99-standard.patch
c857df
Patch8:         0001-po-Remove-soft-hyphens-from-japanese-translation.patch
365ad8
Patch9:         0001-thunderbolt-fix-double-free-in-bolt-client.patch
365ad8
Patch10:        0001-Calculate-better-extents-for-the-configured-displays.patch
3ecd0c
Patch11:        categorize-infiniband.patch
99b2ab
Patch12:        show-printers-panel-everywhere.patch
a86393
# https://bugzilla.redhat.com/show_bug.cgi?id=2098262
a86393
Patch13:        timezone-map.patch
c857df
c857df
BuildRequires:  chrpath
c857df
BuildRequires:  cups-devel
c857df
BuildRequires:  desktop-file-utils
c857df
BuildRequires:  docbook-style-xsl libxslt
c857df
BuildRequires:  gettext
a86393
BuildRequires:  git
c857df
BuildRequires:  libXxf86misc-devel
c857df
BuildRequires:  meson
c857df
BuildRequires:  pkgconfig(accountsservice)
c857df
BuildRequires:  pkgconfig(cheese) >= %{cheese_version}
c857df
BuildRequires:  pkgconfig(cheese-gtk)
c857df
BuildRequires:  pkgconfig(clutter-gtk-1.0)
c857df
BuildRequires:  pkgconfig(colord)
c857df
BuildRequires:  pkgconfig(colord-gtk)
c857df
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
c857df
BuildRequires:  pkgconfig(gdk-wayland-3.0)
c857df
BuildRequires:  pkgconfig(gio-2.0) >= %{glib2_version}
c857df
BuildRequires:  pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version}
c857df
BuildRequires:  pkgconfig(gnome-settings-daemon) >= %{gsd_version}
c857df
BuildRequires:  pkgconfig(goa-1.0) >= %{gnome_online_accounts_version}
c857df
BuildRequires:  pkgconfig(goa-backend-1.0)
c857df
BuildRequires:  pkgconfig(grilo-0.3)
c857df
BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
c857df
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
c857df
BuildRequires:  pkgconfig(gudev-1.0)
c857df
BuildRequires:  pkgconfig(ibus-1.0)
c857df
BuildRequires:  pkgconfig(libcanberra-gtk3)
c857df
BuildRequires:  pkgconfig(libgtop-2.0)
c857df
BuildRequires:  pkgconfig(libnm)
c857df
BuildRequires:  pkgconfig(libnma)
c857df
BuildRequires:  pkgconfig(libpulse)
c857df
BuildRequires:  pkgconfig(libpulse-mainloop-glib)
c857df
BuildRequires:  pkgconfig(libsoup-2.4)
c857df
BuildRequires:  pkgconfig(libxml-2.0)
c857df
BuildRequires:  pkgconfig(mm-glib)
c857df
BuildRequires:  pkgconfig(polkit-gobject-1)
c857df
BuildRequires:  pkgconfig(pwquality)
c857df
BuildRequires:  pkgconfig(smbclient)
c857df
BuildRequires:  pkgconfig(upower-glib) >= %{upower_version}
c857df
BuildRequires:  pkgconfig(x11)
c857df
BuildRequires:  pkgconfig(xi)
57bc60
%ifnarch s390 s390x
c857df
BuildRequires:  pkgconfig(gnome-bluetooth-1.0) >= %{gnome_bluetooth_version}
c857df
BuildRequires:  pkgconfig(libwacom)
57bc60
%endif
59b13a
c857df
# Versioned library deps
c857df
Requires: cheese-libs%{?_isa} >= %{cheese_version}
34cf59
Requires: glib2%{?_isa} >= %{glib2_version}
c857df
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
b8fc81
Requires: gnome-online-accounts%{?_isa} >= %{gnome_online_accounts_version}
c857df
Requires: gnome-settings-daemon%{?_isa} >= %{gsd_version}
34cf59
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
34cf59
Requires: gtk3%{?_isa} >= %{gtk3_version}
c857df
Requires: upower%{?_isa} >= %{upower_version}
57bc60
%ifnarch s390 s390x
57bc60
Requires: gnome-bluetooth%{?_isa} >= 1:%{gnome_bluetooth_version}
57bc60
%endif
c857df
c857df
Requires: %{name}-filesystem = %{epoch}:%{version}-%{release}
c857df
# For user accounts
e6931d
Requires: accountsservice
c857df
Requires: alsa-lib
c857df
# For the thunderbolt panel
c857df
Requires: bolt
c857df
# For the color panel
c857df
Requires: colord
e6931d
# For the printers panel
e6931d
Requires: cups-pk-helper
c857df
Requires: dbus-x11
c857df
# For the info/details panel
c857df
Requires: glx-utils
c857df
# For the user languages
c857df
Requires: iso-codes
e6931d
# For the network panel
e6931d
Requires: nm-connection-editor
b8fc81
Requires: NetworkManager-wifi
c857df
%if 0%{?fedora}
c857df
# For the sharing panel
c857df
Requires: rygel
c857df
%endif
e6931d
# For the info/details panel
c857df
Requires: vino
e6931d
# For the keyboard panel
e6931d
Requires: /usr/bin/gkbd-keyboard-display
e6931d
e6931d
Provides: control-center-extra = %{epoch}:%{version}-%{release}
e6931d
Obsoletes: control-center-extra < 1:2.30.3-3
e6931d
Obsoletes: accountsdialog <= 0.6
e6931d
Provides: accountsdialog = %{epoch}:%{version}-%{release}
e6931d
Obsoletes: desktop-effects <= 0.8.7-3
e6931d
Provides: desktop-effects = %{epoch}:%{version}-%{release}
e6931d
Provides: control-center-devel = %{epoch}:%{version}-%{release}
e6931d
Obsoletes: control-center-devel < 1:3.1.4-2
e6931d
e6931d
%description
e6931d
This package contains configuration utilities for the GNOME desktop, which
e6931d
allow to configure accessibility options, desktop fonts, keyboard and mouse
e6931d
properties, sound setup, desktop theme and background, user interface
e6931d
properties, screen resolution, and other settings.
e6931d
e6931d
%package filesystem
e6931d
Summary: GNOME Control Center directories
e6931d
# NOTE: this is an "inverse dep" subpackage. It gets pulled in
c857df
# NOTE: by the main package and MUST not depend on the main package
e6931d
e6931d
%description filesystem
e6931d
The GNOME control-center provides a number of extension points
e6931d
for applications. This package contains directories where applications
e6931d
can install configuration files that are picked up by the control-center
e6931d
utilities.
e6931d
e6931d
%prep
a86393
%autosetup -n gnome-control-center-%{version} -p1 -Sgit
e6931d
e6931d
%build
c857df
%meson -Ddocumentation=true
c857df
%meson_build
e6931d
e6931d
%install
c857df
%meson_install
e6931d
c857df
# We do want this
e6931d
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
e6931d
c857df
# We don't want these
e6931d
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
e6931d
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/cursor-fonts
e6931d
c857df
# Remove rpath
e6931d
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
e6931d
c857df
%find_lang %{name} --all-name --with-gnome
e6931d
e6931d
%post
e6931d
/sbin/ldconfig
e6931d
update-desktop-database &> /dev/null || :
e6931d
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
e6931d
e6931d
%postun
e6931d
/sbin/ldconfig
e6931d
update-desktop-database &> /dev/null || :
e6931d
if [ $1 -eq 0 ]; then
e6931d
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
e6931d
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
e6931d
fi
e6931d
e6931d
%posttrans
e6931d
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
e6931d
c857df
%files -f %{name}.lang
57bc60
%license COPYING
57bc60
%doc AUTHORS NEWS README
c857df
%{_bindir}/gnome-control-center
c857df
%{_datadir}/applications/*.desktop
c857df
%{_datadir}/bash-completion/completions/gnome-control-center
c857df
%{_datadir}/dbus-1/services/org.gnome.ControlCenter.SearchProvider.service
c857df
%{_datadir}/dbus-1/services/org.gnome.ControlCenter.service
c857df
%{_datadir}/gettext/
c857df
%{_datadir}/glib-2.0/schemas/org.gnome.ControlCenter.gschema.xml
c857df
%{_datadir}/gnome-control-center/icons/
e6931d
%{_datadir}/gnome-control-center/keybindings/*.xml
e6931d
%{_datadir}/gnome-control-center/pixmaps
e6931d
%{_datadir}/gnome-control-center/sounds/gnome-sounds-default.xml
c857df
%{_datadir}/gnome-shell/search-providers/gnome-control-center-search-provider.ini
e6931d
%{_datadir}/icons/hicolor/*/*/*
c857df
%{_datadir}/man/man1/gnome-control-center.1*
c857df
%{_datadir}/metainfo/gnome-control-center.appdata.xml
c857df
%{_datadir}/pixmaps/faces
e6931d
%{_datadir}/pkgconfig/gnome-keybindings.pc
c857df
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.*.policy
c857df
%{_datadir}/polkit-1/rules.d/gnome-control-center.rules
e6931d
%{_datadir}/sounds/gnome/default/*/*.ogg
e6931d
%{_libexecdir}/cc-remote-login-helper
e6931d
%{_libexecdir}/gnome-control-center-search-provider
e6931d
e6931d
%files filesystem
e6931d
%dir %{_datadir}/gnome-control-center
e6931d
%dir %{_datadir}/gnome-control-center/keybindings
e6931d
%dir %{_datadir}/gnome-control-center/sounds
c857df
%dir %{_datadir}/gnome/wm-properties
e6931d
e6931d
%changelog
a86393
* Wed Jun 22 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.28.1-8.1
a86393
- Remove timezone boundaries
a86393
  Resolves: #2098262
a86393
99b2ab
* Fri Mar 12 2021 Marek Kasik <mkasik@redhat.com> - 3.28.1-8
99b2ab
- Enable Printers panel in all environments
99b2ab
- Resolves: #1559431
99b2ab
3ecd0c
* Thu Jun 11 2020 Carlos Garnacho <cgarnach@redhat.com> - 3.28.1-7
3ecd0c
- Categorize Infiniband devices correctly
3ecd0c
  Resolves: #1630154
3ecd0c
365ad8
* Thu Aug 08 2019 Carlos Garnacho <cgarnach@redhat.com> - 3.28.1-6
365ad8
- Calculate better extents for the configured displays arrangement
365ad8
  Resolves: #1591643
365ad8
365ad8
* Wed Aug 07 2019 Carlos Garnacho <cgarnach@redhat.com> - 3.28.1-5
365ad8
- Fix crash in thunderbolt panel
365ad8
  Resolves: #1672289
365ad8
c857df
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 3.28.1-4
c857df
- Backport two additional upstream patches for thunderbolt panel
c857df
- Resolves: #1594880
c857df
c857df
* Tue Jun 19 2018 Carlos Garnacho <cgarnach@redhat.com> - 3.28.1-3
c857df
- Remove outdated soft hyphens from Japanese translation
c857df
- Resolves: #1519109
c857df
c857df
* Mon Jun 11 2018 Christian Kellner <ckellner@redhat.com> - 3.28.1-2
c857df
- Include thunderbolt panel
c857df
- Resolves: #1567179
c857df
c857df
* Thu May 17 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
c857df
- Update to 3.28.1
c857df
- Resolves: #1567179
c857df
2b60b1
* Tue Apr 17 2018 Carlos Garnacho <cgarnach@redhat.com> - 3.26.2-9
2b60b1
- Add support for Wacom Pro Pen 3D styli
c857df
  Resolves: #1557256
2b60b1
b8fc81
* Tue Feb 20 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.2-8
b8fc81
+ control-center-3.26.2-8
b8fc81
- Fix Wi-Fi networks not getting updated
b8fc81
- Show "Wi-Fi disabled" page when Wi-Fi is disabled
b8fc81
- Resolves: #1545713
b8fc81
b8fc81
* Tue Feb 20 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.2-7
b8fc81
+ control-center-3.26.2-7
b8fc81
- Allow empty IPv6 gateway
b8fc81
- Resolves: #1467308
b8fc81
b8fc81
* Fri Feb 16 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.2-6
b8fc81
+ control-center-3.26.2-6
b8fc81
- Fix Clone MAC not being saved in Ethernet device properties
b8fc81
- Resolves: #1467295
b8fc81
b8fc81
* Tue Feb 13 2018 Ray Strode <rstrode@redhat.com> - 3.26.2-5
b8fc81
- Fix crash with root user
b8fc81
  Resolves: #1544369
b8fc81
b8fc81
* Wed Feb 07 2018 Carlos Garnacho <cgarnach@redhat.com> - 1:3.26.2-4
b8fc81
- Handle multiple tablet devices sharing the same event node
b8fc81
- Resolves: #1528356
b8fc81
b8fc81
* Tue Dec 19 2017 Marek Kasik <mkasik@redhat.com> - 1:3.26.2-3
b8fc81
- Don't show the supply level bar by default
b8fc81
- Resolves: #1525062
b8fc81
b8fc81
* Wed Nov 15 2017 Rui Matos <rmatos@redhat.com> - 1:3.26.2-2
b8fc81
- Fix display arrangement widget
b8fc81
- Resolves: #1512448
b8fc81
b8fc81
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 1:3.26.2-1
b8fc81
- Update to 3.26.2
b8fc81
- Related: #1481407
57bc60
b8fc81
* Mon Oct 30 2017 Rui Matos <rmatos@redhat.com> - 1:3.26.1-3
b8fc81
- network/eap-method-tls: Don't require a private key password
b8fc81
- Resolves: #1415760
57bc60
b8fc81
* Fri Oct 20 2017 Rui Matos <rmatos@redhat.com> - 1:3.26.1-2
b8fc81
- Rebase to 3.26.1
b8fc81
- Resolves: #1481407
57bc60
b8fc81
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 1:3.26.1-1
b8fc81
- Update to 3.26.1
57bc60
b8fc81
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 1:3.26.0-1
b8fc81
- Update to 3.26.0
57bc60
b8fc81
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 1:3.25.92.1-1
b8fc81
- Update to 3.25.92.1
57bc60
b8fc81
* Thu Aug 24 2017 Kalev Lember <klember@redhat.com> - 1:3.25.91-1
b8fc81
- Update to 3.25.91
57bc60
b8fc81
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.25.4-2
b8fc81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b8fc81
b8fc81
* Wed Jul 26 2017 Kalev Lember <klember@redhat.com> - 1:3.25.4-1
b8fc81
- Update to 3.25.4
b8fc81
- Rebase distro-logo.patch
b8fc81
b8fc81
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.24.2-3
b8fc81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b8fc81
b8fc81
* Mon Jun 12 2017 Kevin Fenzi <kevin@scrye.com> - 1:3.24.2-2
b8fc81
- Rebuild for new libgtop2
b8fc81
b8fc81
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 1:3.24.2-1
b8fc81
- Update to 3.24.2
b8fc81
b8fc81
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 1:3.24.1-1
b8fc81
- Update to 3.24.1
b8fc81
b8fc81
* Tue Mar 28 2017 Bastien Nocera <bnocera@redhat.com> - 3.24.0-2
b8fc81
+ control-center-3.24.0-2
b8fc81
- Require NetworkManager-wifi so it doesn't get auto-removed
b8fc81
b8fc81
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1:3.24.0-1
b8fc81
- Update to 3.24.0
b8fc81
b8fc81
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 1:3.23.92-1
b8fc81
- Update to 3.23.92
b8fc81
b8fc81
* Mon Mar 06 2017 Kalev Lember <klember@redhat.com> - 1:3.23.91-1
b8fc81
- Update to 3.23.91
b8fc81
- Restore distro-logo.patch
b8fc81
b8fc81
* Wed Feb 15 2017 Richard Hughes <rhughes@redhat.com> - 1:3.23.90-1
b8fc81
- Update to 3.23.90
b8fc81
b8fc81
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.22.1-4
b8fc81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b8fc81
b8fc81
* Fri Oct 21 2016 Bastien Nocera <bnocera@redhat.com> - 3.22.1-3
b8fc81
+ control-center-3.22.1-3
b8fc81
- Remove trailing spaces from renderer strings
b8fc81
b8fc81
* Fri Oct 21 2016 Bastien Nocera <bnocera@redhat.com> - 1:3.22.1-2
b8fc81
+ control-center-3.22.1-2
b8fc81
- Show the correct GPUs available when under Wayland or with dual GPUs
57bc60
57bc60
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 1:3.22.1-1
57bc60
- Update to 3.22.1
57bc60
b8fc81
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 1:3.22.0-1
b8fc81
- Update to 3.22.0
b8fc81
- Rebase distro-logo.patch
b8fc81
b8fc81
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 1:3.20.1-1
b8fc81
- Update to 3.20.1
b8fc81
b8fc81
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1:3.20.0-1
b8fc81
- Update to 3.20.0
b8fc81
b8fc81
* Thu Mar 17 2016 Kalev Lember <klember@redhat.com> - 1:3.19.92-1
b8fc81
- Update to 3.19.92
b8fc81
b8fc81
* Fri Mar 04 2016 Kalev Lember <klember@redhat.com> - 1:3.19.91-1
b8fc81
- Update to 3.19.91
b8fc81
b8fc81
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 1:3.19.90-1
b8fc81
- Update to 3.19.90
b8fc81
b8fc81
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.19.5-2
b8fc81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b8fc81
b8fc81
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 1:3.19.5-1
b8fc81
- Update to 3.19.5
b8fc81
b8fc81
* Mon Jan 18 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 1:3.19.4-2
b8fc81
- Add Recommends: gnome-color-manager for the Color panel
b8fc81
b8fc81
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 1:3.19.4-1
b8fc81
- Update to 3.19.4
b8fc81
- Build with grilo 0.3
b8fc81
b8fc81
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 1:3.19.3-1
b8fc81
- Update to 3.19.3
b8fc81
b8fc81
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 1:3.18.2-1
b8fc81
- Update to 3.18.2
b8fc81
b8fc81
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1:3.18.1-1
b8fc81
- Update to 3.18.1
b8fc81
b8fc81
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 1:3.18.0-1
b8fc81
- Update to 3.18.0
b8fc81
b8fc81
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 1:3.17.92-2
b8fc81
- Set minimum gnome-bluetooth version
b8fc81
b8fc81
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 1:3.17.92-1
b8fc81
- Update to 3.17.92
b8fc81
b8fc81
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 1:3.17.90-1
b8fc81
- Update to 3.17.90
b8fc81
- Use make_install macro
b8fc81
b8fc81
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 1:3.17.3-2
b8fc81
- Rebuilt for libcheese soname bump
b8fc81
b8fc81
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 1:3.17.3-1
b8fc81
- Update to 3.17.3
b8fc81
- Use pkgconfig for BuildRequires
b8fc81
b8fc81
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17.2-2
b8fc81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b8fc81
b8fc81
* Fri Jun 05 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.17.2-1
b8fc81
- Update to 3.17.2
b8fc81
b8fc81
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.2-1
b8fc81
- Update to 3.16.2
b8fc81
b8fc81
* Thu Apr 16 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.1-1
b8fc81
- Update to 3.16.1
b8fc81
b8fc81
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.0-1
b8fc81
- Update to 3.16.0
b8fc81
b8fc81
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.15.92-1
b8fc81
- Update to 3.15.92
b8fc81
b8fc81
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.15.91-1
b8fc81
- Update to 3.15.91
b8fc81
- Use the %%license macro for the COPYING file
b8fc81
b8fc81
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 1:3.15.90-1
b8fc81
- Update to 3.15.90
b8fc81
b8fc81
* Sun Jan 25 2015 David King <amigadave@amigadave.com> - 1:3.15.4-1
b8fc81
- Update to 3.15.4
b8fc81
- Depend on gudev in order to build udev device manager
b8fc81
b8fc81
* Tue Nov 11 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.2-1
b8fc81
- Update to 3.14.2
b8fc81
b8fc81
* Fri Oct 31 2014 Richard Hughes <richard@hughsie.com> - 1:3.14.1-3
b8fc81
- Do not depend on rygel on non-Fedora; the UI should do the right thing.
b8fc81
b8fc81
* Wed Oct 15 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.1-2
b8fc81
- Fix a symbol collision with cheese
b8fc81
b8fc81
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.1-1
b8fc81
- Update to 3.14.1
b8fc81
b8fc81
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-1
b8fc81
- Update to 3.14.0
ea7a08
b8fc81
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.92-1
b8fc81
- Update to 3.13.92
ea7a08
b8fc81
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.91-1
b8fc81
- Update to 3.13.91
ea7a08
b8fc81
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-1
b8fc81
- Update to 3.13.90
ea7a08
b8fc81
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.4-3
b8fc81
- Rebuilt for upower 0.99.1 soname bump
ea7a08
b8fc81
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.13.4-2
b8fc81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ea7a08
b8fc81
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.4-1
b8fc81
- Update to 3.13.4
b8fc81
- Drop obsolete gnome-menus and redhat-menus deps
ea7a08
b8fc81
* Fri Jun 27 2014 Rex Dieter <rdieter@fedoraproject.org> 3.13.3-3
b8fc81
- drop needless scriptlet deps too
ea7a08
b8fc81
* Fri Jun 27 2014 Bastien Nocera <bnocera@redhat.com> 3.13.3-2
b8fc81
- Don't run update-mime-database in post, we don't ship mime XML
b8fc81
  files anymore
ea7a08
b8fc81
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 1:3.13.3-1
b8fc81
- Update to 3.13.3
ea7a08
b8fc81
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 1:3.13.2-1
b8fc81
- Update to 3.13.2
34cf59
b8fc81
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.13.1-6
b8fc81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
34cf59
b8fc81
* Thu May 22 2014 Adam Williamson <awilliam@redhat.com> - 1:3.13.1-5
b8fc81
- backport upstream fix for BGO #730080 (i need it, so everyone gets it)
34cf59
b8fc81
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.1-4
b8fc81
- Drop gnome-icon-theme and gnome-icon-theme-symbolic dependencies
34cf59
b8fc81
* Mon May 05 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.1-3
b8fc81
- Drop unused libXrandr dep
34cf59
b8fc81
* Wed Apr 30 2014 Richard Hughes <rhughes@redhat.com> - 1:3.13.1-2
b8fc81
- Rebuild for libgtop
34cf59
b8fc81
* Mon Apr 28 2014 Richard Hughes <rhughes@redhat.com> - 1:3.13.1-1
b8fc81
- Update to 3.13.1
34cf59
b8fc81
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.12.1-1
b8fc81
- Update to 3.12.1
34cf59
b8fc81
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.12.0-2
b8fc81
- Update dep versions
59b13a
b8fc81
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 1:3.12.0-1
b8fc81
- Update to 3.12.0
59b13a
b8fc81
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.92-1
b8fc81
- Update to 3.11.92
59b13a
b8fc81
* Wed Mar 05 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.91-1
b8fc81
- Update to 3.11.91
5041aa
b8fc81
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.90-2
b8fc81
- Rebuilt for gnome-desktop soname bump
5041aa
b8fc81
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.90-1
b8fc81
- Update to 3.11.90
5041aa
b8fc81
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.5-1
b8fc81
- Update to 3.11.5
5041aa
b8fc81
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1:3.11.3-1
b8fc81
- Update to 3.11.3
5041aa
b8fc81
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 1:3.11.2-1
b8fc81
- Update to 3.11.2
5041aa
b8fc81
* Wed Nov 13 2013 Bastien Nocera <bnocera@redhat.com> - 1:3.11.1-2
b8fc81
- Add vino dependency
5041aa
b8fc81
* Thu Oct 31 2013 Florian Müllner <fmuellner@redhat.com> - 1:3.11.1-1
b8fc81
- Update to 3.11.1
5041aa
b8fc81
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 1:3.10.1-1
b8fc81
- Update to 3.10.1
5041aa
b8fc81
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 1:3.10.0-1
b8fc81
- Update to 3.10.0
5041aa
b8fc81
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.92-1
b8fc81
- Update to 3.9.92
5041aa
b8fc81
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-1
b8fc81
- Update to 3.9.91
5041aa
b8fc81
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.90.1-2
b8fc81
- Rebuilt for libgnome-desktop soname bump
5041aa
b8fc81
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.90.1-1
b8fc81
- Update to 3.9.90.1
5041aa
b8fc81
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.90-1
b8fc81
- Update to 3.9.90
b8fc81
- Drop obsolete build deps
e6931d
b8fc81
* Thu Aug 15 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.5-2
b8fc81
- Rebuilt with bluetooth support
e6931d
b8fc81
* Wed Jul 31 2013 Adam Williamson <awilliam@redhat.com> - 1:3.9.5-1
b8fc81
- Update to 3.9.5
b8fc81
- buildrequires libsoup-devel
e6931d
b8fc81
* Tue Jul 30 2013 Richard Hughes <rhughes@redhat.com> - 1:3.9.3-2
b8fc81
- Rebuild for colord soname bump
e6931d
b8fc81
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 1:3.9.3-1
b8fc81
- Update to 3.9.3
e6931d
b8fc81
* Wed Jun 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 1:3.9.2.1-2
e6931d
- Add 'Requires: rygel' for the sharing panel
e6931d
b8fc81
* Mon Jun 03 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.2.1-1
b8fc81
- Update to 3.9.2.1
e6931d
e6931d
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.2-1
e6931d
- Update to 3.8.2
e6931d
e6931d
* Mon May 06 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.1.5-1
e6931d
- Update to 3.8.1.5
e6931d
e6931d
* Fri May  3 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.1-3
e6931d
- Improve the distro logo patch
e6931d
e6931d
* Tue Apr 16 2013 Ray Strode <rstrode@redhat.com> - 1:3.8.1-2
e6931d
- Add a requires for the keyboard viewer
e6931d
e6931d
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.1-1
e6931d
- Update to 3.8.1
e6931d
e6931d
* Mon Apr  1 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.0-3
e6931d
- Apply the patch, too
e6931d
e6931d
* Sun Mar 31 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.0-2
e6931d
- Show the Fedora logo in the details panel
e6931d
e6931d
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.0-1
e6931d
- Update to 3.8.0
e6931d
e6931d
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.92-1
e6931d
- Update to 3.7.92
e6931d
e6931d
* Tue Mar 05 2013 Debarshi Ray <rishi@fedoraproject.org> - 1:3.7.91-1
e6931d
- Update to 3.7.91
e6931d
e6931d
* Sat Feb 23 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.90-2
e6931d
- Buildrequire libsmbclient-devel for the printer panel
e6931d
e6931d
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.90-1
e6931d
- Update to 3.7.90
e6931d
e6931d
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.5.1-1
e6931d
- Update to 3.7.5.1
e6931d
e6931d
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.5-1
e6931d
- Update to 3.7.5
e6931d
e6931d
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.7.4-3
e6931d
- Rebuild for new cogl
e6931d
e6931d
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.4-2
e6931d
- Fix linking against libgd
e6931d
e6931d
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
e6931d
- Update to 3.7.4
e6931d
e6931d
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.7.3-1
e6931d
- Update to 3.7.3
e6931d
- Drop upstreamed wacom-osd-window patch
e6931d
- Adjust for the statically linked plugins and panel applet removal
e6931d
e6931d
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 1:3.7.1-1
e6931d
- Update to 3.7.1
e6931d
e6931d
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.3-1
e6931d
- Update to 3.6.3
e6931d
e6931d
* Wed Nov 07 2012 Bastien Nocera <bnocera@redhat.com> 3.6.2-2
e6931d
- Require glx-utils for the info panel
e6931d
e6931d
* Tue Oct 23 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.2-1
e6931d
- Update to 3.6.2
e6931d
e6931d
* Mon Oct 08 2012 Bastien Nocera <bnocera@redhat.com> 3.6.1-1
e6931d
- Update to 3.6.1
e6931d
e6931d
* Fri Oct  5 2012 Olivier Fourdan <ofourdan@redhat.com> - 1:3.6.0-2
e6931d
- Add Wacom OSD window from upstream bug #683567
e6931d
e6931d
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
e6931d
- Update to 3.6.0
e6931d
e6931d
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.92-1
e6931d
- Update to 3.5.92
e6931d
e6931d
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.91-1
e6931d
- Update to 3.5.91
e6931d
e6931d
* Sun Aug 26 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.5.90-2
e6931d
- Drop apg dependency, it is no longer used
e6931d
e6931d
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.90-1
e6931d
- Update to 3.5.90
e6931d
e6931d
* Sat Aug 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 1:3.5.6-2
e6931d
- Add Requires: nm-connection-editor (RH #849268)
e6931d
e6931d
* Wed Aug 15 2012 Debarshi Ray <rishi@fedoraproject.org> - 1:3.5.6-1
e6931d
- Update to 3.5.6
e6931d
e6931d
* Wed Aug 15 2012 Dan Horák <dan[at]danny.cz> - 1:3.5.5-4
e6931d
- no wacom support on s390(x)
e6931d
e6931d
* Wed Aug 15 2012 Debarshi Ray <rishi@fedoraproject.org> - 1:3.5.5-3
e6931d
- Rebuild against newer gnome-bluetooth
e6931d
e6931d
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.5-2
e6931d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e6931d
e6931d
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.5.5-1
e6931d
- Update to 3.5.5
e6931d
e6931d
* Mon Jul 02 2012 Dan Horák <dan[at]danny.cz> - 1:3.5.4-2
e6931d
- fix build on s390(x) without Bluetooth
e6931d
e6931d
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.4-1
e6931d
- Update to 3.5.4
e6931d
e6931d
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.3-1
e6931d
- Update to 3.5.3
e6931d
e6931d
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.2-1
e6931d
- Update to 3.5.2
e6931d
e6931d
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.2-1
e6931d
- Update to 3.4.2
e6931d
e6931d
* Tue May 08 2012 Bastien Nocera <bnocera@redhat.com> 3.4.1-2
e6931d
- Disable Bluetooth panel on s390
e6931d
e6931d
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.1-1
e6931d
- Update to 3.4.1
e6931d
e6931d
* Thu Apr 12 2012 Marek Kasik <mkasik@redhat.com> - 3.4.0-2
e6931d
- Add support for FirewallD1 API
e6931d
- Resolves: #802381
e6931d
e6931d
* Mon Mar 26 2012 Richard Hughes <rhughes@redhat.com> - 3.4.0-1
e6931d
- New upstream version.
e6931d
e6931d
* Tue Mar 20 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
e6931d
- Update to 3.3.92
e6931d
e6931d
* Mon Mar 05 2012 Bastien Nocera <bnocera@redhat.com> 3.3.91-1
e6931d
- Update to 3.3.91
e6931d
e6931d
* Wed Feb 22 2012 Bastien Nocera <bnocera@redhat.com> 3.3.90-1
e6931d
- Update to 3.3.90
e6931d
e6931d
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> 3.3.5-1
e6931d
- Update to 3.3.5
e6931d
e6931d
* Wed Jan 18 2012 Bastien Nocera <bnocera@redhat.com> 3.3.4.1-1
e6931d
- Update to 3.3.4.1
e6931d
e6931d
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> 3.3.4-2
e6931d
- Use systemd for session tracking
e6931d
e6931d
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 3.3.4-1
e6931d
- Update to 3.3.4
e6931d
e6931d
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.3-2
e6931d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e6931d
e6931d
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> 3.3.3-1
e6931d
- Update to 3.3.3
e6931d
e6931d
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> 3.3.2-1
e6931d
- Update to 3.3.2
e6931d
e6931d
* Fri Nov 11 2011 Bastien Nocera <bnocera@redhat.com> 3.2.2-1
e6931d
- Update to 3.2.2
e6931d
e6931d
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
e6931d
- Rebuilt for glibc bug#747377
e6931d
e6931d
* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 3.2.1-1
e6931d
- Update to 3.2.1
e6931d
e6931d
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
e6931d
- Update to 3.2.0
e6931d
e6931d
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
e6931d
- Update to 3.1.92
e6931d
e6931d
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-1
e6931d
- Update to 3.1.91
e6931d
e6931d
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
e6931d
- Update to 3.1.90
e6931d
e6931d
* Mon Aug 22 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-3
e6931d
- Fix a crash without configured layouts
e6931d
e6931d
* Fri Aug 19 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-2
e6931d
- Obsolete control-center-devel
e6931d
e6931d
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-1
e6931d
- Update to 3.1.5
e6931d
e6931d
* Wed Aug 17 2011 Christoph Wickert <cwickert@fedoraproject.org> - 3.1.4-2
e6931d
- Fix autostart behavior (#729271)
e6931d
e6931d
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 3.1.4-1
e6931d
- Update to 3.1.4
e6931d
e6931d
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
e6931d
- Update to 3.1.3
e6931d
e6931d
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.2-1
e6931d
- Update to 3.0.2
e6931d
e6931d
* Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1.1-4
e6931d
- Rebuild against new gnome-desktop3 libs
e6931d
e6931d
* Wed Apr 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1.1-3
e6931d
- Rebuild against newer cheese-libs
e6931d
e6931d
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1.1-1
e6931d
- Update to 3.0.1.1
e6931d
e6931d
* Tue Apr 26 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-1
e6931d
- Update to 3.0.1
e6931d
e6931d
* Thu Apr  7 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0.1-3
e6931d
- Only autostart the sound applet in GNOME 3 (#693548)
e6931d
e6931d
* Wed Apr  6 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0.1-2
e6931d
- Add a way to connect to hidden access points
e6931d
e6931d
* Wed Apr  6 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0.1-1
e6931d
- Update to 3.0.0.1
e6931d
e6931d
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
e6931d
- Update to 3.0.0
e6931d
e6931d
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
e6931d
- 2.91.93
e6931d
e6931d
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-4
e6931d
- Rebuild against newer cheese
e6931d
e6931d
* Thu Mar 24 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-3
e6931d
- Rebuild against NetworkManager 0.9
e6931d
e6931d
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
e6931d
- Update to 2.91.92
e6931d
e6931d
* Thu Mar 17 2011 Ray Strode <rstrode@redhat.com> 2.91.91-6
e6931d
- Drop incomplete "Supervised" account type
e6931d
  Resolves: #688363
e6931d
e6931d
* Tue Mar 15 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-5
e6931d
- We now replace desktop-effects, with the info panel (#684565)
e6931d
e6931d
* Mon Mar 14 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-4
e6931d
- Add gnome-icon-theme-symbolic dependency (#678696)
e6931d
e6931d
* Wed Mar 09 2011 Richard Hughes <rhughes@redhat.com> 2.91.91-3
e6931d
- Ensure we have NetworkManager-glib-devel to get the network panel
e6931d
- Explicitly list all the panels so we know if one goes missing
e6931d
e6931d
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-2
e6931d
- Rebuild against NetworkManager 0.9, to get the network panel
e6931d
e6931d
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
e6931d
- Update to 2.91.91
e6931d
- Disable libsocialweb support until Flickr integration is fixed upstream
e6931d
e6931d
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.90-2
e6931d
- Fix a typo in the autostart condition for the sound applet
e6931d
e6931d
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.90-1
e6931d
- Update to 2.91.90
e6931d
e6931d
* Sun Feb 13 2011 Christopher Aillon <caillon@redhat.com> - 1:2.91.6-9
e6931d
- Rebuild against new libxklavier
e6931d
e6931d
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com>  2.91.6-8
e6931d
- Rebuild against newer gtk
e6931d
e6931d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.6-7
e6931d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e6931d
e6931d
* Mon Feb 07 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-6
e6931d
- Add missing apg Requires (#675227)
e6931d
e6931d
* Sat Feb 05 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-5
e6931d
- Fix crasher running region and language with KDE apps installed
e6931d
e6931d
* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-4
e6931d
- Fix crasher running date and time on the live CD
e6931d
e6931d
* Thu Feb 03 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-3
e6931d
- Add missing iso-codes dependencies
e6931d
e6931d
* Thu Feb 03 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-2
e6931d
- Rebuild against newer GTK+ 3.x
e6931d
e6931d
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
e6931d
- Update to 2.91.6
e6931d
e6931d
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
e6931d
- Update to 2.91.5
e6931d
e6931d
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
e6931d
- Update to 2.91.4
e6931d
e6931d
* Fri Dec 10 2010 Bill Nottingham <notting@redhat.com> 2.91.3-4
e6931d
- user-accounts: require accountsserivce, obsolete accountsdialog
e6931d
e6931d
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-3
e6931d
- Fix initial window size
e6931d
e6931d
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-2
e6931d
- Rebuild against new gtk
e6931d
e6931d
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 2.91.3-1
e6931d
- Update to 2.91.3
e6931d
e6931d
* Fri Nov 12 2010 Adam Williamson <awilliam@redhat.com> 2.91.2-2
e6931d
- add upstream patch to fix sound module to link against libxml
e6931d
  https://bugzilla.gnome.org/show_bug.cgi?id=634467
e6931d
e6931d
* Wed Nov 10 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2-1
e6931d
- Update to 2.91.2
e6931d
e6931d
* Wed Oct 06 2010 Richard Hughes <rhughes@redhat.com> 2.91.0-2
e6931d
- Rebuild with a new gnome-settings-daemon
e6931d
e6931d
* Wed Oct 06 2010 Richard Hughes <rhughes@redhat.com> 2.91.0-1
e6931d
- Update to 2.91.0
e6931d
e6931d
* Wed Sep 29 2010 jkeating - 1:2.90.1-4
e6931d
- Rebuilt for gcc bug 634757
e6931d
e6931d
* Fri Sep 24 2010 Bastien Nocera <bnocera@redhat.com> 2.90.1-3
e6931d
- Force enable libsocialweb support, it's disabled by default
e6931d
e6931d
* Fri Sep 24 2010 Bastien Nocera <bnocera@redhat.com> 2.90.1-2
e6931d
- Add libsocialweb BR for the flickr support in background
e6931d
e6931d
* Wed Sep 22 2010 Bastien Nocera <bnocera@redhat.com> 2.90.1-1
e6931d
- Update to 2.90.1
e6931d
e6931d
* Thu Aug 12 2010 Colin Walters <walters@verbum.org> - 1:2.31.6-1
e6931d
- New upstream
e6931d
e6931d
* Wed Jul 21 2010 Bastien Nocera <bnocera@redhat.com> 2.31.5-2
e6931d
- Trim BuildRequires
e6931d
- Remove libgail-gnome dependency (#616632)
e6931d
e6931d
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
e6931d
- Update to 2.31.5
e6931d
e6931d
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4.2-1
e6931d
- Update to 2.31.4.2
e6931d
e6931d
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4.1-1
e6931d
- Update to 2.31.4.1
e6931d
e6931d
* Wed Jun 23 2010 Bastien Nocera <bnocera@redhat.com> 2.31.3-2
e6931d
- Add patches to compile against GTK+ 3.x
e6931d
e6931d
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
e6931d
- Update to 2.31.3
e6931d
e6931d
* Wed Jun  2 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-3
e6931d
- Add Provides/Obsoletes for the no-longer-existing -extra package
e6931d
e6931d
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-2
e6931d
- Update to 2.31.2
e6931d
- Remove vendor prefixes from desktop files, since that breaks
e6931d
  the new shell
e6931d
e6931d
* Tue May 11 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-2
e6931d
- Install PolicyKit policy for setting the default background
e6931d
  in the right location
e6931d
e6931d
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
e6931d
- Update to 2.30.1
e6931d
- Spec file cleanups
e6931d
e6931d
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
e6931d
- Update to 2.30.0
e6931d
e6931d
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-3
e6931d
- Fix crash on exit in gnome-about-me (#574256)
e6931d
e6931d
* Wed Mar 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-2
e6931d
- Remove obsoleted patches
e6931d
e6931d
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
e6931d
- Update to 2.29.92
e6931d
e6931d
* Wed Feb 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
e6931d
- Update to 2.29.91
e6931d
e6931d
* Mon Feb 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.90-2
e6931d
- Properly initialize threads in the appearance capplet
e6931d
e6931d
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
e6931d
- Update to 2.29.90
e6931d
e6931d
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
e6931d
- Update to 2.29.6
e6931d
e6931d
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.4-2
e6931d
- Rebuild
e6931d
e6931d
* Mon Jan  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.4-1
e6931d
- Update to 2.29.4
e6931d
- Drop many upstreamed patches