[v2] acpid: Update to Version 2.0.27
Message ID | 1458559613-1686-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Dropped |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 0C39761204 for <patchwork@ipfire.org>; Mon, 21 Mar 2016 12:27:13 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id EF378171D; Mon, 21 Mar 2016 12:27:11 +0100 (CET) Received: from ipfire.localdomain.localdomain (ip1f126212.dynamic.kabel-deutschland.de [31.18.98.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id E9D14120C; Mon, 21 Mar 2016 12:27:08 +0100 (CET) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] [PATCH v2]acpid: Update to Version 2.0.27 Date: Mon, 21 Mar 2016 12:26:53 +0100 Message-Id: <1458559613-1686-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 2.6.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
March 21, 2016, 10:26 p.m. UTC
This is an Update release
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
acl/acl.nm | 4 ++--
acpid/acpid.nm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Comments
Hi, I think there is something unintentional in this patch. Best, -Michael On Mon, 2016-03-21 at 12:26 +0100, Alexander Marx wrote: > This is an Update release > > Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> > --- > acl/acl.nm | 4 ++-- > acpid/acpid.nm | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/acl/acl.nm b/acl/acl.nm > index d75eded..34246e0 100644 > --- a/acl/acl.nm > +++ b/acl/acl.nm > @@ -4,8 +4,8 @@ > ############################################################################# > ## > > name = acl > -version = 2.2.51 > -release = 3 > +version = 2.2.52 > +release = 1 > > groups = System/Filesystems > url = http://oss.sgi.com/projects/xfs/ > diff --git a/acpid/acpid.nm b/acpid/acpid.nm > index 0973b03..f13dfe4 100644 > --- a/acpid/acpid.nm > +++ b/acpid/acpid.nm > @@ -4,7 +4,7 @@ > ############################################################################# > ## > > name = acpid > -version = 2.0.16 > +version = 2.0.27 > release = 1 > > # ACPI is only available on x86 architectures. > @@ -19,7 +19,7 @@ description > acpid is a daemon that dispatches ACPI events to user-space programs. > end > > -source_dl = http://tedfelix.com/linux/ > +source_dl = https://sourceforge.net/projects/acpid2/files/ > sources = %{thisapp}.tar.xz > > build