Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2018-01-20 11:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/acpica (Old)
 and      /work/SRC/openSUSE:Factory/.acpica.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "acpica"

Sat Jan 20 11:25:30 2018 rev:54 rq:566228 version:20180105

Changes:
--------
--- /work/SRC/openSUSE:Factory/acpica/acpica.changes    2018-01-16 
09:38:15.289248135 +0100
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes       2018-01-20 
11:25:31.451706441 +0100
@@ -1,0 +2,9 @@
+Fri Jan 12 17:46:18 UTC 2018 - tr...@suse.de
+
+- Update to latest version 20180105
+D    revert_62ca7996_build_date_and_time.patch
+D    revert_cdd3c612d4230bbb_build_date_and_time.patch
+A    do_not_use_build_date_and_time.patch
+- pass --jobs from build service to make for much faster building
+
+-------------------------------------------------------------------

Old:
----
  acpica-unix2-20170531.tar.gz
  revert_62ca7996_build_date_and_time.patch
  revert_cdd3c612d4230bbb_build_date_and_time.patch

New:
----
  acpica-unix2-20180105.tar.gz
  do_not_use_build_date_and_time.patch

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

Other differences:
------------------
++++++ acpica.spec ++++++
--- /var/tmp/diff_new_pack.HlK6UI/_old  2018-01-20 11:25:32.415661373 +0100
+++ /var/tmp/diff_new_pack.HlK6UI/_new  2018-01-20 11:25:32.419661185 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package acpica
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 Name:           acpica
 Url:            http://acpica.org
-Version:        20170531
+Version:        20180105
 Release:        0
 
 %define src_dir acpica-unix2-%{version}
@@ -32,8 +32,7 @@
 Source:         https://acpica.org/sites/acpica/files/%{src_dir}.tar.gz
 Patch1:         acpica-no-compiletime.patch
 Patch2:         wmidump_add_she_bang.patch
-Patch3:         revert_62ca7996_build_date_and_time.patch
-Patch4:         revert_cdd3c612d4230bbb_build_date_and_time.patch
+Patch3:         do_not_use_build_date_and_time.patch
 Source1:        ec_access.c
 Source2:        acpi_genl.tar.bz2
 Source3:        acpi_validate
@@ -65,7 +64,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 mkdir acpidump-%{dmp_ver}
 cd acpidump-%{dmp_ver}
 # acpitools (acpidump) from kernel sources:
@@ -76,12 +74,12 @@
 cc %{SOURCE1} %{optflags} -o ec_access
 make -C acpi_genl CFLAGS="%{optflags}"
 make -C wmidump CFLAGS="%{optflags}"
-make OPT_CFLAGS="%{optflags}" HOST="_LINUX"
+make %{?_smp_mflags} 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} -fno-strict-aliasing" prefix=%{_prefix} all
+make %{?_smp_mflags} EXTRA_CFLAGS="%{optflags} -fno-strict-aliasing" 
prefix=%{_prefix} all
 
 %install
 install -Dm 755 %{SOURCE3} %{buildroot}/usr/bin/acpi_validate

++++++ acpica-unix2-20170531.tar.gz -> acpica-unix2-20180105.tar.gz ++++++
++++ 34621 lines of diff (skipped)

++++++ do_not_use_build_date_and_time.patch ++++++
Index: acpica-unix2-20180105/source/include/acapps.h
===================================================================
--- acpica-unix2-20180105.orig/source/include/acapps.h  2018-01-05 
17:42:19.000000000 +0100
+++ acpica-unix2-20180105/source/include/acapps.h       2018-01-12 
18:22:52.414042176 +0100
@@ -81,7 +81,7 @@
     Prefix
 
 #define ACPI_COMMON_BUILD_TIME \
-    "Build date/time: %s %s\n", __DATE__, __TIME__
+    "Build date/time: See rpm -qi acpica"
 
 /* Macros for usage messages */
 

Reply via email to