file-roller/file-roller.spec

604 lines
17 KiB
RPMSpec
Raw Normal View History

2010-03-09 14:30:49 +00:00
%define glib2_version 2.16.0
2005-01-31 05:44:39 +00:00
%define pango_version 1.8.0
2010-03-09 14:30:49 +00:00
%define gtk2_version 2.16.0
2005-01-31 05:44:39 +00:00
%define libgnomeui_version 2.6.0
%define libgnomeprint_version 2.2.0
%define libgnomeprintui_version 2.2.0
%define desktop_file_utils_version 0.9
2010-03-09 14:30:49 +00:00
%define nautilus_version 2.22.2
%define gnome_doc_utils_version 0.3.2
2008-11-24 00:00:33 +00:00
Summary: Tool for viewing and creating archives
Name: file-roller
2010-04-27 17:17:31 +00:00
Version: 2.30.1.1
2009-12-22 17:44:25 +00:00
Release: 1%{?dist}
2007-08-03 02:59:31 +00:00
License: GPLv2+
Group: Applications/Archiving
2007-05-20 02:09:17 +00:00
URL: http://download.gnome.org/sources/file-roller/
2010-03-29 23:24:44 +00:00
#VCS: git:git://git.gnome.org/file-roller
Source: http://download.gnome.org/sources/file-roller/2.30/file-roller-%{version}.tar.bz2
2009-08-15 02:45:03 +00:00
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: pango-devel >= %{pango_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
2009-01-06 07:39:46 +00:00
BuildRequires: libglade2-devel
2006-08-13 01:31:28 +00:00
BuildRequires: nautilus-devel >= %{nautilus_version}
BuildRequires: libtool
2006-06-09 03:47:54 +00:00
BuildRequires: gettext
2009-01-06 07:46:33 +00:00
BuildRequires: libSM-devel
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
2009-01-06 07:33:04 +00:00
BuildRequires: GConf2-devel
2009-12-01 15:20:22 +00:00
BuildRequires: dbus-glib-devel
2008-03-11 04:34:40 +00:00
BuildRequires: intltool
2006-04-18 17:57:36 +00:00
2006-11-07 13:19:14 +00:00
Requires(pre): GConf2
2006-04-18 17:57:36 +00:00
Requires(post): GConf2
2006-11-07 13:19:14 +00:00
Requires(preun): GConf2
2007-01-22 20:43:57 +00:00
Requires: GConf2
# The context menu API changed in 2.2.0:
Conflicts: nautilus < 2.2.0
%description
2009-03-17 00:50:08 +00:00
File Roller is an application for creating and viewing archives files,
2008-11-24 00:00:33 +00:00
such as tar or zip files.
%prep
%setup -q
2008-04-04 17:17:35 +00:00
%build
2009-12-22 20:27:11 +00:00
%configure --disable-scrollkeeper \
--disable-static \
--enable-nautilus-actions \
--enable-packagekit
export tagname=CC
make LIBTOOL=/usr/bin/libtool
%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
export tagname=CC
2008-01-08 14:54:38 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
desktop-file-install --vendor gnome --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
2008-03-07 03:30:53 +00:00
--remove-only-show-in=GNOME \
$RPM_BUILD_ROOT%{_datadir}/applications/*
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
2007-12-24 05:30:56 +00:00
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.{a,la}
2006-04-11 04:37:50 +00:00
rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
2007-08-06 06:02:06 +00:00
%find_lang %{name} --with-gnome
%clean
rm -rf $RPM_BUILD_ROOT
%post
update-desktop-database &> /dev/null || :
2010-04-27 17:17:31 +00:00
%gconf_schema_upgrade file-roller
2009-12-22 17:52:36 +00:00
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
2006-10-21 23:19:09 +00:00
%pre
2010-04-27 17:17:31 +00:00
%gconf_schema_prepare file-roller
2006-10-21 23:19:09 +00:00
2006-08-22 15:27:30 +00:00
%preun
2010-04-27 17:17:31 +00:00
%gconf_schema_remove file-roller
2006-08-22 15:27:30 +00:00
%postun
update-desktop-database &> /dev/null || :
2009-12-22 17:52:36 +00:00
if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null || :
2006-04-11 04:28:17 +00:00
fi
2009-12-22 17:52:36 +00:00
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files -f %{name}.lang
%defattr(-, root, root)
2007-08-03 02:59:31 +00:00
%doc README COPYING NEWS AUTHORS
2006-09-08 17:17:53 +00:00
%{_bindir}/file-roller
%{_datadir}/file-roller
2006-09-08 17:17:53 +00:00
%{_datadir}/applications/gnome-file-roller.desktop
%{_sysconfdir}/gconf/schemas/file-roller.schemas
2007-12-24 05:24:04 +00:00
%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
2006-11-07 15:41:43 +00:00
%{_libexecdir}/file-roller
2006-12-19 06:50:16 +00:00
%{_datadir}/icons/hicolor/*/apps/file-roller.png
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
%changelog
2010-04-27 17:17:31 +00:00
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1.1-1
- Update to 2.30.1.1
- Spec file cleanups
2010-03-29 23:24:44 +00:00
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
- Update to 2.30.0
2010-03-09 14:30:49 +00:00
* Tue Mar 9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.92-1
- Update to 2.29.92
2010-02-22 22:29:45 +00:00
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
- Update to 2.29.91
2010-02-10 16:16:52 +00:00
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
- Update to 2.29.90
2010-01-26 16:36:31 +00:00
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> 2.29.5-1
- Update to 2.29.5
2010-01-13 02:58:26 +00:00
* Tue Jan 12 2010 Matthias Clasen <mclasen@redhat.com> 2.29.4-1
- Update to 2.29.4
2009-12-22 17:44:25 +00:00
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> 2.29.3-1
- Update to 2.29.3
2009-12-14 13:40:22 +00:00
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> 2.29.2-3
- Fix a wrong use of gdk_property_get (#538535)
2009-12-02 15:32:06 +00:00
* Wed Dec 2 2009 Matthias Clasen <mclasen@redhat.com> 2.29.2-2
- Drop unneded BRs
2009-12-01 14:48:36 +00:00
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
- Update to 2.29.2
2009-11-02 05:55:52 +00:00
* Thu Oct 29 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-2
- Fix sticky DND
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-1
- Update to 2.28.1
* Thu Oct 1 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-2
- Respect button-images setting
2009-09-22 00:51:25 +00:00
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-1
- Update to 2.28.0
2009-09-08 00:30:22 +00:00
* Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> 2.27.92-1
- Update to 2.27.92
2009-08-25 02:00:47 +00:00
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> 2.27.91-1
- Update to 2.27.91
2009-08-15 02:45:03 +00:00
* Fri Aug 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.90-2
- Make opening .cab files work
2009-08-11 04:58:02 +00:00
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> 2.27.90-1
- Update to 2.27.90
2009-07-28 04:25:27 +00:00
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
- Update to 2.27.3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-14 03:25:22 +00:00
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> 2.27.2-1
- Update to 2.27.2
2009-06-16 05:48:50 +00:00
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.1-1
- Update to 2.27.1
2009-04-13 23:55:07 +00:00
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-1
- Update to 2.26.1
- See http://download.gnome.org/sources/file-roller/2.26/file-roller-2.26.1.news
2009-03-17 00:50:08 +00:00
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> 2.26.0-1
- Update to 2.26.0
2009-03-02 20:36:32 +00:00
* Mon Mar 2 2009 Matthias Clasen <mclasen@redhat.com> 2.25.92-1
- Update to 2.25.92
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-18 03:35:53 +00:00
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
- Update to 2.25.91
2009-02-03 06:23:51 +00:00
* Tue Feb 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
- Update to 2.25.90
2009-01-20 19:01:45 +00:00
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
- Update to 2.25.2
2009-01-06 07:46:33 +00:00
* Tue Jan 6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.1-5
2009-01-06 07:08:37 +00:00
- Update to 2.25.1
2009-01-06 07:39:46 +00:00
- Clean up BRs
2009-01-06 07:08:37 +00:00
2008-11-24 00:00:33 +00:00
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
- Shorten summary
2008-10-21 01:45:25 +00:00
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
- Update to 2.24.1
2008-09-22 22:51:13 +00:00
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
- Update to 2.24.0
2008-09-08 19:48:11 +00:00
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
- Update to 2.23.92
2008-09-03 01:32:43 +00:00
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
- Update to 2.23.91
2008-08-23 01:22:58 +00:00
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
- Update to 2.23.6
- Drop upstreamed patches
2008-08-09 02:25:54 +00:00
* Fri Aug 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-3
- Fix a segfault
2008-08-08 18:43:48 +00:00
* Fri Aug 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
- Fix the folder icons
2008-08-05 02:27:56 +00:00
* Mon Aug 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
- Update to 2.23.5
2008-07-22 18:47:36 +00:00
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
- Update to 2.23.4
2008-07-11 14:46:28 +00:00
* Fri Jul 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-2
- Fix icon lookup
2008-06-18 04:33:15 +00:00
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
- Update to 2.23.3
2008-06-03 18:09:38 +00:00
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
- Update to 2.23.2
2008-04-25 03:40:39 +00:00
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
- Update to 2.23.1
2008-04-07 21:38:53 +00:00
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
- Update to 2.22.1
2008-04-04 17:17:35 +00:00
* Fri Apr 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
- Update the gio patch
2008-03-11 13:31:59 +00:00
* Tue Mar 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
- Update to 2.22.0
2008-03-11 04:17:31 +00:00
* Tue Mar 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-3
- Port nautilus extension to gio
2008-03-07 03:18:59 +00:00
* Thu Mar 6 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-2
- Don't OnlyShowIn=GNOME
2008-02-26 04:10:14 +00:00
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
- Update to 2.21.92
2008-02-12 06:40:27 +00:00
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
- Update to 2.21.91
2008-01-29 17:19:27 +00:00
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
- Update to 2.21.2
2008-01-08 14:14:47 +00:00
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.1-1
- Update to 2.21.1
2008-01-08 14:27:44 +00:00
- Remove obsolete patch
2008-01-08 14:14:47 +00:00
2007-12-24 05:24:04 +00:00
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
- Rebuild nautilus extension against nautilus 2.21
2007-11-27 04:24:59 +00:00
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
- Update to 2.20.2 (translation updates)
2007-10-15 20:04:28 +00:00
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
- Update to 2.20.1 (crash fix)
2007-09-18 03:13:26 +00:00
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
- Update to 2.20.0
2007-09-04 03:05:36 +00:00
* Mon Sep 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
- Update to 2.19.92
2007-09-03 05:28:09 +00:00
* Mon Sep 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
- Update to 2.19.91
2007-08-24 14:44:35 +00:00
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 2.19.90-2
- Rebuild for build ID
2007-08-13 23:37:37 +00:00
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
- Update to 2.19.90
2007-08-06 06:02:06 +00:00
* Mon Aug 6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-3
- Use %%find_lang for help files
2007-08-03 02:59:31 +00:00
* Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
- Update the license field
2007-07-31 00:40:16 +00:00
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
- Update to 2.19.4
2007-06-19 16:33:37 +00:00
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
- Update to 2.19.3
2007-06-04 22:32:55 +00:00
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
- Update to 2.19.2
2007-05-20 02:09:17 +00:00
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
- Update to 2.19.1
2007-04-13 02:13:40 +00:00
* Thu Apr 12 2007 Christopher Aillon <caillon@redhat.com> - 2.18.1-1
- Update to 2.18.1
2007-03-13 05:53:22 +00:00
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
- Update to 2.18.0
2007-02-27 21:21:01 +00:00
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
- Update to 2.17.92
2007-02-13 03:46:52 +00:00
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
- Update to 2.17.91
* Mon Feb 5 2007 Christopher Aillon <caillon@redhat.com> - 2.17.90-2
- Packaging issues:
Remove unneeded desktop-file-utils requires
Build with --disable-static
2007-01-22 20:43:57 +00:00
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
- Update to 2.17.90
2007-01-10 17:30:41 +00:00
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
- Update to 2.17.5
2006-12-19 06:17:05 +00:00
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
- Update to 2.17.4
2006-12-05 06:37:44 +00:00
* Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
- Update to 2.17.3
2006-11-07 13:19:14 +00:00
* Tue Nov 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
- Update to 2.17.2
2006-10-21 23:19:09 +00:00
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
- Update to 2.17.1
2006-09-08 17:17:53 +00:00
* Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
- Fix directory ownership issues
2006-09-04 22:47:33 +00:00
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
- Update to 2.16.0
2006-09-04 22:55:15 +00:00
- Add missing BRs
2006-09-04 22:47:33 +00:00
2006-08-22 15:27:30 +00:00
* Tue Aug 22 2006 Matthias Clasen <mclasen@rehdat.com> - 2.15.93-2.fc6
- Add a %%preun script
- Silence %%post and %%preun
2006-08-21 20:24:23 +00:00
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.93-1.fc6
- Update to 2.15.93
2006-08-12 23:46:02 +00:00
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
- Update to 2.15.92
2006-08-13 01:31:28 +00:00
- BR nautilus-devel
2006-08-12 23:46:02 +00:00
2006-08-03 17:51:24 +00:00
* Thu Aug 3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
- Update to 2.15.90
2006-07-30 18:04:00 +00:00
* Sun Jul 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
- Avoid warnings from recent menu
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
2006-07-12 19:40:43 +00:00
- Update to 2.15.1
2006-07-12 05:48:35 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.3-4.1
- rebuild
2006-06-09 03:33:10 +00:00
* Thu Jun 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-4
- Add more BuildRequires
2006-06-06 01:27:07 +00:00
* Mon Jun 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-3
- Rebuild
2006-05-29 19:44:44 +00:00
* Mon May 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-2
- Update to 2.14.3
2006-04-18 18:05:48 +00:00
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2-3
- Remove dot from summary
2006-04-18 17:57:36 +00:00
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2-2
- Update to 2.14.2
- Some .spec file cleanups
2006-04-11 04:09:31 +00:00
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
- Update to 2.14.1
2006-03-13 21:09:03 +00:00
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
- Update to 2.14.0
2006-02-28 02:25:55 +00:00
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
- Update to 2.13.92
* Tue Feb 21 2006 Karsten Hopp <karsten@redhat.de> 2.13.91-2
- BuildRequire: gnome-doc-utils
2006-02-15 05:52:08 +00:00
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
- Update to 2.13.91
2006-02-12 17:06:44 +00:00
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> 2.13.90-2
- Rebuild
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.13.90-1.1
2006-02-07 11:38:56 +00:00
- rebuilt for new gcc4.1 snapshot and glibc changes
2006-01-31 05:04:19 +00:00
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> 2.13.90-1
- Update to 2.13.90
2006-01-17 16:50:42 +00:00
* Tue Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
- Update to 2.13.4
2006-01-03 15:20:07 +00:00
* Thu Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
2006-01-03 15:19:23 +00:00
- Update to 2.13.3
2005-12-14 20:52:21 +00:00
* Thu Dec 14 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
- Update to 2.13.2
2005-12-14 21:06:04 +00:00
- Remove upstreamed patches
2005-12-14 20:52:21 +00:00
2005-12-09 22:40:24 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
2005-12-01 21:16:58 +00:00
* Thu Dec 1 2005 Matthias Clasen <mclasen@redhat.com> 2.13.1-1
- Update to 2.13.1
* Thu Nov 3 2005 Christopher Aillon <caillon@redhat.com> 2.12.1-2
- Add 7-zip to the desktop file, since file-roller supports it
2005-10-06 04:39:49 +00:00
* Thu Oct 6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
- Update to 2.12.1
2005-09-07 18:45:38 +00:00
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
- Update to 2.12.0
* Wed Aug 17 2005 David Zeuthen <davidz@redhat.com>
- Disable scrollkeeper until gnome-doc changes are sorted out
2005-08-16 12:54:38 +00:00
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com>
- New upstream version
2005-08-04 17:50:02 +00:00
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
- New upstream version
2005-07-11 13:43:15 +00:00
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.2-1
- New upstream version
2005-03-18 16:09:16 +00:00
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> 2.10.0-1
- New upstream version
2005-03-03 16:16:37 +00:00
* Thu Mar 3 2005 Marco Pesenti Gritti <mpg@redhat.com> 2.9.92-1
- Update to 2.9.92
2005-02-09 13:31:07 +00:00
* Wed Feb 9 2005 Matthias Clasen <mclasen@redhat.com> 2.9.91-1
- Update to 2.9.91
2005-01-31 05:44:39 +00:00
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 2.9.4-1
- Update to 2.9.4
2004-11-03 20:38:27 +00:00
* Wed Nov 3 2004 Christopher Aillon <caillon@redhat.com> 2.8.3-1
- Update to 2.8.3
2004-10-14 06:04:02 +00:00
* Wed Oct 13 2004 Christopher Aillon <caillon@redhat.com> 2.8.2-2
- Update to 2.8.2
2004-10-05 19:03:50 +00:00
* Tue Oct 5 2004 Christopher Aillon <caillon@redhat.com> 2.8.1-1
- Update to 2.8.1
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-4
- Prereq desktop-file-utils >= 0.9
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-2
- update-desktop-database after uninstall.
- nautilus shouldn't try to open remote files with file-roller (#133592)
2004-09-22 09:22:35 +00:00
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-1
- Update to 2.8.0
* Mon Aug 30 2004 Christopher Aillon <caillon@redhat.com> 2.7.5-0
- Update to 2.7.5
* Wed Aug 18 2004 Christopher Aillon <caillon@redhat.com> 2.7.4-0
- Update to 2.7.4
* Mon Aug 16 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-3
- Use update-desktop-database instead of rebuild-mime-info-cache
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-2
- Rebuild MIME info cache
* Thu Aug 05 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-1
- Update to 2.7.3
* Sat Jul 03 2004 Christopher Aillon <caillon@redhat.com> 2.6.2-1
- update to 2.6.2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jun 09 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
- update to 2.6.1
* Fri Apr 2 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
- update to 2.6.0
* Tue Mar 9 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
- update to 2.5.6
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.5-1
- update to 2.5.5
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.2-1
- update to 2.5.2
* Fri Oct 3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0.1-1
- 2.4.0.1
* Tue Aug 19 2003 Alexander Larsson <alexl@redhat.com> 2.3.4-1
- update for gnome 2.3
* Fri Aug 8 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-5
- Fix libtool
* Wed Jul 9 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-4.E
- Rebuild
* Thu Jun 5 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Jun 5 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-3
- Update scrollkeeper prereq to version 0.3.4-2 (#92251)
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-2
- Use system libtool
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
- Update to 2.2.3
* Tue Feb 4 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-2
- Add patch that disables monitoring in recent-files
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1
- Update to 2.2.1, more translations
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
- Update to 2.2.0
- Conflict with nautilus < 2.2.0
* Thu Jan 9 2003 Alexander Larsson <alexl@redhat.com> 2.1.5-1
- Update to 2.1.5
* Thu Dec 19 2002 Havoc Pennington <hp@redhat.com>
- 2.1.4
- remove noscripts patch, now upstream
* Mon Dec 9 2002 Alexander Larsson <alexl@redhat.com> 2.1.3-3
- fix server file path
* Mon Dec 9 2002 Alexander Larsson <alexl@redhat.com> 2.1.3-2
- Remove unpackaged files
* Mon Dec 9 2002 Alexander Larsson <alexl@redhat.com> 2.1.3-1
- Update to 2.1.3
* Fri Dec 6 2002 Havoc Pennington <hp@redhat.com>
- 2.1.2
- fix unpackaged files
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
- fix URL field
- put icon in file list
- 2.0.0 stable release
* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
- initial build