Blame SPECS/gnome-shell-extensions.spec

7d7a48
%global major_version %%(cut -d "." -f 1-2 <<<%{version})
7d7a48
# Minimum GNOME Shell version supported
7d7a48
%global min_gs_version %%(cut -d "." -f 1-3 <<<%{version})
7d7a48
7d7a48
%global pkg_prefix gnome-shell-extension
7d7a48
7d7a48
Name:           gnome-shell-extensions
7d7a48
Version:        3.32.1
7d7a48
Release:        5%{?dist}
7d7a48
Summary:        Modify and extend GNOME Shell functionality and behavior
7d7a48
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
URL:            http://wiki.gnome.org/Projects/GnomeShell/Extensions
7d7a48
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz
7d7a48
Source1:        gnome-classic.desktop
7d7a48
Source2:        gnome-classic-wayland.desktop
7d7a48
7d7a48
# BuildRequires:  gnome-common
7d7a48
BuildRequires:  meson
7d7a48
BuildRequires:  sassc
7d7a48
BuildRequires:  git
7d7a48
BuildRequires:  gettext >= 0.19.6
7d7a48
BuildRequires:  pkgconfig(gnome-desktop-3.0)
7d7a48
BuildRequires:  pkgconfig(libgtop-2.0)
7d7a48
Requires:       gnome-shell >= %{min_gs_version}
7d7a48
BuildArch:      noarch
7d7a48
7d7a48
Patch0001:         0001-Update-style.patch
7d7a48
Patch0002:         0001-classic-Shade-panel-in-overview.patch
7d7a48
Patch0003:         0001-apps-menu-add-logo-icon-to-Applications-menu.patch
7d7a48
Patch0004:         add-extra-extensions.patch
7d7a48
Patch0005:         0001-apps-menu-Explicitly-set-label_actor.patch
7d7a48
Patch0006:         resurrect-system-monitor.patch
7d7a48
Patch0007:         0001-Include-top-icons-in-classic-session.patch
7d7a48
Patch0008:         more-classic-classic-mode.patch
7d7a48
7d7a48
%description
7d7a48
GNOME Shell Extensions is a collection of extensions providing additional and
7d7a48
optional functionality to GNOME Shell.
7d7a48
7d7a48
Enabled extensions:
7d7a48
  * apps-menu
7d7a48
  * auto-move-windows
7d7a48
  * dash-to-dock
7d7a48
  * disable-screenshield
7d7a48
  * desktop-icons
7d7a48
  * horizontal-workspaces
7d7a48
  * drive-menu
7d7a48
  * launch-new-instance
7d7a48
  * native-window-placement
7d7a48
  * no-hot-corner
7d7a48
  * panel-favorites
7d7a48
  * places-menu
7d7a48
  * screenshot-window-sizer
7d7a48
  * top-icons
7d7a48
  * updates-dialog
7d7a48
  * user-theme
7d7a48
  * window-list
7d7a48
  * windowsNavigator
7d7a48
  * workspace-indicator
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-common
7d7a48
Summary:        Files common to GNOME Shell Extensions
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       gnome-shell >= %{min_gs_version}
7d7a48
# Dock extension no longer provided by GNOME Shell extensions >= 3.7.1
7d7a48
Obsoletes:      %{pkg_prefix}-dock < 3.7.1
7d7a48
Obsoletes:      %{pkg_prefix}-alternate-tab < 3.31.2
7d7a48
# Alternative-status-menu extension no longer provided by GNOME Shell extensions >= 3.9.5
7d7a48
Obsoletes:      %{pkg_prefix}-alternative-status-menu < 3.9.5
7d7a48
# Xrandr-indicator extension no longer provided by GNOME Shell extensions >= 3.9.5
7d7a48
Obsoletes:      %{pkg_prefix}-xrandr-indicator < 3.9.90
7d7a48
# Obsolete extensions dropped in favor of schema overrides by upstream
7d7a48
Obsoletes:       %{pkg_prefix}-default-min-max < 3.9.3-1
7d7a48
Obsoletes:       %{pkg_prefix}-static-workspaces < 3.9.3-1
7d7a48
Obsoletes:       %{pkg_prefix}-systemMonitor < 3.15.91
7d7a48
7d7a48
%description -n %{pkg_prefix}-common
7d7a48
GNOME Shell Extensions is a collection of extensions providing additional and
7d7a48
optional functionality to GNOME Shell.
7d7a48
7d7a48
This package provides common data files shared by various extensions.
7d7a48
7d7a48
7d7a48
%package -n gnome-classic-session
7d7a48
Summary:        GNOME "classic" mode session
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-apps-menu = %{version}-%{release}
7d7a48
Requires:       %{pkg_prefix}-desktop-icons = %{version}-%{release}
7d7a48
Requires:       %{pkg_prefix}-horizontal-workspaces = %{version}-%{release}
7d7a48
Requires:       %{pkg_prefix}-launch-new-instance = %{version}-%{release}
7d7a48
Requires:       %{pkg_prefix}-places-menu = %{version}-%{release}
7d7a48
Requires:       %{pkg_prefix}-window-list = %{version}-%{release}
7d7a48
Requires:       nautilus
7d7a48
# Obsolete fallback mode components
7d7a48
Obsoletes:      gnome-applets < 1:3.5.92-5
7d7a48
%global gnome_applet_sensors_obsolete_ver 3.0.0-6
7d7a48
Obsoletes:      gnome-applet-sensors < %{gnome_applet_sensors_obsolete_ver}
7d7a48
Obsoletes:      gnome-applet-sensors-devel < %{gnome_applet_sensors_obsolete_ver}
7d7a48
%global gnome_panel_obsolete_ver 3.6.2-7
7d7a48
Obsoletes:      gnome-panel < %{gnome_panel_obsolete_ver}
7d7a48
Obsoletes:      gnome-panel-devel < %{gnome_panel_obsolete_ver}
7d7a48
Obsoletes:      gnome-panel-libs < %{gnome_panel_obsolete_ver}
7d7a48
7d7a48
%description -n gnome-classic-session
7d7a48
This package contains the required components for the GNOME Shell "classic"
7d7a48
mode, which aims to provide a GNOME 2-like user interface.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-apps-menu
7d7a48
Summary:        Application menu for GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
Requires:       gnome-menus
7d7a48
7d7a48
%description  -n %{pkg_prefix}-apps-menu
7d7a48
This GNOME Shell extension adds a GNOME 2.x style menu for applications.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-auto-move-windows
7d7a48
Summary:        Assign specific workspaces to applications in GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-auto-move-windows
7d7a48
This GNOME Shell extension enables easy workspace management. A specific
7d7a48
workspace can be assigned to each application as soon as it creates a window, in
7d7a48
a manner configurable with a GSettings key.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-dash-to-dock
7d7a48
Summary:        Show the dash outside the activities overview
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-dash-to-dock
7d7a48
This GNOME Shell extension makes the dash available outside the activities overview.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-disable-screenshield
7d7a48
Summary:        Disable GNOME Shell screen shield if lock is disabled
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-disable-screenshield
7d7a48
This GNOME Shell extension disabled the screen shield if screen locking is disabled.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-horizontal-workspaces
7d7a48
Summary:        Desktop icons support for the classic experience
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv3+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-horizontal-workspaces
7d7a48
This GNOME Shell extension adds desktop icons support as seen in GNOME 2
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-desktop-icons
7d7a48
Summary:        Desktop icons support for the classic experience
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv3+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-desktop-icons
7d7a48
This GNOME Shell extension adds desktop icons support as seen in GNOME 2
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-drive-menu
7d7a48
Summary:        Drive status menu for GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-drive-menu
7d7a48
This GNOME Shell extension provides a panel status menu for accessing and
7d7a48
unmounting removable devices.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-launch-new-instance
7d7a48
Summary:        Always launch a new application instance for GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description  -n %{pkg_prefix}-launch-new-instance
7d7a48
This GNOME Shell extension modifies the behavior of clicking in the dash and app
7d7a48
launcher to always launch a new application instance.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-native-window-placement
7d7a48
Summary:        Native window placement for GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description  -n %{pkg_prefix}-native-window-placement
7d7a48
This GNOME Shell extension provides additional configurability for the window
7d7a48
layout in the overview, including a mechanism similar to KDE4.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-no-hot-corner
7d7a48
Summary:        Disable the hot corner in GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description  -n %{pkg_prefix}-no-hot-corner
7d7a48
This GNOME Shell extension disables the hot corner in the top bar.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-panel-favorites
7d7a48
Summary:        Favorite launchers in GNOME Shell's top bar
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-panel-favorites
7d7a48
This GNOME Shell extension adds favorite launchers to the top bar.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-places-menu
7d7a48
Summary:        Places status menu for GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-places-menu
7d7a48
This GNOME Shell extension add a system status menu for quickly navigating
7d7a48
places in the system.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-screenshot-window-sizer
7d7a48
Summary:        Screenshot window sizer for GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-screenshot-window-sizer
7d7a48
This GNOME Shell extension allows to easily resize windows for GNOME Software
7d7a48
screenshots.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-systemMonitor
7d7a48
Summary:        System Monitor for GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
# Should be pulled in by control-center, but in case someone tries for a
7d7a48
# minimalist gnome-shell installation
7d7a48
Requires:       libgtop2
7d7a48
7d7a48
%description -n %{pkg_prefix}-systemMonitor
7d7a48
This GNOME Shell extension is a message tray indicator for CPU and memory usage
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-top-icons
7d7a48
Summary:        Show legacy icons on top
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-top-icons
7d7a48
This GNOME Shell extension moves legacy tray icons into the top bar.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-updates-dialog
7d7a48
Summary:        Show a modal dialog when there are software updates
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-updates-dialog
7d7a48
This GNOME Shell extension shows a modal dialog when there are software updates
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-user-theme
7d7a48
Summary:        Support for custom themes in GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-user-theme
7d7a48
This GNOME Shell extension enables loading a GNOME Shell theme from
7d7a48
~/.themes/<name>/gnome-shell/.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-window-grouper
7d7a48
Summary:        Keep windows that belong to the same process on the same workspace
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-window-grouper
7d7a48
This GNOME Shell extension keeps windows that belong to the same process on the same workspace.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-window-list
7d7a48
Summary:        Display a window list at the bottom of the screen in GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-window-list
7d7a48
This GNOME Shell extension displays a window list at the bottom of the screen.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-windowsNavigator
7d7a48
Summary:        Support for keyboard selection of windows and workspaces in GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-windowsNavigator
7d7a48
This GNOME Shell extension enables keyboard selection of windows and workspaces
7d7a48
in overlay mode, by pressing the Alt and Ctrl key respectively.
7d7a48
7d7a48
7d7a48
%package -n %{pkg_prefix}-workspace-indicator
7d7a48
Summary:        Workspace indicator for GNOME Shell
7d7a48
Group:          User Interface/Desktops
7d7a48
License:        GPLv2+
7d7a48
Requires:       %{pkg_prefix}-common = %{version}-%{release}
7d7a48
7d7a48
%description -n %{pkg_prefix}-workspace-indicator
7d7a48
This GNOME Shell extension add a system status menu for quickly changing
7d7a48
workspaces.
7d7a48
7d7a48
7d7a48
%prep
7d7a48
%autosetup -S git
7d7a48
7d7a48
7d7a48
%build
7d7a48
%meson -Dextension_set="all" -Dclassic_mode=true
7d7a48
%meson_build
7d7a48
7d7a48
7d7a48
%install
7d7a48
%meson_install
7d7a48
7d7a48
# rename GNOME Classic to Classic and provide a wayland variant
7d7a48
mkdir -p $RPM_BUILD_ROOT%{_datadir}/wayland-sessions
7d7a48
cp $RPM_BUILD_ROOT%{_datadir}/xsessions/gnome-classic.desktop \
7d7a48
   $RPM_BUILD_ROOT%{_datadir}/wayland-sessions/gnome-classic-wayland.desktop
7d7a48
7d7a48
cp $RPM_SOURCE_DIR/gnome-classic-wayland.desktop $RPM_BUILD_ROOT%{_datadir}/wayland-sessions
7d7a48
cp $RPM_SOURCE_DIR/gnome-classic.desktop $RPM_BUILD_ROOT%{_datadir}/xsessions
7d7a48
7d7a48
%find_lang %{name}
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-common -f %{name}.lang
7d7a48
%doc NEWS README.md
7d7a48
%license COPYING
7d7a48
7d7a48
7d7a48
%files -n gnome-classic-session
7d7a48
%{_datadir}/gnome-session/sessions/gnome-classic.session
7d7a48
%{_datadir}/gnome-shell/modes/classic.json
7d7a48
%{_datadir}/gnome-shell/theme/*.svg
7d7a48
%{_datadir}/gnome-shell/theme/gnome-classic-high-contrast.css
7d7a48
%{_datadir}/gnome-shell/theme/gnome-classic.css
7d7a48
%{_datadir}/xsessions/gnome-classic.desktop
7d7a48
%{_datadir}/wayland-sessions/gnome-classic-wayland.desktop
7d7a48
%{_datadir}/glib-2.0/schemas/00_org.gnome.shell.extensions.classic.gschema.override
7d7a48
7d7a48
%files -n %{pkg_prefix}-apps-menu
7d7a48
%{_datadir}/gnome-shell/extensions/apps-menu*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-auto-move-windows
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
7d7a48
%{_datadir}/gnome-shell/extensions/auto-move-windows*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-dash-to-dock
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml
7d7a48
%{_datadir}/gnome-shell/extensions/dash-to-dock*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-disable-screenshield
7d7a48
%{_datadir}/gnome-shell/extensions/disable-screenshield*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-horizontal-workspaces
7d7a48
%{_datadir}/gnome-shell/extensions/horizontal-workspaces*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-desktop-icons
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml
7d7a48
%{_datadir}/gnome-shell/extensions/desktop-icons*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-drive-menu
7d7a48
%{_datadir}/gnome-shell/extensions/drive-menu*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-launch-new-instance
7d7a48
%{_datadir}/gnome-shell/extensions/launch-new-instance*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-native-window-placement
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
7d7a48
%{_datadir}/gnome-shell/extensions/native-window-placement*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-no-hot-corner
7d7a48
%{_datadir}/gnome-shell/extensions/no-hot-corner*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-panel-favorites
7d7a48
%{_datadir}/gnome-shell/extensions/panel-favorites*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-places-menu
7d7a48
%{_datadir}/gnome-shell/extensions/places-menu*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-screenshot-window-sizer
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
7d7a48
%{_datadir}/gnome-shell/extensions/screenshot-window-sizer*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-systemMonitor
7d7a48
%{_datadir}/gnome-shell/extensions/systemMonitor*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-top-icons
7d7a48
%{_datadir}/gnome-shell/extensions/top-icons*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-updates-dialog
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.updates-dialog.gschema.xml
7d7a48
%{_datadir}/gnome-shell/extensions/updates-dialog*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-user-theme
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
7d7a48
%{_datadir}/gnome-shell/extensions/user-theme*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-window-grouper
7d7a48
%{_datadir}/gnome-shell/extensions/window-grouper*/
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-grouper.gschema.xml
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-window-list
7d7a48
%{_datadir}/gnome-shell/extensions/window-list*/
7d7a48
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-windowsNavigator
7d7a48
%{_datadir}/gnome-shell/extensions/windowsNavigator*/
7d7a48
7d7a48
7d7a48
%files -n %{pkg_prefix}-workspace-indicator
7d7a48
%{_datadir}/gnome-shell/extensions/workspace-indicator*/
7d7a48
7d7a48
7d7a48
%changelog
7d7a48
* Tue Jun 18 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.1-5
7d7a48
- Small refinements after design feedback:
7d7a48
  - use default icon size in picker button to avoid blurriness
7d7a48
  - use <super> shortcut to open window picker
7d7a48
  Resolves: #1721195
7d7a48
7d7a48
* Tue Jun 18 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.1-4
7d7a48
- Don't add apps-menu logo when activities button is present
7d7a48
  Resolves: #1721195
7d7a48
7d7a48
* Wed Jun 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.1-3
7d7a48
- Make classic mode more classic
7d7a48
  Resolves: #1704360
7d7a48
7d7a48
* Fri May 31 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.1-2
7d7a48
- Fix top-icons sizing issue
7d7a48
  Resolves: #1715765
7d7a48
7d7a48
* Thu May 23 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.1-1
7d7a48
- Update to 3.32.1
7d7a48
  Resolves: #1713453
7d7a48
7d7a48
* Mon Feb 11 2019 Florian Müllner <fmuellner@redhat.com> - 3.28.1-8
7d7a48
- Update desktop-icons extension to 19.01
7d7a48
  Resolves: #1666739
7d7a48
7d7a48
* Fri Feb 08 2019 Florian Müllner <fmuellner@redhat.com> - 3.28.1-7
7d7a48
- Re-add dropped downstream patches
7d7a48
  Resolves: #1668885
7d7a48
7d7a48
* Mon Jan 14 2019 Ray Strode <rstrode@redhat.com> - 3.28.1-6
7d7a48
- Update desktop file names
7d7a48
  Related: #1647713
7d7a48
7d7a48
* Thu Dec 06 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-5
7d7a48
- Add requires on desktop-icons extension for classic session
7d7a48
  Resolves: #1648863
7d7a48
7d7a48
* Tue Sep 04 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-4
7d7a48
- Add back corporate logo on the left of Activities
7d7a48
- Remove shadow remnants of app logo to the right of Activities
7d7a48
  Resolves: #1620241
7d7a48
7d7a48
* Wed Aug 22 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-3
7d7a48
- Add a wayland variant of gnome-classic
7d7a48
  Also change up the names to Standard and Classic to match UX design
7d7a48
7d7a48
  Related: #1612915 1595825
7d7a48
7d7a48
* Tue Aug 21 2018 Carlos Soriano <csoriano@redhat.com> - 3.28.1-2
7d7a48
- Add desktop icons extension
7d7a48
7d7a48
* Fri Apr 13 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.1-1
7d7a48
- Update to 3.28.1
7d7a48
7d7a48
* Mon Mar 12 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.0-1
7d7a48
- Update to 3.28.0
7d7a48
7d7a48
* Mon Mar 05 2018 Florian Müllner <fmuellner@redhat.com> - 3.27.92-1
7d7a48
- Update to 3.27.92
7d7a48
7d7a48
* Thu Feb 22 2018 Florian Müllner <fmuellner@redhat.com> - 3.27.91-1
7d7a48
- Update to 3.27.91
7d7a48
7d7a48
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.1-3
7d7a48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7d7a48
7d7a48
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.1-2
7d7a48
- Remove obsolete scriptlets
7d7a48
7d7a48
* Tue Oct 17 2017 Florian Müllner <fmuellner@redhat.com> - 3.27.1-1
7d7a48
- Update to 3.27.1
7d7a48
7d7a48
* Wed Oct 04 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-1
7d7a48
- Update to 3.26.1
7d7a48
7d7a48
* Tue Sep 12 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-1
7d7a48
- Update to 3.26.0
7d7a48
7d7a48
* Tue Aug 22 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.91-1
7d7a48
- Update to 3.25.91
7d7a48
7d7a48
* Fri Aug 11 2017 Kevin Fenzi <kevin@scrye.com> - 3.25.90-2
7d7a48
- Rebuild with older working rpm
7d7a48
7d7a48
* Thu Aug 10 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.90-1
7d7a48
- Update to 3.25.90
7d7a48
7d7a48
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
7d7a48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7d7a48
7d7a48
* Thu Jul 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.4-1
7d7a48
- Update to 3.25.4
7d7a48
7d7a48
* Wed Jun 21 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.3-1
7d7a48
- Update to 3.25.3
7d7a48
7d7a48
* Thu May 25 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.2-1
7d7a48
- Update to 3.25.2
7d7a48
7d7a48
* Thu Apr 27 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.1-1
7d7a48
- Update to 3.25.1
7d7a48
7d7a48
* Tue Apr 11 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.1-1
7d7a48
- Update to 3.24.1
7d7a48
7d7a48
* Mon Mar 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.0-1
7d7a48
- Update to 3.24.0
7d7a48
7d7a48
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.92-1
7d7a48
- Update to 3.23.92
7d7a48
7d7a48
* Wed Mar 01 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.91-1
7d7a48
- Update to 3.23.91
7d7a48
7d7a48
* Thu Feb 16 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.90-1
7d7a48
- Update to 3.23.90
7d7a48
7d7a48
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.2-2
7d7a48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7d7a48
7d7a48
* Wed Nov 23 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.2-1
7d7a48
- Update to 3.23.2
7d7a48
7d7a48
* Tue Oct 11 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.1-1
7d7a48
- Update to 3.22.1
7d7a48
7d7a48
* Mon Sep 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.0-1
7d7a48
- Update to 3.22.0
7d7a48
7d7a48
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.92-1
7d7a48
- Update to 3.21.92
7d7a48
7d7a48
* Tue Aug 30 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.91-1
7d7a48
- Update to 3.21.91
7d7a48
7d7a48
* Fri Aug 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.90-1
7d7a48
- Update to 3.21.90
7d7a48
7d7a48
* Wed Jul 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
7d7a48
- Update to 3.21.4
7d7a48
7d7a48
* Tue Jun 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.3-1
7d7a48
- Update to 3.21.3
7d7a48
7d7a48
* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.2-1
7d7a48
- Update to 3.21.2
7d7a48
7d7a48
* Tue May 10 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.1-1
7d7a48
- Update to 3.20.1
7d7a48
7d7a48
* Tue Mar 22 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.0-1
7d7a48
- Update to 3.20.0
7d7a48
7d7a48
* Wed Mar 16 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.92-1
7d7a48
- Update to 3.19.92
7d7a48
7d7a48
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-1
7d7a48
- Update to 3.19.91
7d7a48
7d7a48
* Fri Feb 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.90-1
7d7a48
- Update to 3.19.90
7d7a48
7d7a48
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
7d7a48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7d7a48
7d7a48
* Thu Jan 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.4-1
7d7a48
- Update to 3.19.4
7d7a48
7d7a48
* Thu Dec 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.3-1
7d7a48
- Update to 3.19.3
7d7a48
7d7a48
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
7d7a48
- Update to 3.19.2
7d7a48
7d7a48
* Thu Oct 29 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.1-1
7d7a48
- Update to 3.19.1
7d7a48
7d7a48
* Thu Oct 15 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.1-1
7d7a48
- Update to 3.18.1
7d7a48
7d7a48
* Mon Sep 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.0-1
7d7a48
- Update to 3.18.0
7d7a48
7d7a48
* Wed Sep 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.92-1
7d7a48
- Update to 3.17.92
7d7a48
7d7a48
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.91-1
7d7a48
- Update to 3.17.91
7d7a48
7d7a48
* Thu Aug 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.90-1
7d7a48
- Update to 3.17.90
7d7a48
7d7a48
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
7d7a48
- Don't own /usr/share/gnome-shell/extensions directory: now part of
7d7a48
  gnome-shell package
7d7a48
7d7a48
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.4-1
7d7a48
- Update to 3.17.4
7d7a48
7d7a48
* Thu Jul 02 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.3-1
7d7a48
- Update to 3.17.3
7d7a48
7d7a48
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
7d7a48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7d7a48
7d7a48
* Wed May 27 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.2-1
7d7a48
- Update to 3.17.2
7d7a48
7d7a48
* Fri May 01 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-2
7d7a48
- Add glib-compile-schemas rpm scripts for screenshot-window-sizer
7d7a48
7d7a48
* Thu Apr 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.1-1
7d7a48
- Update to 3.17.1
7d7a48
7d7a48
* Tue Apr 14 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.1-1
7d7a48
- Update to 3.16.1
7d7a48
7d7a48
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.0-1
7d7a48
- Update to 3.16.0
7d7a48
7d7a48
* Tue Mar 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.92-1
7d7a48
- Update to 3.15.92
7d7a48
7d7a48
* Thu Mar 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-2
7d7a48
- Obsolete the systemMonitor extension that was dropped in 3.15.91
7d7a48
7d7a48
* Thu Mar 05 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.91-1
7d7a48
- Update to 3.15.91
7d7a48
7d7a48
* Fri Feb 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.90-1
7d7a48
- Update to 3.15.90
7d7a48
7d7a48
* Wed Jan 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.4-1
7d7a48
- Update to 3.15.4
7d7a48
7d7a48
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3.1-1
7d7a48
- Update to 3.15.3.1
7d7a48
7d7a48
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
7d7a48
- Update to 3.15.3
7d7a48
7d7a48
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
7d7a48
- Update to 3.15.2
7d7a48
7d7a48
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
7d7a48
- Update to 3.15.1
7d7a48
7d7a48
* Tue Oct 14 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-1
7d7a48
- Update to 3.14.1
7d7a48
7d7a48
* Mon Sep 22 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.0-1
7d7a48
- Update to 3.14.0
7d7a48
7d7a48
* Wed Sep 17 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.92-1
7d7a48
- Update to 3.13.92
7d7a48
7d7a48
* Wed Sep 03 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.91-1
7d7a48
- Update to 3.13.91
7d7a48
7d7a48
* Wed Aug 20 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.13.90-1
7d7a48
- Update to 3.13.90
7d7a48
7d7a48
* Thu Jul 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
7d7a48
- Update to 3.13.4
7d7a48
7d7a48
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
7d7a48
- Update to 3.13.3
7d7a48
7d7a48
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
7d7a48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7d7a48
7d7a48
* Wed May 28 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.13.2-1
7d7a48
- Update to 3.13.2
7d7a48
7d7a48
* Fri May 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
7d7a48
- Update to 3.13.1
7d7a48
7d7a48
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
7d7a48
- Update to 3.12.0
7d7a48
7d7a48
* Thu Mar 20 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.92-1
7d7a48
- Update to 3.11.92
7d7a48
7d7a48
* Thu Mar 06 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.91-1
7d7a48
- Update to 3.11.91
7d7a48
7d7a48
* Thu Feb 20 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.90-1
7d7a48
- Update to 3.11.90
7d7a48
7d7a48
* Wed Feb 05 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.5-1
7d7a48
- Update to 3.11.5
7d7a48
7d7a48
* Mon Feb 03 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.4-1
7d7a48
- Update to 3.11.4
7d7a48
7d7a48
* Sun Dec 22 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.3-1
7d7a48
- Update to 3.11.3
7d7a48
7d7a48
* Wed Nov 13 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.11.2-1
7d7a48
- Update to 3.11.2
7d7a48
7d7a48
* Wed Oct 16 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.10.1-1
7d7a48
- Update to 3.10.1
7d7a48
7d7a48
* Tue Sep 24 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.10.0-1
7d7a48
- Update to 3.10.0
7d7a48
7d7a48
* Tue Sep 17 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.92-1
7d7a48
- Update to 3.9.92
7d7a48
7d7a48
* Tue Sep 03 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.91-1
7d7a48
- Update to 3.9.91
7d7a48
7d7a48
* Thu Aug 22 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.90-1
7d7a48
- Update to 3.9.90
7d7a48
- Drop xrand-indicator subpackage, no longer provided upstream
7d7a48
7d7a48
* Mon Aug 12 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.5-3
7d7a48
- Fix alternative-status-menu subpackage obsoleting
7d7a48
7d7a48
* Mon Aug 12 2013 Nils Philippsen <nils@redhat.com> - 3.9.5-2
7d7a48
- obsolete alternative-status-menu subpackage to allow smooth upgrades
7d7a48
7d7a48
* Sun Aug 04 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.5-1
7d7a48
- Update to 3.9.5
7d7a48
- Drop alternative-status-menu subpackage, no longer provided upstream
7d7a48
7d7a48
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
7d7a48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7d7a48
7d7a48
* Thu Jun 20 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 3.9.3-1
7d7a48
- Update to 3.9.3
7d7a48
- Obsolete default-min-max and static workspaces extensions
7d7a48
- Use make_install macro
7d7a48
- Fix bogus dates in spec changelog
7d7a48
7d7a48
* Tue May 28 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.2-1
7d7a48
- Update to 3.9.2
7d7a48
7d7a48
* Fri May 10 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.1-1
7d7a48
- Update to 3.9.1
7d7a48
7d7a48
* Fri May 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-3
7d7a48
- Obsolete gnome-applet-sensors
7d7a48
7d7a48
* Wed May 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-2
7d7a48
- Obsolete a few more fallback mode packages
7d7a48
- Remove gnome-panel provides
7d7a48
7d7a48
* Tue Apr 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-1
7d7a48
- Update to 3.8.1
7d7a48
7d7a48
* Tue Mar 26 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.0-1
7d7a48
- Update to 3.8.0
7d7a48
7d7a48
* Tue Mar 19 2013 Ray Strode <rstrode@redhat.com> 3.7.92-1
7d7a48
- Update to 3.7.92
7d7a48
7d7a48
* Tue Mar 05 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.91-1
7d7a48
- Update to 3.7.91
7d7a48
7d7a48
* Sat Mar 02 2013 Adel Gadllah <adel.gadllah@gmail.com> - 3.7.90-2
7d7a48
- Obsolete gnome-panel
7d7a48
7d7a48
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
7d7a48
- Update to 3.7.90
7d7a48
7d7a48
* Thu Feb 07 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5.1-2
7d7a48
- Depend on gnome-shell 3.7.5, there's no 3.7.5.1
7d7a48
7d7a48
* Thu Feb 07 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.5.1-1
7d7a48
- Update to 3.7.5
7d7a48
- Enable new launch-new-instance and window-list extensions, and add them in the
7d7a48
  classic-mode extension set
7d7a48
- Re-add places-menu in the classic-mode extension set
7d7a48
7d7a48
* Wed Jan 16 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.4-1
7d7a48
- Update to 3.7.4
7d7a48
- places-menu extension no longer part of the classic-mode extension set
7d7a48
7d7a48
* Tue Jan 01 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.3-1
7d7a48
- Update to 3.7.3
7d7a48
- Enable new default-min-max and static-workspaces extensions
7d7a48
- Provide new subpackage gnome-classic-session
7d7a48
- Revamp summaries and descriptions
7d7a48
7d7a48
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.1-1
7d7a48
- Update to 3.7.1
7d7a48
- Drop dock and gajim extensions, no longer provided
7d7a48
7d7a48
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.1-1
7d7a48
- Update to 3.6.1
7d7a48
7d7a48
* Tue Oct 02 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.0-1
7d7a48
- Update to 3.6.0
7d7a48
7d7a48
* Thu Sep 06 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.91-1
7d7a48
- Update to 3.5.91
7d7a48
7d7a48
* Wed Aug 29 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.90-1
7d7a48
- Update to 3.5.90
7d7a48
7d7a48
* Sat Aug 11 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.5-1
7d7a48
- Update to 3.5.5
7d7a48
7d7a48
* Sun Jul 22 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.4-1
7d7a48
- Update to 3.5.4
7d7a48
7d7a48
* Wed Jul 18 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.2-1
7d7a48
- Update to 3.5.2
7d7a48
- Drop useless Provides/Obsoletes
7d7a48
7d7a48
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.4.0-1
7d7a48
- Update to 3.4.0
7d7a48
- Minor spec fixes
7d7a48
7d7a48
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.92-1
7d7a48
- Update to 3.3.92
7d7a48
7d7a48
* Tue Feb 28 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.90-1
7d7a48
- Update to 3.3.90
7d7a48
7d7a48
* Thu Feb 16 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.5-1
7d7a48
- Update to 3.3.5
7d7a48
- Spec cleanup
7d7a48
7d7a48
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-2
7d7a48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7d7a48
7d7a48
* Wed Nov 30 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.2-1
7d7a48
- Update to 3.3.2
7d7a48
7d7a48
* Wed Nov 30 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.1-1
7d7a48
- Update to 3.2.1
7d7a48
- Fix alternative-status-menu extension crash when login
7d7a48
7d7a48
* Wed Nov 09 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.0-2
7d7a48
- Fix dock and alternate-tab extensions
7d7a48
- Fix GNOME Shell version to work with GS 3.2.1
7d7a48
7d7a48
* Mon Oct 03 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.0-1
7d7a48
- Update to 3.2.0
7d7a48
7d7a48
* Mon Sep 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.91-3.20111001gite102c0c6
7d7a48
- Update to a newer git snapshot
7d7a48
- Fix GNOME Shell version to work with GS 3.2.0
7d7a48
- Add Requires on GS 3.2.0 or above to gnome-shell-common
7d7a48
7d7a48
* Wed Sep 14 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.91-2
7d7a48
- Enable xrandr-indicator and workspace-indicator extensions
7d7a48
7d7a48
* Mon Sep 12 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.91-1
7d7a48
- Update to 3.1.91
7d7a48
- add more documentation
7d7a48
7d7a48
* Thu Sep  1 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-3.20110830git6b5e3a3e
7d7a48
- Update to git snapshot, for gnome-shell 3.1.90
7d7a48
7d7a48
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-2
7d7a48
- Enable apps-menu extension
7d7a48
- Spec cleanup
7d7a48
7d7a48
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-1
7d7a48
- Update to 3.1.4
7d7a48
- Enable systemMonitor extension
7d7a48
- Prepare xrandr-indicator, commenting out since it does not seem to work yet
7d7a48
- Rename subpackages in line with new guidelines (# 715367)
7d7a48
- Sort subpackages in alphabetical order
7d7a48
7d7a48
* Sat May 28 2011 Timur Kristóf <venemo@fedoraproject.org> - 3.0.2-1.g63dd27cgit
7d7a48
- Update to a newer git snapshot
7d7a48
- Fix RHBZ bug #708230
7d7a48
- Enabled systemMonitor extension, but commented out since the requirements are not available
7d7a48
7d7a48
* Fri May 13 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-3.03660fgit
7d7a48
- Update to a newer git snapshot
7d7a48
- Enable native-window-placement extension
7d7a48
7d7a48
* Fri May 06 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.1-2b20cbagit
7d7a48
- Fix description 
7d7a48
7d7a48
* Thu May 5 2011 Elad Alfassa <elad@fedoraproject.org> - 3.0.1-1.b20cbagit
7d7a48
- Update to a newer git snapshot
7d7a48
- Enabled the places-menu extension
7d7a48
7d7a48
* Tue Apr 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-1.f016b9git
7d7a48
- Update to a newer git snapshot (post-3.0.1 release)
7d7a48
- Enable drive-menu extension
7d7a48
7d7a48
* Mon Apr 11 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.0-5.6d56cfgit
7d7a48
- Enable auto-move-windows extension
7d7a48
7d7a48
* Mon Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-4.6d56cfgit
7d7a48
- Add glib2-devel as build requires
7d7a48
7d7a48
* Mon Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-3.6d56cfgit
7d7a48
- Tweak description
7d7a48
- Fix typo in configure
7d7a48
7d7a48
* Mon Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-2.6d56cfgit
7d7a48
- Added the user-theme extension
7d7a48
- Patch from Timur Kristóf <venemo@msn.com>
7d7a48
7d7a48
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-1.6d56cfgit
7d7a48
- Make sure configure doesn't get called twice
7d7a48
7d7a48
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-0.6d56cfgit
7d7a48
- Initial build