Hello community, here is the log from the commit of package acpid for openSUSE:Factory checked in at 2019-03-10 09:33:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/acpid (Old) and /work/SRC/openSUSE:Factory/.acpid.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "acpid" Sun Mar 10 09:33:18 2019 rev:80 rq:682396 version:2.0.31 Changes: -------- --- /work/SRC/openSUSE:Factory/acpid/acpid.changes 2018-10-02 19:48:37.249756345 +0200 +++ /work/SRC/openSUSE:Factory/.acpid.new.28833/acpid.changes 2019-03-10 09:33:23.684204833 +0100 @@ -1,0 +2,8 @@ +Wed Mar 6 21:22:04 UTC 2019 - Matthias Eliasson <[email protected]> + +- Update to version 2.0.31 + * Add events for keyboard illumination up/down + * kacpimon: Bump connection limit to 100 +- Run spec-cleaner + +------------------------------------------------------------------- Old: ---- acpid-2.0.30.tar.xz New: ---- acpid-2.0.31.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ acpid.spec ++++++ --- /var/tmp/diff_new_pack.lsGgEQ/_old 2019-03-10 09:33:25.144204466 +0100 +++ /var/tmp/diff_new_pack.lsGgEQ/_new 2019-03-10 09:33:25.144204466 +0100 @@ -1,7 +1,7 @@ # # spec file for package acpid # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: acpid -Version: 2.0.30 +Version: 2.0.31 Release: 0 Summary: Daemon to execute actions on ACPI events License: GPL-2.0-or-later Group: System/Daemons -Url: http://sourceforge.net/projects/acpid2/ +URL: http://sourceforge.net/projects/acpid2/ Source: http://downloads.sourceforge.net/project/acpid2/%{name}-%{version}.tar.xz Source3: README.SUSE Source5: events.power_button @@ -84,7 +84,6 @@ %service_del_preun acpid.service %files -%defattr(-,root,root) %dir %{_sysconfdir}/acpi %dir %{_sysconfdir}/acpi/events %{_sysconfdir}/acpi/events/thinkpad @@ -95,9 +94,9 @@ %{_sbindir}/kacpimon %{_bindir}/acpi_listen %doc README.SUSE README Changelog examples -%{_mandir}/man8/acpid.8.gz -%{_mandir}/man8/acpi_listen.8.gz -%{_mandir}/man8/kacpimon.8.gz +%{_mandir}/man8/acpid.8%{?ext_man} +%{_mandir}/man8/acpi_listen.8%{?ext_man} +%{_mandir}/man8/kacpimon.8%{?ext_man} %ghost %config(noreplace,missingok) %{_localstatedir}/log/acpid %changelog ++++++ acpid-2.0.30.tar.xz -> acpid-2.0.31.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acpid-2.0.30/Changelog new/acpid-2.0.31/Changelog --- old/acpid-2.0.30/Changelog 2018-07-18 14:21:51.625067115 +0200 +++ new/acpid-2.0.31/Changelog 2018-11-16 03:08:54.899407477 +0100 @@ -1,3 +1,12 @@ +* 2.0.31 2018-11-15 Ted Felix <[email protected]> + - 2.0.31 release + (configure.ac) (Ted Felix) + - Add events for keyboard illumination up/down + (input_layer.c) (Lars-Dominik Braun) + - kacpimon: Bump connection limit to 100 + Debian #909399 + (kacpimon/connection_list.c) (Ted Felix) + * 2.0.30 2018-07-18 Ted Felix <[email protected]> - 2.0.30 release (configure.ac) (Ted Felix) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acpid-2.0.30/config.h new/acpid-2.0.31/config.h --- old/acpid-2.0.30/config.h 2018-07-18 14:26:28.572076760 +0200 +++ new/acpid-2.0.31/config.h 2018-11-16 03:11:15.094253370 +0100 @@ -134,7 +134,7 @@ #define PACKAGE_NAME "acpid" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "acpid 2.0.30" +#define PACKAGE_STRING "acpid 2.0.31" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "acpid" @@ -143,7 +143,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.0.30" +#define PACKAGE_VERSION "2.0.31" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -171,7 +171,7 @@ /* Version number of package */ -#define VERSION "2.0.30" +#define VERSION "2.0.31" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acpid-2.0.30/configure new/acpid-2.0.31/configure --- old/acpid-2.0.30/configure 2018-07-18 14:26:17.081034779 +0200 +++ new/acpid-2.0.31/configure 2018-11-16 03:11:01.673297798 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for acpid 2.0.30. +# Generated by GNU Autoconf 2.69 for acpid 2.0.31. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ # Identity of this package. PACKAGE_NAME='acpid' PACKAGE_TARNAME='acpid' -PACKAGE_VERSION='2.0.30' -PACKAGE_STRING='acpid 2.0.30' +PACKAGE_VERSION='2.0.31' +PACKAGE_STRING='acpid 2.0.31' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1287,7 +1287,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures acpid 2.0.30 to adapt to many kinds of systems. +\`configure' configures acpid 2.0.31 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1358,7 +1358,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of acpid 2.0.30:";; + short | recursive ) echo "Configuration of acpid 2.0.31:";; esac cat <<\_ACEOF @@ -1453,7 +1453,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -acpid configure 2.0.30 +acpid configure 2.0.31 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1872,7 +1872,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by acpid $as_me 2.0.30, which was +It was created by acpid $as_me 2.0.31, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2738,7 +2738,7 @@ # Define the identity of the package. PACKAGE='acpid' - VERSION='2.0.30' + VERSION='2.0.31' cat >>confdefs.h <<_ACEOF @@ -6059,7 +6059,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by acpid $as_me 2.0.30, which was +This file was extended by acpid $as_me 2.0.31, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6125,7 +6125,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -acpid config.status 2.0.30 +acpid config.status 2.0.31 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acpid-2.0.30/configure.ac new/acpid-2.0.31/configure.ac --- old/acpid-2.0.30/configure.ac 2018-07-18 14:21:29.952988336 +0200 +++ new/acpid-2.0.31/configure.ac 2018-07-18 14:30:43.944192443 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([acpid], [2.0.30]) +AC_INIT([acpid], [2.0.31]) AC_CONFIG_SRCDIR([connection_list.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build-aux]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acpid-2.0.30/input_layer.c new/acpid-2.0.31/input_layer.c --- old/acpid-2.0.30/input_layer.c 2016-02-27 17:18:23.181311503 +0100 +++ new/acpid-2.0.31/input_layer.c 2018-08-01 16:11:59.934141098 +0200 @@ -191,6 +191,10 @@ {{{0,0}, EV_KEY, KEY_F24, 1}, "button/f24 F24 00000080 00000000"}, {{{0,0}, EV_KEY, KEY_KBDILLUMTOGGLE, 1}, "button/kbdillumtoggle KBILLUM 00000080 00000000"}, + {{{0,0}, EV_KEY, KEY_KBDILLUMUP, 1}, + "button/kbdillumup KBILLUMUP 00000080 00000000"}, + {{{0,0}, EV_KEY, KEY_KBDILLUMDOWN, 1}, + "button/kbdillumdown KBILLUMDOWN 00000080 00000000"}, {{{0,0}, EV_KEY, KEY_COPY, 1}, "button/copy COPY 00000080 00000000"}, {{{0,0}, EV_KEY, KEY_RESTART, 1}, "button/restart RSTR 00000080 00000000"}, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acpid-2.0.30/kacpimon/connection_list.c new/acpid-2.0.31/kacpimon/connection_list.c --- old/acpid-2.0.30/kacpimon/connection_list.c 2012-02-17 05:01:39.431854839 +0100 +++ new/acpid-2.0.31/kacpimon/connection_list.c 2018-11-07 01:17:33.622466168 +0100 @@ -30,7 +30,7 @@ /*---------------------------------------------------------------*/ /* private objects */ -#define MAX_CONNECTIONS 20 +#define MAX_CONNECTIONS 100 static struct connection connection_list[MAX_CONNECTIONS];
