Blame SPECS/gnome-shell.spec

0999a2
%global tarball_version %%(echo %{version} | tr '~' '.')
0999a2
0999a2
Name:           gnome-shell
f648b7
Version:        40.6
f648b7
Release:        1%{?dist}
0999a2
Summary:        Window management and application launching for GNOME
0999a2
0999a2
License:        GPLv2+
0999a2
URL:            https://wiki.gnome.org/Projects/GnomeShell
0999a2
Source0: http://download.gnome.org/sources/gnome-shell/40/%{name}-%{tarball_version}.tar.xz
0999a2
0999a2
# Replace Epiphany with Firefox in the default favourite apps list
0999a2
Patch1: gnome-shell-favourite-apps-firefox.patch
0999a2
Patch2: gnome-shell-favourite-apps-yelp.patch
0999a2
Patch3: gnome-shell-favourite-apps-terminal.patch
0999a2
0999a2
# GDM/Lock stuff
0999a2
Patch10: 0001-screenShield-unblank-when-inserting-smartcard.patch
0999a2
Patch11: enforce-smartcard-at-unlock.patch
0999a2
Patch12: disable-unlock-entry-until-question.patch
0999a2
Patch13: 0001-loginDialog-make-info-messages-themed.patch
0999a2
Patch14: support-choicelist-extension.patch
0999a2
Patch15: gdm-networking.patch
f648b7
Patch16: login-screen-extensions.patch
0999a2
0999a2
# Misc.
0999a2
Patch30: 0001-panel-add-an-icon-to-the-ActivitiesButton.patch
0999a2
Patch31: 0001-app-Fall-back-to-window-title-instead-of-WM_CLASS.patch
0999a2
Patch32: 0001-windowMenu-Bring-back-workspaces-submenu-for-static-.patch
0999a2
Patch33: 0001-main-Dump-stack-on-segfaults-by-default.patch
0999a2
Patch34: 0001-extensionDownloader-Refuse-to-override-system-extens.patch
0999a2
Patch35: fix-some-js-warnings.patch
0999a2
Patch36: 0001-st-texture-cache-purge-on-resume.patch
0999a2
Patch37: 0001-Update-generated-stylesheets.patch
0999a2
Patch38: add-power-profiles-menu.patch
0999a2
Patch39: 0001-status-network-Use-wwan-settings-panel-for-GSM-LTE-M.patch
f648b7
Patch40: 0001-welcomeDialog-Adapt-dialog-title.patch
f648b7
Patch41: 0001-main-Leak-the-GJS-context-and-ShellGlobal.patch
0999a2
0999a2
%define eds_version 3.33.1
0999a2
%define gnome_desktop_version 3.35.91
0999a2
%define glib2_version 2.56.0
0999a2
%define gobject_introspection_version 1.49.1
0999a2
%define gjs_version 1.57.3
0999a2
%define gtk3_version 3.15.0
0999a2
%define gtk4_version 4.0.0
0999a2
%define mutter_version 40.0~alpha.1.1
0999a2
%define polkit_version 0.100
0999a2
%define gsettings_desktop_schemas_version 40~alpha
0999a2
%define ibus_version 1.5.2
0999a2
%define gnome_bluetooth_version 1:3.9.0
0999a2
%define gstreamer_version 1.4.5
0999a2
%define pipewire_version 0.3.0
0999a2
%define gnome_settings_daemon_version 3.37.1
0999a2
%define libgweather_version 40~alpha
0999a2
0999a2
BuildRequires:  bash-completion
0999a2
BuildRequires:  gcc
0999a2
BuildRequires:  meson
0999a2
BuildRequires:  git
0999a2
BuildRequires:  ibus-devel >= %{ibus_version}
0999a2
BuildRequires:  chrpath
0999a2
BuildRequires:  desktop-file-utils
0999a2
BuildRequires:  evolution-data-server-devel >= %{eds_version}
0999a2
BuildRequires:  gcr-devel
0999a2
BuildRequires:  gjs-devel >= %{gjs_version}
0999a2
BuildRequires:  glib2-devel >= %{glib2_version}
0999a2
BuildRequires:  gnome-autoar-devel
0999a2
BuildRequires:  pkgconfig(gnome-desktop-3.0)
0999a2
BuildRequires:  gobject-introspection >= %{gobject_introspection_version}
0999a2
BuildRequires:  mesa-libGL-devel
0999a2
BuildRequires:  mesa-libEGL-devel
0999a2
BuildRequires:  NetworkManager-libnm-devel
0999a2
BuildRequires:  polkit-devel >= %{polkit_version}
0999a2
BuildRequires:  startup-notification-devel
0999a2
BuildRequires:  systemd-devel
0999a2
# for screencast recorder functionality
0999a2
BuildRequires:  gstreamer1-devel >= %{gstreamer_version}
0999a2
BuildRequires:  pkgconfig(libpipewire-0.3) >= %{pipewire_version}
0999a2
BuildRequires:  gtk3-devel >= %{gtk3_version}
0999a2
BuildRequires:  gtk4-devel >= %{gtk4_version}
0999a2
BuildRequires:  gettext >= 0.19.6
0999a2
BuildRequires:  libcanberra-devel
0999a2
BuildRequires:  python3
0999a2
0999a2
# for barriers
0999a2
BuildRequires:  libXfixes-devel >= 5.0
0999a2
# used in unused BigThemeImage
0999a2
BuildRequires:  librsvg2-devel
0999a2
BuildRequires:  mutter-devel >= %{mutter_version}
0999a2
BuildRequires:  pulseaudio-libs-devel
0999a2
%ifnarch s390 s390x ppc ppc64 ppc64p7
0999a2
BuildRequires:  gnome-bluetooth-libs-devel >= %{gnome_bluetooth_version}
0999a2
%endif
0999a2
# Bootstrap requirements
0999a2
BuildRequires: gtk-doc
0999a2
%ifnarch s390 s390x
0999a2
Requires:       gnome-bluetooth%{?_isa} >= %{gnome_bluetooth_version}
0999a2
%endif
0999a2
Requires:       gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
0999a2
%if 0%{?rhel} != 7
0999a2
# Disabled on RHEL 7 to allow logging into KDE session by default
0999a2
Recommends:     gnome-session-xsession
0999a2
%endif
0999a2
# wrapper script uses to restart old GNOME session if run --replace
0999a2
# from the command line
0999a2
Requires:       gobject-introspection%{?_isa} >= %{gobject_introspection_version}
0999a2
Requires:       gjs%{?_isa} >= %{gjs_version}
0999a2
Requires:       gtk3%{?_isa} >= %{gtk3_version}
0999a2
Requires:       gtk4%{?_isa} >= %{gtk4_version}
0999a2
Requires:       highcontrast-icon-theme
0999a2
Requires:       libnma%{?_isa}
0999a2
# needed for loading SVG's via gdk-pixbuf
0999a2
Requires:       librsvg2%{?_isa}
0999a2
Requires:       mutter%{?_isa} >= %{mutter_version}
0999a2
Requires:       upower%{?_isa}
0999a2
Requires:       polkit%{?_isa} >= %{polkit_version}
0999a2
Requires:       gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
0999a2
Requires:       glib2%{?_isa} >= %{glib2_version}
0999a2
Requires:       gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
0999a2
Requires:       gnome-settings-daemon%{?_isa} >= %{gnome_settings_daemon_version}
0999a2
Requires:       gstreamer1%{?_isa} >= %{gstreamer_version}
0999a2
# needed for screen recorder
0999a2
Requires:       gstreamer1-plugins-good%{?_isa}
0999a2
Requires:       pipewire-gstreamer%{?_isa}
0999a2
Requires:       xdg-user-dirs-gtk
0999a2
# needed for schemas
0999a2
Requires:       at-spi2-atk%{?_isa}
0999a2
# needed for on-screen keyboard
0999a2
Requires:       ibus%{?_isa} >= %{ibus_version}
0999a2
# needed for "show keyboard layout"
0999a2
Requires:       libgnomekbd
0999a2
# needed for the user menu
0999a2
Requires:       accountsservice-libs%{?_isa}
0999a2
Requires:       gdm-libs%{?_isa}
0999a2
# needed for settings items in menus
0999a2
Requires:       control-center
0999a2
# needed by some utilities
0999a2
Requires:       python3%{_isa}
0999a2
# needed for the dual-GPU launch menu
0999a2
Requires:       switcheroo-control
0999a2
# needed for clocks/weather integration
0999a2
Requires:       geoclue2-libs%{?_isa}
0999a2
Requires:       libgweather%{?_isa} >= %{libgweather_version}
0999a2
# needed for thunderbolt support
0999a2
Requires:       bolt%{?_isa}
0999a2
# Needed for launching flatpak apps etc
0999a2
# 1.8.0 is needed for source type support in the screencast portal.
0999a2
Requires:       xdg-desktop-portal-gtk >= 1.8.0
0999a2
# needed by the welcome dialog
0999a2
Recommends:     gnome-tour
0999a2
0999a2
Provides:       desktop-notification-daemon = %{version}-%{release}
0999a2
Provides:       PolicyKit-authentication-agent = %{version}-%{release}
0999a2
Provides:       bundled(gvc)
0999a2
Provides:       bundled(libcroco) = 0.6.13
0999a2
0999a2
%if 0%{?rhel}
0999a2
# In Fedora, fedora-obsolete-packages obsoletes caribou
0999a2
Obsoletes:      caribou < 0.4.21-10
0999a2
Obsoletes:      caribou-antler < 0.4.21-10
0999a2
Obsoletes:      caribou-devel < 0.4.21-10
0999a2
Obsoletes:      caribou-gtk2-module < 0.4.21-10
0999a2
Obsoletes:      caribou-gtk3-module < 0.4.21-10
0999a2
Obsoletes:      python-caribou < 0.4.21-10
0999a2
Obsoletes:      python2-caribou < 0.4.21-10
0999a2
Obsoletes:      python3-caribou < 0.4.21-10
0999a2
%endif
0999a2
0999a2
# https://bugzilla.redhat.com/show_bug.cgi?id=1740897
0999a2
Conflicts:      gnome-shell-extension-background-logo < 3.34.0
0999a2
0999a2
%description
0999a2
GNOME Shell provides core user interface functions for the GNOME 3 desktop,
0999a2
like switching to windows and launching applications. GNOME Shell takes
0999a2
advantage of the capabilities of modern graphics hardware and introduces
0999a2
innovative user interface concepts to provide a visually attractive and
0999a2
easy to use experience.
0999a2
0999a2
%prep
0999a2
%autosetup -S git -n %{name}-%{tarball_version}
0999a2
0999a2
%build
0999a2
%meson -Dextensions_app=false
0999a2
%meson_build
0999a2
0999a2
%install
0999a2
%meson_install
0999a2
0999a2
# Create empty directories where other packages can drop extensions
0999a2
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions
0999a2
mkdir -p %{buildroot}%{_datadir}/gnome-shell/search-providers
0999a2
0999a2
%find_lang %{name}
0999a2
0999a2
%check
0999a2
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Shell.desktop
0999a2
desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.desktop
0999a2
0999a2
%files -f %{name}.lang
0999a2
%license COPYING
0999a2
%doc README.md
0999a2
%{_bindir}/gnome-shell
0999a2
%{_bindir}/gnome-extensions
0999a2
%{_bindir}/gnome-shell-extension-prefs
0999a2
%{_bindir}/gnome-shell-extension-tool
0999a2
%{_bindir}/gnome-shell-perf-tool
0999a2
%{_datadir}/glib-2.0/schemas/*.xml
0999a2
%{_datadir}/glib-2.0/schemas/00_org.gnome.shell.gschema.override
0999a2
%{_datadir}/applications/org.gnome.Shell.Extensions.desktop
0999a2
%{_datadir}/applications/org.gnome.Shell.desktop
0999a2
%{_datadir}/applications/evolution-calendar.desktop
0999a2
%{_datadir}/applications/org.gnome.Shell.PortalHelper.desktop
0999a2
%{_datadir}/bash-completion/completions/gnome-extensions
0999a2
%{_datadir}/gnome-control-center/keybindings/50-gnome-shell-system.xml
0999a2
%{_datadir}/gnome-shell/
0999a2
%{_datadir}/dbus-1/services/org.gnome.ScreenSaver.service
0999a2
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
0999a2
%{_datadir}/dbus-1/services/org.gnome.Shell.Extensions.service
0999a2
%{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
0999a2
%{_datadir}/dbus-1/services/org.gnome.Shell.Notifications.service
0999a2
%{_datadir}/dbus-1/services/org.gnome.Shell.PortalHelper.service
0999a2
%{_datadir}/dbus-1/services/org.gnome.Shell.Screencast.service
0999a2
%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Extensions.xml
0999a2
%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Introspect.xml
0999a2
%{_datadir}/dbus-1/interfaces/org.gnome.Shell.PadOsd.xml
0999a2
%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
0999a2
%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
0999a2
%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
0999a2
%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
0999a2
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Shell.Extensions.svg
0999a2
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Shell.Extensions-symbolic.svg
0999a2
%{_userunitdir}/org.gnome.Shell-disable-extensions.service
0999a2
%{_userunitdir}/org.gnome.Shell.target
0999a2
%{_userunitdir}/org.gnome.Shell@wayland.service
0999a2
%{_userunitdir}/org.gnome.Shell@x11.service
0999a2
%{_sysconfdir}/xdg/autostart/gnome-shell-overrides-migration.desktop
0999a2
# Co own directory instead of pulling in xdg-desktop-portal - we
0999a2
# are providing a backend to the portal, not depending on it
0999a2
%dir %{_datadir}/xdg-desktop-portal/portals/
0999a2
%{_datadir}/xdg-desktop-portal/portals/gnome-shell.portal
0999a2
%{_libdir}/gnome-shell/
0999a2
%{_libexecdir}/gnome-shell-calendar-server
0999a2
%{_libexecdir}/gnome-shell-perf-helper
0999a2
%{_libexecdir}/gnome-shell-hotplug-sniffer
0999a2
%{_libexecdir}/gnome-shell-portal-helper
0999a2
%{_libexecdir}/gnome-shell-overrides-migration.sh
0999a2
# Co own these directories instead of pulling in GConf
0999a2
# after all, we are trying to get rid of GConf with these files
0999a2
%dir %{_datadir}/GConf
0999a2
%dir %{_datadir}/GConf/gsettings
0999a2
%{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
0999a2
%{_mandir}/man1/gnome-extensions.1*
0999a2
%{_mandir}/man1/gnome-shell.1*
0999a2
0999a2
%changelog
f648b7
* Thu Nov 04 2021 Florian Müllner <fmuellner@redhat.com> - 40.6-1
f648b7
- Update to 40.6
f648b7
- Work around crashy tear down
f648b7
  Resolves: #2008065
f648b7
f648b7
* Wed Oct 27 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-5
f648b7
- Adapt welcome dialog title
f648b7
  Resolves: #2013989
f648b7
f648b7
* Wed Oct 13 2021 Ray Strode <rstrode@redhat.com> - 40.4-4
f648b7
- Ensure extensions are reenabled after unlock
f648b7
  Resolves: #2013801
f648b7
f648b7
* Mon Sep 27 2021 Ray Strode <rstrode@redhat.com> - 40.4-3
f648b7
- Allow extensions at the login screen
f648b7
  Related: #2006985
f648b7
0999a2
* Thu Aug 19 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-2
0999a2
- Use wwan setting panel for GSM/LTE modems
0999a2
  Resolves: #1995560
0999a2
0999a2
* Wed Aug 18 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-1
0999a2
- Update to 40.4
0999a2
  Resolves: #1995094
0999a2
0999a2
* Wed Aug 18 2021 Florian Müllner <fmuellner@redhat.com> - 40.3-4
0999a2
- Add power profiles menu
0999a2
  Resolves: #1994471
0999a2
0999a2
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.3-3
0999a2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0999a2
  Related: rhbz#1991688
0999a2
0999a2
* Mon Aug 09 2021 Florian Müllner <fmuellner@redhat.com> - 40.3-2
0999a2
- Avoid a gjs warning
0999a2
  Resolves: #1990821
0999a2
0999a2
* Mon Jul 12 2021 Florian Müllner <fmuellner@redhat.com> - 40.3-1
0999a2
- Update to 40.3
0999a2
  Resolves: #1979143
0999a2
- Fix some more JS warnings
0999a2
  Resolves: #1980414
0999a2
0999a2
* Tue Jun 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.2-1
0999a2
- Update to 40.2-1
0999a2
  Resolves: #1971432
0999a2
0999a2
* Fri Jun 04 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-5
0999a2
- Don't set CAP_SYS_NICE
0999a2
  Resolves: #1967973
0999a2
0999a2
* Wed Jun 02 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-4
0999a2
- Fix regression in AuthList rebase
0999a2
  Resolves: #1966841
0999a2
0999a2
* Thu May 27 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-3
0999a2
- Update generated stylesheets
0999a2
  Resolves: #1965327
0999a2
0999a2
* Wed May 19 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-2
0999a2
- Re-apply RHEL8 downstream patches that are still valid
0999a2
  Resolves: #1949133
0999a2
0999a2
* Fri May 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-1
0999a2
- Update to 40.1
0999a2
  Resolves: #1951132
0999a2
0999a2
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 40.0-4
0999a2
- Move gnome-tour dep here from gnome-initial-setup (#1955179)
0999a2
0999a2
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
0999a2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0999a2
0999a2
* Tue Apr 13 2021 Ray Strode <rstrode@redhat.com> - 40.0-2
0999a2
- Fix timed login when user list is disabled
0999a2
  Resolves: #1940618
0999a2
0999a2
* Sat Mar 20 2021 Florian Müllner <fmuellner@redhat.com> - 40.0-1
0999a2
- Update to 40.0
0999a2
0999a2
* Mon Mar 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~rc-1
0999a2
- Update to 40.rc
0999a2
0999a2
* Thu Mar 11 2021 Kalev Lember <klember@redhat.com> - 40.0~beta-4.20210304git7a57528bd
0999a2
- Recommend gnome-session-xsession rather than hard-require it
0999a2
0999a2
* Mon Mar 08 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~beta-3.20210304git40.7a57528bd
0999a2
- Fix crash after launching apps via drag-and-drop
0999a2
0999a2
* Thu Mar 04 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~beta-2.20210304git40.7a57528bd
0999a2
- Build snapshot of current upstream
0999a2
0999a2
* Tue Feb 23 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~beta-1
0999a2
- Update to 40.beta
0999a2
0999a2
* Mon Feb 22 2021 Kalev Lember <klember@redhat.com> - 40.0~alpha.1.1-9.20210212git829a096ba
0999a2
- Add missing requires on gstreamer1-plugins-good and xdg-user-dirs-gtk (#1931342)
0999a2
0999a2
* Sun Feb 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1.1-8.20210212git829a096ba
0999a2
- Only open app picker on left-click/touch
0999a2
0999a2
* Sun Feb 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1.1-7.20210212git829a096ba
0999a2
- Don't open app picker when clicking minimap
0999a2
0999a2
* Fri Feb 12 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1.1-6.20210212git829a096ba
0999a2
- Update snapshot to current upstream
0999a2
- Allow opening app picker by clicking overview background
0999a2
0999a2
* Fri Feb 12 2021 Milan Crha <mcrha@redhat.com> - 40.0~alpha.1.1-5.20210202git9ce666ac1
0999a2
- Rebuilt for evolution-data-server soname version bump
0999a2
0999a2
* Tue Feb 02 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1.1-4.20210202git9ce666ac1
0999a2
- Build snapshot of current upstream
0999a2
0999a2
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0~alpha.1.1-3
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0999a2
0999a2
* Tue Jan 19 2021 Kalev Lember <klember@redhat.com> - 40.0~alpha.1.1-2
0999a2
- Require libgweather >= 40~alpha for new application_id property
0999a2
0999a2
* Mon Jan 18 2021 Florian Müllner <fmuellner@redhat.com> - 40.alpha.1.1-1
0999a2
- Update to 40.alpha.1.1
0999a2
0999a2
* Fri Jan 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.alpha.1-1
0999a2
- Update to 40.alpha.1
0999a2
0999a2
* Wed Dec 02 2020 Florian Müllner <fmuellner@redhat.com> - 40.alpha-1
0999a2
- Update to 40.alpha
0999a2
0999a2
* Tue Oct 13 2020 Florian Müllner <fmuellner@redhat.com> - 3.38.1-2
0999a2
- Fix crash on size change (non-)transitions
0999a2
0999a2
* Mon Oct 05 2020 Florian Müllner <fmuellner@redhat.com> - 3.38.1-1
0999a2
- Update to 3.38.1
0999a2
0999a2
* Tue Sep 29 2020 David King <amigadave@amigadave.com> - 3.38.0-2
0999a2
- Better specify xdg-desktop-portal-gtk dependency (#1882894)
0999a2
0999a2
* Mon Sep 14 2020 Florian Müllner <fmuellner@redhat.com> - 3.38.0-1
0999a2
- Update to 3.38.0
0999a2
0999a2
* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 3.37.92-5
0999a2
- Set minimum gnome-settings-daemon version for Screencast proxy changes
0999a2
0999a2
* Wed Sep 09 2020 Kalev Lember <klember@redhat.com> - 3.37.92-4
0999a2
- Add missing pipewire-gstreamer dependency for screen recorder
0999a2
0999a2
* Sun Sep 06 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.92-1
0999a2
- Update to 3.37.92
0999a2
0999a2
* Wed Sep 02 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.91-3
0999a2
- Add missing pipewire dependency for screen recorder
0999a2
0999a2
* Wed Aug 26 2020 Kalev Lember <klember@redhat.com> - 3.37.91-2
0999a2
- Add PolicyKit-authentication-agent virtual provides
0999a2
0999a2
* Mon Aug 24 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.91-1
0999a2
- Update to 3.37.91
0999a2
0999a2
* Sun Aug 23 2020 Kalev Lember <klember@redhat.com> - 3.37.90-2
0999a2
- Backport a fix for launching apps under X11 (#1870234)
0999a2
0999a2
* Fri Aug 14 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.90-1
0999a2
- Update to 3.37.90
0999a2
0999a2
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-4
0999a2
- Second attempt - Rebuilt for
0999a2
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0999a2
0999a2
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-3
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0999a2
0999a2
* Mon Jul 13 2020 Milan Crha <mcrha@redhat.com> - 3.37.3-2
0999a2
- Rebuilt for evolution-data-server soname version bump
0999a2
0999a2
* Tue Jul 07 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.3-1
0999a2
- Update to 3.37.3
0999a2
0999a2
* Fri Jul 03 2020 Milan Crha <mcrha@redhat.com> - 3.37.2-2
0999a2
- Rebuilt for evolution-data-server soname version bump
0999a2
0999a2
* Wed Jun 03 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.2-1
0999a2
- Update to 3.37.2
0999a2
0999a2
* Wed May 20 2020 Stephen Gallagher <sgallagh@redhat.com> - 3.37.1-3
0999a2
- Fix crashes when locking the screen while certain extensions are active
0999a2
- Resolves: rhbz#1817082
0999a2
0999a2
* Mon May 04 2020 Adam Williamson <awilliam@redhat.com> - 3.37.1-2
0999a2
- Fix panel to show input methods (MR #1235)
0999a2
0999a2
* Thu Apr 30 2020 Florian Müllner 
0999a2
- Update to 3.37.1
0999a2
0999a2
* Tue Mar 31 2020 Florian Müllner 
0999a2
- Remove obsolete libcroco require
0999a2
0999a2
* Tue Mar 31 2020 Jonas Ådahl <jadahl@redhat.com> - 3.36.1-2
0999a2
- Backport fixup for spring animation fix
0999a2
0999a2
* Tue Mar 31 2020 Florian Müllner <fmuellner@redhat.com> - 3.36.1-1
0999a2
- Update to 3.36.1
0999a2
- Remove gnome-extensions-app subpackage (will move to a separate .spec)
0999a2
0999a2
* Wed Mar 25 2020 Ray Strode <rstrode@redhat.com> - 3.36.0-4
0999a2
- Clear environment on logout
0999a2
  Fixes log in to Xorg right after log out from wayland
0999a2
  Resolves: #1815487
0999a2
0999a2
* Wed Mar 11 2020 Adam Williamson <awilliam@redhat.com> - 3.36.0-3
0999a2
- Backport fix for input method preedit issue (MR #1084)
0999a2
0999a2
* Tue Mar 10 2020 Adam Williamson <awilliam@redhat.com> - 3.36.0-2
0999a2
- Backport fix for ibus failing to start automatically (MR #1080)
0999a2
0999a2
* Sat Mar 07 2020 Florian Müllner <fmuellner@redhat.com> - 3.36.0-1
0999a2
- Update to 3.36.0
0999a2
0999a2
* Sun Mar 01 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.92-1
0999a2
- Update to 3.35.92
0999a2
0999a2
* Tue Feb 18 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.91-1
0999a2
- Update to 3.35.91
0999a2
0999a2
* Fri Feb 07 2020 Kalev Lember <klember@redhat.com> - 3.35.90-2
0999a2
- Adjust the favorites patch to include the apps we install by default
0999a2
0999a2
* Thu Feb 06 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.90-1
0999a2
- Update to 3.35.90
0999a2
0999a2
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-3
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0999a2
0999a2
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.3-2
0999a2
- Rebuilt for libgnome-desktop soname bump
0999a2
0999a2
* Sun Jan 05 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.3-2
0999a2
- Update to 3.35.3
0999a2
0999a2
* Wed Dec 11 2019 Florian Müllner <fmuellner@redhat.com> - 3.35.2-1
0999a2
- Udpate to 3.35.2
0999a2
0999a2
* Sat Oct 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.35.1-1
0999a2
- Update to 3.35.1
0999a2
0999a2
* Sat Oct 12 2019 Adam Williamson <awilliam@redhat.com> - 3.34.1-2
0999a2
- Backport MR #754 to fix #1749433
0999a2
0999a2
* Wed Oct 09 2019 Florian Müllner <fmuellner@redhat.com> - 3.34.1-1
0999a2
- Update to 3.34.1
0999a2
0999a2
* Tue Sep 24 2019 Debarshi Ray <rishi@fedorapeople.org> - 3.34.0-3
0999a2
- Stop NOTIFY_SOCKET from leaking into the GNOME environment
0999a2
0999a2
* Fri Sep 20 2019 Florian Müllner <fmuellner@redhat.com> - 3.34.0-2
0999a2
- Fix disappearing icons in frequent view
0999a2
0999a2
* Mon Sep 09 2019 Florian Müllner <fmuellner@redhat.com> - 3.34.0-1
0999a2
- Update to 3.34.0
0999a2
0999a2
* Thu Sep 05 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
0999a2
- Update to 3.33.92
0999a2
0999a2
* Mon Aug 26 2019 Kalev Lember <klember@redhat.com> - 3.33.91-1
0999a2
- Update to 3.33.91
0999a2
0999a2
* Fri Aug 23 2019 Adam Williamson <awilliam@redhat.com> - 3.33.90-2
0999a2
- Revert commit that causes #1740897 (overview type-to-search bug)
0999a2
  Resolves: #1740897
0999a2
0999a2
* Sat Aug 10 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.90-1
0999a2
- Update to 3.33.90
0999a2
0999a2
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.4-2
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0999a2
0999a2
* Sat Jul 20 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.4-1
0999a2
- Update to 3.33.4
0999a2
0999a2
* Mon Jun 24 2019 Florian Mülllner <fmuellner@redhat.com> - 3.33.3-1
0999a2
- Update to 3.33.3
0999a2
0999a2
* Wed May 22 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.2-1
0999a2
- Update to 3.33.2
0999a2
0999a2
* Wed May 22 2019 Kalev Lember <klember@redhat.com> - 3.33.1-2
0999a2
- Rebuild for libecal-2.0
0999a2
0999a2
* Tue May 14 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.1-1
0999a2
- Update to 3.33.1
0999a2
0999a2
* Wed Apr 17 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.1-1
0999a2
- Update to 3.32.1
0999a2
0999a2
* Wed Apr 17 2019 Adam Williamson <awilliam@redhat.com> - 3.32.0-3
0999a2
- Backport MR #463 and MR #494 to fix a couple of bugs
0999a2
  Resolves: #1696270
0999a2
  Resolves: #1690429
0999a2
0999a2
* Sat Mar 23 2019 Phil Wyett <philwyett@kathenas.org> - 3.32.0-2
0999a2
- Update source URL
0999a2
- Add gcc BuildRequires
0999a2
- Update versions required for gjs and mutter
0999a2
0999a2
* Tue Mar 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1
0999a2
- Update to 3.32.0
0999a2
0999a2
* Tue Mar 05 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.92-1
0999a2
- Update to 3.31.92
0999a2
0999a2
* Thu Feb 21 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.91-1
0999a2
- Update to 3.31.91
0999a2
0999a2
* Mon Feb 11 2019 Adam Williamson <awilliam@redhat.com> - 3.31.90-2
0999a2
- Backport MR #402 to fix missing logo on login screen
0999a2
0999a2
* Thu Feb 07 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.90-1
0999a2
- Update to 3.31.90
0999a2
0999a2
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-2
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0999a2
0999a2
* Thu Jan 10 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.4-1
0999a2
- Update to 3.31.4
0999a2
0999a2
* Fri Dec 14 2018 Adam Williamson <awilliam@redhat.com> - 3.31.2-3
0999a2
- Backport several bugfix commits from current git master
0999a2
0999a2
* Fri Nov 30 2018 Adam Williamson <awilliam@redhat.com> - 3.31.2-2
0999a2
- Backport PR #293 to fix 'empty input method indicator' bug
0999a2
0999a2
* Wed Nov 14 2018 Florian Müllner <fmuellner@redhat.com> - 3.31.2-1
0999a2
- Update to 3.31.2
0999a2
0999a2
* Mon Nov 12 2018 Mohan Boddu <mboddu@bhujji.com> - 3.30.1-3
0999a2
- Rebuilt for evolution-data-server soname bump
0999a2
0999a2
* Tue Oct 23 2018 Jonas Ådahl <jadahl@redhat.com> - 3.30.1-2
0999a2
- Backport keyboard layout change fixes (rhbz#1637418)
0999a2
0999a2
* Mon Oct 08 2018 Florian Müllner <fmuellner@redhat.com> - 3.30.1-1
0999a2
- Update to 3.30.1
0999a2
0999a2
* Thu Sep 27 2018 Hans de Goede <hdegoede@redhat.com> - 3.30.0-9
0999a2
- Add downstream patches implementing the "Boot Options" menu from:
0999a2
  https://wiki.gnome.org/Design/OS/BootOptions
0999a2
0999a2
* Sat Sep 22 2018 Adam Williamson <awilliam@redhat.com> - 3.30.0-8
0999a2
- Backport fix for IBus type issue (GGO MR #228)
0999a2
0999a2
* Wed Sep 19 2018 Adam Williamson <awilliam@redhat.com> - 3.30.0-7
0999a2
- Replace dnd fix from -5 with upstream version (GGO MR #209)
0999a2
- Fix a window destroy crash which can occur with new gjs (GGO #539)
0999a2
- Fix a window menu issue on multi-monitor systems (GGO MR #227)
0999a2
- Fix hover and active states for some buttons (GGO #523)
0999a2
0999a2
* Wed Sep 19 2018 Adam Williamson <awilliam@redhat.com> - 3.30.0-6
0999a2
- Fix missing key description in ssh key unlock prompt (GGO #574)
0999a2
0999a2
* Wed Sep 19 2018 Ray Strode <rstrode@redhat.com> - 3.30.0-5
0999a2
- Fix lock up when dropping icon on dash
0999a2
  Resolves: #1630134
0999a2
0999a2
* Tue Sep 18 2018 Adam Williamson <awilliam@redhat.com> - 3.30.0-4
0999a2
- Fix connecting to wifi from user menu (RHBZ #1628263)
0999a2
0999a2
* Sat Sep 15 2018 Adam Williamson <awilliam@redhat.com> - 3.30.0-3
0999a2
- Backport fix for GGO #140 from upstream master
0999a2
0999a2
* Thu Sep 13 2018 Kalev Lember <klember@redhat.com> - 3.30.0-2
0999a2
- Require xdg-desktop-portal-gtk
0999a2
0999a2
* Tue Sep 04 2018 Florian Müllner <fmuellner@redhat.com> - 3.30.0-1
0999a2
- Update to 3.30.0
0999a2
0999a2
* Wed Aug 29 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.92-1
0999a2
- Update to 3.29.92
0999a2
0999a2
* Mon Aug 20 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.91-1
0999a2
- Update to 3.29.91
0999a2
0999a2
* Thu Aug 09 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.90-2
0999a2
- Remove telepathy-logger and telepathy-glib runtime dependencies
0999a2
0999a2
* Wed Aug 01 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.90-1
0999a2
- Update to 3.29.90
0999a2
0999a2
* Wed Jul 18 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.4-1
0999a2
- Update to 3.29.4
0999a2
0999a2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.2-2
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0999a2
0999a2
* Thu May 24 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.2-1
0999a2
- Update to 3.29.2
0999a2
0999a2
* Wed May 09 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.1-3
0999a2
- Fix automatic connection to wireless networks without stored secrets
0999a2
0999a2
* Sun Apr 29 2018 Adam Williamson <awilliam@redhat.com> - 3.29.1-2
0999a2
- Backport fix for password entry modifier key issues (#1569211)
0999a2
0999a2
* Wed Apr 25 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.1-1
0999a2
- Update to 3.29.1
0999a2
0999a2
* Tue Apr 24 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-2
0999a2
- pull polkit cancel lock up from upstream
0999a2
  Resolves: #1568213
0999a2
0999a2
* Fri Apr 13 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.1-1
0999a2
- Update to 3.28.1
0999a2
0999a2
* Mon Mar 12 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.0-1
0999a2
- Update to 3.28.0
0999a2
0999a2
* Mon Mar 05 2018 Florian Müllner <fmuellner@redhat.com> - 3.27.92-1
0999a2
- Update to 3.27.92
0999a2
0999a2
* Thu Feb 22 2018 Lubomir Rintel <lkundrak@v3.sk> - 3.27.91-2
0999a2
- Replace libnm-gtk with libnma
0999a2
0999a2
* Wed Feb 21 2018 Florian Müllner <fmuellner@redhat.com> - 3.27.91-1
0999a2
- Update to 3.27.91
0999a2
0999a2
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 3.27.1-5
0999a2
- Rebuilt for evolution-data-server soname bump
0999a2
0999a2
* Mon Jan 22 2018 Adam Williamson <awilliam@redhat.com> - 3.27.1-4
0999a2
- Backport fix for crasher bug BGO #788931 (#1469129)
0999a2
0999a2
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 3.27.1-3
0999a2
- Explicitly require libnm-gtk (#1509496)
0999a2
0999a2
* Wed Nov 08 2017 Milan Crha <mcrha@redhat.com> - 3.27.1-2
0999a2
- Rebuild for newer libical
0999a2
0999a2
* Tue Oct 17 2017 Florian Müllner <fmuellner@redhat.com> - 3.27.1-1
0999a2
- Update to 3.27.1
0999a2
0999a2
* Wed Oct 04 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-1
0999a2
- Update to 3.26.1
0999a2
0999a2
* Thu Sep 21 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-2
0999a2
- Fix crash on fast status icon remapping
0999a2
0999a2
* Tue Sep 12 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-1
0999a2
- Update to 3.26.0
0999a2
0999a2
* Tue Aug 22 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.91-1
0999a2
- Update to 3.25.91
0999a2
0999a2
* Fri Aug 11 2017 Kevin Fenzi <kevin@scrye.com> - 3.25.90-2
0999a2
- Rebuild with older working rpm
0999a2
0999a2
* Thu Aug 10 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.90-1
0999a2
- Update to 3.25.90
0999a2
0999a2
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-3
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0999a2
0999a2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0999a2
0999a2
* Thu Jul 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.4-1
0999a2
- Update to 3.25.4
0999a2
0999a2
* Wed Jun 21 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.3-1
0999a2
- Update to 3.25.3
0999a2
0999a2
* Thu May 25 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.2-1
0999a2
- Update to 3.25.2
0999a2
0999a2
* Thu Apr 27 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.1-1
0999a2
- Update to 3.25.1
0999a2
0999a2
* Tue Apr 11 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.1-1
0999a2
- Update to 3.24.1
0999a2
0999a2
* Mon Mar 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.0-1
0999a2
- Update to 3.24.0
0999a2
0999a2
* Thu Mar 16 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.23.92-2
0999a2
- Fix wrong runtime requirements
0999a2
0999a2
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.92-1
0999a2
- Update to 3.23.92
0999a2
0999a2
* Wed Mar 01 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.91-1
0999a2
- Update to 3.23.91
0999a2
0999a2
* Thu Feb 16 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.90-1
0999a2
- Update to 3.23.90
0999a2
0999a2
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 3.23.3-1
0999a2
- Update to 3.23.3
0999a2
0999a2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.2-4
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0999a2
0999a2
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.23.2-3
0999a2
- Rebuild for Python 3.6
0999a2
0999a2
* Tue Dec  6 2016 Rui Matos <rmatos@redhat.com> - 3.23.2-2
0999a2
- Tighten mutter version dependency for plugin API changes
0999a2
  Resolves: #1401886
0999a2
0999a2
* Wed Nov 23 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.2-1
0999a2
- Update to 3.23.2
0999a2
0999a2
* Sun Oct 30 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.1-1
0999a2
- Update to 3.23.1
0999a2
0999a2
* Fri Oct 21 2016 Bastien Nocera <bnocera@redhat.com> - 3.22.1-2
0999a2
- Add patches to allow launching on discrete GPU when available
0999a2
0999a2
* Tue Oct 11 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.1
0999a2
- Update to 3.22.1
0999a2
0999a2
* Mon Sep 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.0
0999a2
- Update to 3.22.0
0999a2
0999a2
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.92
0999a2
- Update to 3.21.92
0999a2
0999a2
* Fri Sep 09 2016 Kalev Lember <klember@redhat.com> - 3.21.91-2
0999a2
- Drop libgsystem dependency
0999a2
0999a2
* Tue Aug 30 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.91
0999a2
- Update to 3.21.91
0999a2
0999a2
* Sat Aug 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.90.1-1
0999a2
- Update to 3.21.90.1
0999a2
  (Fixes a corrupt .desktop file that made it from the build directory into
0999a2
   the 3.21.90 tarball)
0999a2
0999a2
* Fri Aug 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.90-1
0999a2
- Update to 3.21.90
0999a2
0999a2
* Wed Jul 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
0999a2
- Update to 3.21.4
0999a2
0999a2
* Mon Jul 18 2016 Milan Crha <mcrha@redhat.com> - 3.21.3-2
0999a2
- Rebuild for newer evolution-data-server
0999a2
0999a2
* Tue Jun 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.3-1
0999a2
- Update to 3.21.3
0999a2
0999a2
* Tue Jun 21 2016 Milan Crha <mcrha@redhat.com> - 3.21.2-2
0999a2
- Rebuild for newer evolution-data-server
0999a2
0999a2
* Thu May 26 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.2-1
0999a2
- Update to 3.21.2
0999a2
0999a2
* Fri Apr 29 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.1-1
0999a2
- Update to 3.21.1
0999a2
0999a2
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 3.20.1-2
0999a2
- rebuild for ICU 57.1
0999a2
0999a2
* Wed Apr 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.1-1
0999a2
- Update to 3.20.1
0999a2
0999a2
* Tue Mar 22 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.0-1
0999a2
- Update to 3.20.0
0999a2
0999a2
* Wed Mar 16 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.92-1
0999a2
- Update to 3.19.92
0999a2
0999a2
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-1
0999a2
- Update to 3.19.91
0999a2
0999a2
* Fri Feb 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.90-1
0999a2
- Update to 3.19.90
0999a2
0999a2
* Tue Feb 16 2016 Milan Crha <mcrha@redhat.com> - 3.19.4-3
0999a2
- Rebuild for newer evolution-data-server
0999a2
0999a2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0999a2
0999a2
* Thu Jan 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.4-1
0999a2
- Update to 3.19.4
0999a2
0999a2
* Mon Jan 18 2016 David Tardon <dtardon@redhat.com> - 3.19.3-2
0999a2
- rebuild for libical 2.0.0
0999a2
0999a2
* Thu Dec 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.3-1
0999a2
- Update to 3.19.3
0999a2
0999a2
* Tue Dec 01 2015 Kalev Lember <klember@redhat.com> - 3.19.2-2
0999a2
- Bump gsettings-desktop-schemas dep to 3.19.2
0999a2
0999a2
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
0999a2
- Update to 3.19.2
0999a2
0999a2
* Tue Nov 10 2015 Ray Strode <rstrode@redhat.com> 3.19.1-3.20151110
0999a2
- Update to git snapshot
0999a2
0999a2
* Sun Nov 01 2015 Kalev Lember <klember@redhat.com> - 3.19.1-2
0999a2
- Fix gnome-shell crashing in gdm mode (#1276833)
0999a2
0999a2
* Thu Oct 29 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.1-1
0999a2
- Update to 3.19.1
0999a2
0999a2
* Thu Oct 15 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.1-1
0999a2
- Update to 3.18.1
0999a2
0999a2
* Mon Sep 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.0-1
0999a2
- Update to 3.18.0
0999a2
0999a2
* Wed Sep 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.92-1
0999a2
- Update to 3.17.92
0999a2
0999a2
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.91-1
0999a2
- Update to 3.17.91
0999a2
0999a2
* Thu Aug 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.90-1
0999a2
- Update to 3.17.90
0999a2
0999a2
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
0999a2
- Create empty directories for extensions and search providers
0999a2
- Move desktop file validation to %%check section
0999a2
- Use make_install macro
0999a2
0999a2
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.4-1
0999a2
- Update to 3.17.4
0999a2
0999a2
* Wed Jul 22 2015 Milan Crha <mcrha@redhat.com> - 3.17.3-3
0999a2
- Rebuild for newer evolution-data-server
0999a2
0999a2
* Sat Jul 04 2015 Kalev Lember <klember@redhat.com> - 3.17.3-2
0999a2
- Require gobject-introspection 1.45.3
0999a2
0999a2
* Thu Jul 02 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.3-1
0999a2
- Update to 3.17.3
0999a2
0999a2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0999a2
0999a2
* Wed May 27 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.2-1
0999a2
- Update to 3.17.2
0999a2
0999a2
* Thu Apr 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.1-1
0999a2
- Update to 3.17.1
0999a2
0999a2
* Tue Apr 28 2015 Milan Crha <mcrha@redhat.com> - 3.16.1-2
0999a2
- Rebuild for newer evolution-data-server
0999a2
0999a2
* Tue Apr 14 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.1-1
0999a2
- Update to 3.16.1
0999a2
0999a2
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.0-1
0999a2
- Update to 3.16.0
0999a2
0999a2
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-2
0999a2
- Update minimum dep versions
0999a2
- Use license macro for the COPYING file
0999a2
0999a2
* Tue Mar 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.92-1
0999a2
- Update to 3.15.92
0999a2
0999a2
* Tue Mar 17 2015 Ray Strode <rstrode@redhat.com> 3.15.91-2
0999a2
- Drop dep on NetworkManager-config-connectivity-fedora
0999a2
  It's already required by fedora-release-workstation
0999a2
0999a2
* Wed Mar 04 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.91-1
0999a2
- Update to 3.15.91
0999a2
0999a2
* Fri Feb 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.90-1
0999a2
- Update to 3.15.90
0999a2
0999a2
* Tue Feb 17 2015 Milan Crha <mcrha@redhat.com> - 3.15.4-2
0999a2
- Rebuild against newer evolution-data-server
0999a2
0999a2
* Wed Jan 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.4-1
0999a2
- Update to 3.15.4
0999a2
0999a2
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
0999a2
- Update to 3.15.3
0999a2
0999a2
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
0999a2
- Update to 3.15.2
0999a2
0999a2
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
0999a2
- Update to 3.15.1
0999a2
0999a2
* Tue Oct 14 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-1
0999a2
- Update to 3.14.1
0999a2
0999a2
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
0999a2
- Drop unused gnome-menus dependency
0999a2
0999a2
* Mon Sep 22 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.0-1
0999a2
- Update to 3.14.0
0999a2
0999a2
* Wed Sep 17 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.92-1
0999a2
- Update to 3.13.92
0999a2
0999a2
* Wed Sep 03 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.91-1
0999a2
- Update to 3.13.91
0999a2
0999a2
* Wed Aug 20 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.90-1
0999a2
- Update to 3.13.90
0999a2
0999a2
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-4
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0999a2
0999a2
* Thu Jul 31 2014 Milan Crha <mcrha@redhat.com> - 3.13.4-3
0999a2
- Rebuild against newer evolution-data-server
0999a2
0999a2
* Mon Jul 28 2014 Adel Gadllah <adel.gadllah@gmail.com> - 3.13.4-2
0999a2
- Require NetworkManager-config-connectivity-fedora
0999a2
0999a2
* Wed Jul 23 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.4-1
0999a2
- Update to 3.13.4
0999a2
0999a2
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
0999a2
- Rebuilt for gobject-introspection 1.41.4
0999a2
0999a2
* Fri Jun 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
0999a2
- New gobject-introspection has been built, drop the last patch again
0999a2
0999a2
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
0999a2
- Revert annotation updates until we get a new gobject-introspection build
0999a2
0999a2
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
0999a2
- Update to 3.13.3
0999a2
0999a2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0999a2
0999a2
* Tue May 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.2-1
0999a2
- Update to 3.13.2
0999a2
0999a2
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
0999a2
- Pull in libgsystem
0999a2
0999a2
* Wed Apr 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.1-1
0999a2
- Update to 3.13.1
0999a2
0999a2
* Tue Apr 15 2014 Florian Müllner <fmuellner@redhat.com> - 3.12.1-1
0999a2
- Update to 3.12.1
0999a2
0999a2
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
0999a2
- Update dep versions
0999a2
0999a2
* Tue Mar 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.12.0-1
0999a2
- Update to 3.12.0
0999a2
0999a2
* Wed Mar 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.92-1
0999a2
- Update to 3.11.92
0999a2
0999a2
* Wed Mar 12 2014 Adam Williamson <awilliam@redhat.com> - 3.11.91-2
0999a2
- update to final revision of background bug fix from upstream (BGO #722149)
0999a2
0999a2
* Thu Mar 06 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.91-1
0999a2
- Update to 3.11.91
0999a2
0999a2
* Mon Mar 03 2014 Adam Williamson <awilliam@redhat.com> - 3.11.90-5
0999a2
- backport fixes to fix drag-and-drop workspace creation (BGO #724686)
0999a2
0999a2
* Wed Feb 26 2014 Adam Williamson <awilliam@redhat.com> - 3.11.90-4
0999a2
- backport a couple of bugfixes from BGO for things that annoy me
0999a2
0999a2
* Sat Feb 22 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.90-3
0999a2
- Add dependency on gnome-control-center - several panels are referenced
0999a2
  by a number of menu items
0999a2
0999a2
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90-2
0999a2
- Rebuilt for cogl soname bump
0999a2
0999a2
* Thu Feb 20 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.90-1
0999a2
- Update to 3.11.90
0999a2
0999a2
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.11.5-3
0999a2
- Rebuild for libevdev soname bump
0999a2
0999a2
* Wed Feb 05 2014 Adam Williamson <awilliam@redhat.com> - 3.11.5-2
0999a2
- build against new gjs (and hence mozjs24)
0999a2
0999a2
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
0999a2
- Update to 3.11.5
0999a2
0999a2
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.4-2
0999a2
- Rebuild against newer evolution-data-server
0999a2
0999a2
* Thu Jan 16 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.4-1
0999a2
- Update to 3.11.4
0999a2
0999a2
* Tue Jan 14 2014 Milan Crha <mcrha@redhat.com> - 3.11.3-2
0999a2
- Rebuild against newer evolution-data-server
0999a2
0999a2
* Fri Dec 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.3-1
0999a2
- Update to 3.11.3
0999a2
0999a2
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-3
0999a2
- Rebuild for new libical (RH bug #1023020)
0999a2
0999a2
* Tue Nov 19 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-2
0999a2
- Rebuild against newer evolution-data-server
0999a2
0999a2
* Wed Nov 13 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.2-1
0999a2
- Update to 3.11.2
0999a2
0999a2
* Wed Oct 30 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.1-1
0999a2
- Update to 3.11.1
0999a2
0999a2
* Fri Oct 25 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.1-2
0999a2
- Rebuild for new e-d-s
0999a2
0999a2
* Tue Oct 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.1-1
0999a2
- Update to 3.10.1
0999a2
0999a2
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0.1-1
0999a2
- Update to 3.10.0.1
0999a2
0999a2
* Tue Sep 24 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.0-1
0999a2
- Update to 3.10.0
0999a2
0999a2
* Wed Sep 18 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.92-3
0999a2
- Build against mutter-wayland
0999a2
0999a2
* Tue Sep 17 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.92-1
0999a2
- Update to 3.9.92
0999a2
0999a2
* Tue Sep 03 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.91-1
0999a2
- Update to 3.9.91
0999a2
0999a2
* Thu Aug 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.90-1
0999a2
- Update to 3.9.90
0999a2
0999a2
* Mon Aug 19 2013 Adam Williamson <awilliam@redhat.com> - 3.9.5-3
0999a2
- Rebuild for new e-d-s
0999a2
0999a2
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-2
0999a2
- Drop the bluez revert patch as we now have new enough gnome-bluetooth
0999a2
0999a2
* Tue Jul 30 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.5
0999a2
- Update to 3.9.5
0999a2
0999a2
* Mon Jul 29 2013 Adam Williamson <awilliam@redhat.com> - 3.9.4-2
0999a2
- rebuild against updated evolution-data-server
0999a2
0999a2
* Wed Jul 10 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.4-1
0999a2
- Update to 3.9.4
0999a2
0999a2
* Wed Jul 10 2013 Milan Crha <mcrha@redhat.com> - 3.9.3-3
0999a2
- Rebuild against newer evolution-data-server
0999a2
0999a2
* Wed Jul 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-2
0999a2
- Add a downstream patch to revert back to bluez 4
0999a2
0999a2
* Tue Jun 18 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.3-1
0999a2
- Update to 3.9.3
0999a2
0999a2
* Tue May 28 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.2-1
0999a2
- Update to 3.9.2
0999a2
0999a2
* Sat May 25 2013 Rex Dieter <rdieter@fedoraproject.org> 3.9.1-3
0999a2
- rebuild (libical)
0999a2
0999a2
* Wed May 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-2
0999a2
- Add missing telepathy-logger runtime dep
0999a2
- Depend on gnome-session-xsession so that it gets pulled in for
0999a2
  typical GNOME installs
0999a2
0999a2
* Wed May 01 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.1-1
0999a2
- Update to 3.9.1
0999a2
0999a2
* Tue Apr 16 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.1-1
0999a2
- Update to 3.8.1
0999a2
0999a2
* Thu Mar 28 2013 Adel Gadllah <adel.gadllah@gmail.com> - 3.8.0.1-2
0999a2
- Ship the perf tool
0999a2
0999a2
* Wed Mar 27 2013 Ray Strode <rstrode@redhat.com> - 3.8.0.1-1
0999a2
- Update to 3.8.0.1
0999a2
0999a2
* Tue Mar 26 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.0-1
0999a2
- Update to 3.8.0
0999a2
0999a2
* Tue Mar 19 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.92-1
0999a2
- Update to 3.7.92
0999a2
0999a2
* Tue Mar 05 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.91-1
0999a2
- Update to 3.7.91
0999a2
0999a2
* Wed Feb 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.90-1
0999a2
- Update to 3.7.90
0999a2
0999a2
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
0999a2
- Rebuilt for libgcr soname bump
0999a2
0999a2
* Wed Feb 06 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.5-1
0999a2
- Update to 3.7.5
0999a2
0999a2
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4.1-2
0999a2
- Rebuild for new cogl
0999a2
0999a2
* Thu Jan 17 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.4.1-1
0999a2
- Update to 3.7.4.1
0999a2
0999a2
* Tue Jan 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.4-1
0999a2
- Update to 3.7.4
0999a2
0999a2
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.3.1-1
0999a2
- Update to 3.7.3.1
0999a2
0999a2
* Tue Dec 18 2012 Florian Müllner <fmuellner@redhat.com> 3.7.3-1
0999a2
- Update to 3.7.3
0999a2
0999a2
* Mon Dec 17 2012 Adam Jackson <ajax@redhat.com> 3.7.2-3
0999a2
- Also don't mangle rpath on power
0999a2
0999a2
* Mon Dec 10 2012 Adam Jackson <ajax@redhat.com> 3.7.2-2
0999a2
- Disable bluetooth on power
0999a2
0999a2
* Mon Nov 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.2-1
0999a2
- Update to 3.7.2
0999a2
0999a2
* Tue Nov 13 2012 Dan Horák <dan[at]danny.cz> - 3.7.1-2
0999a2
- don't Require: gnome-bluetooth on s390(x)
0999a2
0999a2
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
0999a2
- Update to 3.7.1
0999a2
0999a2
* Wed Oct 31 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.1-5
0999a2
- Rebuild against latest telepathy-logger
0999a2
0999a2
* Thu Oct 25 2012 Milan Crha <mcrha@redhat.com> - 3.6.1-4
0999a2
- Rebuild against newer evolution-data-server
0999a2
0999a2
* Sat Oct 20 2012 Dan Horák <dan[at]danny.cz> - 3.6.1-3
0999a2
- explicit BR: control-center as it isn't brought in indirectly on s390(x)
0999a2
0999a2
* Thu Oct 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-2
0999a2
- Remove avoid-redhat-menus patch
0999a2
0999a2
  The standard way of supporting a desktop-specific menu layout is
0999a2
  to set XDG_MENU_PREFIX (which we made gnome-session do now).
0999a2
0999a2
* Mon Oct 15 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-1
0999a2
- Update to 3.6.1
0999a2
0999a2
* Tue Sep 25 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.0-1
0999a2
- Update to 3.6.0
0999a2
0999a2
* Wed Sep 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.5.92-1
0999a2
- Update to 3.5.92
0999a2
0999a2
* Tue Sep 11 2012 Florian Müllner <fmuellner@redhat.com> - 3.5.91-1
0999a2
- Update dependencies
0999a2
0999a2
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
0999a2
- Update to 3.5.91
0999a2
0999a2
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-3
0999a2
- Rebuild against new cogl/clutter
0999a2
0999a2
* Mon Aug 27 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.90-2
0999a2
- Rebuild for new libcamel and synchronize gnome-bluetooth Requires with
0999a2
  BuildRequires.
0999a2
0999a2
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
0999a2
- Update to 3.5.90
0999a2
0999a2
* Tue Aug 14 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.5-2
0999a2
- Add Requires: gnome-bluetooth >= 3.5.5
0999a2
0999a2
* Mon Aug 13 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.5-1
0999a2
- Update to 3.5.5
0999a2
0999a2
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-5
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0999a2
0999a2
* Sat Jul 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.4-4
0999a2
- Tighten runtime requires
0999a2
0999a2
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.4-3
0999a2
- Add a gdm-libs dependency
0999a2
0999a2
* Wed Jul 18 2012 Colin Walters <walters@verbum.org> - 3.5.4-2
0999a2
- Bump release
0999a2
0999a2
* Wed Jul 18 2012 Ray Strode <rstrode@redhat.com> 3.5.4-1
0999a2
- Update to 3.5.4
0999a2
0999a2
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
0999a2
- Rebuild against new e-d-s
0999a2
0999a2
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-1
0999a2
- Update to 3.5.3
0999a2
0999a2
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-2
0999a2
- Remove upstreamed patch
0999a2
0999a2
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
0999a2
- Update to 3.5.2
0999a2
0999a2
* Mon May 28 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.4.1-6
0999a2
- Cherry pick F17 changes, bump build for new evo soname
0999a2
0999a2
* Wed May 16 2012 Owen Taylor <otaylor@redhat.com> - 3.4.1-5
0999a2
- New version of unmount notification
0999a2
0999a2
* Tue May 15 2012 Owen Taylor <otaylor@redhat.com> - 3.4.1-4
0999a2
- Add a patch to display a notification until it's safe to remove a drive (#819492)
0999a2
0999a2
* Fri Apr 20 2012 Owen Taylor <otaylor@redhat.com> - 3.4.1-3
0999a2
- Add a patch from upstream to avoid a crash when Evolution is not installed (#814401)
0999a2
0999a2
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
0999a2
- Silence glib-compile-schemas scriplets
0999a2
0999a2
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
0999a2
- Update to 3.4.1
0999a2
0999a2
* Thu Apr  5 2012 Owen Taylor <otaylor@redhat.com> - 3.4.0-2
0999a2
- Change gnome-shell-favourite-apps-firefox.patch to also patch the JS code
0999a2
  to handle the transition from mozilla-firefox.desktop to firefox.desktop.
0999a2
  (#808894, reported by Jonathan Kamens)
0999a2
0999a2
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
0999a2
- Update to 3.4.0
0999a2
0999a2
* Wed Mar 21 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.92-1
0999a2
- Update to 3.3.92
0999a2
0999a2
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-2
0999a2
- Rebuild for new cogl
0999a2
0999a2
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
0999a2
- Update to 3.3.90
0999a2
0999a2
* Thu Feb  9 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-2
0999a2
- Depend on accountsservice-libs (#755112)
0999a2
0999a2
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
0999a2
- Update to 3.3.5
0999a2
0999a2
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
0999a2
- Update to 3.3.4
0999a2
0999a2
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-2
0999a2
- Rebuild for new cogl
0999a2
0999a2
* Thu Jan  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
0999a2
- Update to 3.3.3
0999a2
0999a2
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.2-2
0999a2
- Rebuild for new clutter and e-d-s
0999a2
0999a2
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
0999a2
- Update to 3.3.2
0999a2
0999a2
* Wed Nov 09 2011 Kalev Lember <kalevlember@gmail.com> - 3.2.1-6
0999a2
- Adapt to firefox desktop file name change in F17
0999a2
0999a2
* Thu Nov 03 2011 Adam Jackson <ajax@redhat.com> 3.2.1-5
0999a2
- Build with -Wno-error=disabled-declarations for the moment
0999a2
0999a2
* Wed Nov 02 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.1-4
0999a2
- Rebuld against tp-logger.
0999a2
0999a2
* Sun Oct 30 2011 Bruno Wolff III <bruno@wolff.to> - 3.2.1-3
0999a2
- Rebuild for new evolution-data-server
0999a2
0999a2
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
0999a2
- Rebuilt for glibc bug#747377
0999a2
0999a2
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
0999a2
- Update to 3.2.1
0999a2
0999a2
* Wed Sep 28 2011 Ray Strode <rstrode@redhat.com> 3.2.0-2
0999a2
- rebuild
0999a2
0999a2
* Mon Sep 26 2011 Owen Taylor <otaylor@redhat.com> - 3.2.0-1
0999a2
- Update to 3.2.0
0999a2
0999a2
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
0999a2
- Update to 3.1.92
0999a2
0999a2
* Fri Sep 16 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.91.1-2
0999a2
- Tighten dependencies by specifying the required arch (#739130)
0999a2
0999a2
* Wed Sep 14 2011 Owen Taylor <otaylor@redhat.com> - 3.1.91.1-1
0999a2
- Update to 3.1.91.1 (adds browser plugin)
0999a2
  Update Requires
0999a2
0999a2
* Thu Sep 08 2011 Dan Horák <dan[at]danny.cz> - 3.1.91-3
0999a2
- workaround a chrpath issue on s390(x)
0999a2
0999a2
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.91-2
0999a2
- Replace Epiphany with Firefox in the default favourite apps
0999a2
0999a2
* Wed Sep  7 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
0999a2
- Update to 3.1.91
0999a2
0999a2
* Thu Sep  1 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90.1-2
0999a2
- Require caribou
0999a2
0999a2
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90.1-1
0999a2
- Update to 3.1.90.1
0999a2
0999a2
* Wed Aug 31 2011 Adam Williamson <awilliam@redhat.com> - 3.1.4-3.gite7b9933
0999a2
- rebuild against e-d-s
0999a2
0999a2
* Fri Aug 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-2.gite7b9933
0999a2
- git snapshot that builds against gnome-menus 3.1.5
0999a2
0999a2
* Thu Aug 18 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.5-1
0999a2
- Rebuild against newer eds libraries.
0999a2
0999a2
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
0999a2
- Update to 3.1.4
0999a2
0999a2
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3-4
0999a2
- Rebuild
0999a2
0999a2
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3-3
0999a2
- Add necessary requires
0999a2
0999a2
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3-2
0999a2
- Rebuild
0999a2
0999a2
* Tue Jul  5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.3-1
0999a2
- Upstream 3.1.3 dev release
0999a2
0999a2
* Mon Jun 27 2011 Adam Williamson <awilliam@redhat.com> - 3.0.2-4
0999a2
- add fixes from f15 branch (gjs dep and rpath)
0999a2
0999a2
* Wed Jun 22 2011 Owen Taylor <otaylor@redhat.com> - 3.0.2-3
0999a2
- Add a patch from upstream to avoid g_file_get_contents()
0999a2
0999a2
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.2-2
0999a2
- Rebuilt for new gtk3 and gnome-desktop3
0999a2
0999a2
* Wed May 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.2-1
0999a2
- Update to 3.0.2
0999a2
0999a2
* Tue May 10 2011 Dan Williams <dcbw@redhat.com> - 3.0.1-4
0999a2
- Fix initial connections to WPA Enterprise access points (#699014)
0999a2
- Fix initial connections to mobile broadband networks
0999a2
0999a2
* Thu Apr 28 2011 Dan Horák <dan[at]danny.cz> - 3.0.1-3
0999a2
- no bluetooth on s390(x)
0999a2
0999a2
* Wed Apr 27 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-2
0999a2
- Add a patch from upstream to fix duplicate applications in application display
0999a2
0999a2
* Mon Apr 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-1
0999a2
- Update to 3.0.1
0999a2
0999a2
* Mon Apr 11 2011 Colin Walters <walters@verbum.org> - 3.0.0.2-2
0999a2
- We want to use the GNOME menus which has the designed categories,
0999a2
  not the legacy redhat-menus.
0999a2
0999a2
* Fri Apr 08 2011 Nils Philippsen <nils@redhat.com> - 3.0.0.2-1
0999a2
- Update to 3.0.0.2 (fixes missing import that was preventing extensions from
0999a2
  loading.)
0999a2
- Update source URL
0999a2
0999a2
* Tue Apr  5 2011 Owen Taylor <otaylor@redhat.com> - 3.0.0.1-1
0999a2
- Update to 3.0.0.1 (fixes bug where network menu could leave
0999a2
  Clutter event handling stuck.)
0999a2
0999a2
* Mon Apr  4 2011 Owen Taylor <otaylor@redhat.com> - 3.0.0-1
0999a2
- Update to 3.0.0
0999a2
0999a2
* Tue Mar 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.93-3
0999a2
- Bump
0999a2
0999a2
* Tue Mar 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.93-2
0999a2
- Rebuild for new tp-logger
0999a2
0999a2
* Mon Mar 28 2011 Owen Taylor <otaylor@redhat.com> - 2.91.93-1
0999a2
- Update to 2.91.93.
0999a2
0999a2
* Fri Mar 25 2011 Ray Strode <rstrode@redhat.com> 2.91.92-3
0999a2
- Adjustments for More nm-client api changes.
0999a2
- Fix VPN indicator
0999a2
0999a2
* Thu Mar 24 2011 Christopher Aillon <caillon@redhat.com> - 2.91.92-2
0999a2
- Make activating vpn connections work from the shell indicator
0999a2
0999a2
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
0999a2
- Update to 2.91.92
0999a2
0999a2
* Wed Mar 16 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.91-2
0999a2
- Fix alt-tab behavior on when primary display is not leftmost (# 683932)
0999a2
0999a2
* Tue Mar  8 2011 Owen Taylor <otaylor@redhat.com> - 2.91.91-1
0999a2
- Update to 2.91.91
0999a2
0999a2
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
0999a2
- Require upower and polkit at runtime
0999a2
0999a2
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
0999a2
- Update to 2.91.90
0999a2
0999a2
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-6
0999a2
- Rebuild against newer gtk
0999a2
0999a2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-5
0999a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0999a2
0999a2
* Thu Feb  3 2011 Bill Nottingham <notting@redhat.com> - 2.91.6-4
0999a2
- buildrequire gnome-bluetooth to fix bluetooth status icon (#674874)
0999a2
0999a2
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
0999a2
- Rebuild against newer gtk
0999a2
0999a2
* Tue Feb  1 2011 Owen Taylor <otaylor@redhat.com> - 2.91.6-2
0999a2
- Build-requires evolution-data-server-devel
0999a2
0999a2
* Tue Feb  1 2011 Owen Taylor <otaylor@redhat.com> - 2.91.6-1
0999a2
- Update to 2.91.6
0999a2
0999a2
* Thu Jan 13 2011 Mattihas Clasen <mclasen@redhat.com> - 2.91.5-3
0999a2
- Drop desktop-effects dependency
0999a2
0999a2
* Wed Jan 12 2011 Colin Walters <walters@verbum.org> - 2.91.5-2
0999a2
- BR latest g-i, handles flags as arguments better
0999a2
0999a2
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
0999a2
- Update to 2.91.5
0999a2
0999a2
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
0999a2
- Update to 2.91.4
0999a2
- Rebuild against new gtk
0999a2
0999a2
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
0999a2
- Rebuild aginst new gtk
0999a2
0999a2
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-1
0999a2
- Update to 2.91.3
0999a2
0999a2
* Thu Nov 18 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-3
0999a2
- Add another memory-management crasher fix from upstream
0999a2
0999a2
* Mon Nov 15 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-2
0999a2
- Add a patch from upstream fixing a memory-management crasher
0999a2
0999a2
* Tue Nov  9 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-1
0999a2
- Update to 2.91.2
0999a2
0999a2
* Mon Nov  1 2010 Owen Taylor <otaylor@redhat.com> - 2.91.1-1
0999a2
- Update to 2.91.1
0999a2
- Add libcroco-devel to BuildRequires, apparently it was getting
0999a2
  pulled in indirectly before
0999a2
- Add libcanberra-devel and pulseaudio-libs-devel BuildRequires
0999a2
0999a2
* Mon Oct  4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
0999a2
- Update to 2.91.0
0999a2
- Remove patch to disable VBlank syncing
0999a2
0999a2
* Thu Aug 12 2010 Colin Walters <walters@verbum.org> - 2.31.5-7
0999a2
- Add patch to disable vblank syncing
0999a2
0999a2
* Tue Jul 13 2010 Colin Walters <walters@verbum.org> - 2.31.5-5
0999a2
- Run glib-compile-schemas
0999a2
0999a2
* Tue Jul 13 2010 Colin Walters <walters@megatron> - 2.31.5-4
0999a2
- Bless stuff in files section
0999a2
0999a2
* Tue Jul 13 2010 Colin Walters <walters@verbum.org> - 2.31.5-3
0999a2
- Axe gnome-desktop-devel
0999a2
0999a2
* Tue Jul 13 2010 Adel Gadllah <adel.gadllah@gmail.com> - 2.31.5-2
0999a2
- BuildRequire gnome-desktop3-devel, gtk3
0999a2
0999a2
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.31.5-1
0999a2
- New upstream version
0999a2
- Drop rpath goop, shouldn't be necessary any more
0999a2
0999a2
* Fri Jun 25 2010 Colin Walters <walters@megatron> - 2.31.2-3
0999a2
- Drop gir-repository-devel build dependency
0999a2
0999a2
* Fri May 28 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-2
0999a2
- Added new version requirements for dependencies based on upstream releases
0999a2
- Added new file listings for gnome-shell-clock-preferences binary and .desktop
0999a2
- Added gnome-shell man page file listing
0999a2
0999a2
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-1
0999a2
- New upstream release
0999a2
0999a2
* Fri Mar 26 2010 Colin Walters <walters@verbum.org> - 2.29.1-3
0999a2
- Specify V=1 for build, readd smp_mflags since parallel is fixed upstream
0999a2
0999a2
* Thu Mar 25 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.29.1-2
0999a2
- Bumped for new version of mutter and clutter
0999a2
- Added version requirement to gjs-devel because of dependency of build
0999a2
0999a2
* Wed Mar 24 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.29.1-1
0999a2
- Update to latest version 2.29.1
0999a2
0999a2
* Sun Feb 21 2010 Bastien Nocera <bnocera@redhat.com> 2.28.1-0.2.20100128git
0999a2
- Require json-glib
0999a2
- Rebuild for new clutter with json split out
0999a2
- Fix deprecation in COGL
0999a2
0999a2
* Thu Jan 28 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.28.1-0.1.20100128git
0999a2
- New git snapshot
0999a2
- Fixed Version for alphatag use
0999a2
0999a2
* Fri Jan 15 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20101015git-1
0999a2
- Added dependency on a git build of gobject-introspect to solve some breakage
0999a2
- Also went ahead and made a new git tarball
0999a2
0999a2
* Tue Jan 12 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20100112git-1
0999a2
- New git snapshot
0999a2
0999a2
* Mon Dec 07 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-5
0999a2
- Added libtool, glib-gettext for the libtoolize dep of git snapshot
0999a2
0999a2
* Mon Dec 07 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-4
0999a2
- Added gnome-common needed by autogen.sh in git snapshot build
0999a2
0999a2
* Sun Dec 06 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-3
0999a2
- Added the autotools needed to build the git snapshot to the build requires
0999a2
0999a2
* Sun Dec 06 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-2
0999a2
- Fixed the setup naming issue with the git snapshot directory naming
0999a2
0999a2
* Sun Dec 06 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-1
0999a2
- Update to git snapshot on 20091206
0999a2
0999a2
* Wed Oct  7 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-2
0999a2
- Update to 2.28.0
0999a2
0999a2
* Tue Sep 15 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-1
0999a2
- Update to 2.27.3
0999a2
0999a2
* Fri Sep  4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.2-2
0999a2
- Test for gobject-introspection version should be >= not >
0999a2
0999a2
* Fri Sep  4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.2-1
0999a2
- Update to 2.27.2
0999a2
- Add an explicit dep on gobject-introspection 0.6.5 which is required 
0999a2
  for the new version
0999a2
0999a2
* Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-4
0999a2
- Fix GConf %%preun script to properly be for package removal
0999a2
0999a2
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-3
0999a2
- Replace libgnomeui with gnome-desktop in BuildRequires
0999a2
0999a2
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-2
0999a2
- BuildRequire intltool
0999a2
- Add find_lang
0999a2
0999a2
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-1
0999a2
- Update to 2.27.1
0999a2
- Update Requires, add desktop-effects
0999a2
0999a2
* Wed Aug 12 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-4
0999a2
- Add an explicit dependency on GConf2 for pre/post
0999a2
0999a2
* Tue Aug 11 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-3
0999a2
- Add missing BuildRequires on gir-repository-devel
0999a2
0999a2
* Tue Aug 11 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-2
0999a2
- Temporarily use a non-parallel-build until gnome-shell is fixed
0999a2
0999a2
* Mon Aug 10 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-1
0999a2
- Initial version