Update to 3.3.90

This commit is contained in:
Mohamed El Morabity 2013-08-22 20:13:01 +02:00
parent 4d2021890d
commit c96f32ab9f
3 changed files with 11 additions and 19 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/gnome-shell-extensions-3.9.2.tar.xz
/gnome-shell-extensions-3.9.3.tar.xz
/gnome-shell-extensions-3.9.5.tar.xz
/gnome-shell-extensions-3.9.90.tar.xz

View File

@ -5,8 +5,8 @@
%global pkg_prefix gnome-shell-extension
Name: gnome-shell-extensions
Version: 3.9.5
Release: 3%{?dist}
Version: 3.9.90
Release: 1%{?dist}
Summary: Modify and extend GNOME Shell functionality and behavior
Group: User Interface/Desktops
@ -39,7 +39,6 @@ Enabled extensions:
* window-list
* windowsNavigator
* workspace-indicator
* xrandr-indicator
%package -n %{pkg_prefix}-common
@ -51,6 +50,8 @@ Requires: gnome-shell >= %{min_gs_version}
Obsoletes: %{pkg_prefix}-dock < 3.7.1
# Alternative-status-menu extension no longer provided by GNOME Shell extensions >= 3.9.5
Obsoletes: %{pkg_prefix}-alternative-status-menu < 3.9.5
# Xrandr-indicator extension no longer provided by GNOME Shell extensions >= 3.9.5
Obsoletes: %{pkg_prefix}-xrand-indicator < 3.9.90
%description -n %{pkg_prefix}-common
GNOME Shell Extensions is a collection of extensions providing additional and
@ -222,17 +223,6 @@ This GNOME Shell extension add a system status menu for quickly changing
workspaces.
%package -n %{pkg_prefix}-xrandr-indicator
Summary: GNOME Shell status menu for rotating monitors
Group: User Interface/Desktops
License: GPLv2+
Requires: %{pkg_prefix}-common = %{version}-%{release}
%description -n %{pkg_prefix}-xrandr-indicator
This GNOME Shell extension adds a status menu to let rotate the laptop monitor
and open display preferences quickly.
%prep
%setup -q
@ -321,9 +311,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classi
%{_datadir}/gnome-shell/extensions/workspace-indicator*/
%files -n %{pkg_prefix}-xrandr-indicator
%{_datadir}/gnome-shell/extensions/xrandr-indicator*/
%postun -n gnome-classic-session
if [ $1 -eq 0 ]; then
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
@ -370,6 +357,10 @@ fi
%changelog
* Thu Aug 22 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.90-1
- Update to 3.9.90
- Drop xrand-indicator subpackage, no longer provided upstream
* Mon Aug 12 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.5-3
- Fix alternative-status-menu subpackage obsoleting
@ -378,7 +369,7 @@ fi
* Sun Aug 04 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.5-1
- Update to 3.9.5
- Drop alternative-status-menu, no longer provided upstream
- Drop alternative-status-menu subpackage, no longer provided upstream
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
7e66179e8de6e76ee6516966b22759fa gnome-shell-extensions-3.9.5.tar.xz
e0a4ca050eab1d58d15ecd4d26081a81 gnome-shell-extensions-3.9.90.tar.xz