Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2013-05-27 10:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file (Old)
 and      /work/SRC/openSUSE:Factory/.file.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file"

Changes:
--------
--- /work/SRC/openSUSE:Factory/file/file.changes        2013-04-03 
12:50:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2013-05-27 
10:18:39.000000000 +0200
@@ -1,0 +2,12 @@
+Sun May 26 10:31:25 UTC 2013 - [email protected]
+
+- elf-invalid-byte-order.patch: remove bogus "invalid byte order" from elf
+  magic
+
+-------------------------------------------------------------------
+Sun May 26 08:01:55 UTC 2013 - [email protected]
+
+- file-5.13-whitespace.patch: remove extra whitespace in ELF magic, breaks
+  libtool
+
+-------------------------------------------------------------------

New:
----
  elf-invalid-byte-order.patch
  file-5.13-whitespace.patch

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

Other differences:
------------------
++++++ file.spec ++++++
--- /var/tmp/diff_new_pack.BhGYnA/_old  2013-05-27 10:18:40.000000000 +0200
+++ /var/tmp/diff_new_pack.BhGYnA/_new  2013-05-27 10:18:40.000000000 +0200
@@ -60,6 +60,8 @@
 Patch33:        file-5.12-ocloexec.patch
 Patch34:        file-5.12-endian.patch
 Patch35:        file-5.12-nitpick.dif
+Patch36:        file-5.13-whitespace.patch
+Patch37:        elf-invalid-byte-order.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %global         _sysconfdir /etc
 %global         _miscdir    %{_datadir}/misc
@@ -124,6 +126,8 @@
 %patch33 -p0 -b .clexe
 %patch34 -p0 -b .endian
 %patch35 -p0 -b .nitpick
+%patch36 -p1
+%patch37 -p1
 %patch -b .0
 test -s src/magic.h.in || cp -p src/magic.h src/magic.h.in
 

++++++ elf-invalid-byte-order.patch ++++++
--- file-5.14/magic/Magdir/elf.~1~      2013-03-21 18:50:02.000000000 +0100
+++ file-5.14/magic/Magdir/elf  2013-05-26 12:17:31.439378748 +0200
@@ -36,10 +36,10 @@
 >18    leshort         3               Intel 80386,
 >18    leshort         4               Motorola
 >>4    byte            1
->>>36  lelong          &0x01000000     68000 - invalid byte order,
->>>36  lelong          &0x00810000     CPU32 - invalid byte order,
->>>36  lelong          0               68020 - invalid byte order,
->18    leshort         5               Motorola 88000 - invalid byte order,
+>>>36  lelong          &0x01000000     68000,
+>>>36  lelong          &0x00810000     CPU32,
+>>>36  lelong          0               68020,
+>18    leshort         5               Motorola 88000,
 >18    leshort         6               Intel 80486,
 >18    leshort         7               Intel 80860,
 # The official e_machine number for MIPS is now #8, regardless of endianness.
@@ -74,10 +74,10 @@
 >>>48  lelong&0xf0000000       0x60000000      MIPS64
 >>>48  lelong&0xf0000000       0x70000000      MIPS32 rel2
 >>>48  lelong&0xf0000000       0x80000000      MIPS64 rel2
->18    leshort         9               Amdahl - invalid byte order,
+>18    leshort         9               Amdahl,
 >18    leshort         10              MIPS (deprecated),
->18    leshort         11              RS6000 - invalid byte order,
->18    leshort         15              PA-RISC - invalid byte order,
+>18    leshort         11              RS6000,
+>18    leshort         15              PA-RISC,
 # only for 32-bit
 >>4    byte            1
 >>>38  leshort         0x0214          2.0
++++++ file-5.13-whitespace.patch ++++++
Index: file-5.14/magic/Magdir/elf
===================================================================
--- file-5.14.orig/magic/Magdir/elf
+++ file-5.14/magic/Magdir/elf
@@ -189,9 +189,9 @@
 >4     byte            1               32-bit
 >4     byte            2               64-bit
 >5     byte            0               invalid byte order
->5     byte            1               LSB 
+>5     byte            1               LSB
 >>0    use             elf-le
->5     byte            2               MSB 
+>5     byte            2               MSB
 >>0    use             \^elf-le
 # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
 # like proper ELF, but extracting the string had bad results.
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to