Hello community,
here is the log from the commit of package shared-mime-info for
openSUSE:Factory checked in at 2020-04-15 19:53:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
and /work/SRC/openSUSE:Factory/.shared-mime-info.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shared-mime-info"
Wed Apr 15 19:53:29 2020 rev:61 rq:793805 version:1.15
Changes:
--------
--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2020-01-28 10:52:58.916877133 +0100
+++
/work/SRC/openSUSE:Factory/.shared-mime-info.new.2738/shared-mime-info.changes
2020-04-15 19:53:33.301573565 +0200
@@ -1,0 +2,39 @@
+Sat Apr 11 17:07:32 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 1.15:
+ + Add Kindle 8 eBook format.
+ + Fix some HTML files being detected as XML.
+- Changes from version 1.14:
+ + Add mime-type for QCOW images.
+ + Fix matching SVG files in some circumstances (again).
+- Changes from version 1.13.1:
+ + Fix matching SVG files in some circumstances.
+- Changes from version 1.13:
+ + Add code of conduct document.
+ + Use itstool and gettext to generate translations.
+ + Add content-tree type for OSTree USB repositories.
+ + Add match for MPEG-4 v1 videos.
+ + Adjust a lot of user readable mime-type descriptions.
+ + Fix WOFF/WOFF2 mime-types.
+ + Prefer text/html to XHTML for *.html files.
+ + Better magic for text/html files.
+ + Fix SVG magic for files embedded in HTML.
+ + Add *.sgd as a glob for Mega Drive ROMs.
+ + Specification: Mention that sub-class-of can be aliases.
+ + Tools: Enable Large File Support in update-mime-database.
+ + Test suite:
+ - Make test suite failures fatal.
+ - Add test for duplicate mime-types.
+ - Fix WarpScript test.
+ - Generate the specification in the CI, to avoid it becoming
+ syntactically invalid.
+- Stop using source service, it leads to a undetected build cycle.
+- Following this: Drop libtool BuildRequires and stop passing
+ autogen.sh to bootstrap, we are now using upstream release
+ tarballs.
+- Add itstool BuildRequires: New dependency.
+- Disable t-u-u, currently breaks the build.
+- Stop passing --disable-default-make-check to configure, no longer
+ needed, nor recognized.
+
+-------------------------------------------------------------------
Old:
----
_service
shared-mime-info-1.12.obscpio
shared-mime-info.obsinfo
New:
----
shared-mime-info-1.15.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ shared-mime-info.spec ++++++
--- /var/tmp/diff_new_pack.Eltbi2/_old 2020-04-15 19:53:34.985574324 +0200
+++ /var/tmp/diff_new_pack.Eltbi2/_new 2020-04-15 19:53:34.989574326 +0200
@@ -1,7 +1,7 @@
#
# spec file for package shared-mime-info
#
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 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,25 @@
#
+%define commitid b27eb88e4155d8fccb8bb3cd12025d5b
+
Name: shared-mime-info
-Version: 1.12
+Version: 1.15
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: %{name}-%{version}.tar.xz
+URL: https://gitlab.freedesktop.org/xdg/shared-mime-info
+Source0: %{url}/uploads/%{commitid}/%{name}-%{version}.tar.xz
Source1: macros.shared-mime-info
+
BuildRequires: glib2-devel
BuildRequires: intltool
-BuildRequires: libtool
+BuildRequires: itstool
BuildRequires: libxml2-devel
# needed for xmllint
BuildRequires: libxml2-tools
-BuildRequires: translation-update-upstream
+#BuildRequires: translation-update-upstream
# libgio-2_0-0 Requires: shared-mime-info, but this can't exist yet. We
explicitly ignore this dependency here.
#!BuildIgnore: shared-mime-info
# needed by update-mime-database
@@ -50,12 +53,11 @@
%prep
%autosetup -p1
-translation-update-upstream
+# Broken as of 1.15
+#translation-update-upstream
%build
-NOCONFIGURE=1 ./autogen.sh
%configure \
- --disable-default-make-check \
%{nil}
%make_build
@@ -66,7 +68,7 @@
install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info
%check
-make %{?_smp_mflags} check
+%make_build check
%filetriggerin -- %{_datadir}/mime
export PKGSYSTEM_ENABLE_FSYNC=0