12
0

Accepting request 880996 from GNOME:Next

GNOME 40 - here we come

OBS-URL: https://build.opensuse.org/request/show/880996
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/shared-mime-info?expand=0&rev=93
This commit is contained in:
2021-03-24 16:39:47 +00:00
committed by Git OBS Bridge
parent 6fdc4df712
commit 8897ee698a

View File

@@ -1,30 +1,42 @@
-------------------------------------------------------------------
Wed Jan 6 12:41:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.1:
* New maintainers: David Faure and Ville Skyttä
* Adapt to xdgmime behaviour change: in case of multiple glob matches, and the magic match is unrelated to all of them, ignore the magic and pick one of the glob matches. xdgmime was actually deviating from the spec on this. (#138)
* Improve text/vnd.trolltech.linguist magic to reduce false positives for MPEG TS files (#10)
* audio/mpeg: add layer 2, 2.5, and 1 protected magics (#46)
* Add many aliases for image/x-tga
* audio/x-mod: improve magic for 669 Composer files (#144)
* Add mime-type image/ktx2 (Khronos image texture format version 2)
* application/oxps: differentiate from /vnd.ms-xpsdocument
* Make image/g3fax the canonical name for image/fax-g3
* Make text/vnd.trolltech.linguist the canonical name for text/vnd.qt.linguist
* Make application/vnd.smaf the canonical name for application/x-smaf
* Make application/vnd.apple.keynote the canonical name for application/x-iwork-keynote-sffkey
* Add mime-type image/astc (Adaptive Scalable Texture Compression files)
* Add mime-type for SageMath script files (*.sage)
* Add mime-type for Kaitai Struct
* Remove application/x-dc-rom
* Add mime-type for MAME compressed hard disk image (application/x-mame-chd)
* Add mime-types application/nintendo-3ds-executable, application/x-nintendo-3ds-rom
* Add mime-types application/x-dreamcast-rom, application/x-gd-rom-cue, application/x-discjuggler-cd-image
* Add mime-type application/x-compressed-iso (*.cso)
* Remove image/avif-sequence
* Fix application/x-sharedlib vs application/x-executable confusion for PIE executables (#11)
- drop smi-Fix-pkg-config-installation-path.patch (obsolete)
- Update to version 2.1:
+ Adapt to xdgmime behaviour change: in case of multiple glob
matches, and the magic match is unrelated to all of them,
ignore the magic and pick one of the glob matches. xdgmime was
actually deviating from the spec on this.
+ Improve text/vnd.trolltech.linguist magic to reduce false
positives for MPEG TS files.
+ audio/mpeg: add layer 2, 2.5, and 1 protected magics.
+ Add many aliases for image/x-tga.
+ audio/x-mod: improve magic for 669 Composer files.
+ Add mime-type image/ktx2 (Khronos image texture format
version 2).
+ application/oxps: differentiate from /vnd.ms-xpsdocument.
+ Make image/g3fax the canonical name for image/fax-g3.
+ Make text/vnd.trolltech.linguist the canonical name for
text/vnd.qt.linguist.
+ Make application/vnd.smaf the canonical name for
application/x-smaf,
+ Make application/vnd.apple.keynote the canonical name for
application/x-iwork-keynote-sffkey.
+ Add mime-type image/astc (Adaptive Scalable Texture Compression
files).
+ Add mime-type for SageMath script files (*.sage).
+ Add mime-type for Kaitai Struct.
+ Remove application/x-dc-rom.
+ Add mime-type for MAME compressed hard disk image
(application/x-mame-chd).
+ Add mime-types application/nintendo-3ds-executable,
application/x-nintendo-3ds-rom.
+ Add mime-types application/x-dreamcast-rom,
application/x-gd-rom-cue, application/x-discjuggler-cd-image.
+ Add mime-type application/x-compressed-iso (*.cso).
+ Remove image/avif-sequence.
+ Fix application/x-sharedlib vs application/x-executable
confusion for PIE executables.
- Drop smi-Fix-pkg-config-installation-path.patch: fixed upstream.
-------------------------------------------------------------------
Tue May 19 18:08:38 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
@@ -32,7 +44,7 @@ Tue May 19 18:08:38 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Revert the previous change, we should not own
/usr/share/mime/application: ref the spec upstream, this is
wrong. Any application depending on this previous error needs to
be fixed on a individual basis. Upstream ref:
be fixed on a individual basis. Upstream ref:
https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.18.html#idm45709761658688
-------------------------------------------------------------------