2004-09-09 12:21:08 +00:00
|
|
|
Summary: Shared MIME information database
|
|
|
|
Name: shared-mime-info
|
2022-04-23 18:45:44 +00:00
|
|
|
Version: 2.2
|
2023-07-22 01:32:52 +00:00
|
|
|
Release: 4%{?dist}
|
2023-10-07 18:23:17 +00:00
|
|
|
License: GPL-2.0-or-later
|
2004-09-09 12:21:08 +00:00
|
|
|
URL: http://freedesktop.org/Software/shared-mime-info
|
2022-04-23 18:45:44 +00:00
|
|
|
Source0: https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/%{version}/shared-mime-info-%{version}.tar.bz2
|
2020-08-25 14:37:49 +00:00
|
|
|
|
|
|
|
Source1: mimeapps.list
|
2006-06-29 20:59:38 +00:00
|
|
|
|
2021-01-04 11:07:51 +00:00
|
|
|
%global xdgmime_commit de283fc430460b9b3a7e61432a6d273cd64cb102
|
|
|
|
# Tarball for https://gitlab.freedesktop.org/xdg/xdgmime/-/tree/%%{xdgmime_commit}
|
|
|
|
Source6: https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/%{xdgmime_commit}/xdgmime-%{xdgmime_commit}.tar.bz2
|
2022-02-02 15:51:58 +00:00
|
|
|
# HACK in use of RPM_OPT_FLAGS into xdgmime build
|
|
|
|
Source7: shared-mime-info-2.1-CFLAGS.patch
|
2020-05-06 14:57:03 +00:00
|
|
|
|
2011-08-25 14:10:32 +00:00
|
|
|
# Work-around for https://bugs.freedesktop.org/show_bug.cgi?id=40354
|
|
|
|
Patch0: 0001-Remove-sub-classing-from-OO.o-mime-types.patch
|
|
|
|
|
2018-03-07 18:40:48 +00:00
|
|
|
BuildRequires: gcc
|
2004-09-09 12:21:08 +00:00
|
|
|
BuildRequires: libxml2-devel
|
2020-05-06 14:57:03 +00:00
|
|
|
BuildRequires: xmlto
|
2004-09-09 12:21:08 +00:00
|
|
|
BuildRequires: glib2-devel
|
2006-08-25 17:35:17 +00:00
|
|
|
BuildRequires: gettext
|
2019-09-11 12:08:27 +00:00
|
|
|
BuildRequires: itstool
|
2020-11-08 23:07:35 +00:00
|
|
|
BuildRequires: make
|
2020-05-06 14:57:03 +00:00
|
|
|
BuildRequires: meson
|
2020-11-08 23:05:12 +00:00
|
|
|
BuildRequires: git-core
|
2004-09-09 12:21:08 +00:00
|
|
|
|
2015-09-24 13:46:00 +00:00
|
|
|
# Disable pkgconfig autodep
|
|
|
|
%global __requires_exclude ^/usr/bin/pkg-config$
|
|
|
|
|
2004-09-09 12:21:08 +00:00
|
|
|
%description
|
|
|
|
This is the freedesktop.org shared MIME info database.
|
|
|
|
|
|
|
|
Many programs and desktops use the MIME system to represent the types of
|
|
|
|
files. Frequently, it is necessary to work out the correct MIME type for
|
|
|
|
a file. This is generally done by examining the file's name or contents,
|
|
|
|
and looking up the correct MIME type in a database.
|
|
|
|
|
|
|
|
%prep
|
2020-11-08 23:05:12 +00:00
|
|
|
%autosetup -S git_am
|
2022-04-23 18:45:44 +00:00
|
|
|
rmdir xdgmime
|
2020-05-06 14:57:03 +00:00
|
|
|
tar xjf %SOURCE6
|
2021-01-04 11:07:51 +00:00
|
|
|
mv xdgmime-%{xdgmime_commit}/ xdgmime/
|
2022-02-02 15:51:58 +00:00
|
|
|
patch -p1 < %SOURCE7
|
2008-10-29 21:02:20 +00:00
|
|
|
|
2004-09-09 12:21:08 +00:00
|
|
|
%build
|
2020-11-08 23:07:35 +00:00
|
|
|
%make_build -C xdgmime
|
2020-11-08 23:00:18 +00:00
|
|
|
# the updated mimedb is later owned as %%ghost to ensure proper file-ownership
|
|
|
|
# it also asserts it is possible to build it
|
2022-02-02 16:56:52 +00:00
|
|
|
%meson -Dupdate-mimedb=true
|
2020-05-06 14:57:03 +00:00
|
|
|
%meson_build
|
2004-09-09 12:21:08 +00:00
|
|
|
|
|
|
|
%install
|
2020-05-06 14:57:03 +00:00
|
|
|
%meson_install
|
2004-09-09 12:21:08 +00:00
|
|
|
|
2012-03-08 01:32:49 +00:00
|
|
|
find $RPM_BUILD_ROOT%{_datadir}/mime -type d \
|
|
|
|
| sed -e "s|^$RPM_BUILD_ROOT|%%dir |" > %{name}.files
|
|
|
|
find $RPM_BUILD_ROOT%{_datadir}/mime -type f -not -path "*/packages/*" \
|
|
|
|
| sed -e "s|^$RPM_BUILD_ROOT|%%ghost |" >> %{name}.files
|
|
|
|
|
2020-08-25 14:37:49 +00:00
|
|
|
# Support fallback/generic mimeapps.list (currently based on an old version of
|
|
|
|
# gnome-mimeapps.list), see:
|
2015-07-29 13:02:57 +00:00
|
|
|
# https://lists.fedoraproject.org/pipermail/devel/2015-July/212403.html
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1243049
|
2020-11-09 14:06:47 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
|
|
|
|
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/%{_datadir}/applications/mimeapps.list
|
2015-07-29 13:02:57 +00:00
|
|
|
|
2008-12-15 13:03:25 +00:00
|
|
|
## remove bogus translation files
|
|
|
|
## translations are already in the xml file installed
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*
|
2004-09-09 12:21:08 +00:00
|
|
|
|
2020-05-06 14:57:03 +00:00
|
|
|
%check
|
|
|
|
%meson_test
|
2011-10-24 18:55:45 +00:00
|
|
|
|
2008-12-15 13:03:25 +00:00
|
|
|
%post
|
2014-07-08 14:19:18 +00:00
|
|
|
/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null ||:
|
2014-06-27 17:32:17 +00:00
|
|
|
|
2015-08-14 19:20:52 +00:00
|
|
|
%transfiletriggerin -- %{_datadir}/mime
|
2018-02-05 12:32:34 +00:00
|
|
|
update-mime-database -n %{_datadir}/mime &> /dev/null ||:
|
2015-08-14 19:20:52 +00:00
|
|
|
|
|
|
|
%transfiletriggerpostun -- %{_datadir}/mime
|
2018-02-05 12:32:34 +00:00
|
|
|
update-mime-database -n %{_datadir}/mime &> /dev/null ||:
|
2015-08-14 19:20:52 +00:00
|
|
|
|
2012-03-08 01:32:49 +00:00
|
|
|
%files -f %{name}.files
|
2014-08-05 13:05:42 +00:00
|
|
|
%license COPYING
|
2020-05-06 14:57:03 +00:00
|
|
|
%doc README.md NEWS HACKING.md data/shared-mime-info-spec.xml
|
2020-11-09 14:03:57 +00:00
|
|
|
%{_bindir}/update-mime-database
|
2012-03-08 01:32:49 +00:00
|
|
|
%{_datadir}/mime/packages/*
|
2015-07-29 13:02:57 +00:00
|
|
|
%{_datadir}/applications/mimeapps.list
|
2013-06-10 18:35:36 +00:00
|
|
|
# better to co-own this dir than to pull in pkgconfig
|
2013-06-09 00:36:59 +00:00
|
|
|
%dir %{_datadir}/pkgconfig
|
|
|
|
%{_datadir}/pkgconfig/shared-mime-info.pc
|
2020-11-09 14:03:57 +00:00
|
|
|
%{_mandir}/man*/update-mime-database.*
|
2020-05-06 14:57:03 +00:00
|
|
|
%{_datadir}/gettext/its/shared-mime-info.its
|
|
|
|
%{_datadir}/gettext/its/shared-mime-info.loc
|
2004-09-09 12:21:08 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-07-22 01:32:52 +00:00
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-21 03:08:17 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-23 08:30:01 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-04-23 18:45:44 +00:00
|
|
|
* Sat Apr 23 2022 Miro Hrončok <mhroncok@redhat.com> - 2.2-1
|
|
|
|
- Update to 2.2
|
|
|
|
- Fixes: rhbz#2068902
|
|
|
|
- Fixes: rhbz#2047009
|
|
|
|
|
2022-02-02 15:51:58 +00:00
|
|
|
* Wed Feb 02 2022 Rex Dieter <rdieter@fedoraproject.org> - 2.1-5
|
|
|
|
- shared-mime-info FTBFS (#2047009)
|
|
|
|
- make xdgmime build use rpm build flags
|
|
|
|
|
2022-01-22 00:47:46 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 17:28:36 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 20:18:36 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-04 11:07:51 +00:00
|
|
|
* Mon Jan 04 2021 Miro Hrončok <mhroncok@redhat.com> - 2.1-1
|
|
|
|
- Update to 2.1
|
|
|
|
- Fixes: rhbz#1911850
|
|
|
|
|
2020-11-08 23:00:18 +00:00
|
|
|
* Sun Nov 8 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0-5
|
|
|
|
- Own the generated files (as %%ghosts)
|
|
|
|
- Fixes: rhbz#1486468
|
|
|
|
|
2020-08-25 14:37:49 +00:00
|
|
|
* Tue Aug 25 2020 Bastien Nocera <bnocera@redhat.com> - 2.0-4
|
|
|
|
+ shared-mime-info-2.0-4
|
|
|
|
- Remove GNOME specific defaults apps list, move to gnome-desktop3
|
|
|
|
|
2020-08-01 09:02:51 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-29 10:38:41 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-06 14:57:03 +00:00
|
|
|
* Wed May 06 2020 Bastien Nocera <bnocera@redhat.com> - 2.0-1
|
|
|
|
+ shared-mime-info-2.0-1
|
|
|
|
- Update to 2.0
|
|
|
|
|
2020-05-05 14:30:47 +00:00
|
|
|
* Tue May 05 2020 Bastien Nocera <bnocera@redhat.com> - 1.15-4
|
|
|
|
+ shared-mime-info-1.15-4
|
|
|
|
- Update mime defaults (eog, totem, evince, file-roller)
|
|
|
|
|
2020-03-08 11:45:51 +00:00
|
|
|
* Sun Mar 08 2020 Bastien Nocera <bnocera@redhat.com> - 1.15-3
|
|
|
|
+ shared-mime-info-1.15-3
|
|
|
|
- Update eog's defaults
|
|
|
|
|
2020-01-30 23:21:36 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-05 15:01:35 +00:00
|
|
|
* Tue Nov 05 2019 Bastien Nocera <bnocera@redhat.com> - 1.15-1
|
|
|
|
+ shared-mime-info-1.15-1
|
|
|
|
- Update to 1.15
|
|
|
|
|
2019-09-20 14:24:01 +00:00
|
|
|
* Fri Sep 20 2019 Bastien Nocera <bnocera@redhat.com> - 1.14-1
|
|
|
|
+ shared-mime-info-1.14-1
|
|
|
|
- Update to 1.14
|
|
|
|
- Update defaults.list
|
|
|
|
|
2019-09-11 17:59:47 +00:00
|
|
|
* Wed Sep 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.13.1-1
|
|
|
|
+ shared-mime-info-1.13.1-1
|
|
|
|
- Update to 1.13.1
|
|
|
|
|
2019-09-11 11:52:09 +00:00
|
|
|
* Wed Sep 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.13-1
|
|
|
|
+ shared-mime-info-1.13-1
|
|
|
|
- Update to 1.13
|
|
|
|
|
2019-07-26 23:11:56 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-02 15:18:26 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-17 15:31:07 +00:00
|
|
|
* Thu Jan 17 2019 Bastien Nocera <bnocera@redhat.com> - 1.12-1
|
|
|
|
+ shared-mime-info-1.12-1
|
|
|
|
- Update to 1.12
|
|
|
|
|
2019-01-17 13:31:15 +00:00
|
|
|
* Thu Jan 17 2019 Bastien Nocera <bnocera@redhat.com> - 1.11-1
|
|
|
|
+ shared-mime-info-1.11-1
|
|
|
|
- Update to 1.11
|
|
|
|
|
2018-12-12 11:37:54 +00:00
|
|
|
* Wed Dec 12 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-4
|
|
|
|
+ shared-mime-info-1.10-4
|
|
|
|
- Add GNOME defaults for Evince
|
|
|
|
|
2018-10-04 15:59:17 +00:00
|
|
|
* Thu Oct 04 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-3
|
|
|
|
+ shared-mime-info-1.10-3
|
|
|
|
- Update evince's desktop filename
|
|
|
|
|
2018-07-14 06:03:10 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-28 10:23:46 +00:00
|
|
|
* Thu Jun 28 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-1
|
|
|
|
+ shared-mime-info-1.10-1
|
|
|
|
- Update to 1.10
|
|
|
|
|
2018-03-07 18:40:48 +00:00
|
|
|
* Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.9-4
|
|
|
|
- BR: gcc, .spec cosmetics/cleanup
|
|
|
|
|
2018-02-09 16:36:52 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-05 12:32:34 +00:00
|
|
|
* Mon Feb 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.9-2
|
|
|
|
- cleanup scriptlets
|
|
|
|
|
2017-09-18 11:40:13 +00:00
|
|
|
* Mon Sep 18 2017 Bastien Nocera <bnocera@redhat.com> - 1.9-1
|
|
|
|
+ shared-mime-info-1.9-1
|
|
|
|
- Update to 1.9
|
|
|
|
|
2017-09-06 13:05:48 +00:00
|
|
|
* Wed Sep 06 2017 Bastien Nocera <bnocera@redhat.com> - 1.8-6
|
|
|
|
+ shared-mime-info-1.8-6
|
|
|
|
- Update file-roller-defaults.list updates
|
|
|
|
|
2017-08-03 08:23:52 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 18:31:32 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-04-11 08:15:44 +00:00
|
|
|
* Tue Apr 11 2017 Bastien Nocera <bnocera@redhat.com> - 1.8-3
|
|
|
|
+ shared-mime-info-1.8-3
|
|
|
|
- Assign CSV files to LO Calc not Math
|
|
|
|
|
2017-02-11 13:22:36 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-05 17:04:55 +00:00
|
|
|
* Mon Dec 05 2016 Kalev Lember <klember@redhat.com> - 1.8-1
|
|
|
|
- Update to 1.8
|
|
|
|
|
2016-09-05 14:56:26 +00:00
|
|
|
* Mon Sep 05 2016 Bastien Nocera <bnocera@redhat.com> - 1.7-1
|
|
|
|
- Update to 1.7
|
|
|
|
|
2016-06-04 16:04:53 +00:00
|
|
|
* Sat Jun 04 2016 Bastien Nocera <bnocera@redhat.com> - 1.6-3
|
|
|
|
- Remove file-roller as handler for cbz/cbr files
|
|
|
|
See https://bugzilla.gnome.org/show_bug.cgi?id=767244
|
|
|
|
|
2016-06-04 16:02:44 +00:00
|
|
|
* Sat Jun 04 2016 Bastien Nocera <bnocera@redhat.com> - 1.6-2
|
|
|
|
- Allow detecting multi-page DjVu files by filename
|
|
|
|
|
2016-02-23 14:29:12 +00:00
|
|
|
* Tue Feb 23 2016 Bastien Nocera <bnocera@redhat.com> 1.6-1
|
|
|
|
- Update to 1.6
|
|
|
|
|
2016-02-04 23:56:03 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-24 13:46:00 +00:00
|
|
|
* Thu Sep 24 2015 Rex Dieter <rdieter@fedoraproject.org> 1.5-2
|
|
|
|
- shared-mime-info requires /usr/bin/pkg-config (#1266089)
|
|
|
|
|
2015-09-16 11:55:01 +00:00
|
|
|
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> 1.5-1
|
|
|
|
- Update to 1.5
|
|
|
|
|
2015-08-14 19:20:52 +00:00
|
|
|
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> 1.4-7
|
|
|
|
- Add file triggers for rebuilding the mime database
|
|
|
|
|
2015-07-29 13:02:57 +00:00
|
|
|
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 1.4-6
|
|
|
|
- Provide generic/fallback mimeapps.list too (#1243049)
|
|
|
|
|
2015-06-19 00:45:11 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-27 10:17:22 +00:00
|
|
|
* Mon Apr 27 2015 Bastien Nocera <bnocera@redhat.com> 1.4-4
|
|
|
|
- Make LibreOffice Math the default for CSV files (#1214896)
|
|
|
|
|
2015-02-21 21:17:16 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4-3
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2015-02-05 15:16:30 +00:00
|
|
|
* Thu Feb 05 2015 Bastien Nocera <bnocera@redhat.com> 1.4-2
|
|
|
|
- Rename defaults.list to be GNOME specific and follow
|
|
|
|
the latest changes in the shared mime info spec
|
|
|
|
|
2015-02-05 14:34:14 +00:00
|
|
|
* Thu Feb 05 2015 Bastien Nocera <bnocera@redhat.com> 1.4-1
|
|
|
|
- Update to 1.4
|
|
|
|
|
2014-09-30 11:59:15 +00:00
|
|
|
* Tue Sep 30 2014 Bastien Nocera <bnocera@redhat.com> 1.3-15
|
|
|
|
- Fix Totem being the default music player (#1146001)
|
|
|
|
|
2014-09-03 16:28:52 +00:00
|
|
|
* Wed Sep 03 2014 Bastien Nocera <bnocera@redhat.com> 1.3-14
|
|
|
|
- Change default viewer to be eog (#1136953)
|
|
|
|
|
2014-09-02 20:33:31 +00:00
|
|
|
* Tue Sep 02 2014 Bastien Nocera <bnocera@redhat.com> 1.3-13
|
|
|
|
- Update for totem desktop name change in GNOME 3.14
|
|
|
|
|
2014-08-18 02:10:57 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-05 13:05:42 +00:00
|
|
|
* Tue Aug 5 2014 Tom Callaway <spot@fedoraproject.org - 1.3-11
|
|
|
|
- fix license handling
|
|
|
|
|
2014-07-31 09:41:19 +00:00
|
|
|
* Thu Jul 31 2014 Kalev Lember <kalevlember@gmail.com> - 1.3-10
|
|
|
|
- Update defaults.list for gedit desktop filename change
|
|
|
|
|
2014-07-08 14:20:12 +00:00
|
|
|
* Tue Jul 08 2014 Colin Walters <walters@redhat.com> - 1.3-9
|
|
|
|
- Add requires(post) on coreutils to ensure /usr/bin/touch is present
|
|
|
|
- Resolves: rhbz#1114119
|
|
|
|
|
2014-07-08 14:19:18 +00:00
|
|
|
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-8
|
|
|
|
- scriptlet polish
|
|
|
|
|
2014-07-03 10:50:56 +00:00
|
|
|
* Thu Jul 03 2014 Bastien Nocera <bnocera@redhat.com> 1.3-7
|
|
|
|
- Update defaults.list for nautilus desktop filename change (#1095008)
|
|
|
|
|
2014-06-27 17:32:17 +00:00
|
|
|
* Fri Jun 27 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-6
|
|
|
|
- pull in upstream support for new -n option, re-enable fsync default on (#1052173)
|
|
|
|
|
2014-06-26 12:10:02 +00:00
|
|
|
* Thu Jun 26 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-5
|
|
|
|
- include PKGSYSTEM_ENABLE_FSYNC upstream implementation, except default off (#1052173)
|
|
|
|
|
2014-06-08 06:15:37 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-21 15:17:40 +00:00
|
|
|
* Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-3
|
|
|
|
- support PKGSYSTEM_ENABLE_FSYNC (#1052173, #fdo70366)
|
|
|
|
|
2014-05-20 14:17:21 +00:00
|
|
|
* Tue May 20 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-2
|
|
|
|
- %%configure --disable-silent-rules
|
|
|
|
|
2014-05-05 09:59:17 +00:00
|
|
|
* Mon May 05 2014 Bastien Nocera <bnocera@redhat.com> 1.3-1
|
|
|
|
- Update to 1.3
|
|
|
|
|
2014-05-05 09:58:35 +00:00
|
|
|
* Mon May 05 2014 Bastien Nocera <bnocera@redhat.com> 1.2-3
|
|
|
|
- Fix file-roller's desktop filename for GNOME 3.12
|
|
|
|
|
2013-11-07 08:12:47 +00:00
|
|
|
* Thu Nov 07 2013 Bastien Nocera <bnocera@redhat.com> 1.2-2
|
|
|
|
- Update totem mime-type list
|
|
|
|
- Handle legacy Real Media files by default now that RealPlayer
|
|
|
|
doesn't exist any more
|
|
|
|
|
2013-09-30 12:48:30 +00:00
|
|
|
* Mon Sep 30 2013 Bastien Nocera <bnocera@redhat.com> 1.2-1
|
|
|
|
- Update to 1.2
|
|
|
|
- Open disk images with gnome-disk-image-writer
|
|
|
|
|
2013-08-26 08:09:44 +00:00
|
|
|
* Mon Aug 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-7
|
|
|
|
- Don't open XWD files in eog / gthumb (#735611)
|
|
|
|
|
2013-08-04 14:19:10 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-09 00:36:59 +00:00
|
|
|
* Sat Jun 8 2013 Matthias Clasen <mclasen@redhat.com> - 1.1-5
|
|
|
|
- Drop pkgconfig dep, instead co-own /usr/share/pkgconfig
|
|
|
|
|
2013-02-21 13:10:27 +00:00
|
|
|
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-4
|
|
|
|
- Update for file-roller desktop file vendor prefix removal
|
|
|
|
|
2013-02-20 23:45:48 +00:00
|
|
|
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-3
|
|
|
|
- Update for eog desktop file vendor prefix removal
|
|
|
|
|
2013-02-17 14:59:16 +00:00
|
|
|
* Sun Feb 17 2013 Christoph Wickert <cwickert@fedoraproject.org> - 1.1-2
|
|
|
|
- De-vendorize defaults.list (https://fedorahosted.org/fesco/ticket/1077)
|
|
|
|
|
2013-02-13 14:44:54 +00:00
|
|
|
* Wed Feb 13 2013 Bastien Nocera <bnocera@redhat.com> 1.1-1
|
|
|
|
- Update to 1.1
|
|
|
|
|
2012-11-30 14:59:45 +00:00
|
|
|
* Fri Nov 30 2012 Bastien Nocera <bnocera@redhat.com> 1.0-6
|
|
|
|
- Open src.rpm files in file-roller instead of PackageKit
|
|
|
|
|
2012-11-05 07:58:06 +00:00
|
|
|
* Mon Nov 05 2012 Bastien Nocera <bnocera@redhat.com> 1.0-6
|
|
|
|
- Rebuild file-roller's default list
|
|
|
|
|
2012-07-21 19:30:42 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-22 16:11:48 +00:00
|
|
|
* Tue May 22 2012 Rex Dieter <rdieter@fedoraproject.org>
|
|
|
|
- 1.0-4
|
|
|
|
- defaults.list: s/mozilla-firefox/firefox/ (see #736558)
|
|
|
|
- defaults.list: s/gpk-install-file/gpk-install-local-file/
|
|
|
|
- defaults.list: application/x-catalog=gpk-install-catalog.desktop (#770019)
|
|
|
|
|
2012-05-11 10:44:33 +00:00
|
|
|
* Fri May 11 2012 Bastien Nocera <bnocera@redhat.com> 1.0-3
|
|
|
|
- Use gnome-disk-image-mounter from gnome-disk-utility to handle
|
|
|
|
CD images by default (#820403)
|
|
|
|
|
2012-03-08 01:32:49 +00:00
|
|
|
* Wed Mar 7 2012 Matthias Clasen <mclasen@redhat.com> - 1.0-2
|
|
|
|
- Own/%%ghost files generated by update-mime-database from
|
2012-05-22 16:11:48 +00:00
|
|
|
freedesktop.org.xml (patch by Ville Skyttä, #716451))
|
2012-03-08 01:32:49 +00:00
|
|
|
|
2012-01-17 16:38:13 +00:00
|
|
|
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 1.0-1
|
|
|
|
- Update to 1.0
|
|
|
|
|
2012-01-14 03:53:20 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-21 19:11:18 +00:00
|
|
|
* Mon Nov 21 2011 Jon Masters <jcm@jonmasters.org> 0.91-6
|
|
|
|
- Fix interpretation of MP3 files as application/x-designer (#755472)
|
|
|
|
|
2011-10-24 18:55:45 +00:00
|
|
|
* Mon Oct 24 2011 Rex Dieter <rdieter@fedoraproject.org> 0.91-5
|
|
|
|
- s/mozilla-firefox.desktop/firefox.desktop/ (f17+, #736558)
|
|
|
|
|
2011-10-13 16:19:01 +00:00
|
|
|
* Thu Oct 13 2011 Bastien Nocera <bnocera@redhat.com> 0.91-4
|
|
|
|
- Make Evolution the default calendar (and not Gedit...)
|
|
|
|
|
2011-10-13 15:00:35 +00:00
|
|
|
* Thu Oct 13 2011 Bastien Nocera <bnocera@redhat.com> 0.91-3
|
|
|
|
- Make shotwell the default for camera roll handling
|
|
|
|
- Make shotwell-viewer the default image viewer (for the
|
|
|
|
image types it handles)
|
|
|
|
- Prefer Rhythmbox to Totem for music files
|
|
|
|
|
2011-09-18 03:43:31 +00:00
|
|
|
* Sun Sep 18 2011 Bastien Nocera <bnocera@redhat.com> 0.91-2
|
|
|
|
- Fix changelog entries
|
|
|
|
|
|
|
|
* Sun Sep 18 2011 Bastien Nocera <bnocera@redhat.com> 0.91-1
|
|
|
|
- Update to 0.91
|
|
|
|
|
2011-08-25 14:10:32 +00:00
|
|
|
* Thu Aug 25 2011 Bastien Nocera <bnocera@redhat.com> 0.90-9
|
|
|
|
- Never try to load OO.o files in file-roller
|
|
|
|
|
2011-05-26 16:23:17 +00:00
|
|
|
* Thu May 26 2011 Bastien Nocera <bnocera@redhat.com> 0.90-8
|
|
|
|
- Fix LibreOffice associations (patch from Caolan McNamara, #707971)
|
|
|
|
|
2011-04-21 16:00:40 +00:00
|
|
|
* Thu Apr 21 2011 Bastien Nocera <bnocera@redhat.com> 0.90-7
|
|
|
|
- Fix name of nautilus.desktop file (#698502)
|
|
|
|
|
2011-02-09 13:32:06 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-16 17:16:26 +00:00
|
|
|
* Thu Dec 16 2010 Bastien Nocera <bnocera@redhat.com> 0.90-5
|
|
|
|
- Auto-generate file-roller's bindings as well
|
|
|
|
|
2010-12-08 10:33:10 +00:00
|
|
|
* Wed Dec 08 2010 Bastien Nocera <bnocera@redhat.com> 0.90-4
|
|
|
|
- Update defaults.list and update for newer desktop names,
|
|
|
|
with help from Edward Sheldrake (#659457)
|
|
|
|
|
2010-12-07 17:07:31 +00:00
|
|
|
* Tue Dec 07 2010 Bastien Nocera <bnocera@redhat.com> 0.90-3
|
|
|
|
- Add Firefox as the default for application/xhtml+xml
|
|
|
|
(#660657)
|
|
|
|
|
2010-12-01 18:16:31 +00:00
|
|
|
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 0.90-2
|
|
|
|
- Update list of defaults, adding new mime-types for Totem,
|
|
|
|
as well as scheme handlers, and install defaults for
|
|
|
|
Evolution and Firefox
|
|
|
|
|
2010-12-01 17:41:55 +00:00
|
|
|
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 0.90-1
|
|
|
|
- Update to 0.90
|
|
|
|
|
2010-11-04 20:13:21 +00:00
|
|
|
* Thu Nov 4 2010 Tom "spot" Callaway <tcallawa@redhat.com> 0.80-2
|
|
|
|
- rebuild for new libxml
|
|
|
|
|
2010-09-30 21:21:26 +00:00
|
|
|
* Thu Sep 30 2010 Bastien Nocera <bnocera@redhat.com> 0.80-1
|
|
|
|
- Update to 0.80
|
|
|
|
|
2010-07-06 14:51:54 +00:00
|
|
|
* Tue Jul 6 2010 Colin Walters <walters@verbum.org> - 0.71-4
|
|
|
|
- Fix previous change to be Requires(post); spotted by
|
|
|
|
Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
|
|
|
|
|
2010-07-03 18:23:57 +00:00
|
|
|
* Sat Jul 3 2010 Colin Walters <walters@verbum.org> - 0.71-3
|
|
|
|
- Requires(pre) on glib, since update-mime-database uses it
|
|
|
|
- Remove /dev/null redirection, we should see future errors
|
|
|
|
And really, RPM is dumb here - this stuff needs to go to
|
|
|
|
log files.
|
|
|
|
|
2010-06-01 10:02:44 +00:00
|
|
|
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-2
|
|
|
|
- Update some OO.o defaults, patch from Caolan McNamara
|
|
|
|
|
2010-02-01 17:47:32 +00:00
|
|
|
* Mon Feb 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-1
|
|
|
|
- Update to 0.71
|
|
|
|
|
2009-10-06 14:51:04 +00:00
|
|
|
* Tue Oct 06 2009 Bastien Nocera <bnocera@redhat.com> 0.70-1
|
|
|
|
- Update to 0.70
|
|
|
|
|
2009-09-24 12:52:05 +00:00
|
|
|
* Thu Sep 24 2009 - Caolán McNamara <caolanm@redhat.com> - 0.60-5
|
|
|
|
- Resolves: rhbz#508559 openoffice.org desktop files changed name
|
|
|
|
|
2009-07-27 04:15:51 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-04 12:30:24 +00:00
|
|
|
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 0.60-3
|
|
|
|
- Remove Totem as handling Blu-ray and HD-DVD
|
|
|
|
- Use brasero-ncb.desktop instead of nautilus-cd-burner for blank devices
|
|
|
|
- Update media mime-types for Rhythmbox/Totem
|
|
|
|
|
2009-02-26 00:48:28 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-21 22:53:09 +00:00
|
|
|
* Sat Feb 21 2009 - Bastien Nocera <bnocera@redhat.com> - 0.60-1
|
|
|
|
- Update to 0.60
|
|
|
|
|
2008-12-15 13:03:25 +00:00
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-6
|
|
|
|
- Update with comments from Orcan Ogetbil <orcanbahri@yahoo.com>
|
|
|
|
|
2008-11-26 19:58:46 +00:00
|
|
|
* Wed Nov 26 2008 - Julian Sikorski <belegdol[at]gmail[dot]com> - 0.51-5
|
|
|
|
- Fix text/plain, gedit installs gedit.desktop and not gnome-gedit.desktop
|
|
|
|
|
2008-10-29 21:02:20 +00:00
|
|
|
* Wed Oct 29 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-4
|
|
|
|
- Add patch to avoid picture CD being anything with a pictures directory
|
|
|
|
(#459365)
|
|
|
|
|
2008-10-02 13:31:45 +00:00
|
|
|
* Thu Oct 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-3
|
|
|
|
- Use evince, not tetex-xdvi.desktop for DVI files (#465242)
|
|
|
|
|
2008-09-01 15:22:30 +00:00
|
|
|
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-2
|
|
|
|
- Use Firefox and not redhat-web as the default app for HTML files (#452184)
|
|
|
|
|
2008-07-23 10:51:20 +00:00
|
|
|
* Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-1
|
|
|
|
- Update to 0.51
|
|
|
|
|
2008-07-22 14:58:28 +00:00
|
|
|
* Tue Jul 22 2008 - Bastien Nocera <bnocera@redhat.com> - 0.50-1
|
|
|
|
- Update to 0.50
|
|
|
|
|
2008-07-22 15:01:12 +00:00
|
|
|
* Sat Jun 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.40-2
|
|
|
|
- update license tag
|
|
|
|
|
2008-07-22 14:58:28 +00:00
|
|
|
* Wed Jun 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.40-1
|
|
|
|
- Update to 0.40
|
|
|
|
|
2008-05-12 15:37:03 +00:00
|
|
|
* Mon May 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-1
|
|
|
|
- Update to 0.30
|
|
|
|
|
2008-05-02 20:37:56 +00:00
|
|
|
* Fri May 2 2008 David Zeuthen <davidz@redhat.com> - 0.23-9
|
|
|
|
- Fix defaults for x-content/image-dcf (#445032)
|
|
|
|
|
2008-04-17 22:13:56 +00:00
|
|
|
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-8
|
|
|
|
- Make mount-archive.desktop the default for iso images (#442960)
|
|
|
|
|
2008-04-15 17:26:42 +00:00
|
|
|
* Tue Apr 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-7
|
|
|
|
- Update the desktop file name for Gimp, too
|
|
|
|
|
2008-04-15 17:16:11 +00:00
|
|
|
* Tue Apr 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-6
|
|
|
|
- Change default for rpm to gpk-install-file (#442485)
|
|
|
|
|
2008-03-27 22:05:11 +00:00
|
|
|
* Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.23-5
|
|
|
|
- Make Totem the default for the mime-types it handles (#366101)
|
|
|
|
- And make sure Rhythmbox is the second default only for the mime-types
|
|
|
|
it handles
|
|
|
|
|
2008-03-20 16:48:20 +00:00
|
|
|
* Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-4
|
|
|
|
- Change default for rpm to pk-install-file
|
|
|
|
|
2008-02-19 04:29:05 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.23-3
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-18 18:02:39 +00:00
|
|
|
* Fri Jan 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-2
|
|
|
|
- Add defaults for content types
|
|
|
|
|
2007-12-18 15:18:49 +00:00
|
|
|
* Tue Dec 18 2007 - Bastien Nocera <bnocera@redhat.com> - 0.23-1
|
|
|
|
- Update to 0.23
|
|
|
|
|
2007-11-13 12:46:25 +00:00
|
|
|
* Tue Nov 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-5
|
|
|
|
- Remove Totem as the default music/movie player, it will be the
|
|
|
|
default for movies, as only it handles them, and Rhythmbox can
|
|
|
|
handle missing plugins now
|
|
|
|
|
2007-11-05 10:59:42 +00:00
|
|
|
* Mon Nov 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-4
|
|
|
|
- Make Totem the default for the mime-types it handles (#366101)
|
|
|
|
|
2007-08-24 12:17:46 +00:00
|
|
|
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 0.22-3
|
|
|
|
- Rebuild for PPC toolchain bug
|
2007-08-24 13:25:52 +00:00
|
|
|
- BuildRequires: gawk
|
2007-08-24 12:17:46 +00:00
|
|
|
|
2007-08-21 10:09:44 +00:00
|
|
|
* Tue Aug 21 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-2
|
|
|
|
- Don't say that webcal files are handled by evolution-2.0, it can't
|
|
|
|
- Disable vCard mapping as well, as evolution doesn't handle it
|
|
|
|
(See http://bugzilla.gnome.org/show_bug.cgi?id=309073)
|
|
|
|
|
2007-07-30 10:50:18 +00:00
|
|
|
* Mon Jul 30 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-1
|
|
|
|
- Update to 0.22
|
|
|
|
|
2007-04-17 10:56:28 +00:00
|
|
|
* Tue Apr 17 2007 - Bastien Nocera <bnocera@redhat.com> - 0.20-2
|
|
|
|
- Fix the dia association (#194313)
|
|
|
|
|
2007-02-06 12:46:14 +00:00
|
|
|
* Tue Feb 06 2007 - Bastien Nocera <bnocera@redhat.com> - 0.20-1
|
|
|
|
- Update to 0.20, and remove outdated patches
|
|
|
|
|
2006-11-10 22:49:59 +00:00
|
|
|
* Fri Nov 10 2006 Christopher Aillon <caillon@redhat.com> - 0.19-2
|
|
|
|
- Alias image/pdf to application/pdf
|
|
|
|
|
2006-08-25 17:16:04 +00:00
|
|
|
* Fri Aug 25 2006 Christopher Aillon <caillon@redhat.com> - 0.19-1
|
|
|
|
- Update to 0.19
|
|
|
|
|
2006-07-26 17:26:43 +00:00
|
|
|
* Wed Jul 26 2006 Matthias Clasen <mclasen@redhat.com> - 0.18-2
|
2006-07-26 17:27:28 +00:00
|
|
|
- add an inode/directory entry to defaults.list (#187021)
|
2006-07-26 17:26:43 +00:00
|
|
|
|
2006-07-12 08:14:50 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.18-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-05 04:38:48 +00:00
|
|
|
* Wed Jul 5 2006 Kristian Høgsberg <krh@redhat.com> - 0.18-1
|
|
|
|
- Update to 0.18 and drop backported patches.
|
|
|
|
|
2006-06-29 20:59:38 +00:00
|
|
|
* Thu Jun 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.17-3
|
|
|
|
- Adding PDF fix backported from CVS.
|
|
|
|
|
2006-03-22 19:23:40 +00:00
|
|
|
* Wed Mar 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-2
|
|
|
|
- Backport upstream change to fix postscript vs. matlab confusion
|
|
|
|
|
|
|
|
* Thu Mar 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-1
|
2006-03-16 21:11:06 +00:00
|
|
|
- Update to 0.17
|
|
|
|
|
2006-02-13 16:09:30 +00:00
|
|
|
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-3
|
|
|
|
- add gthumb as fallback
|
|
|
|
|
2006-02-13 15:34:09 +00:00
|
|
|
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-2
|
|
|
|
- make eog the default image viewer
|
|
|
|
|
2006-02-13 15:39:11 +00:00
|
|
|
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 0.16.cvs20060212-1
|
|
|
|
- Newer CVS snapshot
|
|
|
|
|
2006-02-13 15:34:09 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.16.cvs20051219-2.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
2006-02-07 13:50:25 +00:00
|
|
|
|
2006-01-30 10:14:34 +00:00
|
|
|
* Mon Jan 30 2006 Caolan McNamara <caolanm@redhat.com> - 0.16.cvs20051219-2
|
|
|
|
- rh#179138# add openoffice.org as preferred app for oasis formats
|
|
|
|
|
2005-12-19 16:52:08 +00:00
|
|
|
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051219-1
|
|
|
|
- Newer cvs snapshot
|
|
|
|
|
2005-12-17 01:52:19 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
2005-12-09 22:43:13 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2005-12-01 19:52:16 +00:00
|
|
|
* Thu Dec 1 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051201-1
|
|
|
|
- Incorporate upstream changes
|
|
|
|
|
2005-11-02 18:29:17 +00:00
|
|
|
* Wed Nov 02 2005 John (J5) Palmieri <johnp@redhat.com> - 0.16.cvs20051018-2
|
|
|
|
- Change all refs of eog to gthumb in defaults.list
|
|
|
|
|
2005-10-18 16:17:33 +00:00
|
|
|
* Tue Oct 18 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051018-1
|
|
|
|
- Incorporate upstream changes
|
|
|
|
|
2005-10-12 14:54:45 +00:00
|
|
|
* Wed Oct 12 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-6
|
|
|
|
- Add glade to defaults.list
|
|
|
|
|
2005-10-03 14:49:57 +00:00
|
|
|
* Mon Oct 3 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-5
|
|
|
|
- Make sure Type1 fonts are recognized as such (#160909)
|
|
|
|
|
2005-06-17 04:49:00 +00:00
|
|
|
* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> - 0.16-4
|
|
|
|
- Add MIME-types for .pcf Cisco VPN settings files (fdo #3560)
|
|
|
|
|
2005-05-20 17:31:04 +00:00
|
|
|
* Fri May 20 2005 Dan Williams <dcbw@redhat.com> - 0.16-3
|
|
|
|
- Update OpenOffice.org desktop file names. #155353
|
2005-05-20 17:33:22 +00:00
|
|
|
- WordPerfect default now OOo Writer, since Abiword is in Extras
|
2005-05-20 17:31:04 +00:00
|
|
|
|
2005-04-03 20:51:25 +00:00
|
|
|
* Sun Apr 3 2005 David Zeuthen <davidz@redhat.com> - 0.16-2
|
|
|
|
- Make Evince the default for application/pdf and application/postscript
|
|
|
|
- Remove remaining references to gnome-ggv (application/x-gzpostscript and
|
|
|
|
image/x-eps) as this is no longer in the distribution
|
|
|
|
|
2005-04-01 19:40:03 +00:00
|
|
|
* Fri Apr 1 2005 David Zeuthen <davidz@redhat.com> - 0.16-1
|
|
|
|
- Update to upstream release 0.16
|
|
|
|
- Drop all patches as they are in the new upstream release
|
|
|
|
|
2005-03-09 16:29:31 +00:00
|
|
|
* Wed Mar 9 2005 David Zeuthen <davidz@redhat.com> - 0.15-11
|
|
|
|
- Add mimetypes for OOo2 (#150546)
|
|
|
|
|
2004-10-18 13:33:58 +00:00
|
|
|
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 0.15-10
|
|
|
|
- Fix for mime sniffing on big-endian
|
|
|
|
|
2004-10-14 19:59:37 +00:00
|
|
|
* Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.15-9
|
|
|
|
- Handle renaming of hxplay.desktop to realplay.desktop
|
|
|
|
|
2004-10-13 17:23:23 +00:00
|
|
|
* Wed Oct 13 2004 Matthias Clasen <mclasen@redhat.com> - 0.15-8
|
|
|
|
- Handle XUL files. #134122
|
|
|
|
|
2004-10-13 15:35:51 +00:00
|
|
|
* Wed Oct 13 2004 Colin Walters <walters@redhat.com> - 0.15-7
|
|
|
|
- Make helix default for ogg and mp3, will switch wav/flac too
|
|
|
|
when support is added
|
|
|
|
|
2004-10-06 15:47:56 +00:00
|
|
|
* Wed Oct 6 2004 Alexander Larsson <alexl@redhat.com> - 0.15-6
|
|
|
|
- Change default pdf viewer to ggv
|
|
|
|
|
2004-09-09 12:23:15 +00:00
|
|
|
* Tue Sep 7 2004 Alexander Larsson <alexl@redhat.com> - 0.15-4
|
|
|
|
- Fixed evo desktop file reference in defaults.list
|
|
|
|
|
2004-09-09 12:22:53 +00:00
|
|
|
* Mon Sep 6 2004 Caolan McNamara <caolanm@redhat.com> - 0.15-3
|
|
|
|
- wpd can be opened in abiword, but not in openoffice.org (#114907)
|
|
|
|
|
2004-09-09 12:22:48 +00:00
|
|
|
* Fri Sep 3 2004 Alexander Larsson <alexl@redhat.com> - 0.15-2
|
|
|
|
- Add list of default apps (#131643)
|
|
|
|
|
2004-09-09 12:22:40 +00:00
|
|
|
* Mon Aug 30 2004 Jonathan Blandford <jrb@redhat.com> 0.15-1
|
|
|
|
- bump version
|
|
|
|
|
2004-09-09 12:22:34 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 12:22:20 +00:00
|
|
|
* Mon Mar 22 2004 Alex Larsson <alexl@redhat.com> 0.14-1
|
|
|
|
- update to 0.14
|
|
|
|
|
2004-09-09 12:21:53 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 12:21:08 +00:00
|
|
|
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.13-1
|
|
|
|
- 0.13
|
|
|
|
|
|
|
|
* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> mime-info
|
|
|
|
- Initial build.
|