diff --git a/.gitignore b/.gitignore index 4753548..dd5f506 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ gnome-session-2.31.6.tar.bz2 /gnome-session-3.3.1.tar.xz /gnome-session-3.3.2.tar.xz /gnome-session-3.3.3.tar.xz +/gnome-session-3.3.5.tar.xz diff --git a/gnome-session.spec b/gnome-session.spec index 3c5d9d0..cbfb27e 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -2,8 +2,8 @@ Summary: GNOME session manager Name: gnome-session -Version: 3.3.3 -Release: 2%{?dist} +Version: 3.3.5 +Release: 1%{?dist} URL: http://www.gnome.org #VCS: git:git://git.gnome.org/gnome-session Source0: http://download.gnome.org/sources/gnome-session/3.3/%{name}-%{version}.tar.xz @@ -58,6 +58,8 @@ BuildRequires: libXtst-devel BuildRequires: xmlto BuildRequires: upower-devel BuildRequires: gnome-common +BuildRequires: systemd-devel +BuildRequires: polkit-devel # an artificial requires to make sure we get dconf, for now Requires: dconf @@ -85,7 +87,8 @@ autoreconf -i -f %build %configure --enable-docbook-docs \ --docdir=%{_datadir}/doc/%{name}-%{version} \ - --with-gtk=3.0 + --with-gtk=3.0 \ + --enable-systemd make %{?_smp_mflags} V=1 %install @@ -151,6 +154,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || : %{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml %changelog +* Tue Feb 7 2012 Matthias Clasen - 3.3.5-1 +- Update to 3.3.5 +- Use systemd for session tracking + * Fri Jan 13 2012 Fedora Release Engineering - 3.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 4f6bd8b..7cf26cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23f1c70e8f1e20b1035698750bbfc407 gnome-session-3.3.3.tar.xz +e8aea47ab6f43188383036ca7c4a7a6b gnome-session-3.3.5.tar.xz