Update to version 3.4.0
This commit is contained in:
parent
9a484a2c2a
commit
451ca18ad0
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user