[gnome-session] Update to 3.4.1

Kalev Lember kalev at fedoraproject.org
Mon Apr 16 23:48:49 UTC 2012


commit 4b53c2d9f8a156f571f1f28592db67ed78fc5355
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Apr 16 22:46:05 2012 +0300

    Update to 3.4.1
    
    ... and dropped upstreamed
    0001-Fix-some-problems-in-the-systemd-code.patch

 .gitignore                                       |    1 +
 0001-Fix-some-problems-in-the-systemd-code.patch |   66 ----------------------
 gnome-session.spec                               |   13 ++--
 sources                                          |    2 +-
 4 files changed, 9 insertions(+), 73 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0871535..569f01b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ gnome-session-2.31.6.tar.bz2
 /gnome-session-3.3.90.tar.xz
 /gnome-session-3.3.92.tar.xz
 /gnome-session-3.4.0.tar.xz
+/gnome-session-3.4.1.tar.xz
diff --git a/gnome-session.spec b/gnome-session.spec
index f09b3ae..235e769 100644
--- a/gnome-session.spec
+++ b/gnome-session.spec
@@ -2,19 +2,17 @@
 
 Summary: GNOME session manager
 Name: gnome-session
-Version: 3.4.0
-Release: 2%{?dist}
+Version: 3.4.1
+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
+Source0: http://download.gnome.org/sources/gnome-session/3.4/%{name}-%{version}.tar.xz
 Source1: gnome-authentication-agent.desktop
 Source2: gnome.desktop
 
 Patch0: gnome-session-3.3.1-llvmpipe.patch
 # Blacklist NV30: https://bugzilla.redhat.com/show_bug.cgi?id=745202
 Patch1: gnome-session-3.3.92-nv30.patch
-# https://bugzilla.gnome.org/show_bug.cgi?id=673619
-Patch2: 0001-Fix-some-problems-in-the-systemd-code.patch
 
 License: GPLv2+
 Group: User Interface/Desktops
@@ -84,7 +82,6 @@ Desktop file to add GNOME to display manager session menu.
 %setup -q
 %patch0 -p1 -b .llvmpipe
 %patch1 -p1 -b .nv30
-%patch2 -p1 -b .systemd
 
 echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am
 
@@ -160,6 +157,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
 
 %changelog
+* Tue Apr 17 2012 Kalev Lember <kalevlember at gmail.com> - 3.4.1-1
+- Update to 3.4.1
+- Dropped upstreamed systemd patch
+
 * Thu Apr  5 2012 Matthias Clasen <mclasen at redhat.com> - 3.4.0-2
 - Fix a looping PolicyKit dialog on shutdown
 
diff --git a/sources b/sources
index 4e68a5f..c1671f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e4551f3c6dae7ab476a53fad5cfd955  gnome-session-3.4.0.tar.xz
+993ade4c005ec47d7992ab971177bad9  gnome-session-3.4.1.tar.xz


More information about the scm-commits mailing list