Update to version 3.4.0

This commit is contained in:
Mohamed El Morabity 2012-03-30 13:09:12 +02:00
parent 9a484a2c2a
commit 451ca18ad0
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/gnome-shell-extensions-3.3.5.tar.xz
/gnome-shell-extensions-3.3.90.tar.xz
/gnome-shell-extensions-3.3.92.tar.xz
/gnome-shell-extensions-3.4.0.tar.xz

View File

@ -1,16 +1,17 @@
%global pkg_prefix gnome-shell-extension
%global major_version 3.3
%global min_gs_version %{major_version}.92
%global major_version %%(cut -d "." -f 1-2 <<<%{version})
%global min_gs_version %{major_version}.0
Name: gnome-shell-extensions
Version: %{major_version}.92
Version: 3.4.0
Release: 1%{?dist}
Summary: Modify and extend GNOME Shell functionality and behavior
Group: User Interface/Desktops
License: GPLv2+
URL: http://live.gnome.org/GnomeShell/Extensions
# Using git archive since upstream hasn't released 3.3.92 yet
# Using git archive since upstream doesn't publish tarballs on ftp.gnome.org
# anymore
# $ git clone git://git.gnome.org/gnome-shell-extensions/
# $ cd gnome-shell-extensions/
# $ git archive --format=tar --prefix=%{name}-%{version}/ %{version} | xz > ../%{name}-%{version}.tar.xz
@ -369,6 +370,10 @@ fi
%changelog
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.4.0-1
- Update to 3.4.0
- Minor spec fixes
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.92-1
- Update to 3.3.92

View File

@ -1 +1 @@
82e59876604fa437cb08c82f56095b11 gnome-shell-extensions-3.3.92.tar.xz
34e8cbf848fe3eab860da4b1bffc3e6b gnome-shell-extensions-3.4.0.tar.xz