OBS User unknown 2007-12-22 18:34:15 +00:00 committed by Git OBS Bridge
parent 5904df7a3e
commit b0cab09eb0
5 changed files with 54 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d933caa25caacd57dc8b37f68d222acec3ba3c9d076828d34f006499f6301fb2
size 417120

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:038faac46b629968f98dd8ead54ad0ced71fa438b59fca3a144000e0b7f01620
size 475904

View File

@ -1,16 +0,0 @@
https://bugs.freedesktop.org/show_bug.cgi?id=8170
Index: freedesktop.org.xml.in
===================================================================
--- freedesktop.org.xml.in.orig
+++ freedesktop.org.xml.in
@@ -3014,6 +3014,10 @@ command to generate the output files.
<_comment>MacPaint Bitmap image</_comment>
<glob pattern="*.pntg"/>
</mime-type>
+ <mime-type type="image/x-macpaint">
+ <_comment>MacPaint Bitmap image</_comment>
+ <glob pattern="*.pntg"/>
+ </mime-type>
<mime-type type="image/x-msod">
<_comment>Office drawing</_comment>
<glob pattern="*.msod"/>

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Dec 20 16:57:09 CET 2007 - jpr@suse.de
- Update to 0.23
* Mime-type Changes:
- Add QTIF QuickTime image
- Add SDP stream description
- Add Vala source file
- Add Atom feed, OPML
- Add SAMI, MicroDVD, MPSub, SSA subtitles
- Add audio/x-m4b as a sub-class of audio/mp4
- Add *.aac as a suffix for MPEG-4 audio files
- Add Compressed Flash detection, add FutureSplash support
- Add *.asc as a suffix for PGP armoured keys
- Add application/msword as a sub-class of application/x-ole-storage
- Don't associate *.htm and *.html to Mozilla bookmarks
- Add more aliases for PowerPoint and Word mime-types
- Add *.vlc as a suffix for m3u files
- Better magic for Word and Office documents
- Split Windows Media Station playlists from ASX ones
- Fix up JPEG 2000 mime-types
* Other:
- Add a testsuite in the CVS tree
- Remove shared-mime-info-ufraw.patch, it was completely upstreamed
-------------------------------------------------------------------
Tue Dec 18 12:31:09 CET 2007 - ro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package shared-mime-info (Version 0.22)
# spec file for package shared-mime-info (Version 0.23)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,15 +12,14 @@
Name: shared-mime-info
BuildRequires: glib2-devel intltool libxml2-devel perl-XML-Parser
Version: 0.22
Release: 27
Version: 0.23
Release: 1
Url: http://freedesktop.org/wiki/Software/shared-mime-info
Group: System/X11/Utilities
License: GPL v2 or later
Summary: Shared MIME Database
Source: %{name}-%{version}.tar.bz2
Source1: mime-info-to-mime
Patch: shared-mime-info-ufraw.patch
AutoReqProv: on
# needed by mime-info-to-mime:
Requires: /bin/rm /bin/mkdir /usr/bin/fgrep
@ -45,12 +44,10 @@ Authors:
%prep
%setup -q
%patch
%build
autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
%__make %{?jobs:-j%jobs}
%install
%makeinstall
@ -75,6 +72,28 @@ usr/bin/update-mime-database usr/share/mime >/dev/null
%{_mandir}/man?/*.*
%changelog
* Thu Dec 20 2007 - jpr@suse.de
- Update to 0.23
* Mime-type Changes:
- Add QTIF QuickTime image
- Add SDP stream description
- Add Vala source file
- Add Atom feed, OPML
- Add SAMI, MicroDVD, MPSub, SSA subtitles
- Add audio/x-m4b as a sub-class of audio/mp4
- Add *.aac as a suffix for MPEG-4 audio files
- Add Compressed Flash detection, add FutureSplash support
- Add *.asc as a suffix for PGP armoured keys
- Add application/msword as a sub-class of application/x-ole-storage
- Don't associate *.htm and *.html to Mozilla bookmarks
- Add more aliases for PowerPoint and Word mime-types
- Add *.vlc as a suffix for m3u files
- Better magic for Word and Office documents
- Split Windows Media Station playlists from ASX ones
- Fix up JPEG 2000 mime-types
* Other:
- Add a testsuite in the CVS tree
- Remove shared-mime-info-ufraw.patch, it was completely upstreamed
* Tue Dec 18 2007 - ro@suse.de
- fix filelist to silence rpm -V output
* Fri Aug 03 2007 - maw@suse.de