Hello community, here is the log from the commit of package acpica for openSUSE:Factory checked in at 2013-03-08 21:02:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-01-24 15:33:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes 2013-03-08 21:02:21.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Jan 28 13:20:36 UTC 2013 - [email protected] + +- Add wmidump/wmixtract tools for easy WMI (or other) GUID parsing + +------------------------------------------------------------------- +Wed Jan 23 16:12:38 UTC 2013 - [email protected] + +- Fix tiny bug in acpi_validate which wrongly adds the file which + is to be compiled additionally to the external reference tables + list + +------------------------------------------------------------------- New: ---- wmidump.tar.bz2 wmidump_add_she_bang.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ acpica.spec ++++++ --- /var/tmp/diff_new_pack.QWhnEi/_old 2013-03-08 21:02:22.000000000 +0100 +++ /var/tmp/diff_new_pack.QWhnEi/_new 2013-03-08 21:02:22.000000000 +0100 @@ -32,10 +32,12 @@ Patch2: acpidump-override-CFLAGS.patch Patch3: acpica-no-compiletime.patch Patch4: bob_noop.patch +Patch5: wmidump_add_she_bang.patch Source1: ec_access.c Source2: acpidump-%{dmp_ver}.tar.bz2 Source3: acpi_genl.tar.bz2 Source4: acpi_validate +Source5: wmidump.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 ia64 x86_64 BuildRequires: bison flex glibc-devel @@ -63,16 +65,18 @@ and other Intel people %prep -%setup -n %{src_dir} -a 2 -a 3 +%setup -n %{src_dir} -a 2 -a 3 -a 5 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build cc %{SOURCE1} $RPM_OPT_FLAGS -o ec_access make -C acpidump CFLAGS="$RPM_OPT_FLAGS" make -C acpi_genl CFLAGS="$RPM_OPT_FLAGS" +make -C wmidump CFLAGS="$RPM_OPT_FLAGS" make OPT_CFLAGS="$RPM_OPT_FLAGS" %install @@ -81,6 +85,10 @@ install -Dm 755 acpidump/acpidump %{buildroot}/usr/sbin/acpidump +install -Dm 755 wmidump/wmidump %{buildroot}/usr/bin/wmidump +install -Dm 755 wmidump/wmixtract.py %{buildroot}/usr/bin/wmixtract +install -Dm 644 wmidump/README %{buildroot}/%{_docdir}/%{name}/README_wmidump + install -Dm 755 acpi_genl/acpi_genl %{buildroot}/usr/sbin/acpi_genl install -Dm 644 acpi_genl/README %{buildroot}/%{_docdir}/%{name}/README_acpi_genl @@ -93,6 +101,8 @@ /usr/bin/acpiexec /usr/bin/acpixtract /usr/bin/acpisrc +/usr/bin/wmidump +/usr/bin/wmixtract /usr/sbin/acpidump /usr/sbin/acpi_genl /usr/sbin/ec_access ++++++ acpi_validate ++++++ --- /var/tmp/diff_new_pack.QWhnEi/_old 2013-03-08 21:02:22.000000000 +0100 +++ /var/tmp/diff_new_pack.QWhnEi/_new 2013-03-08 21:02:22.000000000 +0100 @@ -153,7 +153,7 @@ # could have leading or trailing whitespace depending whether # it is at the end or the beginning of the list REF_TABLE_LIST=${SDTs/[[:space:]]$file/} - REF_TABLE_LIST=${SDTs/$file[[:space:]]/} + REF_TABLE_LIST=${REF_TABLE_LIST/$file[[:space:]]/} # Convert the whitespace list into a comma separated one: REF_TABLE_LIST=${REF_TABLE_LIST//[[:space:]]/,} if [ "$REF_TABLE_LIST" != "" ];then ++++++ wmidump_add_she_bang.patch ++++++ --- wmidump/wmixtract.py | 2 ++ 1 file changed, 2 insertions(+) Index: acpica-unix2-20121220/wmidump/wmixtract.py =================================================================== --- acpica-unix2-20121220.orig/wmidump/wmixtract.py +++ acpica-unix2-20121220/wmidump/wmixtract.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + import sys import re -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
