Update to 3.15.3

This commit is contained in:
Florian Müllner 2014-12-19 15:21:48 +01:00
parent 696c0a7092
commit 1c3075ac6b
3 changed files with 6 additions and 8 deletions

1
.gitignore vendored
View File

@ -50,3 +50,4 @@
/gnome-shell-extensions-3.14.1.tar.xz
/gnome-shell-extensions-3.15.1.tar.xz
/gnome-shell-extensions-3.15.2.tar.xz
/gnome-shell-extensions-3.15.3.tar.xz

View File

@ -5,7 +5,7 @@
%global pkg_prefix gnome-shell-extension
Name: gnome-shell-extensions
Version: 3.15.2
Version: 3.15.3
Release: 1%{?dist}
Summary: Modify and extend GNOME Shell functionality and behavior
@ -14,7 +14,6 @@ Group: User Interface/Desktops
License: GPLv2+ and BSD
URL: http://live.gnome.org/GnomeShell/Extensions
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz
BuildRequires: desktop-file-utils
# BuildRequires: gnome-common
BuildRequires: intltool
BuildRequires: pkgconfig(gnome-desktop-3.0)
@ -252,17 +251,12 @@ rm $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.exampl
%find_lang %{name}
%check
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classic.desktop
%files -n %{pkg_prefix}-common -f %{name}.lang
%doc COPYING NEWS README
%dir %{_datadir}/gnome-shell/extensions/
%files -n gnome-classic-session
%{_datadir}/applications/gnome-shell-classic.desktop
%{_datadir}/gnome-session/sessions/gnome-classic.session
%{_datadir}/gnome-shell/modes/classic.json
%{_datadir}/gnome-shell/theme/*.svg
@ -372,6 +366,9 @@ fi
%changelog
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
- Update to 3.15.3
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
- Update to 3.15.2

View File

@ -1 +1 @@
22955048b1a577fc64b1e1890827471c gnome-shell-extensions-3.15.2.tar.xz
3f924e2e943e2cd9e29e25b0e7d7f115 gnome-shell-extensions-3.15.3.tar.xz