[gnome-shell] 3.3.2

Matthias Clasen mclasen at fedoraproject.org
Thu Nov 24 03:49:57 UTC 2011


commit 100c1859e62bfa4c5a74080cc5f133a987084e20
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Nov 23 22:49:36 2011 -0500

    3.3.2

 .gitignore       |    1 +
 gnome-shell.spec |   33 ++++++---------------------------
 sources          |    2 +-
 3 files changed, 8 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea00f4a..4a3de42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ gnome-shell-2.31.5.tar.bz2
 /gnome-shell-3.1.92.tar.xz
 /gnome-shell-3.2.0.tar.xz
 /gnome-shell-3.2.1.tar.xz
+/gnome-shell-3.3.2.tar.xz
diff --git a/gnome-shell.spec b/gnome-shell.spec
index da6169d..7b5e1e6 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,13 +1,13 @@
 Name:           gnome-shell
-Version:        3.2.1
-Release:        6%{?dist}
+Version:        3.3.2
+Release:        1%{?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.2/%{name}-%{version}.tar.xz
+Source0:        http://download.gnome.org/sources/gnome-shell/3.3/%{name}-%{version}.tar.xz
 
 Patch0: gnome-shell-avoid-redhat-menus.patch
 # Replace Epiphany with Firefox in the default favourite apps list
@@ -56,8 +56,6 @@ BuildRequires:  gnome-bluetooth >= 2.91
 # Bootstrap requirements
 BuildRequires: gtk-doc gnome-common
 Requires:       gnome-menus%{?_isa} >= 3.0.0-2
-# For %pre/%post usage of gconftool-2
-Requires:       GConf2%{?_isa}
 # wrapper script uses to restart old GNOME session if run --replace
 # from the command line
 Requires:       gobject-introspection%{?_isa} >= %{gobject_introspection_version}
@@ -94,9 +92,7 @@ export CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations"
 make V=1 %{?_smp_mflags}
 
 %install
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 rm -rf %{buildroot}/%{_libdir}/mozilla/plugins/*.la
 
@@ -129,33 +125,16 @@ chrpath -r %{_libdir}/gnome-bluetooth $RPM_BUILD_ROOT%{_libdir}/gnome-shell/libg
 %{_sysconfdir}/gconf/schemas/gnome-shell.schemas
 %{_mandir}/man1/%{name}.1.gz
 
-%pre
-if [ "$1" -gt 1 ]; then
-  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule \
-    %{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
-    > /dev/null || :
-fi
-
 %preun
-if [ "$1" -eq 0 ]; then
-  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule \
-    %{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
-    > /dev/null || :
-fi
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
-%post
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule \
-    %{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
-  > /dev/null || :
-
 %posttrans
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 %changelog
+* Wed Nov 23 2011 Matthias Clasen <mclasen at redhat.com> - 3.3.2-1
+- Update to 3.3.2
+
 * Wed Nov 09 2011 Kalev Lember <kalevlember at gmail.com> - 3.2.1-6
 - Adapt to firefox desktop file name change in F17
 
diff --git a/sources b/sources
index 0ca56d3..475e325 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9519921d31d8c43d054dbc11e1f0733b  gnome-shell-3.2.1.tar.xz
+737af8aaabbfd12ef625c9f7d4aa03b1  gnome-shell-3.3.2.tar.xz


More information about the scm-commits mailing list