- Update to 2.27.2
- Add an explicit dep on gobject-introspection 0.6.5 which is required for
    the new version
			
			
This commit is contained in:
		
							parent
							
								
									13b0e6295e
								
							
						
					
					
						commit
						c571d67eff
					
				| @ -1,2 +1,3 @@ | |||||||
| gnome-shell-2.27.0.tar.bz2 | gnome-shell-2.27.0.tar.bz2 | ||||||
| gnome-shell-2.27.1.tar.bz2 | gnome-shell-2.27.1.tar.bz2 | ||||||
|  | gnome-shell-2.27.2.tar.bz2 | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| Name:           gnome-shell | Name:           gnome-shell | ||||||
| Version:        2.27.1 | Version:        2.27.2 | ||||||
| Release:        4 | Release:        1 | ||||||
| Summary:        Window management and application launching for GNOME | Summary:        Window management and application launching for GNOME | ||||||
| 
 | 
 | ||||||
| Group:          User Interface/Desktops | Group:          User Interface/Desktops | ||||||
| @ -10,6 +10,7 @@ Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.27/%{name}- | |||||||
| BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | ||||||
| 
 | 
 | ||||||
| %define clutter_version 1.0.0 | %define clutter_version 1.0.0 | ||||||
|  | %define gobject_introspection_version 0.6.5 | ||||||
| %define mutter_version 2.27.3 | %define mutter_version 2.27.3 | ||||||
| 
 | 
 | ||||||
| BuildRequires:  clutter-devel >= %{clutter_version} | BuildRequires:  clutter-devel >= %{clutter_version} | ||||||
| @ -20,6 +21,7 @@ BuildRequires:  gjs-devel | |||||||
| BuildRequires:  glib2-devel | BuildRequires:  glib2-devel | ||||||
| BuildRequires:  gnome-desktop-devel | BuildRequires:  gnome-desktop-devel | ||||||
| BuildRequires:  gnome-menus-devel | BuildRequires:  gnome-menus-devel | ||||||
|  | BuildRequires:  gobject-introspection > %{gobject_introspection_version} | ||||||
| # for screencast recorder functionality | # for screencast recorder functionality | ||||||
| BuildRequires:  gstreamer-devel | BuildRequires:  gstreamer-devel | ||||||
| BuildRequires:  gtk2-devel | BuildRequires:  gtk2-devel | ||||||
| @ -34,6 +36,7 @@ Requires:       desktop-effects | |||||||
| Requires:       GConf2 | Requires:       GConf2 | ||||||
| # wrapper script uses to restart old GNOME session if run --replace | # wrapper script uses to restart old GNOME session if run --replace | ||||||
| # from the command line | # from the command line | ||||||
|  | Requires:       gobject-introspection > %{gobject_introspection_version} | ||||||
| Requires:       gnome-python2-gconf | Requires:       gnome-python2-gconf | ||||||
| Requires:       pygobject2 | Requires:       pygobject2 | ||||||
| # wrapper script uses to figure out available GLX capabilities | # wrapper script uses to figure out available GLX capabilities | ||||||
| @ -115,6 +118,11 @@ gconftool-2 --makefile-install-rule \ | |||||||
|   > /dev/null || : |   > /dev/null || : | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Fri Sep  4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.2-1 | ||||||
|  | - Update to 2.27.2 | ||||||
|  | - Add an explicit dep on gobject-introspection 0.6.5 which is required  | ||||||
|  |   for the new version | ||||||
|  | 
 | ||||||
| * Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-4 | * Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-4 | ||||||
| - Fix GConf %%preun script to properly be for package removal | - Fix GConf %%preun script to properly be for package removal | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user