[gnome-initial-setup] Update to 3.11.90

Richard Hughes rhughes at fedoraproject.org
Fri Feb 28 11:39:18 UTC 2014


commit a0078cc5d99da2e78cfc52a5dd35557a66841bce
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Feb 28 11:26:43 2014 +0000

    Update to 3.11.90

 .gitignore                                   |    1 +
 0001-Disable-GOA-page-in-new-user-mode.patch |   25 ------------------------
 0001-goa-Prevent-a-use-after-free.patch      |   27 --------------------------
 gnome-initial-setup.spec                     |   17 +++++----------
 goa-add.patch                                |   11 ----------
 sources                                      |    2 +-
 6 files changed, 8 insertions(+), 75 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42193a3..9f03cc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /gnome-initial-setup-3.10.0.tar.xz
 /gnome-initial-setup-3.10.0.1.tar.xz
 /gnome-initial-setup-3.10.1.1.tar.xz
+/gnome-initial-setup-3.11.90.tar.xz
diff --git a/gnome-initial-setup.spec b/gnome-initial-setup.spec
index 276e313..2b735fc 100644
--- a/gnome-initial-setup.spec
+++ b/gnome-initial-setup.spec
@@ -1,21 +1,16 @@
 Name:           gnome-initial-setup
-Version:        3.10.1.1
-Release:        5%{?dist}
+Version:        3.11.90
+Release:        1%{?dist}
 Summary:        Bootstrapping your OS
 
 License:        GPLv2+
 URL:            https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
-Source0:        http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
+Source0:        http://download.gnome.org/sources/%{name}/3.11/%{name}-%{version}.tar.xz
 
 # this depends on a yelp patch that hasn't been merged upstream yet
 # https://bugzilla.gnome.org/show_bug.cgi?id=687957
 Patch0: yelp-fixes.patch
 
-# upstream fix
-Patch1: goa-add.patch
-Patch2: 0001-goa-Prevent-a-use-after-free.patch
-Patch3: 0001-Disable-GOA-page-in-new-user-mode.patch
-
 %global nm_version 0.9.6.4
 %global glib_required_version 2.36.0
 %global gtk_required_version 3.7.11
@@ -70,9 +65,6 @@ you through configuring it. It is integrated with gdm.
 %prep
 %setup -q
 %patch0 -p1 -b .yelp-fixes
-%patch1 -p1 -b .goa
-%patch2 -p1
-%patch3 -p1
 
 %build
 %configure
@@ -112,6 +104,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
 %{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
 
 %changelog
+* Fri Feb 28 2014 Richard Hughes <rhughes at redhat.com> - 3.11.90-1
+- Update to 3.11.90
+
 * Wed Feb 19 2014 Kalev Lember <kalevlember at gmail.com> - 3.10.1.1-5
 - Rebuilt for libgnome-desktop soname bump
 
diff --git a/sources b/sources
index 459b846..23cec03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a66a23a85d0b8f2cbff70cc68572e84c  gnome-initial-setup-3.10.1.1.tar.xz
+e2abd0e3d31910d1827d83211007ebe9  gnome-initial-setup-3.11.90.tar.xz


More information about the scm-commits mailing list