diff --git a/smgl/upstart/DETAILS b/smgl/upstart/DETAILS
index e601825..e4aa440 100755
--- a/smgl/upstart/DETAILS
+++ b/smgl/upstart/DETAILS
@@ -1,15 +1,19 @@
SPELL=upstart
- VERSION=0.6.7
+ VERSION=1.4
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:789b66eef67d98e320ae859cb1ee157f86d675adb5cebff5db2eb50a172045925d2a39833c5ae3a5885a6a9ad753fe63bc0ff624e0785075cb952d05ef7bbe09
- SOURCE_URL[0]=http://upstart.ubuntu.com/download/${VERSION:0:3}/${SOURCE}
+ SOURCE2=${SOURCE}.asc
+ SOURCE_URL[0]=http://upstart.ubuntu.com/download/${VERSION}/${SOURCE}
+#
SOURCE_URL[0]=http://launchpad.net/upstart/1.x/${VERSION}/+download/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=upstart.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://upstart.ubuntu.com
ENTERED=20080113
LICENSE[0]=GPL
SHORT="init system"
cat << EOF
-upstart is a replacement for the /sbin/init daemon which handles starting
-of tasks and services during boot,
-stopping them during shutdown and supervising them while the system is
running.
+upstart is a replacement for the /sbin/init daemon which handles starting of
+tasks and services during boot, stopping them during shutdown and supervising
+them while the system is running.
EOF
diff --git a/smgl/upstart/HISTORY b/smgl/upstart/HISTORY
index 02aa917..6badb02 100644
--- a/smgl/upstart/HISTORY
+++ b/smgl/upstart/HISTORY
@@ -1,5 +1,11 @@
-2011-10-14 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: fixed long description wrap (scripted)
+2012-01-17 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 1.4
+ * PRE_BUILD: fixed removal of sysv-compat jobs
+ * upstart.gpg: added another key they use for releases
+
+2011-11-10 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 1.2, long description <80 col
+ switched to upstream gpg checking
2011-03-30 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 0.6.7
diff --git a/smgl/upstart/PRE_BUILD b/smgl/upstart/PRE_BUILD
index bbb1de0..dfcbe6d 100755
--- a/smgl/upstart/PRE_BUILD
+++ b/smgl/upstart/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-sedit 's/util conf doc/util doc/' Makefile.in
+sedit 's/ conf / /' Makefile.in
diff --git a/smgl/upstart/upstart.gpg b/smgl/upstart/upstart.gpg
new file mode 100644
index 0000000..765a46d
Binary files /dev/null and b/smgl/upstart/upstart.gpg differ
diff --git a/windowmanagers/awesome/HISTORY b/windowmanagers/awesome/HISTORY
index 593ba3f..1ec7c95 100644
--- a/windowmanagers/awesome/HISTORY
+++ b/windowmanagers/awesome/HISTORY
@@ -1,3 +1,6 @@
+2012-01-11 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: added to fix glib2 include
+
2011-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: lua -> lua51