Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2016-12-03 18:23:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-11-28 
15:02:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2016-12-03 
18:23:01.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 30 12:49:11 UTC 2016 - [email protected]
+
+- Modify patch file-5.29.dif that is
+  replace colon with dot in offset (boo#1012779)
+
+-------------------------------------------------------------------
python3-magic.changes: same change

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

Other differences:
------------------
python-magic.spec: same change
python3-magic.spec: same change
++++++ file-5.29.dif ++++++
--- /var/tmp/diff_new_pack.aWui6O/_old  2016-12-03 18:23:03.000000000 +0100
+++ /var/tmp/diff_new_pack.aWui6O/_new  2016-12-03 18:23:03.000000000 +0100
@@ -2,12 +2,12 @@
  magic/Magdir/elf   |    2 
  magic/Magdir/linux |   36 +++++----
  magic/Magdir/msad  |    5 +
- magic/Magdir/msdos |    4 -
+ magic/Magdir/msdos |    6 -
  magic/Makefile.am  |   61 +++++++++------
  magic/Makefile.in  |   60 +++++++++------
  src/Makefile.am    |    2 
  src/dcore.c        |  207 
+++++++++++++++++++++++++++++++++++++++++++++++++++++
- 8 files changed, 311 insertions(+), 66 deletions(-)
+ 8 files changed, 312 insertions(+), 67 deletions(-)
 
 --- magic/Magdir/elf
 +++ magic/Magdir/elf   2016-11-24 09:14:28.650497856 +0000
@@ -75,7 +75,7 @@
 +# This must precede the heuristic for raw G3 data
 +4     string  Standard\ Jet\ DB       Microsoft Access Database
 --- magic/Magdir/msdos
-+++ magic/Magdir/msdos 2016-11-24 09:14:28.650497856 +0000
++++ magic/Magdir/msdos 2016-11-30 12:48:39.837023419 +0000
 @@ -104,9 +104,9 @@
  >>>(0x3c.l+22)        leshort&0x0200  >0      (stripped to external PDB)
  >>>(0x3c.l+22)        leshort&0x1000  >0      system file
@@ -88,6 +88,15 @@
  
  # hooray, there's a DOS extender using the PE format, with a valid PE
  # executable inside (which just prints a message and exits if run in win)
+@@ -458,7 +458,7 @@
+ # negative offset, must not lead into PSP
+ >1          short   <-259
+ # that offset must be accessible
+->>(1,s+65539)   byte    x
++>>(1.s+65539)   byte    x
+ >>>0        use msdos-com
+ 
+ # updated by Joerg Jenderek at Oct 2008,2015
 --- magic/Makefile.am
 +++ magic/Makefile.am  2016-11-24 09:15:11.733627853 +0000
 @@ -5,7 +5,7 @@ MAGIC_FRAGMENT_BASE = Magdir


Reply via email to