Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shared-mime-info for openSUSE:Factory checked in at 2022-04-05 19:55:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old) and /work/SRC/openSUSE:Factory/.shared-mime-info.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shared-mime-info" Tue Apr 5 19:55:04 2022 rev:69 rq:966771 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes 2021-11-24 23:54:24.524491865 +0100 +++ /work/SRC/openSUSE:Factory/.shared-mime-info.new.1900/shared-mime-info.changes 2022-04-05 19:55:10.974414553 +0200 @@ -1,0 +2,91 @@ +Mon Mar 28 08:35:54 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 2.2: + * model/3mf: new type + * Match shared libraries with version suffix + * model/obj: add mtllib and Blender comment based magic + * model/mtl: add Blender comment magic, increase newmtl range + * model/obj, model/mtl: new types + * Add Electron Archive Format type application/x-asar + * text/x-qml: Lower match priority to avoid conflicts with Python + * Move '*.blend' to top of Blender glob list + * Adding SPARQL media types + * application/zip: Add `*.zipx` glob and test fixture + * Added DSD mime type + * Differentiate comic book archives + * FITS: Add missing `application/fits` and legacy globs + * Add Godot engine files + * Add FlashForge "xgcode" mime-type + * text/x-objc++src: new type + * image/heif: test .hif extension too + * image/hif: add *.hif glob + * image/heif: add another test case + * image/heif: add magics + * Add a build-tools option to allow installing only the mime data + * Add compressed SVG glob pattern `*.svg.gz` + * Add Apple Wallet pass type application/vnd.apple.pkpass + * migrate from custom itstool to builtin msgfmt for creating + translated XML + * Make the remaining plain text types subclasses of text/plain + * audio/mobile-xmf: separate from audio/x-xmf + * Adding ZIM file + * Make text/x-mrml a subclass of application/xml + * image/avif: move acronym and expansion to separate fields from + comment + * freedesktop_generate.sh: Don't hardcode ninja + * Add text/x-mpl2 + * application/x-apple-systemprofiler+xml: require + _SPCommandLineArguments in plist + * image/jpeg: add test case with embedded property list XML + * audio/vnd.dts.hd: include parent type magic in magic match + * model/gltf+json: new type + * model/gltf-binary: new type + * application/x-object: add *.mod and a test case + * application/x-mod: add some ProTracker magics and a test case + * image/jxl: include test files in test list + * tests: add trailing linefeed to mime-detection list + * Make application/x-mswinurl a subclass of text/plain + * Change description for *.desktop files to "desktop entry" + * application/x-x509-ca-cert: add magics and test cases + * application/pkix-cert: add BEGIN/END X509 CERTIFICATE magic + * application/pkix-crl: add magic and test case + * application/pkix-cert: add magic and test case + * image/jxl: new type + * Added .sc filename extension for Scala source code, as it is + occasionally used + * application/schema+json: new type + * Add text/x-crystal + * application/x-krita: remove stray period from comment + * adding org-mode + * Add Elixir source code mime type + * Add two new offsets for .kra and .krz + * text/x-python3: add *.pyi glob (Python stub files) + * image/x-canon-cr3: new type + * image/x-xpixmap: make XPM3 magic more specific + * image/x-xpixmap: add XPM2 magic + * application/x-troff-man: add *.[1-9] glob + * application/toml: new type + * Lower priority of "BEGIN {" for perl, awk uses that too + * Add Smacker video type video/vnd.radgamettools.smacker + * Clarify database license + * meson: make xmlto optional, build spec only if found + * application/x-7z-compressed: add *.7z.001 glob + * Add Bink video type video/vnd.radgamettools.bink + * image/x-nikon-nrw: add test case + * image/x-nikon-nrw: new type + * application/x-vhdx-disk: improve acronym and its expansion + * application/ovf: new type + * application/x-qed-disk: new type + * application/x-vdi-disk: new type + * application/x-vmdk-disk: new type + * application/x-vhd-disk, /x-vhdx-disk: new types + * application/vnd.apple.numbers, .pages: add older magics and + test cases + * Add text/x-dart + * application/vnd.apple.numbers, /vnd.apple.pages: new types + * xdgmime: configure as submodule +- Drop obsolete patches: + * fix-build-meson-0_60.patch + * drop-itstool-dep.patch + +------------------------------------------------------------------- Old: ---- drop-itstool-dep.patch fix-build-meson-0_60.patch shared-mime-info-2.1.tar.xz New: ---- shared-mime-info-2.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shared-mime-info.spec ++++++ --- /var/tmp/diff_new_pack.HxE4Ao/_old 2022-04-05 19:55:11.510408577 +0200 +++ /var/tmp/diff_new_pack.HxE4Ao/_new 2022-04-05 19:55:11.514408533 +0200 @@ -1,7 +1,7 @@ # # spec file for package shared-mime-info # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,15 @@ # -%define commitid 0ee50652091363ab0d17e335e5e74fbe - Name: shared-mime-info -Version: 2.1 +Version: 2.2 Release: 0 Summary: Shared MIME Database License: GPL-2.0-or-later Group: System/X11/Utilities URL: https://gitlab.freedesktop.org/xdg/shared-mime-info -Source0: %{url}/uploads/%{commitid}/%{name}-%{version}.tar.xz +Source0: https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/%{version}/%{name}-%{version}.tar.bz2 Source1: macros.shared-mime-info -# PATCH-FIX-UPSTREAM fix-build-meson-0_60.patch -- Fix build with meson 0.60 and newer -Patch0: fix-build-meson-0_60.patch -# PATCH-FIX-UPSTREAM drop-itstool-dep.patch -- Drop itstool as it is no longer needed -Patch1: drop-itstool-dep.patch - BuildRequires: glib2-devel BuildRequires: libxml2-devel # needed for xmllint ++++++ shared-mime-info-2.1.tar.xz -> shared-mime-info-2.2.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info-2.1.tar.xz /work/SRC/openSUSE:Factory/.shared-mime-info.new.1900/shared-mime-info-2.2.tar.bz2 differ: char 1, line 1