[gnome-initial-setup] 0.5

Matthias Clasen mclasen at fedoraproject.org
Fri Jan 11 20:50:07 UTC 2013


commit 23555b3318cbe43b6d8a84e2ce9882983e7519e6
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Jan 11 14:57:43 2013 -0500

    0.5

 .gitignore               |    1 +
 gnome-initial-setup.spec |   13 ++++++++++---
 sources                  |    2 +-
 yelp-fixes.patch         |    9 +++++++++
 4 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c749c74..74616e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gnome-initial-setup-0.2.tar.xz
 /gnome-initial-setup-0.3.tar.xz
+/gnome-initial-setup-0.5.tar.xz
diff --git a/gnome-initial-setup.spec b/gnome-initial-setup.spec
index f88eef2..4545adc 100644
--- a/gnome-initial-setup.spec
+++ b/gnome-initial-setup.spec
@@ -1,11 +1,14 @@
 Name:           gnome-initial-setup
-Version:        0.4
-Release:        2%{?dist}
+Version:        0.5
+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}/0.4/%{name}-%{version}.tar.xz
+Source0:        http://download.gnome.org/sources/%{name}/0.5/%{name}-%{version}.tar.xz
+
+# this depends on a yelp patch that hasn't been merged upstream yet
+Patch0: yelp-fixes.patch
 
 %global nm_version 0.9
 %global glib_required_version 2.29.4
@@ -55,6 +58,7 @@ you through configuring it. It is integrated with gdm.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -112,6 +116,9 @@ userdel %{name} &>/dev/null || :
 /usr/lib/systemd/system/gnome-initial-setup.service
 
 %changelog
+* Fri Jan 11 2013 Matthias Clasen <mclasen at redhat.com> - 0.5-1
+- 0.5
+
 * Fri Dec 21 2012 Kalev Lember <kalevlember at gmail.com> - 0.4-2
 - Rebuilt for libgweather soname bump
 
diff --git a/sources b/sources
index 29b042b..e7ee320 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9baac331b14d1a3270248d937b51246b  gnome-initial-setup-0.4.tar.xz
+976a02360b9efd2bceda783eaab22b5a  gnome-initial-setup-0.5.tar.xz
diff --git a/yelp-fixes.patch b/yelp-fixes.patch
new file mode 100644
index 0000000..d87466b
--- /dev/null
+++ b/yelp-fixes.patch
@@ -0,0 +1,9 @@
+diff -up gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes gnome-initial-setup-0.5/data/gnome-welcome-tour
+--- gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes	2013-01-11 14:55:30.964471647 -0500
++++ gnome-initial-setup-0.5/data/gnome-welcome-tour	2013-01-11 14:55:46.286471100 -0500
+@@ -25,4 +25,4 @@ for name in $locale $lang 'C'; do
+ done
+ 
+ /usr/libexec/gnome-initial-setup-player $intro_path/figures/yelp-intro0001-0535.ogg &
+-yelp help:getting-started
++yelp --dont-steal-focus help:getting-started


More information about the scm-commits mailing list