Hello community,

here is the log from the commit of package acpid for openSUSE:Factory checked 
in at 2016-04-28 16:57:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/acpid (Old)
 and      /work/SRC/openSUSE:Factory/.acpid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "acpid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/acpid/acpid.changes      2016-02-24 
14:25:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2016-04-28 
17:02:20.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Apr 25 11:59:33 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 2.0.27
+  * Fix out of tree build (sock.c ud_socket.c)
+  - kacpimon: fix out of tree build (kacpimon/Makefile.am)
+  - input_layer: Allow repeated reporting of VOLUME keys (input_layer.c)
+- Remove some extra tags
+
+-------------------------------------------------------------------

Old:
----
  acpid-2.0.26.tar.xz

New:
----
  acpid-2.0.27.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ acpid.spec ++++++
--- /var/tmp/diff_new_pack.NQ5sVo/_old  2016-04-28 17:02:22.000000000 +0200
+++ /var/tmp/diff_new_pack.NQ5sVo/_new  2016-04-28 17:02:22.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           acpid
-Version:        2.0.26
+Version:        2.0.27
 Release:        0
 Summary:        Executes Actions at ACPI Events
 License:        GPL-2.0+
@@ -35,8 +35,6 @@
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         acpid-makefile.patch
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ia64
 %systemd_requires
 

++++++ acpid-2.0.26.tar.xz -> acpid-2.0.27.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/Changelog new/acpid-2.0.27/Changelog
--- old/acpid-2.0.26/Changelog  2016-01-15 20:37:07.000000000 +0100
+++ new/acpid-2.0.27/Changelog  2016-03-16 00:22:38.000000000 +0100
@@ -1,3 +1,13 @@
+* 2.0.27  2016-03-15  Ted Felix <t...@tedfelix.com>
+  - 2.0.27 release
+    (configure.ac)  (Ted Felix)
+  - Fix out of tree build
+    (sock.c ud_socket.c) (Maxin B. John <maxin.j...@intel.com>)
+  - kacpimon: fix out of tree build
+    (kacpimon/Makefile.am) (Maxin B. John <maxin.j...@intel.com>)
+  - input_layer: Allow repeated reporting of VOLUME keys
+    (input_layer.c) (Torsten Hilbrich <torsten.hilbr...@secunet.com>)
+
 * 2.0.26  2016-01-15  Ted Felix <t...@tedfelix.com>
   - 2.0.26 release
     (configure.ac)  (Ted Felix)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/config.h new/acpid-2.0.27/config.h
--- old/acpid-2.0.26/config.h   2016-01-15 20:39:29.000000000 +0100
+++ new/acpid-2.0.27/config.h   2016-03-16 00:24:24.000000000 +0100
@@ -136,7 +136,7 @@
 #define PACKAGE_NAME "acpid"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "acpid 2.0.26"
+#define PACKAGE_STRING "acpid 2.0.27"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "acpid"
@@ -145,7 +145,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.0.26"
+#define PACKAGE_VERSION "2.0.27"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -173,7 +173,7 @@
 
 
 /* Version number of package */
-#define VERSION "2.0.26"
+#define VERSION "2.0.27"
 
 /* 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.26/configure new/acpid-2.0.27/configure
--- old/acpid-2.0.26/configure  2016-01-15 20:39:19.000000000 +0100
+++ new/acpid-2.0.27/configure  2016-03-16 00:24:08.000000000 +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.26.
+# Generated by GNU Autoconf 2.69 for acpid 2.0.27.
 #
 #
 # 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.26'
-PACKAGE_STRING='acpid 2.0.26'
+PACKAGE_VERSION='2.0.27'
+PACKAGE_STRING='acpid 2.0.27'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1276,7 +1276,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.26 to adapt to many kinds of systems.
+\`configure' configures acpid 2.0.27 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1346,7 +1346,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of acpid 2.0.26:";;
+     short | recursive ) echo "Configuration of acpid 2.0.27:";;
    esac
   cat <<\_ACEOF
 
@@ -1441,7 +1441,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-acpid configure 2.0.26
+acpid configure 2.0.27
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1860,7 +1860,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.26, which was
+It was created by acpid $as_me 2.0.27, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2726,7 +2726,7 @@
 
 # Define the identity of the package.
  PACKAGE='acpid'
- VERSION='2.0.26'
+ VERSION='2.0.27'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6181,7 +6181,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.26, which was
+This file was extended by acpid $as_me 2.0.27, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6247,7 +6247,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.26
+acpid config.status 2.0.27
 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.26/configure.ac 
new/acpid-2.0.27/configure.ac
--- old/acpid-2.0.26/configure.ac       2016-01-13 16:31:47.000000000 +0100
+++ new/acpid-2.0.27/configure.ac       2016-01-15 20:42:44.000000000 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.60])
-AC_INIT([acpid], [2.0.26])
+AC_INIT([acpid], [2.0.27])
 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.26/input_layer.c 
new/acpid-2.0.27/input_layer.c
--- old/acpid-2.0.26/input_layer.c      2015-07-29 00:32:35.000000000 +0200
+++ new/acpid-2.0.27/input_layer.c      2016-02-27 17:18:23.000000000 +0100
@@ -109,7 +109,11 @@
 
        {{{0,0}, EV_KEY, KEY_VOLUMEDOWN, 1},
                "button/volumedown VOLDN 00000080 00000000"},
+       {{{0,0}, EV_KEY, KEY_VOLUMEDOWN, 2},
+               "button/volumedown VOLDN 00000080 00000000"},
        {{{0,0}, EV_KEY, KEY_VOLUMEUP, 1},
+               "button/volumeup VOLUP 00000080 00000000"},
+       {{{0,0}, EV_KEY, KEY_VOLUMEUP, 2},
                "button/volumeup VOLUP 00000080 00000000"},
        {{{0,0}, EV_KEY, KEY_MUTE, 1},
                "button/mute MUTE 00000080 00000000"},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/kacpimon/Makefile.am 
new/acpid-2.0.27/kacpimon/Makefile.am
--- old/acpid-2.0.26/kacpimon/Makefile.am       2015-08-16 22:27:15.000000000 
+0200
+++ new/acpid-2.0.27/kacpimon/Makefile.am       2016-01-27 17:13:18.000000000 
+0100
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -include $(top_srcdir)/config.h
+AM_CPPFLAGS = -include $(top_builddir)/config.h
 AM_CFLAGS =  -Wall -Wmissing-declarations -Wmissing-prototypes 
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wformat=2
 sbin_PROGRAMS = kacpimon
 kacpimon_SOURCES = acpi_ids.c kacpimon.c connection_list.c input_layer.c 
libnetlink.c netlink.c \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/kacpimon/Makefile.in 
new/acpid-2.0.27/kacpimon/Makefile.in
--- old/acpid-2.0.26/kacpimon/Makefile.in       2016-01-15 20:39:20.000000000 
+0100
+++ new/acpid-2.0.27/kacpimon/Makefile.in       2016-03-16 00:24:09.000000000 
+0100
@@ -289,7 +289,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-AM_CPPFLAGS = -include $(top_srcdir)/config.h
+AM_CPPFLAGS = -include $(top_builddir)/config.h
 AM_CFLAGS = -Wall -Wmissing-declarations -Wmissing-prototypes 
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wformat=2
 kacpimon_SOURCES = acpi_ids.c kacpimon.c connection_list.c input_layer.c 
libnetlink.c netlink.c \
                                   acpi_genetlink.h acpi_ids.h 
connection_list.h genetlink.h input_layer.h kacpimon.h libnetlink.h netlink.h \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/sock.c new/acpid-2.0.27/sock.c
--- old/acpid-2.0.26/sock.c     2016-01-13 16:50:14.000000000 +0100
+++ new/acpid-2.0.27/sock.c     2016-01-27 17:13:18.000000000 +0100
@@ -21,7 +21,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <unistd.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.26/ud_socket.c new/acpid-2.0.27/ud_socket.c
--- old/acpid-2.0.26/ud_socket.c        2015-07-29 00:32:35.000000000 +0200
+++ new/acpid-2.0.27/ud_socket.c        2016-01-27 17:13:18.000000000 +0100
@@ -4,7 +4,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <stdio.h>


Reply via email to