1205f8
%global major_version %%(cut -d "." -f 1 <<<%{version})
1205f8
# Minimum GNOME Shell version supported
1205f8
%global min_gs_version %%(cut -d "." -f 1-3 <<<%{version})
1205f8
1205f8
%global pkg_prefix gnome-shell-extension
1205f8
%global tarball_version %%(echo %{version} | tr '~' '.')
1205f8
1205f8
Name:           gnome-shell-extensions
f219c7
Version:        40.7
9062cd
Release:        7%{?dist}
1205f8
Summary:        Modify and extend GNOME Shell functionality and behavior
1205f8
1205f8
License:        GPLv2+
1205f8
URL:            http://wiki.gnome.org/Projects/GnomeShell/Extensions
1205f8
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
1205f8
1205f8
BuildRequires:  meson
1205f8
BuildRequires:  git
1205f8
BuildRequires:  gettext >= 0.19.6
1205f8
Requires:       gnome-shell >= %{min_gs_version}
1205f8
BuildArch:      noarch
1205f8
1205f8
Patch001: 0001-Update-style.patch
1205f8
Patch002: 0001-apps-menu-add-logo-icon-to-Applications-menu.patch
1205f8
Patch003: add-extra-extensions.patch
1205f8
Patch004: 0001-apps-menu-Explicitly-set-label_actor.patch
1205f8
Patch005: resurrect-system-monitor.patch
1205f8
Patch006: 0001-Include-top-icons-in-classic-session.patch
1205f8
Patch007: 0001-desktop-icons-Update-Japanese-translation.patch
1205f8
Patch008: desktop-icons-40-fixes.patch
1205f8
Patch009: 0001-top-icons-Don-t-use-wm_class-as-role.patch
b19d38
Patch010: 0001-heads-up-display-Add-extension-for-showing-persisten.patch
b19d38
Patch011: 0001-Add-gesture-inhibitor-extension.patch
b19d38
Patch012: gnome-classic-wayland.patch
b19d38
Patch013: 0001-desktop-icons-Fix-stuck-grab-issue-with-rubber-bandi.patch
9062cd
Patch014: window-list-touch.patch
9062cd
Patch015: 0001-classification-banner-Handle-fullscreen-monitors.patch
9062cd
Patch016: 0001-desktop-icons-Don-t-grab-focus-on-click.patch
9062cd
Patch017: 0001-desktopManager-Hook-into-LayoutManager-to-create-gri.patch
9062cd
Patch018: 0001-gesture-inhibitor-Allow-inhibiting-workspace-switch-.patch
9062cd
Patch019: 0001-desktop-icons-Don-t-use-blocking-IO.patch
9062cd
Patch020: 0001-window-list-Explicitly-dispose-settings-on-destroy.patch
1205f8
1205f8
%description
1205f8
GNOME Shell Extensions is a collection of extensions providing additional and
1205f8
optional functionality to GNOME Shell.
1205f8
1205f8
Enabled extensions:
1205f8
  * apps-menu
1205f8
  * auto-move-windows
c771b0
  * classification-banner
9062cd
  * custom-menu
1205f8
  * dash-to-dock
1205f8
  * desktop-icons
1205f8
  * drive-menu
b19d38
  * gesture-inhibitor
1205f8
  * launch-new-instance
b19d38
  * heads-up-display
1205f8
  * native-window-placement
1205f8
  * panel-favorites
1205f8
  * places-menu
1205f8
  * screenshot-window-sizer
1205f8
  * top-icons
1205f8
  * updates-dialog
1205f8
  * user-theme
1205f8
  * window-list
1205f8
  * windowsNavigator
1205f8
  * workspace-indicator
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-common
1205f8
Summary:        Files common to GNOME Shell Extensions
1205f8
License:        GPLv2+
1205f8
Requires:       gnome-shell >= %{min_gs_version}
1205f8
Obsoletes:      %{pkg_prefix}-horizontal-workspaces < 40.0~alpha.1-3
1205f8
1205f8
%description -n %{pkg_prefix}-common
1205f8
GNOME Shell Extensions is a collection of extensions providing additional and
1205f8
optional functionality to GNOME Shell.
1205f8
1205f8
This package provides common data files shared by various extensions.
1205f8
1205f8
1205f8
%package -n gnome-classic-session
1205f8
Summary:        GNOME "classic" mode session
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-apps-menu = %{version}-%{release}
f219c7
Requires:       %{pkg_prefix}-desktop-icons = %{version}-%{release}
1205f8
Requires:       %{pkg_prefix}-launch-new-instance = %{version}-%{release}
1205f8
Requires:       %{pkg_prefix}-places-menu = %{version}-%{release}
1205f8
Requires:       %{pkg_prefix}-window-list = %{version}-%{release}
1205f8
Requires:       nautilus
1205f8
1205f8
%description -n gnome-classic-session
1205f8
This package contains the required components for the GNOME Shell "classic"
1205f8
mode, which aims to provide a GNOME 2-like user interface.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-apps-menu
1205f8
Summary:        Application menu for GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
Requires:       gnome-menus
1205f8
1205f8
%description  -n %{pkg_prefix}-apps-menu
1205f8
This GNOME Shell extension adds a GNOME 2.x style menu for applications.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-auto-move-windows
1205f8
Summary:        Assign specific workspaces to applications in GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-auto-move-windows
1205f8
This GNOME Shell extension enables easy workspace management. A specific
1205f8
workspace can be assigned to each application as soon as it creates a window, in
1205f8
a manner configurable with a GSettings key.
1205f8
1205f8
c771b0
%package -n %{pkg_prefix}-classification-banner
c771b0
Summary:        Display classification level banner in GNOME Shell
c771b0
Group:          User Interface/Desktops
c771b0
License:        GPLv2+
c771b0
Requires:       %{pkg_prefix}-common = %{version}-%{release}
c771b0
c771b0
%description -n %{pkg_prefix}-classification-banner
c771b0
This GNOME Shell extension adds a banner that displays the classification level.
c771b0
c771b0
9062cd
%package -n %{pkg_prefix}-custom-menu
9062cd
Summary:        Add a custom menu to the desktop
9062cd
Group:          User Interface/Desktops
9062cd
License:        GPLv2+
9062cd
Requires:       %{pkg_prefix}-common = %{version}-%{release}
9062cd
9062cd
%description -n %{pkg_prefix}-custom-menu
9062cd
This GNOME Shell extension adds a custom menu to the desktop background.
9062cd
9062cd
1205f8
%package -n %{pkg_prefix}-dash-to-dock
1205f8
Summary:        Show the dash outside the activities overview
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-dash-to-dock
1205f8
This GNOME Shell extension makes the dash available outside the activities overview.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-desktop-icons
1205f8
Summary:        Desktop icons support for the classic experience
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-desktop-icons
1205f8
This GNOME Shell extension adds desktop icons support as seen in GNOME 2
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-drive-menu
1205f8
Summary:        Drive status menu for GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-drive-menu
1205f8
This GNOME Shell extension provides a panel status menu for accessing and
1205f8
unmounting removable devices.
1205f8
1205f8
b19d38
%package -n %{pkg_prefix}-gesture-inhibitor
b19d38
Summary:        Gesture inhibitor
b19d38
Group:          User Interface/Desktops
b19d38
License:        GPLv2+
b19d38
Requires:       %{pkg_prefix}-common = %{version}-%{release}
b19d38
b19d38
%description -n %{pkg_prefix}-gesture-inhibitor
b19d38
This GNOME Shell extension allows disabling the default desktop gestures.
b19d38
b19d38
1205f8
%package -n %{pkg_prefix}-launch-new-instance
1205f8
Summary:        Always launch a new application instance for GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description  -n %{pkg_prefix}-launch-new-instance
1205f8
This GNOME Shell extension modifies the behavior of clicking in the dash and app
1205f8
launcher to always launch a new application instance.
1205f8
1205f8
b19d38
%package -n %{pkg_prefix}-heads-up-display
b19d38
Summary:        Display persistent on-screen message
b19d38
Group:          User Interface/Desktops
b19d38
License:        GPLv3+
b19d38
Requires:       %{pkg_prefix}-common = %{version}-%{release}
b19d38
b19d38
%description -n %{pkg_prefix}-heads-up-display
b19d38
This GNOME Shell extension displays a persistent message in the top middle of the screen.
b19d38
This message can appear on the login screen, lock screen, or regular user session.
b19d38
b19d38
1205f8
%package -n %{pkg_prefix}-native-window-placement
1205f8
Summary:        Native window placement for GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description  -n %{pkg_prefix}-native-window-placement
1205f8
This GNOME Shell extension provides additional configurability for the window
1205f8
layout in the overview, including a mechanism similar to KDE4.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-panel-favorites
1205f8
Summary:        Favorite launchers in GNOME Shell's top bar
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-panel-favorites
1205f8
This GNOME Shell extension adds favorite launchers to the top bar.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-places-menu
1205f8
Summary:        Places status menu for GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-places-menu
1205f8
This GNOME Shell extension add a system status menu for quickly navigating
1205f8
places in the system.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-screenshot-window-sizer
1205f8
Summary:        Screenshot window sizer for GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-screenshot-window-sizer
1205f8
This GNOME Shell extension allows to easily resize windows for GNOME Software
1205f8
screenshots.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-systemMonitor
1205f8
Summary:        System Monitor for GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-systemMonitor
1205f8
This GNOME Shell extension is a message tray indicator for CPU and memory usage
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-top-icons
1205f8
Summary:        Show legacy icons on top
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-top-icons
1205f8
This GNOME Shell extension moves legacy tray icons into the top bar
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-updates-dialog
1205f8
Summary:        Show a modal dialog when there are software updates
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-updates-dialog
1205f8
This GNOME Shell extension shows a modal dialog when there are software updates
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-user-theme
1205f8
Summary:        Support for custom themes in GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-user-theme
1205f8
This GNOME Shell extension enables loading a GNOME Shell theme from
1205f8
~/.themes/<name>/gnome-shell/.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-window-list
1205f8
Summary:        Display a window list at the bottom of the screen in GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-window-list
1205f8
This GNOME Shell extension displays a window list at the bottom of the screen.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-windowsNavigator
1205f8
Summary:        Support for keyboard selection of windows and workspaces in GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-windowsNavigator
1205f8
This GNOME Shell extension enables keyboard selection of windows and workspaces
1205f8
in overlay mode, by pressing the Alt and Ctrl key respectively.
1205f8
1205f8
1205f8
%package -n %{pkg_prefix}-workspace-indicator
1205f8
Summary:        Workspace indicator for GNOME Shell
1205f8
License:        GPLv2+
1205f8
Requires:       %{pkg_prefix}-common = %{version}-%{release}
1205f8
1205f8
%description -n %{pkg_prefix}-workspace-indicator
1205f8
This GNOME Shell extension add a system status menu for quickly changing
1205f8
workspaces.
1205f8
1205f8
1205f8
%prep
1205f8
%autosetup -S git -n %{name}-%{tarball_version}
1205f8
1205f8
1205f8
%build
1205f8
%meson -Dextension_set="all" -Dclassic_mode=true
1205f8
%meson_build
1205f8
1205f8
1205f8
%install
1205f8
%meson_install
1205f8
1205f8
%find_lang %{name}
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-common -f %{name}.lang
1205f8
%doc NEWS README.md
1205f8
%license COPYING
1205f8
1205f8
1205f8
%files -n gnome-classic-session
1205f8
%{_datadir}/gnome-shell/modes/classic.json
1205f8
%{_datadir}/gnome-shell/theme/*.svg
1205f8
%{_datadir}/gnome-shell/theme/gnome-classic-high-contrast.css
1205f8
%{_datadir}/gnome-shell/theme/gnome-classic.css
1205f8
%{_datadir}/xsessions/gnome-classic.desktop
b19d38
%{_datadir}/xsessions/gnome-classic-xorg.desktop
b19d38
%{_datadir}/wayland-sessions/gnome-classic.desktop
b19d38
%{_datadir}/wayland-sessions/gnome-classic-wayland.desktop
1205f8
%{_datadir}/glib-2.0/schemas/00_org.gnome.shell.extensions.classic.gschema.override
1205f8
1205f8
%files -n %{pkg_prefix}-apps-menu
1205f8
%{_datadir}/gnome-shell/extensions/apps-menu*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-auto-move-windows
1205f8
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
1205f8
%{_datadir}/gnome-shell/extensions/auto-move-windows*/
1205f8
1205f8
c771b0
%files -n %{pkg_prefix}-classification-banner
c771b0
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classification-banner.gschema.xml
c771b0
%{_datadir}/gnome-shell/extensions/classification-banner*/
c771b0
c771b0
9062cd
%files -n %{pkg_prefix}-custom-menu
9062cd
%{_datadir}/gnome-shell/extensions/custom-menu*/
9062cd
9062cd
1205f8
%files -n %{pkg_prefix}-dash-to-dock
1205f8
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml
1205f8
%{_datadir}/gnome-shell/extensions/dash-to-dock*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-desktop-icons
1205f8
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml
1205f8
%{_datadir}/gnome-shell/extensions/desktop-icons*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-drive-menu
1205f8
%{_datadir}/gnome-shell/extensions/drive-menu*/
1205f8
1205f8
b19d38
%files -n %{pkg_prefix}-gesture-inhibitor
b19d38
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.gesture-inhibitor.gschema.xml
b19d38
%{_datadir}/gnome-shell/extensions/gesture-inhibitor*/
b19d38
b19d38
1205f8
%files -n %{pkg_prefix}-launch-new-instance
1205f8
%{_datadir}/gnome-shell/extensions/launch-new-instance*/
1205f8
1205f8
b19d38
%files -n %{pkg_prefix}-heads-up-display
b19d38
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.heads-up-display.gschema.xml
b19d38
%{_datadir}/gnome-shell/extensions/heads-up-display*/
b19d38
b19d38
1205f8
%files -n %{pkg_prefix}-native-window-placement
1205f8
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
1205f8
%{_datadir}/gnome-shell/extensions/native-window-placement*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-panel-favorites
1205f8
%{_datadir}/gnome-shell/extensions/panel-favorites*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-places-menu
1205f8
%{_datadir}/gnome-shell/extensions/places-menu*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-screenshot-window-sizer
1205f8
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
1205f8
%{_datadir}/gnome-shell/extensions/screenshot-window-sizer*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-systemMonitor
1205f8
%{_datadir}/gnome-shell/extensions/systemMonitor*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-top-icons
1205f8
%{_datadir}/gnome-shell/extensions/top-icons*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-updates-dialog
1205f8
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.updates-dialog.gschema.xml
1205f8
%{_datadir}/gnome-shell/extensions/updates-dialog*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-user-theme
1205f8
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
1205f8
%{_datadir}/gnome-shell/extensions/user-theme*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-window-list
1205f8
%{_datadir}/gnome-shell/extensions/window-list*/
1205f8
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-windowsNavigator
1205f8
%{_datadir}/gnome-shell/extensions/windowsNavigator*/
1205f8
1205f8
1205f8
%files -n %{pkg_prefix}-workspace-indicator
1205f8
%{_datadir}/gnome-shell/extensions/workspace-indicator*/
1205f8
1205f8
1205f8
%changelog
9062cd
* Wed Feb 15 2023 Florian Müllner <fmuellner@redhat.com> - 40.7-7
9062cd
- Fix crash on `dconf update`
9062cd
  Resolves: #2170067
9062cd
9062cd
* Wed Jan 18 2023 Florian Müllner <fmuellner@redhat.com> - 40.7-6
9062cd
- Avoid blocking IO in desktop-icons
9062cd
  Resolves: #2162019
9062cd
9062cd
* Thu Jan 12 2023 Florian Müllner <fmuellner@redhat.com> - 40.7-5
9062cd
- Add custom-menu extension
9062cd
  Resolves: #2160553
9062cd
9062cd
* Wed Dec 14 2022 Florian Müllner <fmuellner@redhat.com> - 40.7-4
9062cd
- Adjust classification banner position in fullscreen
9062cd
  Resolves: #2153524
9062cd
- Don't grab focus when clicking desktop grid
9062cd
  Resolves: #2150001
9062cd
- Make desktop icons resilient to background reloads
9062cd
  Resolves: #2139895
9062cd
- Allow disabling workspace switch gesture
9062cd
  Resolves: #2154358
9062cd
9062cd
* Wed Jun 22 2022 Florian Müllner <fmuellner@redhat.com> - 40.7-3
9062cd
- Improve window-list on touch
9062cd
  Resolves: #2099286
9062cd
f219c7
* Fri May 13 2022 Florian Müllner <fmuellner@redhat.com> - 40.7-2
f219c7
- Require desktop-icons for classic session
f219c7
  Resolves: #2047697
f219c7
f219c7
* Wed Apr 13 2022 Florian Müllner <fmuellner@redhat.com> - 40.7-1
f219c7
- Update to 40.7
f219c7
  Resolves: #2066168
f219c7
9ea281
* Tue Feb 22 2022 Florian Müllner <fmuellner@redhat.com> - 40.6-1
9ea281
- Update to 40.6
9ea281
  Resolves: #2056410
9ea281
c771b0
* Tue Dec 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.5-4
c771b0
- Allow classification banners on lock/login screen
c771b0
  Resolves: #2031186
c771b0
c771b0
* Tue Dec 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.5-3
c771b0
- Fix classification-banner preferences
c771b0
  Resolves: #2031186
c771b0
c771b0
* Tue Dec 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.5-2
c771b0
- Add classification-banner
c771b0
  Resolves: #2031186
c771b0
c771b0
* Mon Dec 13 2021 Florian Müllner <fmuellner@redhat.com> - 40.5-1
c771b0
- Update to 40.5
c771b0
  Resolves: #2031654
c771b0
c771b0
* Tue Nov 30 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-8
c771b0
- Fix on-screen keyboard when showing window-list
c771b0
  Resolves: #2019866
c771b0
b19d38
* Thu Nov 18 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-7
b19d38
- Prevent gnome-shell from re-enabling inhibited gestures
b19d38
  Resolves: #2013196
b19d38
b19d38
* Mon Nov 08 2021 Jonas Ådahl <jadahl@redhat.com> - 40.4-6
b19d38
- Fix stuck grab on desktop-icons
b19d38
  Resolves: #2019715
b19d38
b19d38
* Fri Oct 29 2021 Neal Gompa <ngompa@centosproject.org> - 40.4-5
b19d38
- Backport GNOME Classic session for Wayland
b19d38
  Resolves: #2015914
b19d38
b19d38
* Wed Oct 20 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-4
b19d38
- Adjust gesture-inhibitor extension to GNOME 40 changes
b19d38
  Resolves: #2013196
b19d38
b19d38
* Wed Oct 20 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-3
b19d38
- Add gesture-inhibitor extension
b19d38
  Resolves: #2013196
b19d38
b19d38
* Mon Sep 27 2021 Ray Strode <rstrode@redhat.com> - 40.4-2
b19d38
- Add extension for displaying heads up message
b19d38
  Related: #2006985
b19d38
1205f8
* Mon Aug 23 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-1
1205f8
- Update to 40.4
1205f8
  Resolves: #1995095
1205f8
1205f8
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.3-2
1205f8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1205f8
  Related: rhbz#1991688
1205f8
1205f8
* Mon Jul 19 2021 Florian Müllner <fmuellner@redhat.com> - 40.3-1
1205f8
- Update to 40.3
1205f8
  Resolves: #1983551
1205f8
1205f8
* Tue Jun 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.2-1
1205f8
- Update to 40.2
1205f8
  Resolves: #1971431
1205f8
1205f8
* Thu Jun 03 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-4
1205f8
- Don't use status icon wm_class as top bar role
1205f8
  Resolves: #1967259
1205f8
1205f8
* Wed May 26 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-3
1205f8
- Fix various issues in downstream patches
1205f8
  Resolves: #1932261
1205f8
1205f8
* Mon May 24 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-2
1205f8
- Rebase downstream patches
1205f8
  Resolves: #1932261
1205f8
1205f8
* Mon May 17 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-1
1205f8
- Update to 40.1
1205f8
  Resolves: #1951132
1205f8
1205f8
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
1205f8
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1205f8
1205f8
* Sat Mar 20 2021 Florian Müllner <fmuellner@redhat.com> - 40.0-1
1205f8
- Update to 40.0
1205f8
1205f8
* Mon Mar 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.rc-1
1205f8
- Update to 40.rc
1205f8
1205f8
* Wed Feb 24 2021 Florian Müllner <fmuellner@redhat.com> - 40.beta-1
1205f8
- Update to 40.beta
1205f8
1205f8
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40.0~alpha.1-6.20210212git9fa522c
1205f8
- Fix typo in horizontal-workspaces obsoletes package name
1205f8
1205f8
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40.0~alpha.1-5.20210212git9fa522c
1205f8
- Fix obsoletes version
1205f8
1205f8
* Mon Feb 15 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 40.0~alpha.1-4.20210212git9fa522c
1205f8
- Add Obsoletes for horizontal-workspaces extension to fix upgrades to Fedora 34
1205f8
  (RHBZ #1928415)
1205f8
1205f8
* Fri Feb 12 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1-3.20210212git9fa522c
1205f8
- Build snapshot of current upstream
1205f8
- Drop horizontal-workspaces subpackage
1205f8
  (removed upstream, because horizontal workspaces are the default now)
1205f8
1205f8
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0~alpha.1-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1205f8
1205f8
* Fri Jan 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1-1
1205f8
- Update to 40.alpha.1
1205f8
1205f8
* Wed Dec 02 2020 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha-1
1205f8
- Update to 40.alpha
1205f8
1205f8
* Mon Oct 05 2020 Florian Müllner <fmuellner@redhat.com> - 3.38.1-1
1205f8
- Update to 3.38.1
1205f8
1205f8
* Mon Sep 14 2020 Florian Müllner <fmuellner@redhat.com> - 3.38.0-1
1205f8
- Update to 3.38.0
1205f8
1205f8
* Sun Sep 06 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.92-1
1205f8
- Update to 3.37.92
1205f8
1205f8
* Mon Aug 24 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.91-1
1205f8
- Update to 3.37.91
1205f8
1205f8
* Wed Aug 19 2020 Kalev Lember <klember@redhat.com> - 3.37.90-2
1205f8
- Rebuild
1205f8
1205f8
* Tue Aug 11 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.90-1
1205f8
- Update to 3.37.90
1205f8
1205f8
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1205f8
1205f8
* Tue Jul 07 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.3-1
1205f8
- Update to 3.37.3
1205f8
1205f8
* Wed Jun 03 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.2-1
1205f8
- Update to 3.37.2
1205f8
1205f8
* Thu Apr 30 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.1-1
1205f8
- Update to 3.37.1
1205f8
1205f8
* Tue Mar 31 2020 Florian Müllner <fmuellner@redhat.com> - 3.36.1-1
1205f8
- Update to 3.36.1
1205f8
1205f8
* Sat Mar 07 2020 Florian Müllner <fmuellner@redhat.com> - 3.36.0-1
1205f8
- Update to 3.36.0
1205f8
1205f8
* Sun Mar 01 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.92-1
1205f8
- Update to 3.35.92
1205f8
1205f8
* Tue Feb 18 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.91-1
1205f8
- Update to 3.35.91
1205f8
1205f8
* Thu Feb 06 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.90-1
1205f8
- Update to 3.35.90
1205f8
1205f8
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1205f8
1205f8
* Sun Jan 05 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.3-1
1205f8
- Update to 3.35.3
1205f8
1205f8
* Wed Dec 11 2019 Florian Müllner <fmuellner@redhat.com> - 3.35.2-1
1205f8
- Update to 3.35.2
1205f8
1205f8
* Wed Oct 09 2019 Florian Müllner <fmuellner@redhat.com> - 3.34.1-1
1205f8
- Update to 3.34.1
1205f8
1205f8
* Wed Sep 25 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.34.0-2
1205f8
- Unbreak the 'classic' GNOME session
1205f8
1205f8
* Mon Sep 09 2019 Florian Müllner <fmuellner@redhat.com> - 3.34.0-1
1205f8
- Update to 3.34.0
1205f8
1205f8
* Wed Sep 04 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.92-1
1205f8
- Update to 3.33.92
1205f8
1205f8
* Wed Aug 21 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.91-1
1205f8
- Update to 3.33.91
1205f8
1205f8
* Sat Aug 10 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.90-1
1205f8
- Update to 3.33.90
1205f8
1205f8
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.4-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1205f8
1205f8
* Sat Jul 20 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.4-1
1205f8
- Update to 3.33.4
1205f8
1205f8
* Mon Jun 24 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.3-1
1205f8
- Update to 3.33.3
1205f8
1205f8
* Wed May 22 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.2-1
1205f8
- Update to 3.33.2
1205f8
1205f8
* Tue May 14 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.1-1
1205f8
- Update to 3.33.1
1205f8
1205f8
* Wed Apr 17 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.1-1
1205f8
- Update to 3.32.1
1205f8
1205f8
* Tue Mar 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1
1205f8
- Update to 3.32.0
1205f8
1205f8
* Tue Mar 05 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.92-1
1205f8
- Update to 3.31.92
1205f8
1205f8
* Thu Feb 21 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.91-1
1205f8
- Update to 3.31.91
1205f8
1205f8
* Thu Feb 07 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.90-1
1205f8
- Update to 3.31.90
1205f8
1205f8
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.2-3
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1205f8
1205f8
* Wed Nov 21 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.31.2-2
1205f8
- Fix alternate-tab extension Obsoletes tag (RHBZ #1650519)
1205f8
1205f8
* Wed Nov 14 2018 Florian Müllner <fmuellner@redhat.com> - 3.31.2-1
1205f8
- Update to 3.31.2
1205f8
1205f8
* Mon Oct 08 2018 Florian Müllner <fmuellner@redhat.com> - 3.30.1-1
1205f8
- Update to 3.30.1
1205f8
1205f8
* Tue Sep 04 2018 Florian Müllner <fmuellner@redhat.com> - 3.30.0-1
1205f8
- Update to 3.30.0
1205f8
1205f8
* Mon Aug 20 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.91-1
1205f8
- Update to 3.29.91
1205f8
1205f8
* Wed Aug 01 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.90-1
1205f8
- Update to 3.29.90
1205f8
1205f8
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.2-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1205f8
1205f8
* Thu May 24 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.2-1
1205f8
- Update to 3.29.2
1205f8
1205f8
* Fri Apr 13 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.1-1
1205f8
- Update to 3.28.1
1205f8
1205f8
* Mon Mar 12 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.0-1
1205f8
- Update to 3.28.0
1205f8
1205f8
* Mon Mar 05 2018 Florian Müllner <fmuellner@redhat.com> - 3.27.92-1
1205f8
- Update to 3.27.92
1205f8
1205f8
* Thu Feb 22 2018 Florian Müllner <fmuellner@redhat.com> - 3.27.91-1
1205f8
- Update to 3.27.91
1205f8
1205f8
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.1-3
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1205f8
1205f8
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.1-2
1205f8
- Remove obsolete scriptlets
1205f8
1205f8
* Tue Oct 17 2017 Florian Müllner <fmuellner@redhat.com> - 3.27.1-1
1205f8
- Update to 3.27.1
1205f8
1205f8
* Wed Oct 04 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-1
1205f8
- Update to 3.26.1
1205f8
1205f8
* Tue Sep 12 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-1
1205f8
- Update to 3.26.0
1205f8
1205f8
* Tue Aug 22 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.91-1
1205f8
- Update to 3.25.91
1205f8
1205f8
* Fri Aug 11 2017 Kevin Fenzi <kevin@scrye.com> - 3.25.90-2
1205f8
- Rebuild with older working rpm
1205f8
1205f8
* Thu Aug 10 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.90-1
1205f8
- Update to 3.25.90
1205f8
1205f8
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1205f8
1205f8
* Thu Jul 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.4-1
1205f8
- Update to 3.25.4
1205f8
1205f8
* Wed Jun 21 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.3-1
1205f8
- Update to 3.25.3
1205f8
1205f8
* Thu May 25 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.2-1
1205f8
- Update to 3.25.2
1205f8
1205f8
* Thu Apr 27 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.1-1
1205f8
- Update to 3.25.1
1205f8
1205f8
* Tue Apr 11 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.1-1
1205f8
- Update to 3.24.1
1205f8
1205f8
* Mon Mar 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.0-1
1205f8
- Update to 3.24.0
1205f8
1205f8
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.92-1
1205f8
- Update to 3.23.92
1205f8
1205f8
* Wed Mar 01 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.91-1
1205f8
- Update to 3.23.91
1205f8
1205f8
* Thu Feb 16 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.90-1
1205f8
- Update to 3.23.90
1205f8
1205f8
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.2-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1205f8
1205f8
* Wed Nov 23 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.2-1
1205f8
- Update to 3.23.2
1205f8
1205f8
* Tue Oct 11 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.1-1
1205f8
- Update to 3.22.1
1205f8
1205f8
* Mon Sep 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.0-1
1205f8
- Update to 3.22.0
1205f8
1205f8
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.92-1
1205f8
- Update to 3.21.92
1205f8
1205f8
* Tue Aug 30 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.91-1
1205f8
- Update to 3.21.91
1205f8
1205f8
* Fri Aug 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.90-1
1205f8
- Update to 3.21.90
1205f8
1205f8
* Wed Jul 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
1205f8
- Update to 3.21.4
1205f8
1205f8
* Tue Jun 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.3-1
1205f8
- Update to 3.21.3
1205f8
1205f8
* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.2-1
1205f8
- Update to 3.21.2
1205f8
1205f8
* Tue May 10 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.1-1
1205f8
- Update to 3.20.1
1205f8
1205f8
* Tue Mar 22 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.0-1
1205f8
- Update to 3.20.0
1205f8
1205f8
* Wed Mar 16 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.92-1
1205f8
- Update to 3.19.92
1205f8
1205f8
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-1
1205f8
- Update to 3.19.91
1205f8
1205f8
* Fri Feb 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.90-1
1205f8
- Update to 3.19.90
1205f8
1205f8
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1205f8
1205f8
* Thu Jan 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.4-1
1205f8
- Update to 3.19.4
1205f8
1205f8
* Thu Dec 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.3-1
1205f8
- Update to 3.19.3
1205f8
1205f8
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
1205f8
- Update to 3.19.2
1205f8
1205f8
* Thu Oct 29 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.1-1
1205f8
- Update to 3.19.1
1205f8
1205f8
* Thu Oct 15 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.1-1
1205f8
- Update to 3.18.1
1205f8
1205f8
* Mon Sep 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.0-1
1205f8
- Update to 3.18.0
1205f8
1205f8
* Wed Sep 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.92-1
1205f8
- Update to 3.17.92
1205f8
1205f8
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.91-1
1205f8
- Update to 3.17.91
1205f8
1205f8
* Thu Aug 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.90-1
1205f8
- Update to 3.17.90
1205f8
1205f8
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
1205f8
- Don't own /usr/share/gnome-shell/extensions directory: now part of
1205f8
  gnome-shell package
1205f8
1205f8
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.4-1
1205f8
- Update to 3.17.4
1205f8
1205f8
* Thu Jul 02 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.3-1
1205f8
- Update to 3.17.3
1205f8
1205f8
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1205f8
1205f8
* Wed May 27 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.2-1
1205f8
- Update to 3.17.2
1205f8
1205f8
* Fri May 01 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-2
1205f8
- Add glib-compile-schemas rpm scripts for screenshot-window-sizer
1205f8
1205f8
* Thu Apr 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.1-1
1205f8
- Update to 3.17.1
1205f8
1205f8
* Tue Apr 14 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.1-1
1205f8
- Update to 3.16.1
1205f8
1205f8
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.0-1
1205f8
- Update to 3.16.0
1205f8
1205f8
* Tue Mar 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.92-1
1205f8
- Update to 3.15.92
1205f8
1205f8
* Thu Mar 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-2
1205f8
- Obsolete the systemMonitor extension that was dropped in 3.15.91
1205f8
1205f8
* Thu Mar 05 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.91-1
1205f8
- Update to 3.15.91
1205f8
1205f8
* Fri Feb 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.90-1
1205f8
- Update to 3.15.90
1205f8
1205f8
* Wed Jan 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.4-1
1205f8
- Update to 3.15.4
1205f8
1205f8
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3.1-1
1205f8
- Update to 3.15.3.1
1205f8
1205f8
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
1205f8
- Update to 3.15.3
1205f8
1205f8
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
1205f8
- Update to 3.15.2
1205f8
1205f8
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
1205f8
- Update to 3.15.1
1205f8
1205f8
* Tue Oct 14 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-1
1205f8
- Update to 3.14.1
1205f8
1205f8
* Mon Sep 22 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.0-1
1205f8
- Update to 3.14.0
1205f8
1205f8
* Wed Sep 17 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.92-1
1205f8
- Update to 3.13.92
1205f8
1205f8
* Wed Sep 03 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.91-1
1205f8
- Update to 3.13.91
1205f8
1205f8
* Wed Aug 20 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.13.90-1
1205f8
- Update to 3.13.90
1205f8
1205f8
* Thu Jul 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
1205f8
- Update to 3.13.4
1205f8
1205f8
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
1205f8
- Update to 3.13.3
1205f8
1205f8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1205f8
1205f8
* Wed May 28 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.13.2-1
1205f8
- Update to 3.13.2
1205f8
1205f8
* Fri May 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
1205f8
- Update to 3.13.1
1205f8
1205f8
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
1205f8
- Update to 3.12.0
1205f8
1205f8
* Thu Mar 20 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.92-1
1205f8
- Update to 3.11.92
1205f8
1205f8
* Thu Mar 06 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.91-1
1205f8
- Update to 3.11.91
1205f8
1205f8
* Thu Feb 20 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.90-1
1205f8
- Update to 3.11.90
1205f8
1205f8
* Wed Feb 05 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.5-1
1205f8
- Update to 3.11.5
1205f8
1205f8
* Mon Feb 03 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.4-1
1205f8
- Update to 3.11.4
1205f8
1205f8
* Sun Dec 22 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.3-1
1205f8
- Update to 3.11.3
1205f8
1205f8
* Wed Nov 13 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.2-1
1205f8
- Update to 3.11.2
1205f8
1205f8
* Wed Oct 16 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.10.1-1
1205f8
- Update to 3.10.1
1205f8
1205f8
* Tue Sep 24 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.10.0-1
1205f8
- Update to 3.10.0
1205f8
1205f8
* Tue Sep 17 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.92-1
1205f8
- Update to 3.9.92
1205f8
1205f8
* Tue Sep 03 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.91-1
1205f8
- Update to 3.9.91
1205f8
1205f8
* Thu Aug 22 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.90-1
1205f8
- Update to 3.9.90
1205f8
- Drop xrand-indicator subpackage, no longer provided upstream
1205f8
1205f8
* Mon Aug 12 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.5-3
1205f8
- Fix alternative-status-menu subpackage obsoleting
1205f8
1205f8
* Mon Aug 12 2013 Nils Philippsen <nils@redhat.com> - 3.9.5-2
1205f8
- obsolete alternative-status-menu subpackage to allow smooth upgrades
1205f8
1205f8
* Sun Aug 04 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.5-1
1205f8
- Update to 3.9.5
1205f8
- Drop alternative-status-menu subpackage, no longer provided upstream
1205f8
1205f8
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1205f8
1205f8
* Thu Jun 20 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 3.9.3-1
1205f8
- Update to 3.9.3
1205f8
- Obsolete default-min-max and static workspaces extensions
1205f8
- Use make_install macro
1205f8
- Fix bogus dates in spec changelog
1205f8
1205f8
* Tue May 28 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.2-1
1205f8
- Update to 3.9.2
1205f8
1205f8
* Fri May 10 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.1-1
1205f8
- Update to 3.9.1
1205f8
1205f8
* Fri May 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-3
1205f8
- Obsolete gnome-applet-sensors
1205f8
1205f8
* Wed May 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-2
1205f8
- Obsolete a few more fallback mode packages
1205f8
- Remove gnome-panel provides
1205f8
1205f8
* Tue Apr 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-1
1205f8
- Update to 3.8.1
1205f8
1205f8
* Tue Mar 26 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.0-1
1205f8
- Update to 3.8.0
1205f8
1205f8
* Tue Mar 19 2013 Ray Strode <rstrode@redhat.com> 3.7.92-1
1205f8
- Update to 3.7.92
1205f8
1205f8
* Tue Mar 05 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.91-1
1205f8
- Update to 3.7.91
1205f8
1205f8
* Sat Mar 02 2013 Adel Gadllah <adel.gadllah@gmail.com> - 3.7.90-2
1205f8
- Obsolete gnome-panel
1205f8
1205f8
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
1205f8
- Update to 3.7.90
1205f8
1205f8
* Thu Feb 07 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5.1-2
1205f8
- Depend on gnome-shell 3.7.5, there's no 3.7.5.1
1205f8
1205f8
* Thu Feb 07 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.5.1-1
1205f8
- Update to 3.7.5
1205f8
- Enable new launch-new-instance and window-list extensions, and add them in the
1205f8
  classic-mode extension set
1205f8
- Re-add places-menu in the classic-mode extension set
1205f8
1205f8
* Wed Jan 16 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.4-1
1205f8
- Update to 3.7.4
1205f8
- places-menu extension no longer part of the classic-mode extension set
1205f8
1205f8
* Tue Jan 01 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.3-1
1205f8
- Update to 3.7.3
1205f8
- Enable new default-min-max and static-workspaces extensions
1205f8
- Provide new subpackage gnome-classic-session
1205f8
- Revamp summaries and descriptions
1205f8
1205f8
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.1-1
1205f8
- Update to 3.7.1
1205f8
- Drop dock and gajim extensions, no longer provided
1205f8
1205f8
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.1-1
1205f8
- Update to 3.6.1
1205f8
1205f8
* Tue Oct 02 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.0-1
1205f8
- Update to 3.6.0
1205f8
1205f8
* Thu Sep 06 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.91-1
1205f8
- Update to 3.5.91
1205f8
1205f8
* Wed Aug 29 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.90-1
1205f8
- Update to 3.5.90
1205f8
1205f8
* Sat Aug 11 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.5-1
1205f8
- Update to 3.5.5
1205f8
1205f8
* Sun Jul 22 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.4-1
1205f8
- Update to 3.5.4
1205f8
1205f8
* Wed Jul 18 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.2-1
1205f8
- Update to 3.5.2
1205f8
- Drop useless Provides/Obsoletes
1205f8
1205f8
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.4.0-1
1205f8
- Update to 3.4.0
1205f8
- Minor spec fixes
1205f8
1205f8
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.92-1
1205f8
- Update to 3.3.92
1205f8
1205f8
* Tue Feb 28 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.90-1
1205f8
- Update to 3.3.90
1205f8
1205f8
* Thu Feb 16 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.5-1
1205f8
- Update to 3.3.5
1205f8
- Spec cleanup
1205f8
1205f8
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-2
1205f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1205f8
1205f8
* Wed Nov 30 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.2-1
1205f8
- Update to 3.3.2
1205f8
1205f8
* Wed Nov 30 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.1-1
1205f8
- Update to 3.2.1
1205f8
- Fix alternative-status-menu extension crash when login
1205f8
1205f8
* Wed Nov 09 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.0-2
1205f8
- Fix dock and alternate-tab extensions
1205f8
- Fix GNOME Shell version to work with GS 3.2.1
1205f8
1205f8
* Mon Oct 03 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.0-1
1205f8
- Update to 3.2.0
1205f8
1205f8
* Mon Sep 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.91-3.20111001gite102c0c6
1205f8
- Update to a newer git snapshot
1205f8
- Fix GNOME Shell version to work with GS 3.2.0
1205f8
- Add Requires on GS 3.2.0 or above to gnome-shell-common
1205f8
1205f8
* Wed Sep 14 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.91-2
1205f8
- Enable xrandr-indicator and workspace-indicator extensions
1205f8
1205f8
* Mon Sep 12 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.91-1
1205f8
- Update to 3.1.91
1205f8
- add more documentation
1205f8
1205f8
* Thu Sep  1 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-3.20110830git6b5e3a3e
1205f8
- Update to git snapshot, for gnome-shell 3.1.90
1205f8
1205f8
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-2
1205f8
- Enable apps-menu extension
1205f8
- Spec cleanup
1205f8
1205f8
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-1
1205f8
- Update to 3.1.4
1205f8
- Enable systemMonitor extension
1205f8
- Prepare xrandr-indicator, commenting out since it does not seem to work yet
1205f8
- Rename subpackages in line with new guidelines (# 715367)
1205f8
- Sort subpackages in alphabetical order
1205f8
1205f8
* Sat May 28 2011 Timur Kristóf <venemo@fedoraproject.org> - 3.0.2-1.g63dd27cgit
1205f8
- Update to a newer git snapshot
1205f8
- Fix RHBZ bug #708230
1205f8
- Enabled systemMonitor extension, but commented out since the requirements are not available
1205f8
1205f8
* Fri May 13 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-3.03660fgit
1205f8
- Update to a newer git snapshot
1205f8
- Enable native-window-placement extension
1205f8
1205f8
* Fri May 06 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.1-2b20cbagit
1205f8
- Fix description
1205f8
1205f8
* Thu May 5 2011 Elad Alfassa <elad@fedoraproject.org> - 3.0.1-1.b20cbagit
1205f8
- Update to a newer git snapshot
1205f8
- Enabled the places-menu extension
1205f8
1205f8
* Tue Apr 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-1.f016b9git
1205f8
- Update to a newer git snapshot (post-3.0.1 release)
1205f8
- Enable drive-menu extension
1205f8
1205f8
* Mon Apr 11 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.0-5.6d56cfgit
1205f8
- Enable auto-move-windows extension
1205f8
1205f8
* Mon Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-4.6d56cfgit
1205f8
- Add glib2-devel as build requires
1205f8
1205f8
* Mon Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-3.6d56cfgit
1205f8
- Tweak description
1205f8
- Fix typo in configure
1205f8
1205f8
* Mon Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-2.6d56cfgit
1205f8
- Added the user-theme extension
1205f8
- Patch from Timur Kristóf <venemo@msn.com>
1205f8
1205f8
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-1.6d56cfgit
1205f8
- Make sure configure doesn't get called twice
1205f8
1205f8
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-0.6d56cfgit
1205f8
- Initial build