Blame SPECS/gnome-shell-extensions.spec

47f2c7
%global major_version %%(cut -d "." -f 1-2 <<<%{version})
47f2c7
# Minimum GNOME Shell version supported
47f2c7
%global min_gs_version %%(cut -d "." -f 1-3 <<<%{version})
47f2c7
47f2c7
%global pkg_prefix gnome-shell-extension
47f2c7
47f2c7
Name:           gnome-shell-extensions
e1cefa
Version:        3.14.4
e1cefa
Release:        13%{?dist}
47f2c7
Summary:        Modify and extend GNOME Shell functionality and behavior
47f2c7
47f2c7
Group:          User Interface/Desktops
47f2c7
# The entire source code is GPLv2+ except lib/convenience.js which is BSD
47f2c7
License:        GPLv2+ and BSD
47f2c7
URL:            http://live.gnome.org/GnomeShell/Extensions
47f2c7
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz
47f2c7
BuildRequires:  desktop-file-utils
47f2c7
# BuildRequires:  gnome-common
47f2c7
BuildRequires:  intltool
47f2c7
BuildRequires:  pkgconfig(gnome-desktop-3.0)
47f2c7
BuildRequires:  pkgconfig(libgtop-2.0)
47f2c7
Requires:       gnome-shell >= %{min_gs_version}
47f2c7
BuildArch:      noarch
47f2c7
e1cefa
Patch1: 0001-classic-shade-panel-in-overview.patch
e1cefa
Patch2: 0001-apps-menu-add-logo-icon-to-Applications-menu.patch
e1cefa
Patch3: 0001-Use-a-proper-arrows-instead-of-UTF8.patch
e1cefa
Patch4: add-extra-extensions.patch
e1cefa
Patch5: 0001-apps-menu-Fix-call-to-open_new_window.patch
e1cefa
Patch6: scale-window-list-with-text.patch
e1cefa
Patch7: support-headless-mode.patch
e1cefa
Patch8: 0001-window-list-Don-t-consider-skip-taskbar-windows-for-.patch
e1cefa
Patch9: 0001-workspace-indicator-Use-consistent-workspace-numberi.patch
e1cefa
Patch10: fix-apps-menu-panel-shortcut.patch
e1cefa
Patch11: multi-monitor-window-list.patch
e1cefa
47f2c7
%description
47f2c7
GNOME Shell Extensions is a collection of extensions providing additional and
47f2c7
optional functionality to GNOME Shell.
47f2c7
47f2c7
Enabled extensions:
47f2c7
  * alternate-tab
47f2c7
  * apps-menu
47f2c7
  * auto-move-windows
47f2c7
  * drive-menu
47f2c7
  * launch-new-instance
47f2c7
  * native-window-placement
47f2c7
  * places-menu
e1cefa
  * screenshot-window-sizer
47f2c7
  * systemMonitor
47f2c7
  * user-theme
47f2c7
  * window-list
47f2c7
  * windowsNavigator
47f2c7
  * workspace-indicator
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-common
47f2c7
Summary:        Files common to GNOME Shell Extensions
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       gnome-shell >= %{min_gs_version}
e1cefa
# Dock extension no longer provided by GNOME Shell extensions >= 3.7.1
47f2c7
Obsoletes:      %{pkg_prefix}-dock < 3.7.1
e1cefa
# Alternative-status-menu extension no longer provided by GNOME Shell extensions >= 3.9.5
e1cefa
Obsoletes:      %{pkg_prefix}-alternative-status-menu < 3.9.5
e1cefa
# Xrandr-indicator extension no longer provided by GNOME Shell extensions >= 3.9.5
e1cefa
Obsoletes:      %{pkg_prefix}-xrandr-indicator < 3.9.90
e1cefa
# Obsolete extensions dropped in favor of schema overrides by upstream
e1cefa
Obsoletes:       %{pkg_prefix}-default-min-max < 3.9.3-1
e1cefa
Obsoletes:       %{pkg_prefix}-static-workspaces < 3.9.3-1
47f2c7
47f2c7
%description -n %{pkg_prefix}-common
47f2c7
GNOME Shell Extensions is a collection of extensions providing additional and
47f2c7
optional functionality to GNOME Shell. Common files and directories needed by
47f2c7
extensions are provided here.
47f2c7
47f2c7
47f2c7
%package -n gnome-classic-session
47f2c7
Summary:        GNOME "classic" mode session
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-alternate-tab = %{version}-%{release}
47f2c7
Requires:       %{pkg_prefix}-apps-menu = %{version}-%{release}
47f2c7
Requires:       %{pkg_prefix}-launch-new-instance = %{version}-%{release}
47f2c7
Requires:       %{pkg_prefix}-places-menu = %{version}-%{release}
47f2c7
Requires:       %{pkg_prefix}-window-list = %{version}-%{release}
e1cefa
Requires:       nautilus
47f2c7
# Obsolete fallback mode components
47f2c7
Obsoletes:      gnome-applets < 1:3.5.92-5
47f2c7
%global gnome_applet_sensors_obsolete_ver 3.0.0-6
47f2c7
Obsoletes:      gnome-applet-sensors < %{gnome_applet_sensors_obsolete_ver}
47f2c7
Obsoletes:      gnome-applet-sensors-devel < %{gnome_applet_sensors_obsolete_ver}
47f2c7
%global gnome_panel_obsolete_ver 3.6.2-7
47f2c7
Obsoletes:      gnome-panel < %{gnome_panel_obsolete_ver}
47f2c7
Obsoletes:      gnome-panel-devel < %{gnome_panel_obsolete_ver}
47f2c7
Obsoletes:      gnome-panel-libs < %{gnome_panel_obsolete_ver}
47f2c7
47f2c7
%description -n gnome-classic-session
47f2c7
This package contains the required components for the GNOME Shell "classic"
47f2c7
mode, which aims to provide a GNOME 2-like user interface.
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-alternate-tab
47f2c7
Summary:        Classic Alt+Tab behavior for GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description -n %{pkg_prefix}-alternate-tab
47f2c7
This GNOME Shell extension changes Alt+Tab to be window-based instead of
47f2c7
app-based.
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-apps-menu
47f2c7
Summary:        Application menu for GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
e1cefa
Requires:       gnome-menus
47f2c7
47f2c7
%description  -n %{pkg_prefix}-apps-menu
47f2c7
This GNOME Shell extension adds a GNOME 2.x style menu for applications.
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-auto-move-windows
47f2c7
Summary:        Assign specific workspaces to applications in GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description -n %{pkg_prefix}-auto-move-windows
47f2c7
This GNOME Shell extension enables easy workspace management. A specific
47f2c7
workspace can be assigned to each application as soon as it creates a window, in
47f2c7
a manner configurable with a GSettings key.
47f2c7
47f2c7
e1cefa
%package -n %{pkg_prefix}-dash-to-dock
e1cefa
Summary:        Show the dash outside the activities overview
e1cefa
Group:          User Interface/Desktops
e1cefa
License:        GPLv2+
e1cefa
Requires:       %{pkg_prefix}-common = %{version}-%{release}
e1cefa
e1cefa
%description -n %{pkg_prefix}-dash-to-dock
e1cefa
This GNOME Shell extension makes the dash available outside the activities overview.
e1cefa
e1cefa
47f2c7
%package -n %{pkg_prefix}-drive-menu
47f2c7
Summary:        Drive status menu for GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description -n %{pkg_prefix}-drive-menu
47f2c7
This GNOME Shell extension provides a panel status menu for accessing and
47f2c7
unmounting removable devices.
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-launch-new-instance
47f2c7
Summary:        Always launch a new application instance for GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description  -n %{pkg_prefix}-launch-new-instance
47f2c7
This GNOME Shell extension modifies the behavior of clicking in the dash and app
47f2c7
launcher to always launch a new application instance.
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-native-window-placement
47f2c7
Summary:        Native window placement for GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description  -n %{pkg_prefix}-native-window-placement
47f2c7
This GNOME Shell extension provides additional configurability for the window
47f2c7
layout in the overview, including a mechanism similar to KDE4.
47f2c7
47f2c7
e1cefa
%package -n %{pkg_prefix}-panel-favorites
e1cefa
Summary:        Favorite launchers in GNOME Shell's top bar
e1cefa
Group:          User Interface/Desktops
e1cefa
License:        GPLv2+
e1cefa
Requires:       %{pkg_prefix}-common = %{version}-%{release}
e1cefa
e1cefa
%description -n %{pkg_prefix}-panel-favorites
e1cefa
This GNOME Shell extension adds favorite launchers to the top bar.
e1cefa
e1cefa
47f2c7
%package -n %{pkg_prefix}-places-menu
47f2c7
Summary:        Places status menu for GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description -n %{pkg_prefix}-places-menu
47f2c7
This GNOME Shell extension add a system status menu for quickly navigating
47f2c7
places in the system.
47f2c7
47f2c7
e1cefa
%package -n %{pkg_prefix}-screenshot-window-sizer
e1cefa
Summary:        Screenshot window sizer for GNOME Shell
e1cefa
Group:          User Interface/Desktops
e1cefa
License:        GPLv2+
e1cefa
Requires:       %{pkg_prefix}-common = %{version}-%{release}
e1cefa
e1cefa
%description -n %{pkg_prefix}-screenshot-window-sizer
e1cefa
This GNOME Shell extension allows to easily resize windows for GNOME Software
e1cefa
screenshots.
e1cefa
e1cefa
47f2c7
%package -n %{pkg_prefix}-systemMonitor
47f2c7
Summary:        System Monitor for GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
# Should be pulled in by control-center, but in case someone tries for a
47f2c7
# minimalist gnome-shell installation
47f2c7
Requires:       libgtop2
47f2c7
47f2c7
%description -n %{pkg_prefix}-systemMonitor
47f2c7
This GNOME Shell extension is a message tray indicator for CPU and memory usage.
47f2c7
47f2c7
e1cefa
%package -n %{pkg_prefix}-top-icons
e1cefa
Summary:        Show legacy icons on top
e1cefa
Group:          User Interface/Desktops
e1cefa
License:        GPLv2+
e1cefa
Requires:       %{pkg_prefix}-common = %{version}-%{release}
e1cefa
e1cefa
%description -n %{pkg_prefix}-top-icons
e1cefa
This GNOME Shell extension moves legacy tray icons into the top bar.
e1cefa
e1cefa
47f2c7
%package -n %{pkg_prefix}-user-theme
47f2c7
Summary:        Support for custom themes in GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description -n %{pkg_prefix}-user-theme
47f2c7
This GNOME Shell extension enables loading a GNOME Shell theme from
47f2c7
~/.themes/<name>/gnome-shell/.
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-window-list
47f2c7
Summary:        Display a window list at the bottom of the screen in GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description -n %{pkg_prefix}-window-list
47f2c7
This GNOME Shell extension displays a window list at the bottom of the screen.
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-windowsNavigator
47f2c7
Summary:        Support for keyboard selection of windows and workspaces in GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description -n %{pkg_prefix}-windowsNavigator
47f2c7
This GNOME Shell extension enables keyboard selection of windows and workspaces
47f2c7
in overlay mode, by pressing the Alt and Ctrl key respectively.
47f2c7
47f2c7
47f2c7
%package -n %{pkg_prefix}-workspace-indicator
47f2c7
Summary:        Workspace indicator for GNOME Shell
47f2c7
Group:          User Interface/Desktops
47f2c7
License:        GPLv2+
47f2c7
Requires:       %{pkg_prefix}-common = %{version}-%{release}
47f2c7
47f2c7
%description -n %{pkg_prefix}-workspace-indicator
47f2c7
This GNOME Shell extension add a system status menu for quickly changing
47f2c7
workspaces.
47f2c7
47f2c7
47f2c7
%prep
47f2c7
%setup -q
e1cefa
e1cefa
%patch1 -p1 -b .shade-panel-in-overview
e1cefa
%patch2 -p1 -b .brand-applications-menu
e1cefa
%patch3 -p1 -b .fix-menu-arrows
e1cefa
%patch4 -p1 -b .add-extra-extensions
e1cefa
%patch5 -p1 -b .fix-open-new-window
e1cefa
%patch6 -p1 -b .scale-window-list
e1cefa
%patch7 -p1 -b .support-headless-mode
e1cefa
%patch8 -p1 -b .fix-window-list-sorting
e1cefa
%patch9 -p1 -b .use-consistent-workspace-numbering
e1cefa
%patch10 -p1 -b .fix-apps-menu-panel-shortcut
e1cefa
%patch11 -p1 -b .multi-monitor-window-list
e1cefa
47f2c7
47f2c7
%build
e1cefa
autoreconf -f
47f2c7
# In case we build from a Git checkout
47f2c7
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh 
47f2c7
%configure  --enable-extensions="all"
47f2c7
make %{?_smp_mflags}
47f2c7
47f2c7
47f2c7
%install
e1cefa
%make_install
47f2c7
47f2c7
# Drop useless example extension
47f2c7
rm -r $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/example*/
47f2c7
rm $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.example.gschema.xml
47f2c7
47f2c7
%find_lang %{name}
47f2c7
47f2c7
e1cefa
%check
e1cefa
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classic.desktop
e1cefa
e1cefa
47f2c7
%files -n %{pkg_prefix}-common -f %{name}.lang
47f2c7
%doc COPYING NEWS README
47f2c7
%dir %{_datadir}/gnome-shell/extensions/
47f2c7
47f2c7
47f2c7
%files -n gnome-classic-session
47f2c7
%{_datadir}/applications/gnome-shell-classic.desktop
47f2c7
%{_datadir}/gnome-session/sessions/gnome-classic.session
47f2c7
%{_datadir}/gnome-shell/modes/classic.json
47f2c7
%{_datadir}/gnome-shell/theme/*.svg
47f2c7
%{_datadir}/gnome-shell/theme/gnome-classic.css
47f2c7
%{_datadir}/xsessions/gnome-classic.desktop
e1cefa
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml
47f2c7
47f2c7
%files -n %{pkg_prefix}-alternate-tab
47f2c7
%{_datadir}/gnome-shell/extensions/alternate-tab*/
47f2c7
47f2c7
47f2c7
%files -n %{pkg_prefix}-apps-menu
47f2c7
%{_datadir}/gnome-shell/extensions/apps-menu*/
47f2c7
47f2c7
47f2c7
%files -n %{pkg_prefix}-auto-move-windows
47f2c7
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
47f2c7
%{_datadir}/gnome-shell/extensions/auto-move-windows*/
47f2c7
e1cefa
%files -n %{pkg_prefix}-dash-to-dock
e1cefa
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml
e1cefa
%{_datadir}/gnome-shell/extensions/dash-to-dock*/
47f2c7
47f2c7
%files -n %{pkg_prefix}-drive-menu
47f2c7
%{_datadir}/gnome-shell/extensions/drive-menu*/
47f2c7
47f2c7
47f2c7
%files -n %{pkg_prefix}-launch-new-instance
47f2c7
%{_datadir}/gnome-shell/extensions/launch-new-instance*/
47f2c7
47f2c7
47f2c7
%files -n %{pkg_prefix}-native-window-placement
47f2c7
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
47f2c7
%{_datadir}/gnome-shell/extensions/native-window-placement*/
47f2c7
e1cefa
%files -n %{pkg_prefix}-panel-favorites
e1cefa
%{_datadir}/gnome-shell/extensions/panel-favorites*/
47f2c7
47f2c7
%files -n %{pkg_prefix}-places-menu
47f2c7
%{_datadir}/gnome-shell/extensions/places-menu*/
47f2c7
47f2c7
e1cefa
%files -n %{pkg_prefix}-screenshot-window-sizer
e1cefa
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
e1cefa
%{_datadir}/gnome-shell/extensions/screenshot-window-sizer*/
e1cefa
e1cefa
47f2c7
%files -n %{pkg_prefix}-systemMonitor
47f2c7
%{_datadir}/gnome-shell/extensions/systemMonitor*/
47f2c7
47f2c7
e1cefa
%files -n %{pkg_prefix}-top-icons
e1cefa
%{_datadir}/gnome-shell/extensions/top-icons*/
e1cefa
e1cefa
47f2c7
%files -n %{pkg_prefix}-user-theme
47f2c7
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
47f2c7
%{_datadir}/gnome-shell/extensions/user-theme*/
47f2c7
47f2c7
47f2c7
%files -n %{pkg_prefix}-window-list
47f2c7
%{_datadir}/gnome-shell/extensions/window-list*/
47f2c7
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
47f2c7
47f2c7
47f2c7
%files -n %{pkg_prefix}-windowsNavigator
47f2c7
%{_datadir}/gnome-shell/extensions/windowsNavigator*/
47f2c7
47f2c7
47f2c7
%files -n %{pkg_prefix}-workspace-indicator
47f2c7
%{_datadir}/gnome-shell/extensions/workspace-indicator*/
47f2c7
47f2c7
47f2c7
%postun -n gnome-classic-session
47f2c7
if [ $1 -eq 0 ]; then
47f2c7
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
fi
47f2c7
47f2c7
%posttrans -n gnome-classic-session
47f2c7
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
47f2c7
e1cefa
%postun -n %{pkg_prefix}-auto-move-windows
47f2c7
if [ $1 -eq 0 ]; then
47f2c7
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
fi
47f2c7
e1cefa
%posttrans -n %{pkg_prefix}-auto-move-windows
47f2c7
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
47f2c7
e1cefa
%postun -n %{pkg_prefix}-dash-to-dock
47f2c7
if [ $1 -eq 0 ]; then
47f2c7
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
fi
47f2c7
e1cefa
%posttrans -n %{pkg_prefix}-dash-to-dock
47f2c7
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
47f2c7
47f2c7
%postun -n %{pkg_prefix}-native-window-placement
47f2c7
if [ $1 -eq 0 ]; then
47f2c7
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
fi
47f2c7
47f2c7
%posttrans -n %{pkg_prefix}-native-window-placement
47f2c7
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
47f2c7
47f2c7
%postun -n %{pkg_prefix}-user-theme
47f2c7
if [ $1 -eq 0 ]; then
47f2c7
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
fi
47f2c7
47f2c7
%posttrans -n %{pkg_prefix}-user-theme
47f2c7
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
47f2c7
47f2c7
%postun -n %{pkg_prefix}-window-list
47f2c7
if [ $1 -eq 0 ]; then
47f2c7
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
fi
47f2c7
47f2c7
%posttrans -n %{pkg_prefix}-window-list
47f2c7
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
47f2c7
47f2c7
%changelog
e1cefa
* Fri Sep 18 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-13
e1cefa
- Add option to display window-list on all monitors
e1cefa
  Resolves: rhbz#1263368
e1cefa
e1cefa
* Fri Sep 04 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-12
e1cefa
- Fix window list scaling in classic mode
e1cefa
  Resolves: rhbz#1229324
e1cefa
e1cefa
* Fri Sep 04 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-11
e1cefa
- Fix apps-menu taking over panel shortcut
e1cefa
  Resolves: rhbz#1255702
e1cefa
e1cefa
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-10
e1cefa
- Add back nautilus dependency to classic-session
e1cefa
  Resolves: rhbz#1256722
e1cefa
e1cefa
* Fri Jul 31 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-9
e1cefa
- Number workspaces consistently
e1cefa
  Resolves: rhbz#1249018
e1cefa
e1cefa
* Thu Jul 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-8
e1cefa
- Fix window list sorting
e1cefa
  Resolves: rhbz#1025370
e1cefa
e1cefa
* Fri Jul 24 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-7
e1cefa
- Support headless mode
e1cefa
  Related: rhbz#1243856
e1cefa
e1cefa
* Thu Jun 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-6
e1cefa
- Scale window list with text
e1cefa
  Resolves: rhbz#1229324
e1cefa
e1cefa
* Wed Jun 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-5
e1cefa
- Fix failure of apps-menu to open applications
e1cefa
  Resolves: rhbz#1229676
e1cefa
e1cefa
* Wed May 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-4
e1cefa
- Include additional (popular) extensions
e1cefa
  Resolves: rhbz#1208513
e1cefa
e1cefa
* Thu May 14 2015 Matthias Clasen <mclasen@redhat.com> - 3.14.4-3
e1cefa
- Make the apps-menu package depend on gnome-menus
e1cefa
- Resolves: #1221531
e1cefa
e1cefa
* Tue May 12 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-2
e1cefa
- Backport menu arrow fix from 3.16
e1cefa
- Related: #1174574
e1cefa
e1cefa
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-1
e1cefa
- Update to 3.14.4
e1cefa
- Resolves: #1174574
e1cefa
d323dc
* Tue Oct 07 2014 David King <dking@redhat.com> 3.8.4-12
d323dc
- Rebuild for libgtop2 soversion change (#1082123)
d323dc
d323dc
* Wed May 28 2014 Lubos Kocman <lkocman@redhat.com> - 3.8.4-11
d323dc
- Resolves: #1100332 (bump release against 0day)
5b3427
5b3427
* Tue Feb 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.8.4-10
5b3427
- Fix odd menu behavior in window list
5b3427
  Resolves: #1025374
5b3427
3614ae
* Thu Feb 13 2014 Florian Müllner <fmuellner@redhat.com> - 3.8.4-9
3614ae
- Fix context menu backport
3614ae
  Resolves: #1025374
3614ae
3614ae
* Mon Feb 10 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-8
3614ae
- Add Requires: nautilus
3614ae
  Resolves: #1053753
3614ae
3614ae
* Tue Jan 21 2014 Ray Strode <rstrode@redhat.com> - 3.8.4-7
3614ae
- Add logo to apps menu
3614ae
  Resolves: #1052990
3614ae
3614ae
* Wed Jan 15 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-6
3614ae
- Shade the overview panel
3614ae
  Resolves: #1053069
3614ae
3614ae
* Tue Jan 07 2014 Ray Strode <rstrode@redhat.com> - 3.8.4-5
3614ae
- Use environment variable for session mode
3614ae
  Related: #1031188
3614ae
3614ae
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.4-4
3614ae
- Mass rebuild 2013-12-27
3614ae
3614ae
* Thu Dec 12 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-3
3614ae
- Update translations
3614ae
  Resolves: #1030349
3614ae
47f2c7
* Thu Oct 24 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-2
47f2c7
- Backport some classic-mode improvements from 3.10 cycle:
47f2c7
  - context menu in window list (close, minimize, maximize)
47f2c7
  - use same order for favorites in applications menu as in dash
47f2c7
47f2c7
* Thu Sep 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-1
47f2c7
- Update to 3.8.4
47f2c7
47f2c7
* Sun Aug 04 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.3.1-1
47f2c7
- Update to 3.8.3.1
47f2c7
- Drop places-volume.patch patch, merged upstream
47f2c7
47f2c7
* Mon Jun 17 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-2
47f2c7
- Fix a problem notices in updates-testing with the places extension
47f2c7
47f2c7
* Sun Jun 09 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.3-1
47f2c7
- Update to 3.8.3
47f2c7
- Drop mini-extensions default-min-max and static-workspaces, no longer
47f2c7
  available (see https://bugzilla.gnome.org/show_bug.cgi?id=701717)
47f2c7
47f2c7
* Tue May 14 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.2-1
47f2c7
- Update to 3.8.2
47f2c7
- Drop useless dependency on libgtop for static-workspaces subpackage
47f2c7
47f2c7
* Fri May 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-3
47f2c7
- Obsolete gnome-applet-sensors
47f2c7
47f2c7
* Wed May 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-2
47f2c7
- Obsolete a few more fallback mode packages
47f2c7
- Remove gnome-panel provides
47f2c7
47f2c7
* Tue Apr 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-1
47f2c7
- Update to 3.8.1
47f2c7
47f2c7
* Tue Mar 26 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.0-1
47f2c7
- Update to 3.8.0
47f2c7
47f2c7
* Tue Mar 19 2013 Ray Strode <rstrode@redhat.com> 3.7.92-1
47f2c7
- Update to 3.7.92
47f2c7
47f2c7
* Tue Mar 05 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.91-1
47f2c7
- Update to 3.7.91
47f2c7
47f2c7
* Sat Mar 02 2013 Adel Gadllah <adel.gadllah@gmail.com> - 3.7.90-2
47f2c7
- Obsolete gnome-panel
47f2c7
47f2c7
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
47f2c7
- Update to 3.7.90
47f2c7
47f2c7
* Thu Feb 07 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5.1-2
47f2c7
- Depend on gnome-shell 3.7.5, there's no 3.7.5.1
47f2c7
47f2c7
* Thu Feb 07 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.5.1-1
47f2c7
- Update to 3.7.5
47f2c7
- Enable new launch-new-instance and window-list extensions, and add them in the
47f2c7
  classic-mode extension set
47f2c7
- Re-add places-menu in the classic-mode extension set
47f2c7
47f2c7
* Wed Jan 16 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.4-1
47f2c7
- Update to 3.7.4
47f2c7
- places-menu extension no longer part of the classic-mode extension set
47f2c7
47f2c7
* Tue Jan 01 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.3-1
47f2c7
- Update to 3.7.3
47f2c7
- Enable new default-min-max and static-workspaces extensions
47f2c7
- Provide new subpackage gnome-classic-session
47f2c7
- Revamp summaries and descriptions
47f2c7
47f2c7
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.1-1
47f2c7
- Update to 3.7.1
47f2c7
- Drop dock and gajim extensions, no longer provided
47f2c7
47f2c7
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.1-1
47f2c7
- Update to 3.6.1
47f2c7
47f2c7
* Tue Oct 02 2012 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.6.0-1
47f2c7
- Update to 3.6.0
47f2c7
47f2c7
* Thu Sep 06 2012 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.5.91-1
47f2c7
- Update to 3.5.91
47f2c7
47f2c7
* Wed Aug 29 2012 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.5.90-1
47f2c7
- Update to 3.5.90
47f2c7
47f2c7
* Sat Aug 11 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.5-1
47f2c7
- Update to 3.5.5
47f2c7
47f2c7
* Sun Jul 22 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.4-1
47f2c7
- Update to 3.5.4
47f2c7
47f2c7
* Wed Jul 18 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.2-1
47f2c7
- Update to 3.5.2
47f2c7
- Drop useless Provides/Obsoletes
47f2c7
47f2c7
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.4.0-1
47f2c7
- Update to 3.4.0
47f2c7
- Minor spec fixes
47f2c7
47f2c7
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.92-1
47f2c7
- Update to 3.3.92
47f2c7
47f2c7
* Tue Feb 28 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.90-1
47f2c7
- Update to 3.3.90
47f2c7
47f2c7
* Thu Feb 16 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.5-1
47f2c7
- Update to 3.3.5
47f2c7
- Spec cleanup
47f2c7
47f2c7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-2
47f2c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
47f2c7
47f2c7
* Wed Nov 30 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.2-1
47f2c7
- Update to 3.3.2
47f2c7
47f2c7
* Wed Nov 30 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.1-1
47f2c7
- Update to 3.2.1
47f2c7
- Fix alternative-status-menu extension crash when login
47f2c7
47f2c7
* Wed Nov 09 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.0-2
47f2c7
- Fix dock and alternate-tab extensions
47f2c7
- Fix GNOME Shell version to work with GS 3.2.1
47f2c7
47f2c7
* Mon Oct 03 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.0-1
47f2c7
- Update to 3.2.0
47f2c7
47f2c7
* Mon Sep 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.91-3.20111001gite102c0c6
47f2c7
- Update to a newer git snapshot
47f2c7
- Fix GNOME Shell version to work with GS 3.2.0
47f2c7
- Add Requires on GS 3.2.0 or above to gnome-shell-common
47f2c7
47f2c7
* Wed Sep 14 2011 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.1.91-2
47f2c7
- Enable xrandr-indicator and workspace-indicator extensions
47f2c7
47f2c7
* Mon Sep 12 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.91-1
47f2c7
- Update to 3.1.91
47f2c7
- add more documentation
47f2c7
47f2c7
* Thu Sep  1 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-3.20110830git6b5e3a3e
47f2c7
- Update to git snapshot, for gnome-shell 3.1.90
47f2c7
47f2c7
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-2
47f2c7
- Enable apps-menu extension
47f2c7
- Spec cleanup
47f2c7
47f2c7
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-1
47f2c7
- Update to 3.1.4
47f2c7
- Enable systemMonitor extension
47f2c7
- Prepare xrandr-indicator, commenting out since it does not seem to work yet
47f2c7
- Rename subpackages in line with new guidelines (# 715367)
47f2c7
- Sort subpackages in alphabetical order
47f2c7
47f2c7
* Sat May 28 2011 Timur Kristóf <venemo@fedoraproject.org> - 3.0.2-1.g63dd27cgit
47f2c7
- Update to a newer git snapshot
47f2c7
- Fix RHBZ bug #708230
47f2c7
- Enabled systemMonitor extension, but commented out since the requirements are not available
47f2c7
47f2c7
* Fri May 13 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-3.03660fgit
47f2c7
- Update to a newer git snapshot
47f2c7
- Enable native-window-placement extension
47f2c7
47f2c7
* Fri May 06 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.1-2b20cbagit
47f2c7
- Fix description 
47f2c7
47f2c7
* Thu May 5 2011 Elad Alfassa <elad@fedoraproject.org> - 3.0.1-1.b20cbagit
47f2c7
- Update to a newer git snapshot
47f2c7
- Enabled the places-menu extension
47f2c7
47f2c7
* Tue Apr 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-1.f016b9git
47f2c7
- Update to a newer git snapshot (post-3.0.1 release)
47f2c7
- Enable drive-menu extension
47f2c7
47f2c7
* Mon Apr 11 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.0-5.6d56cfgit
47f2c7
- Enable auto-move-windows extension
47f2c7
47f2c7
* Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-4.6d56cfgit
47f2c7
- Add glib2-devel as build requires
47f2c7
47f2c7
* Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-3.6d56cfgit
47f2c7
- Tweak description
47f2c7
- Fix typo in configure
47f2c7
47f2c7
* Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-2.6d56cfgit
47f2c7
- Added the user-theme extension
47f2c7
- Patch from Timur Kristóf <venemo@msn.com>
47f2c7
47f2c7
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-1.6d56cfgit
47f2c7
- Make sure configure doesn't get called twice
47f2c7
47f2c7
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-0.6d56cfgit
47f2c7
- Initial build