From 93f1ffb072abb242ec60d0a98519046ea56e8934f753be437c8dcc80ce38d8da Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 16 Oct 2023 09:41:06 +0000 Subject: [PATCH] Accepting request 1117712 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/1117712 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/shared-mime-info?expand=0&rev=102 --- shared-mime-info-2.2.tar.bz2 | 3 -- shared-mime-info-2.3.tar.bz2 | 3 ++ shared-mime-info.changes | 84 ++++++++++++++++++++++++++++++++++++ shared-mime-info.spec | 6 ++- 4 files changed, 91 insertions(+), 5 deletions(-) delete mode 100644 shared-mime-info-2.2.tar.bz2 create mode 100644 shared-mime-info-2.3.tar.bz2 diff --git a/shared-mime-info-2.2.tar.bz2 b/shared-mime-info-2.2.tar.bz2 deleted file mode 100644 index 8f4e476..0000000 --- a/shared-mime-info-2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:418c480019d9865f67f922dfb88de00e9f38bf971205d55cdffab50432919e61 -size 6428871 diff --git a/shared-mime-info-2.3.tar.bz2 b/shared-mime-info-2.3.tar.bz2 new file mode 100644 index 0000000..b496bd3 --- /dev/null +++ b/shared-mime-info-2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ac085d82e2e654e40e34c13d97b74f6657357ee6b443d922695adcf548961c +size 6643480 diff --git a/shared-mime-info.changes b/shared-mime-info.changes index 093d08e..aa7ba2f 100644 --- a/shared-mime-info.changes +++ b/shared-mime-info.changes @@ -1,3 +1,87 @@ +------------------------------------------------------------------- +Fri Oct 13 18:14:13 UTC 2023 - Bjørn + +- Update to version 2.3: + * Add DOS/Windows batch file type + * Add Gerber and Excellon drill files + * Add JPEG XR mime type + * Add Modrinth modpack + * Add OpenVPN profile + * Add Portable Font Resource application/font-tdpfr. + * Add TAK audio mime type + * Add application/vnd.microsoft.windows.thumbnail-cache + * Add application/vnd.ms-officetheme + * Add application/x-bzip for bzip2's deprecated predecessor bzip + * Add application/x-bzip3 + * Add application/x-fishscript and application/x-nuscript + * Add application/x-ms-pdb + * Add application/x-zpaq + * Add definition and test file for StuffIt X archives. + * Add image/apng + * Add mime type for Typst files + * Add mimetype application/x-lmdb + * Add mimetype for Blueprint source code + * Add mimetype for CBOR + * Add mimetype for Devicetree source code + * Add mimetype for ERIS link files + * Add mimetype for Flattened Devicetree (binary) + * Add mimetype for Quite OK Image Format (QOI) + * Add perf data file type + * Add subclass information for .ppt and .xls + * Add support for newer AAXC Audible Audiobook format + * Add text/julia for Julia source code + * Add text/x-nim and text/x-nimscript + * Add todo.txt mime type + * Add two new languages + * Avoid meson errors when 'build-tools' is set to false + * Bump magic priority for application/ovf + * CI: Use dnf5 instead of dnf + * Change descriptions to say LibreOffice rather than OpenOffice + * Don't install man page on Windows + * Fix description for audio/x-xi + * Give application/x-raw-floppy-disk-image the floppy media icon + * Give generic optical disk images the optical media icon + * Identify .pdb files without a signature match as + application/vnd.palm + * Improve matching for message/rfc822 + * Lengthen image/png magic + * Make application/pgp-* not inherit from text/plain + * Make application/vnd.squashfs a subclass of + application/vnd.efi.img + * Make update-mime-database compatible with MSVC (by porting it + to C++) + * Prefer application/java-archive to application/x-java-archive + * Prefer application/vnd.efi.img over + application/x-raw-disk-image + * Prefer application/vnd.efi.iso over application/x-cd-image + * Prefer audio/vnd.wave over audio/x-wav + * Prefer video/vnd.avi over video/x-msvideo + * Remove "##" magic for matlab files + * Rename application/x-bzip to application/x-bzip2 + * Revert "use Title Case for mime type description" + * Update application/sieve. + * Updated to latest xdgmime + * add tiled map editor map and tileset files + * application/javascript: Rename to text/javascript + * application/vnd.dart: use IANA registered type + * application/vnd.dbf: use IANA registered type + * application/yaml: use IANA registered type + * audio/x-wav: Add missing sub-class relationship with + application/x-riff + * buildsystem - add options for building tests and translations + * ci: Use ci-templates to build image + * ci: Use detached pipelines + * icons for 3d model formats + * spec: Clarify that namespaceURI can be empty + * text/markdown: add x-office-document generic-icon + * text/vnd.familysearch.gedcom: use IANA registered type + * use Sentence case for mime type descriptions + * use Title Case for mime type description + * video/vnd.youtube.yt: add magic + * video/vnd.youtube.yt: use IANA registered type +- Add generic c++_compiler BuildRequires: shared-mime-info now + depends on a c++ compiler. + ------------------------------------------------------------------- Wed Mar 29 16:09:18 UTC 2023 - Dominique Leuenberger diff --git a/shared-mime-info.spec b/shared-mime-info.spec index f590aac..09a95d4 100644 --- a/shared-mime-info.spec +++ b/shared-mime-info.spec @@ -18,14 +18,16 @@ %global __requires_exclude ^/usr/bin/pkg-config$ Name: shared-mime-info -Version: 2.2 +Version: 2.3 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: https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/%{version}/%{name}-%{version}.tar.bz2 +Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2 Source1: macros.shared-mime-info + +BuildRequires: c++_compiler BuildRequires: glib2-devel BuildRequires: libxml2-devel # needed for xmllint