Update to 1.0
This commit is contained in:
parent
6b43642299
commit
6ba65ec84e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ shared-mime-info-0.71.tar.bz2
|
||||
/shared-mime-info-0.80.tar.bz2
|
||||
/shared-mime-info-0.90.tar.bz2
|
||||
/shared-mime-info-0.91.tar.xz
|
||||
/shared-mime-info-1.0.tar.xz
|
||||
|
@ -1,24 +0,0 @@
|
||||
From bb6a26ff9f45363e8290372e113044a2dd2b70dd Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Mon, 21 Nov 2011 18:18:54 +0000
|
||||
Subject: Fix MP3 being detected as Qt Designer
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=664457
|
||||
---
|
||||
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
|
||||
index 6af2c45..145dd5a 100644
|
||||
--- a/freedesktop.org.xml.in
|
||||
+++ b/freedesktop.org.xml.in
|
||||
@@ -1584,8 +1584,8 @@ command to generate the output files.
|
||||
<generic-icon name="x-office-document"/>
|
||||
<sub-class-of type="application/xml"/>
|
||||
<magic>
|
||||
- <match type="string" value="<ui" offset="0:256"/>
|
||||
- <match type="string" value="<UI" offset="0:256"/>
|
||||
+ <match type="string" value="<ui " offset="0:256"/>
|
||||
+ <match type="string" value="<UI " offset="0:256"/>
|
||||
</magic>
|
||||
<glob pattern="*.ui"/>
|
||||
</mime-type>
|
||||
--
|
||||
cgit v0.9.0.2-2-gbebe
|
@ -1,7 +1,7 @@
|
||||
Summary: Shared MIME information database
|
||||
Name: shared-mime-info
|
||||
Version: 0.91
|
||||
Release: 7%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://freedesktop.org/Software/shared-mime-info
|
||||
@ -19,7 +19,6 @@ Source4: shotwell-viewer-defaults.list
|
||||
|
||||
# Work-around for https://bugs.freedesktop.org/show_bug.cgi?id=40354
|
||||
Patch0: 0001-Remove-sub-classing-from-OO.o-mime-types.patch
|
||||
Patch1: shared-mime-info-fix-applications-desktop-mime-recognition.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libxml2-devel
|
||||
@ -42,7 +41,6 @@ and looking up the correct MIME type in a database.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .ooo-zip
|
||||
%patch1 -p1 -b .fix-mp3
|
||||
|
||||
%build
|
||||
|
||||
@ -89,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 1.0-1
|
||||
- Update to 1.0
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user