Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2015-11-06 00:03:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/acpica (Old)
 and      /work/SRC/openSUSE:Factory/.acpica.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "acpica"

Changes:
--------
--- /work/SRC/openSUSE:Factory/acpica/acpica.changes    2015-08-19 
13:41:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes       2015-11-06 
00:03:46.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov  4 16:49:28 UTC 2015 - [email protected]
+
+- add support for kernel 4.3+ (boo#953599)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ acpica.spec ++++++
--- /var/tmp/diff_new_pack.vlW65g/_old  2015-11-06 00:03:47.000000000 +0100
+++ /var/tmp/diff_new_pack.vlW65g/_new  2015-11-06 00:03:47.000000000 +0100
@@ -78,6 +78,9 @@
 make -C wmidump CFLAGS="%{optflags}"
 make OPT_CFLAGS="%{optflags}" HOST="_LINUX"
 cd acpidump-%{dmp_ver}/tools/power/acpi
+if [ -f tools/acpidump/Makefile ]; then # 4.3+
+       cd tools/acpidump/
+fi
 make EXTRA_CFLAGS="%{optflags}" prefix=/usr libdir=%{_libdir} all
 
 %install
@@ -95,6 +98,9 @@
 # Latest acpidump is coming from kernel and not from acpica sources now.
 rm -rf "%{buildroot}"/usr/bin/acpidump
 cd acpidump-%{dmp_ver}/tools/power/acpi
+if [ -f tools/acpidump/Makefile ]; then # 4.3+
+       cd tools/acpidump/
+fi
 export WERROR=0
 make V=1 EXTRA_CFLAGS="%{optflags}" mandir=%{_mandir} prefix=/usr 
libdir=%{_libdir} DESTDIR=%{buildroot} install install-man
 


Reply via email to