This commit is contained in:
Matthias Clasen 2011-08-19 12:26:38 -04:00
parent 47d7db5b1c
commit 95ce8266c4
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ gnome-shell-2.31.5.tar.bz2
/gnome-shell-3.0.2.tar.bz2
/gnome-shell-3.1.3.tar.bz2
/gnome-shell-3.1.4.tar.xz
/gnome-shell-3.1.4-gite7b9933.tar.bz2

View File

@ -1,13 +1,15 @@
%define alphatag gite7b9933
Name: gnome-shell
Version: 3.1.4
Release: 2%{?dist}
Release: 2.%{alphatag}%{?dist}
Summary: Window management and application launching for GNOME
Group: User Interface/Desktops
License: GPLv2+
URL: http://live.gnome.org/GnomeShell
#VCS: git:git://git.gnome.org/gnome-shell
Source0: http://download.gnome.org/sources/gnome-shell/3.1/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gnome-shell/3.1/%{name}-%{version}-%{alphatag}.tar.bz2
Patch0: gnome-shell-avoid-redhat-menus.patch
# from upstream
@ -148,8 +150,8 @@ gconftool-2 --makefile-install-rule \
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
%changelog
* Fri Aug 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-2
- Rebuild
* Fri Aug 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-2.gite7b9933
- git snapshot that builds against gnome-menus 3.1.5
* Thu Aug 18 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.5-1
- Rebuild against newer eds libraries.

View File

@ -1 +1 @@
e9280405b9c0f7ff84c6cd8342b0e1b2 gnome-shell-3.1.4.tar.xz
7429758a71d2540bbdc8fd59e1a9492e gnome-shell-3.1.4-gite7b9933.tar.bz2