cvsdist e8aa3bc
Summary: Shared MIME information database
cvsdist e8aa3bc
Name: shared-mime-info
Bastien Nocera 5f68bed
Version: 1.3
Rex Dieter bcb6626
Release: 6%{?dist}
9dde123
License: GPLv2+
9dde123
Group: System Environment/Base
cvsdist e8aa3bc
URL: http://freedesktop.org/Software/shared-mime-info
Bastien Nocera 72c2694
Source0: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
cvsdist ea180dc
Source1: defaults.list
0f8fd32
# Generated with:
Bastien Nocera 5df4e75
# for i in `cat /home/hadess/Projects/jhbuild/totem/data/mime-type-list.txt | grep -v audio/flac | grep -v ^#` ; do if grep MimeType /home/hadess/Projects/jhbuild/rhythmbox/data/rhythmbox.desktop.in.in | grep -q "$i;" ; then echo "$i=rhythmbox.desktop;totem.desktop;" >> totem-defaults.list ; else echo "$i=totem.desktop;" >> totem-defaults.list ; fi ; done ; for i in `cat /home/hadess/Projects/jhbuild/totem/data/uri-schemes-list.txt | grep -v ^#` ; do echo "x-scheme-handler/$i=totem.desktop;" >> totem-defaults.list ; done
0f8fd32
Source2: totem-defaults.list
Bastien Nocera d855f74
# Generated with:
Bastien Nocera 0ea10c5
# for i in `grep MimeType= /usr/share/applications/org.gnome.FileRoller.desktop | sed 's/MimeType=//' | sed 's/;/ /g'` application/x-source-rpm ; do if ! `grep -q $i defaults.list` ; then echo $i=org.gnome.FileRoller.desktop\; >> file-roller-defaults.list ; fi ; done
Bastien Nocera d855f74
Source3: file-roller-defaults.list
Bastien Nocera 3771e5b
# Generated with:
Bastien Nocera 3771e5b
# for i in `grep MimeType= /usr/share/applications/shotwell-viewer.desktop | sed 's/MimeType=//' | sed 's/;/ /g'` ; do echo $i=shotwell-viewer.desktop\; >> shotwell-viewer-defaults.list ; done
Bastien Nocera 3771e5b
Source4: shotwell-viewer-defaults.list
Kristian Høgsberg 9558efe
Bastien Nocera 3708b41
# Work-around for https://bugs.freedesktop.org/show_bug.cgi?id=40354
Bastien Nocera 3708b41
Patch0: 0001-Remove-sub-classing-from-OO.o-mime-types.patch
Bastien Nocera 3708b41
Rex Dieter be619fa
# support PKGSYSTEM_ENABLE_FSYNC
Rex Dieter 7ecbd4c
# https://bugs.freedesktop.org/show_bug.cgi?id=70366#c30
Rex Dieter 7ecbd4c
Patch1: 0007-Split-out-fdatasync-usage.patch
Rex Dieter 7ecbd4c
Patch2: 0008-Disable-fdatasync-usage-if-PKGSYSTEM_ENABLE_FSYNC-is.patch
Rex Dieter bcb6626
Patch3: 0013-Skip-mime-database-update-if-packages-are-older-than.patch
Rex Dieter bcb6626
Patch4: 0014-Add-n-option-to-update-mime-database.patch
Rex Dieter bcb6626
Rex Dieter be619fa
9dde123
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist e8aa3bc
BuildRequires:  libxml2-devel
cvsdist e8aa3bc
BuildRequires:  glib2-devel
70fecc9
BuildRequires:  gettext
cvsdist e8aa3bc
# For intltool:
9dde123
BuildRequires: perl(XML::Parser) intltool
cvsdist e8aa3bc
16988d0
Requires(post): glib2
4b9228a
cvsdist e8aa3bc
%description
cvsdist e8aa3bc
This is the freedesktop.org shared MIME info database.
cvsdist e8aa3bc
cvsdist e8aa3bc
Many programs and desktops use the MIME system to represent the types of
cvsdist e8aa3bc
files. Frequently, it is necessary to work out the correct MIME type for
cvsdist e8aa3bc
a file. This is generally done by examining the file's name or contents,
cvsdist e8aa3bc
and looking up the correct MIME type in a database.
cvsdist e8aa3bc
cvsdist e8aa3bc
%prep
Rex Dieter bcb6626
%autosetup
5880f60
cvsdist e8aa3bc
%build
Rex Dieter c23e5d9
%configure --disable-silent-rules
Rex Dieter bcb6626
# not smp safe, pretty small package anyway
Bastien Nocera 07fd37c
make
cvsdist e8aa3bc
cvsdist e8aa3bc
%install
Rex Dieter bcb6626
# speed build a bit
Rex Dieter bcb6626
PKGSYSTEM_ENABLE_FSYNC=0 \
89d3a1c
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist e8aa3bc
f2718c1
find $RPM_BUILD_ROOT%{_datadir}/mime -type d \
f2718c1
| sed -e "s|^$RPM_BUILD_ROOT|%%dir |" > %{name}.files
f2718c1
find $RPM_BUILD_ROOT%{_datadir}/mime -type f -not -path "*/packages/*" \
f2718c1
| sed -e "s|^$RPM_BUILD_ROOT|%%ghost |" >> %{name}.files
f2718c1
9dde123
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
cvsdist ea180dc
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list
0f8fd32
cat %SOURCE2 >> $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list
Bastien Nocera d855f74
cat %SOURCE3 >> $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list
Bastien Nocera 3771e5b
cat %SOURCE4 >> $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list
cvsdist ea180dc
9dde123
## remove bogus translation files
9dde123
## translations are already in the xml file installed
9dde123
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*
cvsdist e8aa3bc
567c5ed
9dde123
%post
Rex Dieter bcb6626
touch --no-create %{_datadir}/mime/packages ||:
Rex Dieter bcb6626
Rex Dieter bcb6626
%posttrans
Rex Dieter bcb6626
%{_bindir}/update-mime-database -n %{_datadir}/mime &> /dev/null ||:
cvsdist e8aa3bc
f2718c1
%files -f %{name}.files
cvsdist e8aa3bc
%defattr(-,root,root,-)
9dde123
%doc README NEWS HACKING COPYING shared-mime-info-spec.xml
cvsdist e8aa3bc
%{_bindir}/*
f2718c1
%{_datadir}/mime/packages/*
cvsdist ea180dc
%{_datadir}/applications/defaults.list
1a0bbbe
# better to co-own this dir than to pull in pkgconfig
2b37f95
%dir %{_datadir}/pkgconfig
2b37f95
%{_datadir}/pkgconfig/shared-mime-info.pc
cvsdist e8aa3bc
%{_mandir}/man*/*
cvsdist e8aa3bc
cvsdist e8aa3bc
%changelog
Rex Dieter bcb6626
* Fri Jun 27 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-6
Rex Dieter bcb6626
- pull in upstream support for new -n option, re-enable fsync default on (#1052173)
Rex Dieter bcb6626
Rex Dieter 7ecbd4c
* Thu Jun 26 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-5
Rex Dieter 7ecbd4c
- include PKGSYSTEM_ENABLE_FSYNC upstream implementation, except default off (#1052173)
Rex Dieter 7ecbd4c
45e4853
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
45e4853
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
45e4853
Rex Dieter be619fa
* Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-3
Rex Dieter be619fa
- support PKGSYSTEM_ENABLE_FSYNC (#1052173, #fdo70366)
Rex Dieter be619fa
Rex Dieter c23e5d9
* Tue May 20 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-2
Rex Dieter c23e5d9
- %%configure --disable-silent-rules
Rex Dieter c23e5d9
Bastien Nocera 5f68bed
* Mon May 05 2014 Bastien Nocera <bnocera@redhat.com> 1.3-1
Bastien Nocera 5f68bed
- Update to 1.3
Bastien Nocera 5f68bed
Bastien Nocera 0ea10c5
* Mon May 05 2014 Bastien Nocera <bnocera@redhat.com> 1.2-3
Bastien Nocera 0ea10c5
- Fix file-roller's desktop filename for GNOME 3.12
Bastien Nocera 0ea10c5
Bastien Nocera 5df4e75
* Thu Nov 07 2013 Bastien Nocera <bnocera@redhat.com> 1.2-2
Bastien Nocera 5df4e75
- Update totem mime-type list
Bastien Nocera 5df4e75
- Handle legacy Real Media files by default now that RealPlayer
Bastien Nocera 5df4e75
  doesn't exist any more
Bastien Nocera 5df4e75
Bastien Nocera 8484346
* Mon Sep 30 2013 Bastien Nocera <bnocera@redhat.com> 1.2-1
Bastien Nocera 8484346
- Update to 1.2
Bastien Nocera 8484346
- Open disk images with gnome-disk-image-writer
Bastien Nocera 8484346
eb5cccd
* Mon Aug 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-7
eb5cccd
- Don't open XWD files in eog / gthumb (#735611)
eb5cccd
6f0dc00
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
6f0dc00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6f0dc00
2b37f95
* Sat Jun  8 2013 Matthias Clasen <mclasen@redhat.com> - 1.1-5
2b37f95
- Drop pkgconfig dep, instead co-own /usr/share/pkgconfig
2b37f95
5661336
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-4
5661336
- Update for file-roller desktop file vendor prefix removal
5661336
b6c72b8
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-3
b6c72b8
- Update for eog desktop file vendor prefix removal
b6c72b8
0c3bd33
* Sun Feb 17 2013 Christoph Wickert <cwickert@fedoraproject.org> - 1.1-2
0c3bd33
- De-vendorize defaults.list (https://fedorahosted.org/fesco/ticket/1077)
0c3bd33
Bastien Nocera 1286fd1
* Wed Feb 13 2013 Bastien Nocera <bnocera@redhat.com> 1.1-1
Bastien Nocera 1286fd1
- Update to 1.1
Bastien Nocera 1286fd1
Bastien Nocera 88d089d
* Fri Nov 30 2012 Bastien Nocera <bnocera@redhat.com> 1.0-6
Bastien Nocera 88d089d
- Open src.rpm files in file-roller instead of PackageKit
Bastien Nocera 88d089d
Bastien Nocera 32c87b9
* Mon Nov 05 2012 Bastien Nocera <bnocera@redhat.com> 1.0-6
Bastien Nocera 32c87b9
- Rebuild file-roller's default list
Bastien Nocera 32c87b9
add8975
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
add8975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
add8975
b5a22ea
* Tue May 22 2012 Rex Dieter <rdieter@fedoraproject.org> 
b5a22ea
- 1.0-4
b5a22ea
- defaults.list: s/mozilla-firefox/firefox/ (see #736558)
b5a22ea
- defaults.list: s/gpk-install-file/gpk-install-local-file/
b5a22ea
- defaults.list: application/x-catalog=gpk-install-catalog.desktop (#770019) 
b5a22ea
Bastien Nocera b6206a9
* Fri May 11 2012 Bastien Nocera <bnocera@redhat.com> 1.0-3
Bastien Nocera b6206a9
- Use gnome-disk-image-mounter from gnome-disk-utility to handle
Bastien Nocera b6206a9
  CD images by default (#820403)
Bastien Nocera b6206a9
f2718c1
* Wed Mar  7 2012 Matthias Clasen <mclasen@redhat.com> - 1.0-2
f2718c1
- Own/%%ghost files generated by update-mime-database from
b5a22ea
  freedesktop.org.xml (patch by Ville Skyttä, #716451))
f2718c1
Bastien Nocera 6ba65ec
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 1.0-1
Bastien Nocera 6ba65ec
- Update to 1.0
Bastien Nocera 6ba65ec
6b43642
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
6b43642
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6b43642
Jon Masters 5b448cb
* Mon Nov 21 2011 Jon Masters <jcm@jonmasters.org> 0.91-6
Jon Masters 5b448cb
- Fix interpretation of MP3 files as application/x-designer (#755472)
Jon Masters 5b448cb
567c5ed
* Mon Oct 24 2011 Rex Dieter <rdieter@fedoraproject.org> 0.91-5
567c5ed
- s/mozilla-firefox.desktop/firefox.desktop/ (f17+, #736558)
567c5ed
Bastien Nocera e108a6a
* Thu Oct 13 2011 Bastien Nocera <bnocera@redhat.com> 0.91-4
Bastien Nocera e108a6a
- Make Evolution the default calendar (and not Gedit...)
Bastien Nocera e108a6a
Bastien Nocera 3771e5b
* Thu Oct 13 2011 Bastien Nocera <bnocera@redhat.com> 0.91-3
Bastien Nocera 3771e5b
- Make shotwell the default for camera roll handling
Bastien Nocera 3771e5b
- Make shotwell-viewer the default image viewer (for the
Bastien Nocera 3771e5b
  image types it handles)
Bastien Nocera 3771e5b
- Prefer Rhythmbox to Totem for music files
Bastien Nocera 3771e5b
Bastien Nocera b354511
* Sun Sep 18 2011 Bastien Nocera <bnocera@redhat.com> 0.91-2
Bastien Nocera b354511
- Fix changelog entries
Bastien Nocera b354511
Bastien Nocera b354511
* Sun Sep 18 2011 Bastien Nocera <bnocera@redhat.com> 0.91-1
Bastien Nocera b354511
- Update to 0.91
Bastien Nocera b354511
Bastien Nocera 3708b41
* Thu Aug 25 2011 Bastien Nocera <bnocera@redhat.com> 0.90-9
Bastien Nocera 3708b41
- Never try to load OO.o files in file-roller
Bastien Nocera 3708b41
Bastien Nocera 10612f5
* Thu May 26 2011 Bastien Nocera <bnocera@redhat.com> 0.90-8
Bastien Nocera 10612f5
- Fix LibreOffice associations (patch from Caolan McNamara, #707971)
Bastien Nocera 10612f5
Bastien Nocera 03195fc
* Thu Apr 21 2011 Bastien Nocera <bnocera@redhat.com> 0.90-7
Bastien Nocera 03195fc
- Fix name of nautilus.desktop file (#698502)
Bastien Nocera 03195fc
7e495aa
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90-6
7e495aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7e495aa
Bastien Nocera d855f74
* Thu Dec 16 2010 Bastien Nocera <bnocera@redhat.com> 0.90-5
Bastien Nocera d855f74
- Auto-generate file-roller's bindings as well
Bastien Nocera d855f74
Bastien Nocera ee9cc03
* Wed Dec 08 2010 Bastien Nocera <bnocera@redhat.com> 0.90-4
Bastien Nocera ee9cc03
- Update defaults.list and update for newer desktop names,
Bastien Nocera ee9cc03
  with help from Edward Sheldrake (#659457)
Bastien Nocera ee9cc03
Bastien Nocera 51f9b52
* Tue Dec 07 2010 Bastien Nocera <bnocera@redhat.com> 0.90-3
Bastien Nocera 51f9b52
- Add Firefox as the default for application/xhtml+xml
Bastien Nocera 51f9b52
  (#660657)
Bastien Nocera 51f9b52
Bastien Nocera 95a57f3
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 0.90-2
Bastien Nocera 95a57f3
- Update list of defaults, adding new mime-types for Totem,
Bastien Nocera 95a57f3
  as well as scheme handlers, and install defaults for
Bastien Nocera 95a57f3
  Evolution and Firefox
Bastien Nocera 95a57f3
Bastien Nocera 3985de0
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 0.90-1
Bastien Nocera 3985de0
- Update to 0.90
Bastien Nocera 3985de0
41bd96e
* Thu Nov  4 2010 Tom "spot" Callaway <tcallawa@redhat.com> 0.80-2
41bd96e
- rebuild for new libxml
41bd96e
Bastien Nocera 0517397
* Thu Sep 30 2010 Bastien Nocera <bnocera@redhat.com> 0.80-1
Bastien Nocera 0517397
- Update to 0.80
Bastien Nocera 0517397
16988d0
* Tue Jul  6 2010 Colin Walters <walters@verbum.org> - 0.71-4
16988d0
- Fix previous change to be Requires(post); spotted by
16988d0
  Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
16988d0
4b9228a
* Sat Jul  3 2010 Colin Walters <walters@verbum.org> - 0.71-3
4b9228a
- Requires(pre) on glib, since update-mime-database uses it
4b9228a
- Remove /dev/null redirection, we should see future errors
4b9228a
  And really, RPM is dumb here - this stuff needs to go to
4b9228a
  log files.
4b9228a
13e2255
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-2
13e2255
- Update some OO.o defaults, patch from Caolan McNamara
13e2255
26ce8b0
* Mon Feb 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-1
26ce8b0
- Update to 0.71
26ce8b0
565dfa2
* Tue Oct 06 2009 Bastien Nocera <bnocera@redhat.com> 0.70-1
565dfa2
- Update to 0.70
565dfa2
8b10f10
* Thu Sep 24 2009 - Caolán McNamara <caolanm@redhat.com> - 0.60-5
8b10f10
- Resolves: rhbz#508559 openoffice.org desktop files changed name
8b10f10
48efb65
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-4
48efb65
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
48efb65
11f3f9b
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 0.60-3
11f3f9b
- Remove Totem as handling Blu-ray and HD-DVD
11f3f9b
- Use brasero-ncb.desktop instead of nautilus-cd-burner for blank devices
11f3f9b
- Update media mime-types for Rhythmbox/Totem
11f3f9b
ab7613c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-2
ab7613c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ab7613c
f863e17
* Sat Feb 21 2009 - Bastien Nocera <bnocera@redhat.com> - 0.60-1
f863e17
- Update to 0.60
f863e17
9dde123
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-6
9dde123
- Update with comments from Orcan Ogetbil <orcanbahri@yahoo.com>
9dde123
3df9120
* Wed Nov 26 2008 - Julian Sikorski <belegdol[at]gmail[dot]com> - 0.51-5
3df9120
- Fix text/plain, gedit installs gedit.desktop and not gnome-gedit.desktop
3df9120
5880f60
* Wed Oct 29 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-4
5880f60
- Add patch to avoid picture CD being anything with a pictures directory
5880f60
  (#459365)
5880f60
d74088b
* Thu Oct 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-3
d74088b
- Use evince, not tetex-xdvi.desktop for DVI files (#465242)
d74088b
06e2e92
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-2
06e2e92
- Use Firefox and not redhat-web as the default app for HTML files (#452184)
06e2e92
d93eef1
* Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-1
d93eef1
- Update to 0.51
d93eef1
7fc0bbd
* Tue Jul 22 2008 - Bastien Nocera <bnocera@redhat.com> - 0.50-1
7fc0bbd
- Update to 0.50
7fc0bbd
a88d309
* Sat Jun 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.40-2
a88d309
- update license tag
a88d309
7fc0bbd
* Wed Jun 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.40-1
7fc0bbd
- Update to 0.40
7fc0bbd
bc5255b
* Mon May 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-1
bc5255b
- Update to 0.30
bc5255b
David Zeuthen 0d07a17
* Fri May  2 2008 David Zeuthen <davidz@redhat.com> - 0.23-9
David Zeuthen 0d07a17
- Fix defaults for x-content/image-dcf (#445032)
David Zeuthen 0d07a17
4d69c6e
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-8
4d69c6e
- Make mount-archive.desktop the default for iso images (#442960)
4d69c6e
2f22496
* Tue Apr 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-7
2f22496
- Update the desktop file name for Gimp, too
2f22496
cd2f024
* Tue Apr 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-6
cd2f024
- Change default for rpm to gpk-install-file (#442485)
cd2f024
0f8fd32
* Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.23-5
0f8fd32
- Make Totem the default for the mime-types it handles (#366101)
0f8fd32
- And make sure Rhythmbox is the second default only for the mime-types
0f8fd32
  it handles
0f8fd32
7aad95e
* Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-4
7aad95e
- Change default for rpm to pk-install-file
7aad95e
856a276
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.23-3
856a276
- Autorebuild for GCC 4.3
856a276
d14fe03
* Fri Jan 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-2
d14fe03
- Add defaults for content types
d14fe03
550f783
* Tue Dec 18 2007 - Bastien Nocera <bnocera@redhat.com> - 0.23-1
550f783
- Update to 0.23
550f783
37b8d7b
* Tue Nov 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-5
37b8d7b
- Remove Totem as the default music/movie player, it will be the
37b8d7b
  default for movies, as only it handles them, and Rhythmbox can
37b8d7b
  handle missing plugins now
37b8d7b
5cb19ce
* Mon Nov 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-4
5cb19ce
- Make Totem the default for the mime-types it handles (#366101)
5cb19ce
e27bc64
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 0.22-3
e27bc64
- Rebuild for PPC toolchain bug
7231816
- BuildRequires: gawk
e27bc64
4ec2114
* Tue Aug 21 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-2
4ec2114
- Don't say that webcal files are handled by evolution-2.0, it can't
4ec2114
- Disable vCard mapping as well, as evolution doesn't handle it
4ec2114
  (See http://bugzilla.gnome.org/show_bug.cgi?id=309073)
4ec2114
93211c4
* Mon Jul 30 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-1
93211c4
- Update to 0.22
93211c4
bnocera ba49b6b
* Tue Apr 17 2007 - Bastien Nocera <bnocera@redhat.com> - 0.20-2
bnocera ba49b6b
- Fix the dia association (#194313)
bnocera ba49b6b
bnocera 18511f1
* Tue Feb 06 2007 - Bastien Nocera <bnocera@redhat.com> - 0.20-1
bnocera 18511f1
- Update to 0.20, and remove outdated patches
bnocera 18511f1
fb639af
* Fri Nov 10 2006 Christopher Aillon <caillon@redhat.com> - 0.19-2
fb639af
- Alias image/pdf to application/pdf
fb639af
c3db303
* Fri Aug 25 2006 Christopher Aillon <caillon@redhat.com> - 0.19-1
c3db303
- Update to 0.19
c3db303
c730bf9
* Wed Jul 26 2006 Matthias Clasen <mclasen@redhat.com> - 0.18-2
de79793
- add an inode/directory entry to defaults.list (#187021)
c730bf9
e252206
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.18-1.1
e252206
- rebuild
e252206
Kristian Høgsberg d223f38
* Wed Jul  5 2006 Kristian Høgsberg <krh@redhat.com> - 0.18-1
Kristian Høgsberg d223f38
- Update to 0.18 and drop backported patches.
Kristian Høgsberg d223f38
Kristian Høgsberg 9558efe
* Thu Jun 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.17-3
Kristian Høgsberg 9558efe
- Adding PDF fix backported from CVS.
Kristian Høgsberg 9558efe
f879e9a
* Wed Mar 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-2
f879e9a
- Backport upstream change to fix postscript vs. matlab confusion
f879e9a
f879e9a
* Thu Mar 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-1
3cc4a27
- Update to 0.17
3cc4a27
426b4c8
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-3
426b4c8
- add gthumb as fallback
426b4c8
89d3a1c
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-2
89d3a1c
- make eog the default image viewer
89d3a1c
14a234f
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 0.16.cvs20060212-1
14a234f
- Newer CVS snapshot
14a234f
89d3a1c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.16.cvs20051219-2.1
89d3a1c
- rebuilt for new gcc4.1 snapshot and glibc changes
cba43d1
f0022e8
* Mon Jan 30 2006 Caolan McNamara <caolanm@redhat.com> - 0.16.cvs20051219-2
f0022e8
- rh#179138# add openoffice.org as preferred app for oasis formats 
f0022e8
a82666f
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051219-1
a82666f
- Newer cvs snapshot
a82666f
4449c08
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
58bf9dd
- rebuilt
58bf9dd
731ce1c
* Thu Dec  1 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051201-1
731ce1c
- Incorporate upstream changes
731ce1c
76307fc
* Wed Nov 02 2005 John (J5) Palmieri <johnp@redhat.com> - 0.16.cvs20051018-2
76307fc
- Change all refs of eog to gthumb in defaults.list
76307fc
fed9216
* Tue Oct 18 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051018-1
fed9216
- Incorporate upstream changes
fed9216
f623971
* Wed Oct 12 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-6
f623971
- Add glade to defaults.list
f623971
104d22e
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-5
104d22e
- Make sure Type1 fonts are recognized as such (#160909)
104d22e
David Zeuthen f7cf4a7
* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> - 0.16-4
David Zeuthen f7cf4a7
- Add MIME-types for .pcf Cisco VPN settings files (fdo #3560)
David Zeuthen f7cf4a7
8ebb403
* Fri May 20 2005 Dan Williams <dcbw@redhat.com> - 0.16-3
8ebb403
- Update OpenOffice.org desktop file names. #155353
29b995e
- WordPerfect default now OOo Writer, since Abiword is in Extras
8ebb403
David Zeuthen a1d02bf
* Sun Apr  3 2005 David Zeuthen <davidz@redhat.com> - 0.16-2
David Zeuthen a1d02bf
- Make Evince the default for application/pdf and application/postscript
David Zeuthen a1d02bf
- Remove remaining references to gnome-ggv (application/x-gzpostscript and
David Zeuthen a1d02bf
  image/x-eps) as this is no longer in the distribution
David Zeuthen a1d02bf
David Zeuthen fa0be90
* Fri Apr  1 2005 David Zeuthen <davidz@redhat.com> - 0.16-1
David Zeuthen fa0be90
- Update to upstream release 0.16
David Zeuthen fa0be90
- Drop all patches as they are in the new upstream release
David Zeuthen fa0be90
David Zeuthen d5912ed
* Wed Mar  9 2005 David Zeuthen <davidz@redhat.com> - 0.15-11
David Zeuthen d5912ed
- Add mimetypes for OOo2 (#150546)
David Zeuthen d5912ed
3b795ca
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 0.15-10
3b795ca
- Fix for mime sniffing on big-endian
3b795ca
1306bd0
* Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.15-9
1306bd0
- Handle renaming of hxplay.desktop to realplay.desktop
1306bd0
e27984c
* Wed Oct 13 2004 Matthias Clasen <mclasen@redhat.com> - 0.15-8
e27984c
- Handle XUL files. #134122
e27984c
4022430
* Wed Oct 13 2004 Colin Walters <walters@redhat.com> - 0.15-7
4022430
- Make helix default for ogg and mp3, will switch wav/flac too 
4022430
  when support is added
4022430
94ca7a2
* Wed Oct  6 2004 Alexander Larsson <alexl@redhat.com> - 0.15-6
94ca7a2
- Change default pdf viewer to ggv
94ca7a2
cvsdist 8f4b196
* Tue Sep  7 2004 Alexander Larsson <alexl@redhat.com> - 0.15-4
cvsdist 8f4b196
- Fixed evo desktop file reference in defaults.list
cvsdist 8f4b196
cvsdist 223900e
* Mon Sep  6 2004 Caolan McNamara <caolanm@redhat.com> - 0.15-3
cvsdist 223900e
- wpd can be opened in abiword, but not in openoffice.org (#114907)
cvsdist 223900e
cvsdist ea180dc
* Fri Sep  3 2004 Alexander Larsson <alexl@redhat.com> - 0.15-2
cvsdist ea180dc
- Add list of default apps (#131643)
cvsdist ea180dc
cvsdist 223be33
* Mon Aug 30 2004 Jonathan Blandford <jrb@redhat.com> 0.15-1
cvsdist 223be33
- bump version
cvsdist 223be33
cvsdist f7f2594
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f7f2594
- rebuilt
cvsdist f7f2594
cvsdist 3ed3bd5
* Mon Mar 22 2004 Alex Larsson <alexl@redhat.com> 0.14-1
cvsdist 3ed3bd5
- update to 0.14
cvsdist 3ed3bd5
cvsdist 3e92755
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 3e92755
- rebuilt
cvsdist 3e92755
cvsdist e8aa3bc
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.13-1
cvsdist e8aa3bc
- 0.13
cvsdist e8aa3bc
cvsdist e8aa3bc
* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> mime-info
cvsdist e8aa3bc
- Initial build.