Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2012-05-22 08:11:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-04 
07:23:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes       2012-05-22 
08:12:01.000000000 +0200
@@ -1,0 +2,5 @@
+Sun May 20 10:06:24 UTC 2012 - [email protected]
+
+- Update to latest version 20120518
+
+-------------------------------------------------------------------

Old:
----
  acpica-unix2-20111123.tar.bz2

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

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

Other differences:
------------------
++++++ acpica.spec ++++++
--- /var/tmp/diff_new_pack.yjy81C/_old  2012-05-22 08:12:05.000000000 +0200
+++ /var/tmp/diff_new_pack.yjy81C/_new  2012-05-22 08:12:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package acpica
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:           acpica
 Url:            http://acpica.org
-Version:        20111123
+Version:        20120518
 Release:        6
 License:        GPL-2.0
 %define src_dir acpica-unix2-%{version}
@@ -65,7 +65,7 @@
 %setup -n %{src_dir} -a 2
 %patch1 -p1
 %patch2 -p1
-%patch3
+%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 
@@ -73,6 +73,7 @@
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 cc %{SOURCE1} $RPM_OPT_FLAGS -o ec_access
 make -C acpidump CFLAGS="$RPM_OPT_FLAGS"
+pushd source
 make -C compiler CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing 
-Wno-unused-result"
 make -C tools/acpisrc CFLAGS="$RPM_OPT_FLAGS  -Wno-unused-result"
 make -C tools/acpixtract CFLAGS="$RPM_OPT_FLAGS"
@@ -80,17 +81,20 @@
 cp compiler/iasl .
 make clean -C compiler CFLAGS="$RPM_OPT_FLAGS"
 make -C tools/acpiexec CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing 
-Wno-unused-result"
+popd
 
 %install
 
 install -Dm 755 ec_access %{buildroot}/usr/sbin/ec_access
 install -Dm  755 acpidump/acpidump %{buildroot}/usr/sbin/acpidump
+install -Dm 644 README %{buildroot}/%{_docdir}/%{name}/README
+install -Dm 644 changes.txt %{buildroot}/%{_docdir}/%{name}/changes.txt
+pushd source
 install -Dm 755 iasl %{buildroot}/usr/bin/iasl
 install -Dm 755 tools/acpisrc/acpisrc %{buildroot}/usr/sbin/acpisrc
 install -Dm 755 tools/acpiexec/acpiexec %{buildroot}/usr/bin/acpiexec
 install -Dm 755 tools/acpixtract/acpixtract %{buildroot}/usr/bin/acpixtract
-install -Dm 644 README %{buildroot}/%{_docdir}/%{name}/README
-install -Dm 644 changes.txt %{buildroot}/%{_docdir}/%{name}/changes.txt
+popd
 
 %files
 %defattr(-,root,root)

++++++ acpica-no-compiletime.patch ++++++
--- /var/tmp/diff_new_pack.yjy81C/_old  2012-05-22 08:12:05.000000000 +0200
+++ /var/tmp/diff_new_pack.yjy81C/_new  2012-05-22 08:12:05.000000000 +0200
@@ -1,13 +1,13 @@
 ---
- compiler/aslcompile.c |    9 ++-------
- compiler/aslutils.c   |    4 ++--
- include/acapps.h      |    8 ++++----
+ source/compiler/aslcompile.c |    9 ++-------
+ source/compiler/aslutils.c   |    4 ++--
+ source/include/acapps.h      |    8 ++++----
  3 files changed, 8 insertions(+), 13 deletions(-)
 
-Index: compiler/aslcompile.c
+Index: acpica-unix2-20120518/source/compiler/aslcompile.c
 ===================================================================
---- compiler/aslcompile.c.orig
-+++ compiler/aslcompile.c
+--- acpica-unix2-20120518.orig/source/compiler/aslcompile.c
++++ acpica-unix2-20120518/source/compiler/aslcompile.c
 @@ -157,8 +157,6 @@ void
  AslCompilerFileHeader (
      UINT32                  FileId)
@@ -32,11 +32,11 @@
          Prefix);
  
      switch (FileId)
-Index: compiler/aslutils.c
+Index: acpica-unix2-20120518/source/compiler/aslutils.c
 ===================================================================
---- compiler/aslutils.c.orig
-+++ compiler/aslutils.c
-@@ -478,8 +478,8 @@ UtDisplaySummary (
+--- acpica-unix2-20120518.orig/source/compiler/aslutils.c
++++ acpica-unix2-20120518/source/compiler/aslutils.c
+@@ -479,8 +479,8 @@ UtDisplaySummary (
      {
          /* Compiler name and version number */
  
@@ -47,10 +47,10 @@
      }
  
      /* Summary of main input and output files */
-Index: include/acapps.h
+Index: acpica-unix2-20120518/source/include/acapps.h
 ===================================================================
---- include/acapps.h.orig
-+++ include/acapps.h
+--- acpica-unix2-20120518.orig/source/include/acapps.h
++++ acpica-unix2-20120518/source/include/acapps.h
 @@ -69,15 +69,15 @@
  /* Macros for signons and file headers */
  

++++++ acpica-override-CFLAGS.diff ++++++
--- /var/tmp/diff_new_pack.yjy81C/_old  2012-05-22 08:12:05.000000000 +0200
+++ /var/tmp/diff_new_pack.yjy81C/_new  2012-05-22 08:12:05.000000000 +0200
@@ -3,30 +3,30 @@
 From: Thomas Renninger <[email protected]>
 
 ---
- compiler/Makefile         |    2 +-
- tools/acpiexec/Makefile   |    2 +-
- tools/acpisrc/Makefile    |    2 +-
- tools/acpixtract/Makefile |    2 +-
+ source/compiler/Makefile         |    2 +-
+ source/tools/acpiexec/Makefile   |    2 +-
+ source/tools/acpisrc/Makefile    |    2 +-
+ source/tools/acpixtract/Makefile |    2 +-
  4 files changed, 4 insertions(+), 4 deletions(-)
 
-Index: acpica-unix2-20111123/compiler/Makefile
+Index: acpica-unix2-20120518/source/compiler/Makefile
 ===================================================================
---- acpica-unix2-20111123.orig/compiler/Makefile
-+++ acpica-unix2-20111123/compiler/Makefile
-@@ -217,7 +217,7 @@ MISC = \
-       dtparser.y.h \
-       dtparserparse.output
+--- acpica-unix2-20120518.orig/source/compiler/Makefile
++++ acpica-unix2-20120518/source/compiler/Makefile
+@@ -231,7 +231,7 @@ MISC = \
+       prparser.y.h \
+       prparserparse.output
  
 -CFLAGS+= \
 +override CFLAGS+= \
      -D$(HOST) \
      -D_GNU_SOURCE \
      -DACPI_ASL_COMPILER \
-Index: acpica-unix2-20111123/tools/acpiexec/Makefile
+Index: acpica-unix2-20120518/source/tools/acpiexec/Makefile
 ===================================================================
---- acpica-unix2-20111123.orig/tools/acpiexec/Makefile
-+++ acpica-unix2-20111123/tools/acpiexec/Makefile
-@@ -229,7 +229,7 @@ OBJECTS = \
+--- acpica-unix2-20120518.orig/source/tools/acpiexec/Makefile
++++ acpica-unix2-20120518/source/tools/acpiexec/Makefile
+@@ -230,7 +230,7 @@ OBJECTS = \
        utxface.o \
        utxfmutex.o
  
@@ -35,11 +35,11 @@
      -D$(HOST) \
      -D_GNU_SOURCE \
      -DACPI_EXEC_APP \
-Index: acpica-unix2-20111123/tools/acpixtract/Makefile
+Index: acpica-unix2-20120518/source/tools/acpixtract/Makefile
 ===================================================================
---- acpica-unix2-20111123.orig/tools/acpixtract/Makefile
-+++ acpica-unix2-20111123/tools/acpixtract/Makefile
-@@ -50,7 +50,7 @@ OBJECTS = \
+--- acpica-unix2-20120518.orig/source/tools/acpixtract/Makefile
++++ acpica-unix2-20120518/source/tools/acpixtract/Makefile
+@@ -60,7 +60,7 @@ OBJECTS = \
      axmain.o \
      getopt.o
  
@@ -48,11 +48,11 @@
      -D$(HOST) \
      -D_GNU_SOURCE \
      -DACPI_XTRACT_APP \
-Index: acpica-unix2-20111123/tools/acpisrc/Makefile
+Index: acpica-unix2-20120518/source/tools/acpisrc/Makefile
 ===================================================================
---- acpica-unix2-20111123.orig/tools/acpisrc/Makefile
-+++ acpica-unix2-20111123/tools/acpisrc/Makefile
-@@ -58,7 +58,7 @@ OBJECTS = \
+--- acpica-unix2-20120518.orig/source/tools/acpisrc/Makefile
++++ acpica-unix2-20120518/source/tools/acpisrc/Makefile
+@@ -68,7 +68,7 @@ OBJECTS = \
      osunixdir.o \
      getopt.o
  

++++++ acpica-unix2-20111123.tar.bz2 -> acpica-unix2-20120518.tar.bz2 ++++++
++++ 367335 lines of diff (skipped)

++++++ acpica_fix_32bit_build.patch ++++++
--- /var/tmp/diff_new_pack.yjy81C/_old  2012-05-22 08:12:05.000000000 +0200
+++ /var/tmp/diff_new_pack.yjy81C/_new  2012-05-22 08:12:05.000000000 +0200
@@ -1,12 +1,12 @@
 ---
- include/platform/aclinux.h |    2 +-
+ source/include/platform/aclinux.h |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: acpica-unix-20110623/include/platform/aclinux.h
+Index: acpica-unix2-20120518/source/include/platform/aclinux.h
 ===================================================================
---- acpica-unix-20110623.orig/include/platform/aclinux.h
-+++ acpica-unix-20110623/include/platform/aclinux.h
-@@ -170,7 +170,7 @@
+--- acpica-unix2-20120518.orig/source/include/platform/aclinux.h
++++ acpica-unix2-20120518/source/include/platform/aclinux.h
+@@ -98,7 +98,7 @@
  #define COMPILER_DEPENDENT_INT64    long long
  #define COMPILER_DEPENDENT_UINT64   unsigned long long
  #define ACPI_USE_NATIVE_DIVIDE

++++++ acpica_fix_link_order.patch ++++++
--- /var/tmp/diff_new_pack.yjy81C/_old  2012-05-22 08:12:05.000000000 +0200
+++ /var/tmp/diff_new_pack.yjy81C/_new  2012-05-22 08:12:05.000000000 +0200
@@ -1,12 +1,12 @@
 ---
- tools/acpiexec/Makefile |    2 +-
+ source/tools/acpiexec/Makefile |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: acpica-unix2-20111123/tools/acpiexec/Makefile
+Index: acpica-unix2-20120518/source/tools/acpiexec/Makefile
 ===================================================================
---- acpica-unix2-20111123.orig/tools/acpiexec/Makefile
-+++ acpica-unix2-20111123/tools/acpiexec/Makefile
-@@ -272,7 +272,7 @@ CWARNINGFLAGS += \
+--- acpica-unix2-20120518.orig/source/tools/acpiexec/Makefile
++++ acpica-unix2-20120518/source/tools/acpiexec/Makefile
+@@ -273,7 +273,7 @@ CWARNINGFLAGS += \
  # Rules
  #
  $(PROG) : $(OBJECTS)

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

Reply via email to