Blame SPECS/gnome-shell.spec

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