Update to 3.6.1

This commit is contained in:
Mohamed El Morabity 2012-10-30 22:28:43 +01:00
parent d941da0c8e
commit a921a966d5
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
a294ba92c773fdcb9ba089ff0f4e66c3 gnome-shell-extensions-3.6.0.tar.xz
dcc21d5e0339c29560887d89a5c127e6 gnome-shell-extensions-3.6.1.tar.xz