Accepting request 427730 from GNOME:Factory
(forwarded request 426853 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/427730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shared-mime-info?expand=0&rev=49
This commit is contained in:
commit
cf81b20fe9
@ -1,26 +0,0 @@
|
||||
From c6f5d831d2e8838f65895ce9c59e1ccc2d22a1c2 Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Stieger <astieger@suse.com>
|
||||
Date: Thu, 9 Jun 2016 18:35:20 +0200
|
||||
Subject: [PATCH] Add alias application/nappdf for application/pdf
|
||||
Upstream: committed
|
||||
References: https://bugs.freedesktop.org/show_bug.cgi?id=96463 https://bugzilla.opensuse.org/show_bug.cgi?id=984021
|
||||
|
||||
---
|
||||
freedesktop.org.xml.in | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
|
||||
index 34a5d00..38c292a 100644
|
||||
--- a/freedesktop.org.xml.in
|
||||
+++ b/freedesktop.org.xml.in
|
||||
@@ -215,6 +215,7 @@ command to generate the output files.
|
||||
<alias type="application/x-pdf"/>
|
||||
<alias type="image/pdf"/>
|
||||
<alias type="application/acrobat"/>
|
||||
+ <alias type="application/nappdf"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/xspf+xml">
|
||||
<_comment>XSPF playlist</_comment>
|
||||
--
|
||||
2.6.6
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2f8f85b6467933824180d0252bbcaee523f550a8fbc95cc4391bd43c03bc34c
|
||||
size 557240
|
3
shared-mime-info-1.7.tar.xz
Normal file
3
shared-mime-info-1.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eacc781cfebaa2074e43cf9521dc7ab4391ace8a4712902b2841669c83144d2e
|
||||
size 582172
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 06:46:00 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.7:
|
||||
+ Add mime-types for a number of video games systems ROMS (Atari
|
||||
7800, Atari 2600, Neo Geo Pocket, Sega CD/Mega-CD, Game Boy
|
||||
Color, Genesis 32X, Sega SG-1000, Sega Game Gear, Sega Pico).
|
||||
+ Add mime-type for .tar.lz and tar.lz4 archives.
|
||||
+ Add mime-type for Jupyter Notebook files.
|
||||
+ Add Flatpak mime-types and add compatibility for xdg-app ones.
|
||||
+ Add *.dib glob to BMP images.
|
||||
+ Use official IANA mime-types for WMF and EMF images.
|
||||
+ Add application/raml+yaml mime-type.
|
||||
+ Add GPX mimetypes as found in the wild.
|
||||
+ Add application/vnd.squashfs and
|
||||
application/vnd.snap mime-types.
|
||||
+ Add mime-type for IGES documents.
|
||||
+ Add mime-types for Sass CSS pre-processor files.
|
||||
..+.Add mime-type for Twig templates.
|
||||
+ Add alias application/nappdf for application/pdf.
|
||||
+ Add mimetype for AppImage.
|
||||
+ Add application/x-bsdiff mime-type.
|
||||
+ Add Gherkin feature specifications mime-type.
|
||||
+ Use official IANA registered type for
|
||||
application/vnd.chess-pgn.
|
||||
+ Use new IANA registered type for application/geo+json.
|
||||
+ Use official IANA registered type for
|
||||
application/vnd.comicbook+zip.
|
||||
+ Use official IANA registered type for application/vnd.rar.
|
||||
+ Use official IANA registered type for
|
||||
application/vnd.framemaker.
|
||||
+ Improve VRML mime-type.
|
||||
+ Better MPEG-2 TS magic.
|
||||
+ Better magic for 669 tracker MOD files.
|
||||
+ Fix misdetection of zip files as their content.
|
||||
+ Fix multi-page DjVu detection by file.
|
||||
+ Fix TGA magic detection.
|
||||
+ Fixes related to AMR audio files.
|
||||
+ Remove "*.sg" glob for Sega Master System ROM types.
|
||||
- Drop 0001-Add-alias-application-nappdf-for-application-pdf.patch:
|
||||
Fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 10:46:29 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: shared-mime-info
|
||||
Version: 1.6
|
||||
Version: 1.7
|
||||
Release: 0
|
||||
Url: http://freedesktop.org/wiki/Software/shared-mime-info
|
||||
Summary: Shared MIME Database
|
||||
@ -26,8 +26,6 @@ Group: System/X11/Utilities
|
||||
Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
|
||||
Source1: mime-info-to-mime
|
||||
Source2: macros.shared-mime-info
|
||||
# PATCH-FIX-UPSTREAM 0001-Add-alias-application-nappdf-for-application-pdf.patch boo#984021 astieger@suse.com -- Add alias application/nappdf for application/pdf
|
||||
Patch0: 0001-Add-alias-application-nappdf-for-application-pdf.patch
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libxml2-devel
|
||||
@ -58,7 +56,6 @@ This package contains:
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user