From a333d904d4fd5d6d94863dd54e6917f4605f95e3 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Aug 04 2013 08:51:35 +0000 Subject: Update to 3.9.5 --- diff --git a/.gitignore b/.gitignore index 7ef46f3..53b2a0b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /gnome-shell-extensions-3.9.1.tar.xz /gnome-shell-extensions-3.9.2.tar.xz /gnome-shell-extensions-3.9.3.tar.xz +/gnome-shell-extensions-3.9.5.tar.xz diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index e8ad4d8..9ff8a8f 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -5,8 +5,8 @@ %global pkg_prefix gnome-shell-extension Name: gnome-shell-extensions -Version: 3.9.3 -Release: 2%{?dist} +Version: 3.9.5 +Release: 1%{?dist} Summary: Modify and extend GNOME Shell functionality and behavior Group: User Interface/Desktops @@ -28,7 +28,6 @@ optional functionality to GNOME Shell. Enabled extensions: * alternate-tab - * alternative-status-menu * apps-menu * auto-move-windows * drive-menu @@ -97,17 +96,6 @@ This GNOME Shell extension changes Alt+Tab to be window-based instead of app-based. -%package -n %{pkg_prefix}-alternative-status-menu -Summary: Power Off Item in GNOME Shell status menu -Group: User Interface/Desktops -License: GPLv2+ -Requires: %{pkg_prefix}-common = %{version}-%{release} - -%description -n %{pkg_prefix}-alternative-status-menu -This GNOME Shell extension adds a power off item in the status menu, and -provides the ability to hibernate. - - %package -n %{pkg_prefix}-apps-menu Summary: Application menu for GNOME Shell Group: User Interface/Desktops @@ -284,11 +272,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classi %{_datadir}/gnome-shell/extensions/alternate-tab*/ -%files -n %{pkg_prefix}-alternative-status-menu -%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.xml -%{_datadir}/gnome-shell/extensions/alternative-status-menu*/ - - %files -n %{pkg_prefix}-apps-menu %{_datadir}/gnome-shell/extensions/apps-menu*/ @@ -348,15 +331,6 @@ fi /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : -%postun -n %{pkg_prefix}-alternative-status-menu -if [ $1 -eq 0 ]; then - /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : -fi - -%posttrans -n %{pkg_prefix}-alternative-status-menu -/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : - - %postun -n %{pkg_prefix}-auto-move-windows if [ $1 -eq 0 ]; then /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : @@ -394,6 +368,10 @@ fi %changelog +* Sun Aug 04 2013 Mohamed El Morabity - 3.9.5-1 +- Update to 3.9.5 +- Drop alternative-status-menu, no longer provided upstream + * Sat Aug 03 2013 Fedora Release Engineering - 3.9.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index f7f5fc4..d6a13df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9a92f06e38bbef1bad14c6602ac151d gnome-shell-extensions-3.9.3.tar.xz +7e66179e8de6e76ee6516966b22759fa gnome-shell-extensions-3.9.5.tar.xz