osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mime-types revision:15, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mime-types?expand=0&rev=52
This commit is contained in:
parent
c3c76e9fe8
commit
f73325c033
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 12:57:06 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update mime-types to version 0.1.1.0.
|
||||
## 0.1.1.0
|
||||
|
||||
* Replace `audio/x-mpegurl` with IANA registered type
|
||||
`application/vnd.apple.mpegurl`.
|
||||
* Add TeX-related types; this includes `bib`, `tex`, `sty`, and `cls`.
|
||||
* Use type image/x-xcf for `.xcf` files.
|
||||
* Use type "audio/opus" for `.opus` files.
|
||||
* Add type text/vtt for `.vtt` text track files.
|
||||
* Use IANA registered type "application/vnd.rar" for `.rar` files.
|
||||
* Use font types defined in RFC 8081.
|
||||
* Replace `audio/x-m4a` with `audio/mp4`.
|
||||
* Change mime type for `.exe` files; use IANA registered type
|
||||
`application/vnd.microsoft.portable-executable`.
|
||||
* Add `video/dv` for files with extension `dv`.
|
||||
* Use 'application/xml' instead of 'text/xml'.
|
||||
* Change type for `.pcx` files to `image/vnd.zbrush.pcx`.
|
||||
* Use `text/markdown` type for `.md` and `.markdown` files.
|
||||
* Replace `application/x-gzip` with type `application/gzip`.
|
||||
|
||||
See PR [#906](https://github.com/yesodweb/wai/pull/906).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-mime-types
|
||||
#
|
||||
# Copyright (c) 2020 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name mime-types
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.0.9
|
||||
Version: 0.1.1.0
|
||||
Release: 0
|
||||
Summary: Basic mime-type handling types and functions
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2
|
||||
size 11384
|
3
mime-types-0.1.1.0.tar.gz
Normal file
3
mime-types-0.1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebd01ed4e37142cb3233d4ffe55fe879b64d4a0b5802c8bc6afa1c7670f9e11b
|
||||
size 11818
|
Loading…
Reference in New Issue
Block a user