From 3b795ca33e6ef995ad16d835acb9969ce102e65a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 18 Oct 2004 13:33:58 +0000 Subject: [PATCH] - Fix for mime sniffing on big-endian --- shared-mime-info.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shared-mime-info.spec b/shared-mime-info.spec index 1afbb08..a350253 100644 --- a/shared-mime-info.spec +++ b/shared-mime-info.spec @@ -1,13 +1,15 @@ Summary: Shared MIME information database Name: shared-mime-info Version: 0.15 -Release: 9 +Release: 10 License: GPL Group: System Environment/Libraries URL: http://freedesktop.org/Software/shared-mime-info Source0: %{name}-%{version}.tar.gz Source1: defaults.list Patch0: shared-mime-info-0.15-xul.patch +# Endian patch from https://freedesktop.org/bugzilla/show_bug.cgi?id=1507 +Patch1: shared-mime-info-0.15-endian.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: libxml2-devel BuildRequires: glib2-devel @@ -26,6 +28,7 @@ and looking up the correct MIME type in a database. %prep %setup -q %patch0 -p1 -b .xul +%patch1 -p0 -b .endian %build @@ -59,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/* %changelog +* Mon Oct 18 2004 Alexander Larsson - 0.15-10 +- Fix for mime sniffing on big-endian + * Thu Oct 14 2004 Colin Walters - 0.15-9 - Handle renaming of hxplay.desktop to realplay.desktop