Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2012-11-14 16:33:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/acpica (Old)
 and      /work/SRC/openSUSE:Factory/.acpica.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "acpica", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/acpica/acpica.changes    2012-10-08 
07:10:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes       2012-11-14 
16:33:06.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov  7 10:27:54 UTC 2012 - [email protected]
+
+- Update to latest version 20121018.
+  -> one patch got accepted mainline -> removed.
+
+-------------------------------------------------------------------

Old:
----
  acpica-unix2-20120913.tar.bz2
  acpica_fix_32bit_build.patch

New:
----
  acpica-unix2-20121018.tar.bz2

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

Other differences:
------------------
++++++ acpica.spec ++++++
--- /var/tmp/diff_new_pack.go7NCb/_old  2012-11-14 16:33:13.000000000 +0100
+++ /var/tmp/diff_new_pack.go7NCb/_new  2012-11-14 16:33:13.000000000 +0100
@@ -20,7 +20,7 @@
 
 Name:           acpica
 Url:            http://acpica.org
-Version:        20120913
+Version:        20121018
 Release:        6
 License:        GPL-2.0
 %define src_dir acpica-unix2-%{version}
@@ -31,9 +31,8 @@
 Patch1:         acpica_make_CFLAGS_overridable
 Patch2:         acpidump-override-CFLAGS.patch
 Patch3:         acpica-no-compiletime.patch
-Patch4:         acpica_fix_32bit_build.patch
-Patch5:         acpica_acpisrc_fix_unused_result.patch
-Patch6:         acpica_makefile_whitespace_cleanup.patch
+Patch4:         acpica_acpisrc_fix_unused_result.patch
+Patch5:         acpica_makefile_whitespace_cleanup.patch
 Source1:        ec_access.c
 Source2:        acpidump-%{dmp_ver}.tar.bz2
 Source3:        acpi_genl.tar.bz2
@@ -70,7 +69,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 cc %{SOURCE1} $RPM_OPT_FLAGS -o ec_access

++++++ acpica-no-compiletime.patch ++++++
--- /var/tmp/diff_new_pack.go7NCb/_old  2012-11-14 16:33:13.000000000 +0100
+++ /var/tmp/diff_new_pack.go7NCb/_new  2012-11-14 16:33:13.000000000 +0100
@@ -12,11 +12,11 @@
  source/include/acapps.h      |    8 ++++----
  3 files changed, 8 insertions(+), 13 deletions(-)
 
-Index: acpica-unix2-20120913/source/compiler/aslcompile.c
+Index: acpica-unix2-20121018/source/compiler/aslcompile.c
 ===================================================================
---- acpica-unix2-20120913.orig/source/compiler/aslcompile.c
-+++ acpica-unix2-20120913/source/compiler/aslcompile.c
-@@ -161,8 +161,6 @@ void
+--- acpica-unix2-20121018.orig/source/compiler/aslcompile.c
++++ acpica-unix2-20121018/source/compiler/aslcompile.c
+@@ -160,8 +160,6 @@ void
  AslCompilerFileHeader (
      UINT32                  FileId)
  {
@@ -25,7 +25,7 @@
      char                    *Prefix = "";
  
  
-@@ -202,12 +200,9 @@ AslCompilerFileHeader (
+@@ -201,12 +199,9 @@ AslCompilerFileHeader (
  
      /* Compilation header with timestamp */
  
@@ -40,11 +40,11 @@
          Prefix);
  
      switch (FileId)
-Index: acpica-unix2-20120913/source/compiler/aslutils.c
+Index: acpica-unix2-20121018/source/compiler/aslutils.c
 ===================================================================
---- acpica-unix2-20120913.orig/source/compiler/aslutils.c
-+++ acpica-unix2-20120913/source/compiler/aslutils.c
-@@ -456,8 +456,8 @@ UtDisplaySummary (
+--- acpica-unix2-20121018.orig/source/compiler/aslutils.c
++++ acpica-unix2-20121018/source/compiler/aslutils.c
+@@ -454,8 +454,8 @@ UtDisplaySummary (
      {
          /* Compiler name and version number */
  
@@ -55,10 +55,10 @@
      }
  
      /* Summary of main input and output files */
-Index: acpica-unix2-20120913/source/include/acapps.h
+Index: acpica-unix2-20121018/source/include/acapps.h
 ===================================================================
---- acpica-unix2-20120913.orig/source/include/acapps.h
-+++ acpica-unix2-20120913/source/include/acapps.h
+--- acpica-unix2-20121018.orig/source/include/acapps.h
++++ acpica-unix2-20121018/source/include/acapps.h
 @@ -69,15 +69,15 @@
  /* Macros for signons and file headers */
  

++++++ acpica-unix2-20120913.tar.bz2 -> acpica-unix2-20121018.tar.bz2 ++++++
++++ 17076 lines of diff (skipped)

++++++ acpica_acpisrc_fix_unused_result.patch ++++++
--- /var/tmp/diff_new_pack.go7NCb/_old  2012-11-14 16:33:13.000000000 +0100
+++ /var/tmp/diff_new_pack.go7NCb/_new  2012-11-14 16:33:13.000000000 +0100
@@ -10,11 +10,11 @@
  source/tools/acpisrc/asfile.c |    6 +++++-
  1 file changed, 5 insertions(+), 1 deletion(-)
 
-Index: acpica-unix2-20120913/source/tools/acpisrc/asfile.c
+Index: acpica-unix2-20121018/source/tools/acpisrc/asfile.c
 ===================================================================
---- acpica-unix2-20120913.orig/source/tools/acpisrc/asfile.c
-+++ acpica-unix2-20120913/source/tools/acpisrc/asfile.c
-@@ -805,7 +805,11 @@ AsPutFile (
+--- acpica-unix2-20121018.orig/source/tools/acpisrc/asfile.c
++++ acpica-unix2-20121018/source/tools/acpisrc/asfile.c
+@@ -810,7 +810,11 @@ AsPutFile (
      /* Write the buffer to the file */
  
      FileSize = strlen (FileBuffer);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to