From 7f4f3fec26403aa4a6d88df2fba4f09bfbe669c1dce9511fb73446c6f7ef6142 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Aug 2008 19:37:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shared-mime-info?expand=0&rev=8 --- shared-mime-info-0.23.tar.bz2 | 3 --- shared-mime-info-0.51.tar.bz2 | 3 +++ shared-mime-info-mof.patch | 14 -------------- shared-mime-info.changes | 12 ++++++++++++ shared-mime-info.spec | 33 +++++++++++++++++++++++---------- 5 files changed, 38 insertions(+), 27 deletions(-) delete mode 100644 shared-mime-info-0.23.tar.bz2 create mode 100644 shared-mime-info-0.51.tar.bz2 delete mode 100644 shared-mime-info-mof.patch diff --git a/shared-mime-info-0.23.tar.bz2 b/shared-mime-info-0.23.tar.bz2 deleted file mode 100644 index a243f15..0000000 --- a/shared-mime-info-0.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:038faac46b629968f98dd8ead54ad0ced71fa438b59fca3a144000e0b7f01620 -size 475904 diff --git a/shared-mime-info-0.51.tar.bz2 b/shared-mime-info-0.51.tar.bz2 new file mode 100644 index 0000000..d91157e --- /dev/null +++ b/shared-mime-info-0.51.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c247e03418d6b90bcbc0da6c1abe6ac9cd5bacf9c3a2f3b6105376cf7b0eed8 +size 445565 diff --git a/shared-mime-info-mof.patch b/shared-mime-info-mof.patch deleted file mode 100644 index ece9c2f..0000000 --- a/shared-mime-info-mof.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- freedesktop.org.xml.in -+++ freedesktop.org.xml.in -@@ -3776,6 +3776,11 @@ - Qt Meta Object Compiler - - -+ -+ -+ <_comment>Managed Object Format -+ -+ - - - <_comment>Mup publication diff --git a/shared-mime-info.changes b/shared-mime-info.changes index 03eba48..59d3733 100644 --- a/shared-mime-info.changes +++ b/shared-mime-info.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Aug 20 12:51:12 CEST 2008 - sbrabec@suse.cz + +- Updated to version 0.51: + * many new MIME types recognized + * improved magic + * improved translatability + * implemented tree content types, in the treemagic file + * remove several useless MIME types + * new algorighms in update-mime-database + * for more see NEWS file + ------------------------------------------------------------------- Mon Jan 28 14:20:13 CET 2008 - sbrabec@suse.cz diff --git a/shared-mime-info.spec b/shared-mime-info.spec index ced4ac3..f01c383 100644 --- a/shared-mime-info.spec +++ b/shared-mime-info.spec @@ -1,26 +1,33 @@ # -# spec file for package shared-mime-info (Version 0.23) +# spec file for package shared-mime-info (Version 0.51) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: shared-mime-info BuildRequires: glib2-devel intltool libxml2-devel perl-XML-Parser -Version: 0.23 -Release: 10 +Version: 0.51 +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-mof.patch # needed by mime-info-to-mime: Requires: /bin/rm /bin/mkdir /usr/bin/fgrep # needed by update-mime-database @@ -44,7 +51,6 @@ Authors: %prep %setup -q -%patch %build %configure @@ -66,13 +72,20 @@ usr/bin/update-mime-database usr/share/mime >/dev/null %doc COPYING ChangeLog NEWS README %{_bindir}/* %{_datadir}/mime/packages/*.xml -%ghost %dir %{_datadir}/mime/x-epoc -%ghost %{_datadir}/mime/x-epoc/*.xml %{_datadir}/pkgconfig/*.pc -%ghost %{_datadir}/mime/[a-ms-vX]* +%ghost %{_datadir}/mime/[a-ms-vxX]* %{_mandir}/man?/*.* %changelog +* Wed Aug 20 2008 sbrabec@suse.cz +- Updated to version 0.51: + * many new MIME types recognized + * improved magic + * improved translatability + * implemented tree content types, in the treemagic file + * remove several useless MIME types + * new algorighms in update-mime-database + * for more see NEWS file * Mon Jan 28 2008 sbrabec@suse.cz - Added support for MOF files (#194558, Freedesktop#14278). * Thu Dec 20 2007 jpr@suse.de