From 38c8eaf98f8d8a8550213b776996bc8f41cbc83690d63c32c646a1582540a766 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 22 Jan 2016 15:14:09 +0000 Subject: [PATCH] Accepting request 354361 from home:pluskalm:branches:Base:System - Update to 2.0.26 * Fix build warning with new kernel headers. * Fix build with musl libc. Define isfdtype() if libc doesn't have it. * Fix out of tree build. OBS-URL: https://build.opensuse.org/request/show/354361 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=78 --- acpid-2.0.25.tar.xz | 3 --- acpid-2.0.26.tar.xz | 3 +++ acpid-makefile.patch | 2 +- acpid.changes | 9 +++++++++ acpid.spec | 4 ++-- 5 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 acpid-2.0.25.tar.xz create mode 100644 acpid-2.0.26.tar.xz diff --git a/acpid-2.0.25.tar.xz b/acpid-2.0.25.tar.xz deleted file mode 100644 index c83e79f..0000000 --- a/acpid-2.0.25.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b700a8072bec162c512f72cbe419195601ab3e0ffd2138f9bd95ed3097a5c68 -size 154124 diff --git a/acpid-2.0.26.tar.xz b/acpid-2.0.26.tar.xz new file mode 100644 index 0000000..12bc7e0 --- /dev/null +++ b/acpid-2.0.26.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8384f37e4f260f50183e2e20039823d8f06aed9db56924fe92097b7e0b2e0343 +size 154856 diff --git a/acpid-makefile.patch b/acpid-makefile.patch index f4fb21f..0a10808 100644 --- a/acpid-makefile.patch +++ b/acpid-makefile.patch @@ -2,7 +2,7 @@ Index: Makefile.in =================================================================== --- Makefile.in.orig +++ Makefile.in -@@ -980,7 +980,7 @@ info: info-recursive +@@ -989,7 +989,7 @@ info: info-recursive info-am: diff --git a/acpid.changes b/acpid.changes index 4f93eae..ee40657 100644 --- a/acpid.changes +++ b/acpid.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 17 10:05:01 UTC 2016 - mpluskal@suse.com + +- Update to 2.0.26 + * Fix build warning with new kernel headers. + * Fix build with musl libc. Define isfdtype() if libc doesn't + have it. + * Fix out of tree build. + ------------------------------------------------------------------- Sat Sep 26 10:51:13 UTC 2015 - mpluskal@suse.com diff --git a/acpid.spec b/acpid.spec index 3435386..eaf1de2 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,7 +1,7 @@ # # spec file for package acpid # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: acpid -Version: 2.0.25 +Version: 2.0.26 Release: 0 Summary: Executes Actions at ACPI Events License: GPL-2.0+