From a9c737b166035cb25d44222fde10703a24154935 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 16 Apr 2014 10:23:17 +0200 Subject: [PATCH] systemd: update to upstream git commit bae1169d (v208-stable). --- srcpkgs/libgudev/template | 2 +- srcpkgs/systemd/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libgudev/template b/srcpkgs/libgudev/template index 09773c5eed3..fbcf7c6d7e8 100644 --- a/srcpkgs/libgudev/template +++ b/srcpkgs/libgudev/template @@ -6,7 +6,7 @@ unset -f libudev_package libudev-devel_package post_install pkgname=libgudev version=208 -revision=7 +revision=8 configure_args+=" --enable-gudev --with-python" hostmakedepends+=" glib-devel python-devel" diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 32488f3f8b9..3b79cf02311 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -2,11 +2,11 @@ # # We use the v208 stable branch, which is the branch that does not use IFUNC. _gitbranch="v208-stable" -_gitcommit="4372855b7871dd4f639d0e5fca86eff0d38aeb18" +_gitcommit="bae1169dbfc807f7294c5ca18229a59976aa828f" pkgname=systemd version=208 -revision=7 +revision=8 short_desc="A system and service manager for Linux" maintainer="Juan RP " homepage="http://www.freedesktop.org/wiki/Software/systemd"