Update to 3.6.1
This commit is contained in:
parent
d941da0c8e
commit
a921a966d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/gnome-shell-extensions-3.5.90.tar.xz
|
||||
/gnome-shell-extensions-3.5.91.tar.xz
|
||||
/gnome-shell-extensions-3.6.0.tar.xz
|
||||
/gnome-shell-extensions-3.6.1.tar.xz
|
||||
|
@ -1,11 +1,13 @@
|
||||
%global pkg_prefix gnome-shell-extension
|
||||
%global major_version %%(cut -d "." -f 1-2 <<<%{version})
|
||||
|
||||
# Minimum GNOME Shell version supported
|
||||
%global min_gs_version %{major_version}.0
|
||||
# Commit corresponding to the current release
|
||||
%global commit e14efb3
|
||||
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.6.0
|
||||
Version: 3.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
@ -17,7 +19,7 @@ URL: http://live.gnome.org/GnomeShell/Extensions
|
||||
# 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
|
||||
# $ git archive --format=tar --prefix=%{name}-%{version}/ %{commit} | xz > ../%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gnome-common
|
||||
@ -364,6 +366,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.1-1
|
||||
- Update to 3.6.1
|
||||
|
||||
* Tue Oct 02 2012 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user