0.6
This commit is contained in:
parent
27961c0020
commit
070ad82451
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/gnome-initial-setup-0.2.tar.xz
|
/gnome-initial-setup-0.2.tar.xz
|
||||||
/gnome-initial-setup-0.3.tar.xz
|
/gnome-initial-setup-0.3.tar.xz
|
||||||
/gnome-initial-setup-0.5.tar.xz
|
/gnome-initial-setup-0.5.tar.xz
|
||||||
|
/gnome-initial-setup-0.6.tar.xz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: gnome-initial-setup
|
Name: gnome-initial-setup
|
||||||
Version: 0.5
|
Version: 0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Bootstrapping your OS
|
Summary: Bootstrapping your OS
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
|
URL: https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
|
||||||
Source0: http://download.gnome.org/sources/%{name}/0.5/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/0.6/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# this depends on a yelp patch that hasn't been merged upstream yet
|
# this depends on a yelp patch that hasn't been merged upstream yet
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
|
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
|
||||||
@ -112,6 +112,9 @@ userdel %{name} &>/dev/null || :
|
|||||||
/usr/lib/systemd/system/gnome-initial-setup.service
|
/usr/lib/systemd/system/gnome-initial-setup.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.6-1
|
||||||
|
- 0.6
|
||||||
|
|
||||||
* Fri Jan 11 2013 Matthias Clasen <mclasen@redhat.com> - 0.5-1
|
* Fri Jan 11 2013 Matthias Clasen <mclasen@redhat.com> - 0.5-1
|
||||||
- 0.5
|
- 0.5
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
976a02360b9efd2bceda783eaab22b5a gnome-initial-setup-0.5.tar.xz
|
7f4e1414f804fd5479b8bcfd113d71b8 gnome-initial-setup-0.6.tar.xz
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
diff -up gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes gnome-initial-setup-0.5/data/gnome-welcome-tour
|
diff -up gnome-initial-setup-0.6/data/gnome-welcome-tour.yelp-fixes gnome-initial-setup-0.6/data/gnome-welcome-tour
|
||||||
--- gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes 2012-12-20 15:12:43.000000000 -0500
|
--- gnome-initial-setup-0.6/data/gnome-welcome-tour.yelp-fixes 2013-01-16 22:29:48.163401459 -0500
|
||||||
+++ gnome-initial-setup-0.5/data/gnome-welcome-tour 2013-01-11 15:47:59.734958294 -0500
|
+++ gnome-initial-setup-0.6/data/gnome-welcome-tour 2013-01-16 22:32:12.545396298 -0500
|
||||||
@@ -24,5 +24,5 @@ for name in $locale $lang 'C'; do
|
@@ -25,4 +25,4 @@ for name in $locale $lang 'C'; do
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
|
|
||||||
-/usr/libexec/gnome-initial-setup-player $intro_path/figures/yelp-intro0001-0535.ogg &
|
/usr/libexec/gnome-initial-setup-player $intro_path/figures/yelp-intro.webm &
|
||||||
-yelp help:getting-started
|
-yelp help:getting-started
|
||||||
+/usr/libexec/gnome-initial-setup-player $intro_path/figures/yelp-intro.webm &
|
|
||||||
+yelp --dont-steal-focus help:getting-started
|
+yelp --dont-steal-focus help:getting-started
|
||||||
|
Loading…
Reference in New Issue
Block a user