Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2026-06-03 20:21:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file (Old)
 and      /work/SRC/openSUSE:Factory/.file.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file"

Wed Jun  3 20:21:53 2026 rev:147 rq:1356380 version:5.47

Changes:
--------
--- /work/SRC/openSUSE:Factory/file/file.changes        2026-05-27 
16:14:00.165628399 +0200
+++ /work/SRC/openSUSE:Factory/.file.new.1937/file.changes      2026-06-03 
20:25:47.893613130 +0200
@@ -1,0 +2,6 @@
+Mon Jun  1 12:45:39 UTC 2026 - Dr. Werner Fink <[email protected]>
+
+- Add patch file-5.47-stanza.patch (boo#1261558 partly)
+  * Avoid many false positive on windows file test
+
+-------------------------------------------------------------------
+++ only whitespace diff in changes, re-diffing

New:
----
  file-5.47-stanza.patch

----------(New B)----------
  New:/work/SRC/openSUSE:Factory/.file.new.1937/file.changes-
/work/SRC/openSUSE:Factory/.file.new.1937/file.changes:- Add patch 
file-5.47-stanza.patch (boo#1261558 partly)
/work/SRC/openSUSE:Factory/.file.new.1937/file.changes-  * Avoid many false 
positive on windows file test
----------(New E)----------

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

Other differences:
------------------
++++++ file.spec ++++++
--- /var/tmp/diff_new_pack.3rxBrP/_old  2026-06-03 20:25:49.009659427 +0200
+++ /var/tmp/diff_new_pack.3rxBrP/_new  2026-06-03 20:25:49.013659593 +0200
@@ -61,6 +61,7 @@
 Patch27:        file-5.19-zip2.0.dif
 Patch31:        file-5.19-biorad.dif
 Patch32:        file-5.19-clicfs.dif
+Patch36:        file-5.47-stanza.patch
 Patch37:        file-secure_getenv.patch
 Patch38:        file-5.47-s390x.patch
 Patch39:        file-5.28-btrfs-image.dif
@@ -130,6 +131,7 @@
 %patch -P 31 -p0 -b .biorad
 %patch -P 32 -p0 -b .clicfs
 %endif
+%patch -P 36 -p0 -b .stanza
 %patch -P 37 -p1 -b .getenv
 %patch -P 38 -p0 -b .endianess
 %if %{with debugmagic}

++++++ file-5.47-stanza.patch ++++++
commit f37cc42c535a08598d3ec4b4fa7aa73af7a8e223
Author: Christos Zoulas <[email protected]>
Date:   Wed Mar 25 22:10:22 2026 +0000

    Revert PR/679: matches too many unix stanza files (like toml).
    https://bbs.archlinux.org/viewtopic.php?pid=2292157#p2292157

diff --git magic/Magdir/windows magic/Magdir/windows
index eb5b8b3d..05eb1d01 100644
--- magic/Magdir/windows
+++ magic/Magdir/windows
|@@ -1,6 +1,6 @@
| 
| 
#------------------------------------------------------------------------------
|-# $File: windows,v 1.70 2026/03/11 20:05:18 christos Exp $
|+# $File: windows,v 1.71 2026/03/25 22:10:22 christos Exp $
| # windows:  file(1) magic for Microsoft Windows
| #
| # This file is mainly reserved for files where programs
@@ -1260,7 +1260,7 @@
 >>>>>&0        ubyte                           x
 # characters, digits, underscore and white space followed by right bracket
 # terminated by CR implies section line to skip BOOTLOG.TXT DETLOG.TXT
->>>>>>&-1      regex/T                 \^([A-Za-z0-9_\(\)\ ]+)\][\r\n] Generic 
INItialization configuration [%-.40s
+>>>>>>&-1      regex/T                 \^([A-Za-z0-9_\(\)\ ]+)\]\r     Generic 
INItialization configuration [%-.40s
 # NETDEF.INF multiarc.ini 
 #!:mime        application/x-setupscript
 !:mime application/x-wine-extension-ini

Reply via email to