[gnome-session/f16] 3.1.91

Matthias Clasen mclasen at fedoraproject.org
Tue Sep 6 11:49:07 UTC 2011


commit de57481eacb59fd87a1abb10d26e8657068ae0a6
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Sep 6 07:48:22 2011 -0400

    3.1.91

 .gitignore         |    3 +--
 gnome-session.spec |   15 +++++----------
 sources            |    2 +-
 3 files changed, 7 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c331116..b861d2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,5 +15,4 @@ gnome-session-2.31.6.tar.bz2
 /gnome-session-3.0.1.tar.bz2
 /gnome-session-3.1.2.tar.xz
 /gnome-session-3.1.3.tar.xz
-/gnome-session-3.1.5.tar.xz
-/gnome-session-3.1.90.tar.xz
+/gnome-session-3.1.91.tar.xz
diff --git a/gnome-session.spec b/gnome-session.spec
index e1b5986..7f13f04 100644
--- a/gnome-session.spec
+++ b/gnome-session.spec
@@ -2,7 +2,7 @@
 
 Summary: GNOME session manager
 Name: gnome-session
-Version: 3.1.90
+Version: 3.1.91
 Release: 1%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/gnome-session
@@ -40,7 +40,6 @@ BuildRequires: dbus-glib-devel
 BuildRequires: gnome-keyring-devel
 BuildRequires: libnotify-devel >= 0.7.0
 BuildRequires: GConf2-devel
-BuildRequires: GConf2-gtk
 BuildRequires: pango-devel
 BuildRequires: gnome-settings-daemon-devel
 BuildRequires: desktop-file-utils
@@ -49,6 +48,7 @@ BuildRequires: libXrandr-devel
 BuildRequires: xorg-x11-xtrans-devel
 BuildRequires: mesa-libGL-devel
 BuildRequires: librsvg2-devel
+BuildRequires: json-glib-devel
 
 # this is so the configure checks find /usr/bin/halt etc.
 BuildRequires: usermode
@@ -61,11 +61,6 @@ BuildRequires: libXtst-devel
 BuildRequires: xmlto
 BuildRequires: upower-devel
 BuildRequires: gnome-common
-BuildRequires: json-glib-devel
-
-Requires(pre): GConf2
-Requires(post): GConf2
-Requires(preun): GConf2
 
 # an artificial requires to make sure we get dconf, for now
 Requires: dconf
@@ -97,9 +92,7 @@ autoreconf -i -f
 make %{?_smp_mflags} V=1
 
 %install
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 desktop-file-install --vendor gnome --delete-original                   \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications           \
@@ -109,7 +102,6 @@ desktop-file-install --vendor gnome --delete-original                   \
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
 
 install -Dp -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/gnome/autostart
-
 install -Dp -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/xsessions/
 
 cp -p AUTHORS COPYING NEWS README $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
@@ -161,6 +153,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
 
 %changelog
+* Tue Sep  6 2011 Matthias Clasen <mclasen at redhat.com> 3.1.91-1
+- Update to 3.1.91
+
 * Wed Aug 31 2011 Matthias Clasen <mclasen at redhat.com> 3.1.90-1
 - Update to 3.1.90
 
diff --git a/sources b/sources
index 2067393..2ac2659 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e083b3037e67e3f1cfd94c03a0b05e07  gnome-session-3.1.90.tar.xz
+8e99c64effec2caed5aca984c2b1a5b3  gnome-session-3.1.91.tar.xz


More information about the scm-commits mailing list