Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2012-01-04 07:23:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2011-09-23 
01:51:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes       2012-01-04 
07:23:05.000000000 +0100
@@ -1,0 +2,33 @@
+Tue Jan  3 11:02:28 UTC 2012 - [email protected]
+
+- license update: GPL-2.0
+  You added ec_access.c with a GPL-2.0 (only) license. Now the spec file
+  has to be updated to reflect this
+
+-------------------------------------------------------------------
+Wed Dec 21 09:51:55 UTC 2011 - [email protected]
+
+- Clarify license, it's GPL-2.0+ (bnc#711299).
+
+-------------------------------------------------------------------
+Thu Nov 24 16:33:44 UTC 2011 - [email protected]
+
+- ACPICA version 20111123 released with full ACPI 5.0 support
+  Detailed changelog can be found here:
+  http://acpica.org/download/changes.txt
+
+-------------------------------------------------------------------
+Wed Jun 29 19:40:28 UTC 2011 - [email protected]
+
+- Fix build for 32 bit
+
+-------------------------------------------------------------------
+Mon Jun 27 11:55:35 UTC 2011 - [email protected]
+
+- Update to version 20110623
+- Fixed some "set but not used" errors and a link order issue
+  and sent patches upstream.
+- Set "-Wno-unused-result" for some compilations -> too many
+  offenders to fix that all up.
+
+-------------------------------------------------------------------

Old:
----
  acpica-unix-20110316-gcc46.patch
  acpica-unix-20110316.tar.bz2
  acpica-unix-const.patch
  acpica_fix_acpixtract
  acpiexec_fix_build_missing_utdecode.patch

New:
----
  acpica-unix2-20111123.tar.bz2
  acpica_fix_32bit_build.patch
  acpica_fix_link_order.patch

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

Other differences:
------------------
++++++ acpica.spec ++++++
--- /var/tmp/diff_new_pack.oXtbD5/_old  2012-01-04 07:23:06.000000000 +0100
+++ /var/tmp/diff_new_pack.oXtbD5/_new  2012-01-04 07:23:06.000000000 +0100
@@ -20,28 +20,24 @@
 
 Name:           acpica
 Url:            http://acpica.org
-Version:        20110316
-Release:        8
-License:        Intel ACPI
-%define src_dir acpica-unix-%{version}
+Version:        20111123
+Release:        6
+License:        GPL-2.0
+%define src_dir acpica-unix2-%{version}
 %define dmp_ver 20110323
 Group:          Development/Tools/Debuggers
 Summary:        This is a set of tools to display and debug your BIOS ACPI 
tables
 Source:         %{src_dir}.tar.bz2
 Patch1:         acpica-override-CFLAGS.diff
 Patch2:         acpidump-override-CFLAGS.patch
-Patch3:         acpiexec_fix_build_missing_utdecode.patch
-Patch4:         acpica_fix_acpixtract
-# PATCH-FIX-UPSTREAM acpica-unix-20110316-gcc46.patch [email protected] -- Fix 
compilation with gcc 4.6
-Patch5:         acpica-unix-20110316-gcc46.patch
-Patch6:         acpica-no-compiletime.patch
-# PATCH-FIX-UPSTREAM acpica-unix-const.patch 
http://www.acpica.org/bugzilla/show_bug.cgi?id=923 -- Fix const correctness
-Patch7:         acpica-unix-const.patch
+Patch3:         acpica-no-compiletime.patch
+Patch4:         acpica_fix_link_order.patch
+Patch5:         acpica_fix_32bit_build.patch
 Source1:        ec_access.c
 Source2:        acpidump-%{dmp_ver}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 ia64 x86_64
-BuildRequires:  bison flex
+BuildRequires:  bison flex glibc-devel
 Provides:       iasl
 
 %description
@@ -69,23 +65,21 @@
 %setup -n %{src_dir} -a 2
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+%patch3
 %patch4 -p1
-%patch5
-%patch6
-%patch7
+%patch5 -p1
 
 %build
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 cc %{SOURCE1} $RPM_OPT_FLAGS -o ec_access
 make -C acpidump CFLAGS="$RPM_OPT_FLAGS"
-make -C compiler CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-make -C tools/acpisrc CFLAGS="$RPM_OPT_FLAGS"
+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"
 # this needs total recompilation with other flags
 cp compiler/iasl .
 make clean -C compiler CFLAGS="$RPM_OPT_FLAGS"
-make -C tools/acpiexec CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+make -C tools/acpiexec CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing 
-Wno-unused-result"
 
 %install
 

++++++ acpica-no-compiletime.patch ++++++
--- /var/tmp/diff_new_pack.oXtbD5/_old  2012-01-04 07:23:06.000000000 +0100
+++ /var/tmp/diff_new_pack.oXtbD5/_new  2012-01-04 07:23:06.000000000 +0100
@@ -1,8 +1,29 @@
+---
+ compiler/aslcompile.c |    9 ++-------
+ compiler/aslutils.c   |    4 ++--
+ include/acapps.h      |    8 ++++----
+ 3 files changed, 8 insertions(+), 13 deletions(-)
+
+Index: compiler/aslcompile.c
+===================================================================
 --- compiler/aslcompile.c.orig
 +++ compiler/aslcompile.c
-@@ -274,8 +274,8 @@ AslCompilerFileHeader (
-     NewTime = localtime (&Aclock);
+@@ -157,8 +157,6 @@ void
+ AslCompilerFileHeader (
+     UINT32                  FileId)
+ {
+-    struct tm               *NewTime;
+-    time_t                  Aclock;
+     char                    *Prefix = "";
  
+ 
+@@ -198,12 +196,9 @@ AslCompilerFileHeader (
+ 
+     /* Compilation header with timestamp */
+ 
+-    (void) time (&Aclock);
+-    NewTime = localtime (&Aclock);
+-
      FlPrintFile (FileId,
 -        "%sCompilation of \"%s\" - %s%s\n",
 -        Prefix, Gbl_Files[ASL_FILE_INPUT].Filename, asctime (NewTime),
@@ -11,22 +32,26 @@
          Prefix);
  
      switch (FileId)
+Index: compiler/aslutils.c
+===================================================================
 --- compiler/aslutils.c.orig
 +++ compiler/aslutils.c
-@@ -567,8 +567,8 @@ UtDisplaySummary (
+@@ -478,8 +478,8 @@ UtDisplaySummary (
      {
          /* Compiler name and version number */
  
--        FlPrintFile (FileId, "%s version %X%s [%s]\n",
+-        FlPrintFile (FileId, "%s version %X%s [%s]\n\n",
 -            ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH, 
__DATE__);
-+        FlPrintFile (FileId, "%s version %X%s\n",
++        FlPrintFile (FileId, "%s version %X%s\n\n",
 +            ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH);
      }
  
-     if (Gbl_FileType == ASL_INPUT_TYPE_ASCII_DATA)
+     /* Summary of main input and output files */
+Index: include/acapps.h
+===================================================================
 --- include/acapps.h.orig
 +++ include/acapps.h
-@@ -141,15 +141,15 @@
+@@ -69,15 +69,15 @@
  /* Macros for signons and file headers */
  
  #define ACPI_COMMON_SIGNON(UtilityName) \

++++++ acpica-override-CFLAGS.diff ++++++
--- /var/tmp/diff_new_pack.oXtbD5/_old  2012-01-04 07:23:06.000000000 +0100
+++ /var/tmp/diff_new_pack.oXtbD5/_new  2012-01-04 07:23:06.000000000 +0100
@@ -9,55 +9,55 @@
  tools/acpixtract/Makefile |    2 +-
  4 files changed, 4 insertions(+), 4 deletions(-)
 
-Index: acpica-unix-20101013/compiler/Makefile
+Index: acpica-unix2-20111123/compiler/Makefile
 ===================================================================
---- acpica-unix-20101013.orig/compiler/Makefile
-+++ acpica-unix-20101013/compiler/Makefile
-@@ -12,7 +12,7 @@ ACPICA_TOOLS =  $(ACPICA_SRC)/tools
- ACPICA_OSL =    $(ACPICA_SRC)/os_specific/service_layers
- 
- NOMAN=        YES
--CFLAGS+= -Wall -O2 -Wstrict-prototypes -D_LINUX -DACPI_ASL_COMPILER 
-I../include -I../compiler
-+override CFLAGS+= -Wall -O2 -Wstrict-prototypes -D_LINUX -DACPI_ASL_COMPILER 
-I../include -I../compiler
- 
- #
- # Bison/Flex configuration
-Index: acpica-unix-20101013/tools/acpiexec/Makefile
+--- acpica-unix2-20111123.orig/compiler/Makefile
++++ acpica-unix2-20111123/compiler/Makefile
+@@ -217,7 +217,7 @@ MISC = \
+       dtparser.y.h \
+       dtparserparse.output
+ 
+-CFLAGS+= \
++override CFLAGS+= \
+     -D$(HOST) \
+     -D_GNU_SOURCE \
+     -DACPI_ASL_COMPILER \
+Index: acpica-unix2-20111123/tools/acpiexec/Makefile
 ===================================================================
---- acpica-unix-20101013.orig/tools/acpiexec/Makefile
-+++ acpica-unix-20101013/tools/acpiexec/Makefile
-@@ -11,7 +11,7 @@ ACPICA_TOOLS =  $(ACPICA_SRC)/tools
- ACPICA_OSL =    $(ACPICA_SRC)/os_specific/service_layers
- 
- NOMAN=        YES
--CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP 
-Wstrict-prototypes -I$(ACPICA_SRC)/include 
-+override CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP 
-Wstrict-prototypes -I$(ACPICA_SRC)/include
- 
- COMPILE = $(CC) -c $(CFLAGS) -o$@ $?
- LDFLAGS += -lpthread -lrt
-Index: acpica-unix-20101013/tools/acpixtract/Makefile
+--- acpica-unix2-20111123.orig/tools/acpiexec/Makefile
++++ acpica-unix2-20111123/tools/acpiexec/Makefile
+@@ -229,7 +229,7 @@ OBJECTS = \
+       utxface.o \
+       utxfmutex.o
+ 
+-CFLAGS+= \
++override CFLAGS+= \
+     -D$(HOST) \
+     -D_GNU_SOURCE \
+     -DACPI_EXEC_APP \
+Index: acpica-unix2-20111123/tools/acpixtract/Makefile
 ===================================================================
---- acpica-unix-20101013.orig/tools/acpixtract/Makefile
-+++ acpica-unix-20101013/tools/acpixtract/Makefile
-@@ -3,7 +3,7 @@
- PROG= acpixtract
- SRCS= acpixtract.c
- 
--CFLAGS+= -Wall -O2 -D_LINUX -DACPI_APPLICATION -Wstrict-prototypes 
-I../../include 
-+override CFLAGS+= -D_LINUX -DACPI_APPLICATION -Wstrict-prototypes 
-I../../include
- 
- 
- acpixtract : $(patsubst %.c,%.o, $(SRCS))
-Index: acpica-unix-20101013/tools/acpisrc/Makefile
+--- acpica-unix2-20111123.orig/tools/acpixtract/Makefile
++++ acpica-unix2-20111123/tools/acpixtract/Makefile
+@@ -50,7 +50,7 @@ OBJECTS = \
+     axmain.o \
+     getopt.o
+ 
+-CFLAGS+= \
++override CFLAGS+= \
+     -D$(HOST) \
+     -D_GNU_SOURCE \
+     -DACPI_XTRACT_APP \
+Index: acpica-unix2-20111123/tools/acpisrc/Makefile
 ===================================================================
---- acpica-unix-20101013.orig/tools/acpisrc/Makefile
-+++ acpica-unix-20101013/tools/acpisrc/Makefile
-@@ -4,7 +4,7 @@ PROG=  acpisrc
- SRCS= ascase.c asconvrt.c asfile.c asmain.c asremove.c astable.c \
-         asutils.c osunixdir.c ../../common/getopt.c
- 
--CFLAGS+= -Wall -O2 -D_LINUX -DACPI_APPLICATION -Wstrict-prototypes 
-I../../include 
-+override CFLAGS+= -Wall -O2 -D_LINUX -DACPI_APPLICATION -Wstrict-prototypes 
-I../../include
- 
- 
- aslmain : $(patsubst %.c,%.o, $(SRCS))
+--- acpica-unix2-20111123.orig/tools/acpisrc/Makefile
++++ acpica-unix2-20111123/tools/acpisrc/Makefile
+@@ -58,7 +58,7 @@ OBJECTS = \
+     osunixdir.o \
+     getopt.o
+ 
+-CFLAGS+= \
++override CFLAGS+= \
+     -D$(HOST) \
+     -D_GNU_SOURCE \
+     -DACPI_SRC_APP \

++++++ acpica-unix-20110316.tar.bz2 -> acpica-unix2-20111123.tar.bz2 ++++++
++++ 78300 lines of diff (skipped)

++++++ acpica_fix_32bit_build.patch ++++++
---
 include/platform/aclinux.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: acpica-unix-20110623/include/platform/aclinux.h
===================================================================
--- acpica-unix-20110623.orig/include/platform/aclinux.h
+++ acpica-unix-20110623/include/platform/aclinux.h
@@ -170,7 +170,7 @@
 #define COMPILER_DEPENDENT_INT64    long long
 #define COMPILER_DEPENDENT_UINT64   unsigned long long
 #define ACPI_USE_NATIVE_DIVIDE
-#define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) (UINT32) (void *) 
(pthread))
+#define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) (UINT32) (pthread))
 #endif
 
 #ifndef __cdecl
++++++ acpica_fix_link_order.patch ++++++
---
 tools/acpiexec/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: acpica-unix2-20111123/tools/acpiexec/Makefile
===================================================================
--- acpica-unix2-20111123.orig/tools/acpiexec/Makefile
+++ acpica-unix2-20111123/tools/acpiexec/Makefile
@@ -272,7 +272,7 @@ CWARNINGFLAGS += \
 # Rules
 #
 $(PROG) : $(OBJECTS)
-       $(CC) $(LDFLAGS) $(OBJECTS) -o $(PROG)
+       $(CC) $(OBJECTS) $(LDFLAGS) -o $(PROG)
        $(COPYPROG)
 
 %.o : %.c $(HEADERS) $(ACPICA_HEADERS)
++++++ acpidump-override-CFLAGS.patch ++++++
--- /var/tmp/diff_new_pack.oXtbD5/_old  2012-01-04 07:23:07.000000000 +0100
+++ /var/tmp/diff_new_pack.oXtbD5/_new  2012-01-04 07:23:07.000000000 +0100
@@ -6,10 +6,10 @@
  acpidump/Makefile |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: acpica-unix-20090320/acpidump/Makefile
+Index: acpica-unix-20110413/acpidump/Makefile
 ===================================================================
---- acpica-unix-20090320.orig/acpidump/Makefile
-+++ acpica-unix-20090320/acpidump/Makefile
+--- acpica-unix-20110413.orig/acpidump/Makefile
++++ acpica-unix-20110413/acpidump/Makefile
 @@ -1,7 +1,7 @@
  PROG= acpidump
  SRCS= acpidump.c

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

Reply via email to