Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2014-02-28 16:22:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-05 
06:54:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2014-02-28 
16:22:04.000000000 +0100
@@ -1,0 +2,16 @@
+Tue Feb 18 10:21:11 UTC 2014 - [email protected]
+
+- Update to file version 5.17 (bug fix release)
+  * Count recursion levels through indirect magic
+  * Prevent infinite recursion on files with indirect offsets of 0
+  * Add -E flag that makes file print filesystem errors to stderr
+    and exit.
+  * mime printing could print results from multiple magic entries
+    if there were multiple matches.
+  * in some cases overflow was not detected when computing offsets
+    in softmagic.
+  * use strcasestr() to for cdf strings
+  * reset to the "C" locale while doing regex operations, or case
+    insensitive comparisons; this is provisional
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/file/python-magic.changes        2013-12-05 
06:54:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.file.new/python-magic.changes   2014-02-28 
16:22:04.000000000 +0100
@@ -1,0 +2,16 @@
+Sun Feb 23 20:34:25 UTC 2014 - [email protected]
+
+- Update python-magic to file version 5.17 (bug fix release)
+  * Count recursion levels through indirect magic
+  * Prevent infinite recursion on files with indirect offsets of 0
+  * Add -E flag that makes file print filesystem errors to stderr
+    and exit.
+  * mime printing could print results from multiple magic entries
+    if there were multiple matches.
+  * in some cases overflow was not detected when computing offsets
+    in softmagic.
+  * use strcasestr() to for cdf strings
+  * reset to the "C" locale while doing regex operations, or case
+    insensitive comparisons; this is provisional
+
+-------------------------------------------------------------------

Old:
----
  file-5.07-option.dif
  file-5.16.dif
  file-5.16.tar.gz

New:
----
  file-5.17-option.dif
  file-5.17.dif
  file-5.17.tar.gz

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

Other differences:
------------------
++++++ file.spec ++++++
--- /var/tmp/diff_new_pack.q1IVhj/_old  2014-02-28 16:22:06.000000000 +0100
+++ /var/tmp/diff_new_pack.q1IVhj/_new  2014-02-28 16:22:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package file
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -30,14 +30,14 @@
 %endif
 #
 # Set Version also in python-magic.spec
-Version:        5.16
+Version:        5.17
 Release:        0
 Summary:        A Tool to Determine File Types
 License:        BSD-2-Clause
 Group:          Productivity/File utilities
 Source:         ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
 Source2:        baselibs.conf
-Patch:          file-5.16.dif
+Patch:          file-5.17.dif
 Patch1:         file-5.14-misc.dif
 Patch4:         file-4.24-autoconf.dif
 Patch5:         file-5.14-tex.dif
@@ -46,7 +46,7 @@
 Patch9:         file-5.07-elf.dif
 Patch10:        file-5.14-printf.dif
 Patch11:        file-5.12-zip.dif
-Patch12:        file-5.07-option.dif
+Patch12:        file-5.17-option.dif
 Patch13:        file-4.21-scribus.dif
 Patch15:        file-4.21-xcursor.dif
 Patch20:        file-4.24-mips.dif

++++++ python-magic.spec ++++++
--- /var/tmp/diff_new_pack.q1IVhj/_old  2014-02-28 16:22:06.000000000 +0100
+++ /var/tmp/diff_new_pack.q1IVhj/_new  2014-02-28 16:22:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-magic
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 BuildRequires:  python-devel
 BuildRequires:  zlib-devel
 Url:            http://www.darwinsys.com/file/
-Version:        5.16
+Version:        5.17
 Release:        0
 Summary:        Python module to use libmagic
 License:        BSD-3-Clause and BSD-4-Clause

++++++ file-5.07-option.dif -> file-5.17-option.dif ++++++
--- /work/SRC/openSUSE:Factory/file/file-5.07-option.dif        2013-10-02 
08:48:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file-5.17-option.dif   2014-02-28 
16:22:04.000000000 +0100
@@ -1,7 +1,7 @@
 --- src/file.c
-+++ src/file.c 2013-09-30 00:00:00.000000000 +0000
-@@ -195,6 +195,8 @@ main(int argc, char *argv[])
-                       flags |= MAGIC_DEBUG|MAGIC_CHECK;
++++ src/file.c 2014-02-18 08:50:59.990452075 +0000
+@@ -198,6 +198,8 @@ main(int argc, char *argv[])
+                       flags |= MAGIC_ERROR;
                        break;
                case 'e':
 +                      if (!optarg)
@@ -9,7 +9,7 @@
                        for (i = 0; i < sizeof(nv) / sizeof(nv[0]); i++)
                                if (strcmp(nv[i].name, optarg) == 0)
                                        break;
-@@ -206,7 +208,7 @@ main(int argc, char *argv[])
+@@ -209,7 +211,7 @@ main(int argc, char *argv[])
                        break;
  
                case 'f':
@@ -18,7 +18,7 @@
                                usage();
                        if (magic == NULL)
                                if ((magic = load(magicfile, flags)) == NULL)
-@@ -215,6 +217,8 @@ main(int argc, char *argv[])
+@@ -218,6 +220,8 @@ main(int argc, char *argv[])
                        ++didsomefiles;
                        break;
                case 'F':
@@ -27,7 +27,7 @@
                        separator = optarg;
                        break;
                case 'i':
-@@ -227,6 +231,8 @@ main(int argc, char *argv[])
+@@ -230,6 +234,8 @@ main(int argc, char *argv[])
                        action = FILE_LIST;
                        break;
                case 'm':

++++++ file-5.07-option.dif -> file-5.17.dif ++++++
++++ 611 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/file/file-5.07-option.dif
++++ and /work/SRC/openSUSE:Factory/.file.new/file-5.17.dif

++++++ file-5.16.tar.gz -> file-5.17.tar.gz ++++++
++++ 24256 lines of diff (skipped)

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

Reply via email to