Accepting request 32300 from GNOME:Factory
Copy from GNOME:Factory/shared-mime-info based on submit request 32300 from user vuntz OBS-URL: https://build.opensuse.org/request/show/32300 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shared-mime-info?expand=0&rev=13
This commit is contained in:
parent
b5af0caef2
commit
abcdbb7692
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f9a3a6af30c43611db7b7873b91e96197ffc0c89b8e1ee16bc9f893e12c0ca0
|
||||
size 497575
|
3
shared-mime-info-0.71.tar.bz2
Normal file
3
shared-mime-info-0.71.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d8f97f17de77ae0d8a3a4ef357280ef444da87f4ce19170392712d0c2f6d04f
|
||||
size 493216
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 16:02:00 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.71:
|
||||
+ Mime-type Changes:
|
||||
- Add magic for FLAC files
|
||||
- Add ICC profiles
|
||||
- Remove duplicate XUL definition
|
||||
- Add IT8.7/2 profiles
|
||||
- Add Apple's HTTP Live Streaming playlists
|
||||
- Add application/pkix-crl
|
||||
- Match *xsl and *xslt to application/xslt+xml
|
||||
- Add *.eml glob for message/rfc822 messages
|
||||
- Add
|
||||
application/vnd.openxmlformats-officedocument.presentationml.slideshow
|
||||
- Update MathML definition
|
||||
- Add application/x-java-keystore and
|
||||
application/x-java-jce-keystore
|
||||
- Add OpenDocument test cases, flat XML file definitions
|
||||
- Make D sources a sub-class of C sources
|
||||
+ Specification:
|
||||
- Update version to 0.19
|
||||
- Work around misnamed arabic locale by renaming ara to ar.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 13:24:37 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package shared-mime-info (Version 0.70)
|
||||
# spec file for package shared-mime-info (Version 0.71)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@ Name: shared-mime-info
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libxml2-devel
|
||||
Version: 0.70
|
||||
Version: 0.71
|
||||
Release: 1
|
||||
Url: http://freedesktop.org/wiki/Software/shared-mime-info
|
||||
Group: System/X11/Utilities
|
||||
@ -54,6 +54,8 @@ This package contains: - The freedesktop.org shared MIME database
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
# Fix issue with locale arabic locale (fdo#26519)
|
||||
mv %{buildroot}%{_datadir}/locale/ara %{buildroot}%{_datadir}/locale/ar
|
||||
install %{S:1} $RPM_BUILD_ROOT%{_bindir}/
|
||||
%find_lang %{name}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user