Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2018-01-26 13:34:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file (Old)
 and      /work/SRC/openSUSE:Factory/.file.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file"

Fri Jan 26 13:34:01 2018 rev:105 rq:568099 version:5.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/file/file.changes        2017-10-25 
17:43:24.578993608 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2018-01-26 
13:34:03.976520843 +0100
@@ -1,0 +2,6 @@
+Mon Jan 22 10:37:39 UTC 2018 - [email protected]
+
+- Add patch file-5.32-ncurses-6.1.patch to support extend magic
+  format for new ncurses 6.1
+
+-------------------------------------------------------------------

New:
----
  file-5.32-ncurses-6.1.patch

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

Other differences:
------------------
++++++ file.spec ++++++
--- /var/tmp/diff_new_pack.n8jI61/_old  2018-01-26 13:34:05.356456387 +0100
+++ /var/tmp/diff_new_pack.n8jI61/_new  2018-01-26 13:34:05.360456200 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package file
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,6 +62,7 @@
 Patch36:        file-5.15-clear-invalid.patch
 Patch37:        file-secure_getenv.patch
 Patch39:        file-5.28-btrfs-image.dif
+Patch40:        file-5.32-ncurses-6.1.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %global         _sysconfdir /etc
 %global         _miscdir    %{_datadir}/misc
@@ -130,6 +131,7 @@
 %patch36 -p1 -b .clear
 %patch37 -p1 -b .getenv
 %patch39 -p1 -b .btrfs
+%patch40 -p0 -b .nc61
 %patch -b .0
 test -s src/magic.h.in || cp -p src/magic.h src/magic.h.in
 rm -fv src/magic.h

++++++ python-magic.spec ++++++
--- /var/tmp/diff_new_pack.n8jI61/_old  2018-01-26 13:34:05.400454332 +0100
+++ /var/tmp/diff_new_pack.n8jI61/_new  2018-01-26 13:34:05.404454146 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-magic
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ file-5.32-ncurses-6.1.patch ++++++
---
 magic/Magdir/terminfo |   11 +++++++++++
 1 file changed, 11 insertions(+)

--- magic/Magdir/terminfo
+++ magic/Magdir/terminfo       2018-01-22 10:32:38.596762352 +0000
@@ -19,6 +19,17 @@
 # no extension
 #!:ext
 #
+#------------------------------------------------------------------------------
+# The following was added for ncurses6 development:
+#------------------------------------------------------------------------------
+#
+0      string          \036\002
+# imitate the legacy compiled-format, to get the entry-name printed
+>16    ubyte           >32
+# namelist, if more than 1 separated by "|" like "st|stterm| simpleterm 0.4.1"
+>>12   regex           \^[a-zA-Z0-9][a-zA-Z0-9.][^|]*  Compiled 32-bit 
terminfo entry "%-s"
+!:mime application/x-terminfo2
+#
 # While the compiled terminfo uses little-endian format irregardless of
 # platform, SystemV screen dumps do not.  They came later, and that detail was
 # overlooked.

Reply via email to