Blame SPECS/file-roller.spec

d962d2
Name:           file-roller
d962d2
Version:        3.28.1
89973a
Release:        4%{?dist}
d962d2
Summary:        Tool for viewing and creating archives
d962d2
d962d2
License:        GPLv2+
d962d2
URL:            https://wiki.gnome.org/Apps/FileRoller
d962d2
Source0:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
d962d2
# https://bugzilla.redhat.com/show_bug.cgi?id=1827395
d962d2
Patch0:         file-roller-3.28.1-CVE-2020-11736.patch
d962d2
# https://bugzilla.redhat.com/show_bug.cgi?id=1767594
d962d2
Patch1:         file-roller-3.28.1-CVE-2019-16680.patch
89973a
# https://bugzilla.redhat.com/show_bug.cgi?id=1947534
89973a
Patch2:         file-roller-3.28.1-CVE-2020-36314.patch
d962d2
d962d2
BuildRequires:  pkgconfig(gio-unix-2.0)
d962d2
BuildRequires:  pkgconfig(gtk+-3.0)
d962d2
BuildRequires:  pkgconfig(json-glib-1.0)
d962d2
BuildRequires:  pkgconfig(libarchive)
d962d2
BuildRequires:  pkgconfig(libnotify)
d962d2
BuildRequires:  file-devel
d962d2
BuildRequires:  gettext
d962d2
BuildRequires:  desktop-file-utils
d962d2
BuildRequires:  itstool
d962d2
BuildRequires:  meson
d962d2
BuildRequires:  /usr/bin/appstream-util
d962d2
d962d2
%if 0%{?rhel}
d962d2
# Explicitly depend on various archivers to avoid problems when installing
d962d2
# new archiver support on demand.
d962d2
# https://bugzilla.redhat.com/show_bug.cgi?id=837608
d962d2
Requires: /usr/bin/ar
d962d2
Requires: /usr/bin/bzip2
d962d2
Requires: /usr/bin/compress
d962d2
Requires: /usr/bin/cpio
d962d2
Requires: /usr/bin/gzip
d962d2
Requires: /usr/bin/isoinfo
d962d2
Requires: /usr/bin/lzop
d962d2
Requires: /usr/bin/tar
d962d2
Requires: /usr/bin/unzip
d962d2
Requires: /usr/bin/xz
d962d2
Requires: /usr/bin/zip
d962d2
%endif
d962d2
d962d2
# for file triggers
d962d2
Requires: glib2 >= 2.45.4-2
d962d2
Requires: desktop-file-utils >= 0.22-6
d962d2
d962d2
# https://bugzilla.redhat.com/show_bug.cgi?id=1638813
d962d2
Obsoletes: file-roller-nautilus < 3.28.1-2
d962d2
d962d2
%description
d962d2
File Roller is an application for creating and viewing archives files,
d962d2
such as tar or zip files.
d962d2
d962d2
%prep
d962d2
%autosetup -p1
d962d2
d962d2
%build
d962d2
%meson
d962d2
%meson_build
d962d2
d962d2
%install
d962d2
%meson_install
d962d2
d962d2
%find_lang %{name} --with-gnome
d962d2
d962d2
d962d2
%check
d962d2
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml
d962d2
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.FileRoller.desktop
d962d2
d962d2
d962d2
%files -f %{name}.lang
d962d2
%doc README NEWS AUTHORS
d962d2
%license COPYING
d962d2
%{_bindir}/file-roller
d962d2
%{_datadir}/file-roller
d962d2
%{_datadir}/applications/org.gnome.FileRoller.desktop
d962d2
%{_libexecdir}/file-roller
d962d2
%{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service
d962d2
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
d962d2
%{_datadir}/icons/hicolor/*/apps/file-roller.png
d962d2
%{_datadir}/icons/hicolor/scalable/apps/file-roller-symbolic.svg
d962d2
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
d962d2
%{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml
d962d2
d962d2
%changelog
89973a
* Thu Apr 15 2021 David King <dking@redhat.com> - 3.28.1-4
89973a
- Fix CVE-2020-36314 (#1947534)
89973a
d962d2
* Mon Jun 01 2020 David King <dking@redhat.com> - 3.28.1-3
d962d2
- Fix CVE-2020-11736 (#1827395)
d962d2
- Fix CVE-2019-16680 (#1767594)
d962d2
d962d2
* Wed Jun 05 2019 David King <dking@redhat.com> - 3.28.1-2
d962d2
- Remove nautilus extension subpackage (#1638813)
d962d2
d962d2
* Wed Jul 25 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
d962d2
- Update to 3.28.1
d962d2
d962d2
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
d962d2
- Update to 3.28.0
d962d2
d962d2
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
d962d2
- Update to 3.27.91
d962d2
- Switch to the meson build system
d962d2
d962d2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d962d2
d962d2
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
d962d2
- Remove obsolete scriptlets
d962d2
d962d2
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
d962d2
- Update to 3.26.2
d962d2
d962d2
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
d962d2
- Update to 3.26.1
d962d2
d962d2
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
d962d2
- Update to 3.26.0
d962d2
d962d2
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.91-1
d962d2
- Update to 3.25.91
d962d2
d962d2
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.1-3
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d962d2
d962d2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.1-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d962d2
d962d2
* Thu Apr 20 2017 David King <amigadave@amigadave.com> - 3.24.1-1
d962d2
- Update to 3.24.1
d962d2
d962d2
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
d962d2
- Update to 3.24.0
d962d2
d962d2
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
d962d2
- Update to 3.23.92
d962d2
d962d2
* Mon Mar 06 2017 Kalev Lember <klember@redhat.com> - 3.23.91-1
d962d2
- Update to 3.23.91
d962d2
- Re-enable file-roller nautilus extension
d962d2
d962d2
* Mon Feb 27 2017 Kalev Lember <klember@redhat.com> - 3.22.3-1
d962d2
- Update to 3.22.3
d962d2
d962d2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.2-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d962d2
d962d2
* Thu Nov 24 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
d962d2
- Update to 3.22.2
d962d2
d962d2
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
d962d2
- Update to 3.22.1
d962d2
d962d2
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
d962d2
- Update to 3.22.0
d962d2
d962d2
* Thu Sep 15 2016 Kalev Lember <klember@redhat.com> - 3.21.91-2
d962d2
- Backport a patch to fix opening multiple file-roller instances (#1376391)
d962d2
d962d2
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
d962d2
- Update to 3.21.91
d962d2
- Don't set group tags
d962d2
- Use the X11 backend instead of Wayland (#1374321)
d962d2
d962d2
* Mon Sep 12 2016 Kalev Lember <klember@redhat.com> - 3.21.90-2
d962d2
- Disable nautilus extension
d962d2
d962d2
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
d962d2
- Update to 3.21.90
d962d2
d962d2
* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 3.20.2-1
d962d2
- Update to 3.20.2
d962d2
d962d2
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
d962d2
- Update to 3.20.1
d962d2
- Use make_install macro
d962d2
d962d2
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
d962d2
- Update to 3.20.0
d962d2
d962d2
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
d962d2
- Update to 3.19.91
d962d2
d962d2
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 3.19.90-2
d962d2
- Build with smp_mflags
d962d2
d962d2
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 3.19.90-1
d962d2
- Update to 3.19.90
d962d2
d962d2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.1-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d962d2
d962d2
* Tue Jan 19 2016 David King <amigadave@amigadave.com> - 3.19.1-1
d962d2
- Update to 3.19.1
d962d2
d962d2
* Tue Sep 01 2015 David King <amigadave@amigadave.com> - 3.16.4-1
d962d2
- Update to 3.16.4
d962d2
d962d2
* Fri Aug 21 2015 Matthias Clasen <mclasen@redhat.com> - 3.16.3-2
d962d2
- Fix a crash on shutdown (#1251755)
d962d2
- Rely on file triggers for some things
d962d2
d962d2
* Tue Jun 30 2015 David King <amigadave@amigadave.com> - 3.16.3-1
d962d2
- Update to 3.16.3
d962d2
- Update URL
d962d2
- Fix typo in extension description
d962d2
d962d2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d962d2
d962d2
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
d962d2
- Update to 3.16.2
d962d2
d962d2
* Tue Apr 14 2015 David King <amigadave@amigadave.com> - 3.16.1-1
d962d2
- Update to 3.16.1
d962d2
d962d2
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
d962d2
- Update to 3.16.0
d962d2
d962d2
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
d962d2
- Update to 3.15.92
d962d2
d962d2
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
d962d2
- Update to 3.15.91
d962d2
d962d2
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
d962d2
- Update to 3.15.90
d962d2
d962d2
* Mon Feb 09 2015 David King <amigadave@amigadave.com> - 3.15.2-1
d962d2
- Update to 3.15.2
d962d2
- Use license macro for COPYING
d962d2
- Validate AppData in check
d962d2
- Use pkgconfig for BuildRequires
d962d2
d962d2
* Sat Nov 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
d962d2
- Update to 3.15.1
d962d2
d962d2
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
d962d2
- Update to 3.14.2
d962d2
d962d2
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
d962d2
- Update to 3.14.1
d962d2
d962d2
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
d962d2
- Update to 3.14.0
d962d2
d962d2
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
d962d2
- Update to 3.13.92
d962d2
d962d2
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
d962d2
- Update to 3.13.91
d962d2
- Tighten deps for the -nautilus subpackage
d962d2
d962d2
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d962d2
d962d2
* Mon Jul 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
d962d2
- Update to 3.13.2
d962d2
d962d2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d962d2
d962d2
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 3.13.1-1
d962d2
- Update to 3.13.1
d962d2
d962d2
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
d962d2
- Update to 3.12.1
d962d2
d962d2
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
d962d2
- Update to 3.12.0
d962d2
d962d2
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
d962d2
- Update to 3.11.92
d962d2
d962d2
* Wed Mar 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
d962d2
- Update to 3.11.91
d962d2
d962d2
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
d962d2
- Update to 3.11.90
d962d2
d962d2
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
d962d2
- Update to 3.11.5
d962d2
d962d2
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
d962d2
- Update to 3.11.4
d962d2
d962d2
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
d962d2
- Update to 3.11.3
d962d2
d962d2
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
d962d2
- Update to 3.11.2
d962d2
d962d2
* Wed Oct 30 2013 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
d962d2
- Update to 3.11.1
d962d2
d962d2
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
d962d2
- Update to 3.10.1
d962d2
d962d2
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
d962d2
- Update to 3.10.0
d962d2
d962d2
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
d962d2
- Update to 3.9.92
d962d2
d962d2
* Thu Sep  5 2013 Matthias Clasen <mclasen@redhatlcom> - 3.9.91-2
d962d2
- Drop unar dep again, we're oversize on the live cd
d962d2
d962d2
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
d962d2
- Update to 3.9.91
d962d2
d962d2
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
d962d2
- Update to 3.9.90
d962d2
d962d2
* Mon Aug 05 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 3.9.4-3
d962d2
- Fix vi translations to fix desktop-file-validate error
d962d2
- Fix bogus date in %%changelog
d962d2
- Compilation should be more verbose, add V=1
d962d2
d962d2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d962d2
d962d2
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 3.9.4-1
d962d2
- Update to 3.9.4
d962d2
d962d2
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
d962d2
- Update to 3.9.3
d962d2
d962d2
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
d962d2
- Update to 3.9.2
d962d2
d962d2
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
d962d2
- Update to 3.9.1
d962d2
d962d2
* Fri May  3 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-4
d962d2
- Drop old GConf dependency
d962d2
d962d2
* Fri May  3 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-3
d962d2
- No unar in rhel
d962d2
d962d2
* Sun Apr 21 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 3.8.1-2
d962d2
- Add BR on json-glib-devel and requires on unrar for RAR support
d962d2
d962d2
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
d962d2
- Update to 3.8.1
d962d2
d962d2
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
d962d2
- Update to 3.8.0
d962d2
d962d2
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
d962d2
- Update to 3.7.92
d962d2
d962d2
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
d962d2
- Update to 3.7.91
d962d2
d962d2
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
d962d2
- Update to 3.7.90
d962d2
d962d2
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.3-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d962d2
d962d2
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
d962d2
- Update to 3.7.3
d962d2
- Remove the vendor prefix from the desktop file
d962d2
d962d2
* Thu Jan 17 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.6.3-2
d962d2
- Rebuilt for new libarchive
d962d2
d962d2
* Wed Nov 28 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
d962d2
- Update to 3.6.3
d962d2
d962d2
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
d962d2
- Update to 3.6.2
d962d2
d962d2
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1.1-1
d962d2
- Update to 3.6.1.1
d962d2
d962d2
* Tue Oct 16 2012 Bastien Nocera <bnocera@redhat.com> 3.6.1-2
d962d2
- Make it find its own desktop file
d962d2
d962d2
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
d962d2
- Update to 3.6.1
d962d2
d962d2
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
d962d2
- Update to 3.6.0
d962d2
d962d2
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
d962d2
- Update to 3.5.92
d962d2
d962d2
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
d962d2
- Update to 3.5.91
d962d2
d962d2
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
d962d2
- Update to 3.5.90
d962d2
d962d2
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
d962d2
- Update to 3.5.4
d962d2
d962d2
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d962d2
d962d2
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
d962d2
- Update to 3.5.3
d962d2
d962d2
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
d962d2
- Update to 3.5.2
d962d2
d962d2
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.1-2
d962d2
- Add missing BR
d962d2
d962d2
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.1-1
d962d2
- Update to 3.5.1
d962d2
d962d2
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
d962d2
- Update to 3.4.2
d962d2
d962d2
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
d962d2
- Silence glib-compile-schemas output
d962d2
d962d2
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
d962d2
- Update to 3.4.1
d962d2
d962d2
* Mon Apr  2 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.0-2
d962d2
- Drop unneeded nautilus dependency (#808539)
d962d2
d962d2
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
d962d2
- Update to 3.4.0
d962d2
d962d2
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
d962d2
- Update to 3.3.92
d962d2
d962d2
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
d962d2
- Update to 3.3.91
d962d2
d962d2
* Fri Feb 24 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
d962d2
- Update to 3.3.90
d962d2
d962d2
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
d962d2
- Update to 3.3.3
d962d2
d962d2
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
d962d2
- Update to 3.3.2
d962d2
d962d2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d962d2
d962d2
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
d962d2
- Update to 3.3.1
d962d2
d962d2
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.2.2-1
d962d2
- Update to 3.2.2
d962d2
d962d2
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
d962d2
- Rebuilt for glibc bug#747377
d962d2
d962d2
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
d962d2
- Update to 3.2.1
d962d2
d962d2
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
d962d2
- Update to 3.2.0
d962d2
d962d2
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
d962d2
- Update to 3.2.0
d962d2
d962d2
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
d962d2
- Update to 3.1.92
d962d2
d962d2
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.91-1
d962d2
- Update to 3.1.91
d962d2
d962d2
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
d962d2
- Update to 3.1.90
d962d2
d962d2
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.2-1
d962d2
- Update to 3.1.2
d962d2
d962d2
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.1-1
d962d2
- Update to 3.1.1
d962d2
d962d2
* Wed Jul 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-2
d962d2
- Rebuild
d962d2
d962d2
* Wed May 25 2011 Christopher Aillon <caillon@redhat.com> - 3.0.2-1
d962d2
- Update to 3.0.2
d962d2
d962d2
* Fri Apr 29 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
d962d2
- Add a nautilus dependency back to the main package; keep the
d962d2
  -nautilus subpackage for now, in case the setting we use moves
d962d2
  to gsettings-desktop-schemas (#691766)
d962d2
d962d2
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
d962d2
- Update to 3.0.1
d962d2
d962d2
* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
d962d2
- Update to 3.0.0
d962d2
d962d2
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
d962d2
- Update to 2.91.93
d962d2
d962d2
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
d962d2
- Update to 2.91.92
d962d2
d962d2
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
d962d2
- Update to 2.91.91
d962d2
d962d2
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
d962d2
- Update to 2.91.90
d962d2
d962d2
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
d962d2
- Rebuild against newer gtk
d962d2
d962d2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d962d2
d962d2
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
d962d2
- Update to 2.91.6
d962d2
d962d2
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-2
d962d2
- Drop ancient version requirements
d962d2
- Drop prehistoric conflict
d962d2
- Split off a -nautilus subpackage
d962d2
d962d2
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
d962d2
- Update to 2.91.5
d962d2
d962d2
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
d962d2
- Update to 2.91.4
d962d2
d962d2
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-1
d962d2
- Update to 2.91.2
d962d2
d962d2
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.1-1
d962d2
- 2.91.1
d962d2
d962d2
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-3.%{alphatag}
d962d2
- Rebuild against newer gtk3
d962d2
d962d2
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
d962d2
- Update to 2.91.0
d962d2
d962d2
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
d962d2
- Update to 2.31.5
d962d2
d962d2
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
d962d2
- Update to 2.31.4
d962d2
d962d2
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-2
d962d2
- Update to 2.31.3
d962d2
d962d2
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
d962d2
- Update to 2.31.2
d962d2
d962d2
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
d962d2
- Update to 2.31.1
d962d2
d962d2
* Mon May 17 2010 Tomas Bzatek <tbzatek@redhat.com> 2.30.1.1-3
d962d2
- Fix archive handling on remote GIO mounts without running fuse daemon (#527045, #518510)
d962d2
d962d2
* Wed May  5 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1.1-2
d962d2
- Don't crash when creating .tar.7z archives
d962d2
d962d2
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1.1-1
d962d2
- Update to 2.30.1.1
d962d2
- Spec file cleanups
d962d2
d962d2
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
d962d2
- Update to 2.30.0
d962d2
d962d2
* Tue Mar  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.92-1
d962d2
- Update to 2.29.92
d962d2
d962d2
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
d962d2
- Update to 2.29.91
d962d2
d962d2
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
d962d2
- Update to 2.29.90
d962d2
d962d2
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> 2.29.5-1
d962d2
- Update to 2.29.5
d962d2
d962d2
* Tue Jan 12 2010 Matthias Clasen <mclasen@redhat.com> 2.29.4-1
d962d2
- Update to 2.29.4
d962d2
d962d2
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> 2.29.3-1
d962d2
- Update to 2.29.3
d962d2
d962d2
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> 2.29.2-3
d962d2
- Fix a wrong use of gdk_property_get (#538535)
d962d2
d962d2
* Wed Dec  2 2009 Matthias Clasen <mclasen@redhat.com> 2.29.2-2
d962d2
- Drop unneded BRs
d962d2
d962d2
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
d962d2
- Update to 2.29.2
d962d2
d962d2
* Thu Oct 29 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-2
d962d2
- Fix sticky DND
d962d2
d962d2
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-1
d962d2
- Update to 2.28.1
d962d2
d962d2
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-2
d962d2
- Respect button-images setting
d962d2
d962d2
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-1
d962d2
- Update to 2.28.0
d962d2
d962d2
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> 2.27.92-1
d962d2
- Update to 2.27.92
d962d2
d962d2
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> 2.27.91-1
d962d2
- Update to 2.27.91
d962d2
d962d2
* Fri Aug 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.90-2
d962d2
- Make opening .cab files work
d962d2
d962d2
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> 2.27.90-1
d962d2
- Update to 2.27.90
d962d2
d962d2
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
d962d2
- Update to 2.27.3
d962d2
d962d2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.2-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d962d2
d962d2
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> 2.27.2-1
d962d2
- Update to 2.27.2
d962d2
d962d2
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.1-1
d962d2
- Update to 2.27.1
d962d2
d962d2
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-1
d962d2
- Update to 2.26.1
d962d2
- See http://download.gnome.org/sources/file-roller/2.26/file-roller-2.26.1.news
d962d2
d962d2
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> 2.26.0-1
d962d2
- Update to 2.26.0
d962d2
d962d2
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> 2.25.92-1
d962d2
- Update to 2.25.92
d962d2
d962d2
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
d962d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d962d2
d962d2
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
d962d2
- Update to 2.25.91
d962d2
d962d2
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
d962d2
- Update to 2.25.90
d962d2
d962d2
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
d962d2
- Update to 2.25.2
d962d2
d962d2
* Tue Jan  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.1-5
d962d2
- Update to 2.25.1
d962d2
- Clean up BRs
d962d2
d962d2
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
d962d2
- Shorten summary
d962d2
d962d2
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
d962d2
- Update to 2.24.1
d962d2
d962d2
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
d962d2
- Update to 2.24.0
d962d2
d962d2
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
d962d2
- Update to 2.23.92
d962d2
d962d2
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
d962d2
- Update to 2.23.91
d962d2
d962d2
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
d962d2
- Update to 2.23.6
d962d2
- Drop upstreamed patches
d962d2
d962d2
* Fri Aug  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-3
d962d2
- Fix a segfault
d962d2
d962d2
* Fri Aug  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
d962d2
- Fix the folder icons
d962d2
d962d2
* Mon Aug  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
d962d2
- Update to 2.23.5
d962d2
d962d2
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
d962d2
- Update to 2.23.4
d962d2
d962d2
* Fri Jul 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-2
d962d2
- Fix icon lookup
d962d2
d962d2
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
d962d2
- Update to 2.23.3
d962d2
d962d2
* Tue Jun  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
d962d2
- Update to 2.23.2
d962d2
d962d2
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
d962d2
- Update to 2.23.1
d962d2
d962d2
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
d962d2
- Update to 2.22.1
d962d2
d962d2
* Fri Apr  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
d962d2
- Update the gio patch
d962d2
d962d2
* Tue Mar 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
d962d2
- Update to 2.22.0
d962d2
d962d2
* Tue Mar 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-3
d962d2
- Port nautilus extension to gio
d962d2
d962d2
* Thu Mar  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-2
d962d2
- Don't OnlyShowIn=GNOME
d962d2
d962d2
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
d962d2
- Update to 2.21.92
d962d2
d962d2
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
d962d2
- Update to 2.21.91
d962d2
d962d2
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
d962d2
- Update to 2.21.2
d962d2
d962d2
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.1-1
d962d2
- Update to 2.21.1
d962d2
- Remove obsolete patch
d962d2
d962d2
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
d962d2
- Rebuild nautilus extension against nautilus 2.21
d962d2
d962d2
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
d962d2
- Update to 2.20.2 (translation updates)
d962d2
d962d2
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
d962d2
- Update to 2.20.1 (crash fix)
d962d2
d962d2
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
d962d2
- Update to 2.20.0
d962d2
d962d2
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
d962d2
- Update to 2.19.92
d962d2
d962d2
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
d962d2
- Update to 2.19.91
d962d2
d962d2
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 2.19.90-2
d962d2
- Rebuild for build ID
d962d2
d962d2
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
d962d2
- Update to 2.19.90
d962d2
d962d2
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-3
d962d2
- Use %%find_lang for help files
d962d2
d962d2
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
d962d2
- Update the license field
d962d2
d962d2
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
d962d2
- Update to 2.19.4
d962d2
d962d2
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
d962d2
- Update to 2.19.3
d962d2
d962d2
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
d962d2
- Update to 2.19.2
d962d2
d962d2
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
d962d2
- Update to 2.19.1
d962d2
d962d2
* Thu Apr 12 2007 Christopher Aillon <caillon@redhat.com> - 2.18.1-1
d962d2
- Update to 2.18.1
d962d2
d962d2
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
d962d2
- Update to 2.18.0
d962d2
d962d2
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
d962d2
- Update to 2.17.92
d962d2
d962d2
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
d962d2
- Update to 2.17.91
d962d2
d962d2
* Mon Feb  5 2007 Christopher Aillon <caillon@redhat.com> - 2.17.90-2
d962d2
- Packaging issues:
d962d2
  Remove unneeded desktop-file-utils requires
d962d2
  Build with --disable-static
d962d2
d962d2
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
d962d2
- Update to 2.17.90
d962d2
d962d2
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
d962d2
- Update to 2.17.5
d962d2
d962d2
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
d962d2
- Update to 2.17.4
d962d2
d962d2
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
d962d2
- Update to 2.17.3
d962d2
d962d2
* Tue Nov  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
d962d2
- Update to 2.17.2
d962d2
d962d2
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
d962d2
- Update to 2.17.1
d962d2
d962d2
* Fri Sep  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
d962d2
- Fix directory ownership issues
d962d2
d962d2
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
d962d2
- Update to 2.16.0
d962d2
- Add missing BRs
d962d2
d962d2
* Tue Aug 22 2006 Matthias Clasen <mclasen@rehdat.com> - 2.15.93-2.fc6
d962d2
- Add a %%preun script
d962d2
- Silence %%post and %%preun
d962d2
d962d2
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.93-1.fc6
d962d2
- Update to 2.15.93
d962d2
d962d2
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
d962d2
- Update to 2.15.92
d962d2
- BR nautilus-devel
d962d2
d962d2
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
d962d2
- Update to 2.15.90
d962d2
d962d2
* Sun Jul 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
d962d2
- Avoid warnings from recent menu
d962d2
d962d2
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
d962d2
- Update to 2.15.1
d962d2
d962d2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.3-4.1
d962d2
- rebuild
d962d2
d962d2
* Thu Jun  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-4
d962d2
- Add more BuildRequires
d962d2
d962d2
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-3
d962d2
- Rebuild
d962d2
d962d2
* Mon May 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-2
d962d2
- Update to 2.14.3
d962d2
d962d2
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2-3
d962d2
- Remove dot from summary
d962d2
d962d2
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2-2
d962d2
- Update to 2.14.2
d962d2
- Some .spec file cleanups
d962d2
d962d2
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
d962d2
- Update to 2.14.1
d962d2
d962d2
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
d962d2
- Update to 2.14.0
d962d2
d962d2
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
d962d2
- Update to 2.13.92
d962d2
d962d2
* Tue Feb 21 2006 Karsten Hopp <karsten@redhat.de> 2.13.91-2
d962d2
- BuildRequire: gnome-doc-utils
d962d2
d962d2
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
d962d2
- Update to 2.13.91
d962d2
d962d2
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> 2.13.90-2
d962d2
- Rebuild
d962d2
d962d2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.13.90-1.1
d962d2
- rebuilt for new gcc4.1 snapshot and glibc changes
d962d2
d962d2
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> 2.13.90-1
d962d2
- Update to 2.13.90
d962d2
d962d2
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
d962d2
- Update to 2.13.4
d962d2
d962d2
* Tue Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
d962d2
- Update to 2.13.3
d962d2
d962d2
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
d962d2
- Update to 2.13.2
d962d2
- Remove upstreamed patches
d962d2
d962d2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d962d2
- rebuilt
d962d2
d962d2
* Thu Dec  1 2005 Matthias Clasen <mclasen@redhat.com> 2.13.1-1
d962d2
- Update to 2.13.1
d962d2
d962d2
* Thu Nov  3 2005 Christopher Aillon <caillon@redhat.com> 2.12.1-2
d962d2
- Add 7-zip to the desktop file, since file-roller supports it
d962d2
d962d2
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
d962d2
- Update to 2.12.1
d962d2
d962d2
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
d962d2
- Update to 2.12.0
d962d2
d962d2
* Wed Aug 17 2005 David Zeuthen <davidz@redhat.com>
d962d2
- Disable scrollkeeper until gnome-doc changes are sorted out
d962d2
d962d2
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com>
d962d2
- New upstream version
d962d2
d962d2
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
d962d2
- New upstream version
d962d2
d962d2
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.2-1
d962d2
- New upstream version
d962d2
d962d2
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> 2.10.0-1
d962d2
- New upstream version
d962d2
d962d2
* Thu Mar  3 2005 Marco Pesenti Gritti <mpg@redhat.com> 2.9.92-1
d962d2
- Update to 2.9.92
d962d2
d962d2
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> 2.9.91-1
d962d2
- Update to 2.9.91
d962d2
d962d2
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 2.9.4-1
d962d2
- Update to 2.9.4
d962d2
d962d2
* Wed Nov  3 2004 Christopher Aillon <caillon@redhat.com> 2.8.3-1
d962d2
- Update to 2.8.3
d962d2
d962d2
* Wed Oct 13 2004 Christopher Aillon <caillon@redhat.com> 2.8.2-2
d962d2
- Update to 2.8.2
d962d2
d962d2
* Tue Oct  5 2004 Christopher Aillon <caillon@redhat.com> 2.8.1-1
d962d2
- Update to 2.8.1
d962d2
d962d2
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-4
d962d2
- Prereq desktop-file-utils >= 0.9
d962d2
d962d2
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-2
d962d2
- update-desktop-database after uninstall.
d962d2
- nautilus shouldn't try to open remote files with file-roller (#133592)
d962d2
d962d2
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-1
d962d2
- Update to 2.8.0
d962d2
d962d2
* Mon Aug 30 2004 Christopher Aillon <caillon@redhat.com> 2.7.5-0
d962d2
- Update to 2.7.5
d962d2
d962d2
* Wed Aug 18 2004 Christopher Aillon <caillon@redhat.com> 2.7.4-0
d962d2
- Update to 2.7.4
d962d2
d962d2
* Mon Aug 16 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-3
d962d2
- Use update-desktop-database instead of rebuild-mime-info-cache
d962d2
d962d2
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-2
d962d2
- Rebuild MIME info cache
d962d2
d962d2
* Thu Aug 05 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-1
d962d2
- Update to 2.7.3
d962d2
d962d2
* Sat Jul 03 2004 Christopher Aillon <caillon@redhat.com> 2.6.2-1
d962d2
- update to 2.6.2
d962d2
d962d2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d962d2
- rebuilt
d962d2
d962d2
* Wed Jun 09 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
d962d2
- update to 2.6.1
d962d2
d962d2
* Fri Apr  2 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
d962d2
- update to 2.6.0
d962d2
d962d2
* Tue Mar  9 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
d962d2
- update to 2.5.6
d962d2
d962d2
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
d962d2
- rebuilt
d962d2
d962d2
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.5-1
d962d2
- update to 2.5.5
d962d2
d962d2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d962d2
- rebuilt
d962d2
d962d2
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.2-1
d962d2
- update to 2.5.2
d962d2
d962d2
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0.1-1
d962d2
- 2.4.0.1
d962d2
d962d2
* Tue Aug 19 2003 Alexander Larsson <alexl@redhat.com> 2.3.4-1
d962d2
- update for gnome 2.3
d962d2
d962d2
* Fri Aug  8 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-5
d962d2
- Fix libtool
d962d2
d962d2
* Wed Jul  9 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-4.E
d962d2
- Rebuild
d962d2
d962d2
* Thu Jun 5 2003 Elliot Lee <sopwith@redhat.com>
d962d2
- rebuilt
d962d2
d962d2
* Thu Jun  5 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-3
d962d2
- Update scrollkeeper prereq to version 0.3.4-2 (#92251)
d962d2
d962d2
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-2
d962d2
- Use system libtool
d962d2
d962d2
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
d962d2
- Update to 2.2.3
d962d2
d962d2
* Tue Feb  4 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-2
d962d2
- Add patch that disables monitoring in recent-files
d962d2
d962d2
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1
d962d2
- Update to 2.2.1, more translations
d962d2
d962d2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d962d2
- rebuilt
d962d2
d962d2
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
d962d2
- Update to 2.2.0
d962d2
- Conflict with nautilus < 2.2.0
d962d2
d962d2
* Thu Jan  9 2003 Alexander Larsson <alexl@redhat.com> 2.1.5-1
d962d2
- Update to 2.1.5
d962d2
d962d2
* Thu Dec 19 2002 Havoc Pennington <hp@redhat.com>
d962d2
- 2.1.4
d962d2
- remove noscripts patch, now upstream
d962d2
d962d2
* Mon Dec  9 2002 Alexander Larsson <alexl@redhat.com> 2.1.3-3
d962d2
- fix server file path
d962d2
d962d2
* Mon Dec  9 2002 Alexander Larsson <alexl@redhat.com> 2.1.3-2
d962d2
- Remove unpackaged files
d962d2
d962d2
* Mon Dec  9 2002 Alexander Larsson <alexl@redhat.com> 2.1.3-1
d962d2
- Update to 2.1.3
d962d2
d962d2
* Fri Dec  6 2002 Havoc Pennington <hp@redhat.com>
d962d2
- 2.1.2
d962d2
- fix unpackaged files
d962d2
d962d2
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
d962d2
- fix URL field
d962d2
- put icon in file list
d962d2
- 2.0.0 stable release
d962d2
d962d2
* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
d962d2
- initial build
d962d2