diff --git a/shared-mime-info-0.22.tar.bz2 b/shared-mime-info-0.22.tar.bz2
deleted file mode 100644
index f7ec527..0000000
--- a/shared-mime-info-0.22.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d933caa25caacd57dc8b37f68d222acec3ba3c9d076828d34f006499f6301fb2
-size 417120
diff --git a/shared-mime-info-0.23.tar.bz2 b/shared-mime-info-0.23.tar.bz2
new file mode 100644
index 0000000..a243f15
--- /dev/null
+++ b/shared-mime-info-0.23.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:038faac46b629968f98dd8ead54ad0ced71fa438b59fca3a144000e0b7f01620
+size 475904
diff --git a/shared-mime-info-ufraw.patch b/shared-mime-info-ufraw.patch
deleted file mode 100644
index 86fcb3d..0000000
--- a/shared-mime-info-ufraw.patch
+++ /dev/null
@@ -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>MacPaint Bitmap image
-+
-+
-
- <_comment>Office drawing
-
diff --git a/shared-mime-info.changes b/shared-mime-info.changes
index 8936a26..aba42ef 100644
--- a/shared-mime-info.changes
+++ b/shared-mime-info.changes
@@ -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
diff --git a/shared-mime-info.spec b/shared-mime-info.spec
index ab80b05..42925e5 100644
--- a/shared-mime-info.spec
+++ b/shared-mime-info.spec
@@ -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