2011-01-25 18:12:04 +00:00
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
Name: file-roller
|
2013-06-20 20:03:25 +00:00
|
|
|
Version: 3.9.3
|
2013-05-03 21:01:12 +00:00
|
|
|
Release: 1%{?dist}
|
2011-01-25 18:12:04 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/Archiving
|
|
|
|
URL: http://download.gnome.org/sources/file-roller/
|
2010-03-29 23:24:44 +00:00
|
|
|
#VCS: git:git://git.gnome.org/file-roller
|
2013-05-03 21:01:12 +00:00
|
|
|
Source: http://download.gnome.org/sources/file-roller/3.9/file-roller-%{version}.tar.xz
|
2009-08-15 02:45:03 +00:00
|
|
|
|
2011-01-25 18:12:04 +00:00
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: pango-devel
|
2011-02-02 07:30:54 +00:00
|
|
|
BuildRequires: gtk3-devel >= 2.99.3
|
2011-01-25 18:12:04 +00:00
|
|
|
BuildRequires: nautilus-devel
|
2004-09-09 04:43:34 +00:00
|
|
|
BuildRequires: libtool
|
2006-06-09 03:47:54 +00:00
|
|
|
BuildRequires: gettext
|
2009-01-06 07:46:33 +00:00
|
|
|
BuildRequires: libSM-devel
|
2011-01-25 18:12:04 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2008-03-11 04:34:40 +00:00
|
|
|
BuildRequires: intltool
|
2012-06-07 08:15:05 +00:00
|
|
|
BuildRequires: itstool
|
2010-07-13 00:19:29 +00:00
|
|
|
BuildRequires: GConf2-devel
|
2012-08-07 10:09:07 +00:00
|
|
|
BuildRequires: file-devel
|
2012-08-07 10:35:41 +00:00
|
|
|
BuildRequires: libarchive-devel
|
2013-04-22 15:01:28 +00:00
|
|
|
BuildRequires: json-glib-devel
|
2006-04-18 17:57:36 +00:00
|
|
|
|
2013-05-03 13:06:14 +00:00
|
|
|
%if 0%{?rhel} == 0
|
2013-04-22 15:01:28 +00:00
|
|
|
Requires: unar
|
2013-05-03 13:06:14 +00:00
|
|
|
%endif
|
2004-09-09 04:42:09 +00:00
|
|
|
|
|
|
|
%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.
|
2004-09-09 04:42:09 +00:00
|
|
|
|
2011-01-25 18:12:04 +00:00
|
|
|
|
|
|
|
%package nautilus
|
|
|
|
Summary: File Roller extension for nautilus
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description nautilus
|
|
|
|
This package contains the file-roller extension for the nautilus file manger.
|
2013-05-13 22:26:11 +00:00
|
|
|
It adds an item to the nautilus context menu that lets you compress files
|
2011-01-25 18:12:04 +00:00
|
|
|
or directories.
|
|
|
|
|
2004-09-09 04:42:09 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2008-04-04 17:17:35 +00:00
|
|
|
|
2004-09-09 04:42:09 +00:00
|
|
|
%build
|
2012-10-16 15:37:07 +00:00
|
|
|
%configure \
|
2011-01-25 18:12:04 +00:00
|
|
|
--disable-static \
|
|
|
|
--enable-nautilus-actions \
|
|
|
|
--enable-packagekit
|
2009-12-22 20:27:11 +00:00
|
|
|
|
2004-09-09 04:43:34 +00:00
|
|
|
export tagname=CC
|
|
|
|
make LIBTOOL=/usr/bin/libtool
|
2004-09-09 04:42:09 +00:00
|
|
|
|
|
|
|
%install
|
2004-09-09 04:43:34 +00:00
|
|
|
export tagname=CC
|
2008-01-08 14:54:38 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-09-09 04:42:09 +00:00
|
|
|
|
2004-09-09 04:42:25 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
2011-01-08 03:25:43 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.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
|
2004-09-09 04:42:09 +00:00
|
|
|
|
2013-02-05 21:23:03 +00:00
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/file-roller.desktop
|
|
|
|
|
2004-09-09 04:42:09 +00:00
|
|
|
%post
|
2007-02-05 19:46:41 +00:00
|
|
|
update-desktop-database &> /dev/null || :
|
2009-12-22 17:52:36 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
2004-09-09 04:42:09 +00:00
|
|
|
|
|
|
|
%postun
|
2007-02-05 19:46:41 +00:00
|
|
|
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 || :
|
2012-04-24 14:24:45 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
2006-04-11 04:28:17 +00:00
|
|
|
fi
|
2004-09-09 04:42:09 +00:00
|
|
|
|
2009-12-22 17:52:36 +00:00
|
|
|
%posttrans
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2012-04-24 14:24:45 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
2009-12-22 17:52:36 +00:00
|
|
|
|
2004-09-09 04:42:25 +00:00
|
|
|
%files -f %{name}.lang
|
2007-08-03 02:59:31 +00:00
|
|
|
%doc README COPYING NEWS AUTHORS
|
2006-09-08 17:17:53 +00:00
|
|
|
%{_bindir}/file-roller
|
2004-09-09 04:42:09 +00:00
|
|
|
%{_datadir}/file-roller
|
2013-02-05 21:23:03 +00:00
|
|
|
%{_datadir}/applications/file-roller.desktop
|
2006-11-07 15:41:43 +00:00
|
|
|
%{_libexecdir}/file-roller
|
2010-12-03 16:32:27 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
|
2006-12-19 06:50:16 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/file-roller.png
|
2010-11-12 03:31:02 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
|
2010-11-12 03:50:41 +00:00
|
|
|
%{_datadir}/GConf/gsettings/file-roller.convert
|
2004-09-09 04:42:09 +00:00
|
|
|
|
2011-01-25 18:12:04 +00:00
|
|
|
%files nautilus
|
2011-01-25 18:36:57 +00:00
|
|
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-fileroller.so
|
2011-01-25 18:12:04 +00:00
|
|
|
|
|
|
|
|
2004-09-09 04:42:09 +00:00
|
|
|
%changelog
|
2013-06-20 20:03:25 +00:00
|
|
|
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
|
|
|
|
- Update to 3.9.3
|
|
|
|
|
2013-06-02 15:19:25 +00:00
|
|
|
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
|
|
|
|
- Update to 3.9.2
|
|
|
|
|
2013-05-03 21:01:12 +00:00
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
|
|
|
|
- Update to 3.9.1
|
|
|
|
|
2013-05-03 13:14:16 +00:00
|
|
|
* Fri May 3 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-4
|
|
|
|
- Drop old GConf dependency
|
|
|
|
|
2013-05-03 13:06:14 +00:00
|
|
|
* Fri May 3 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-3
|
|
|
|
- No unar in rhel
|
|
|
|
|
2013-04-22 15:01:28 +00:00
|
|
|
* Sun Apr 21 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 3.8.1-2
|
|
|
|
- Add BR on json-glib-devel and requires on unrar for RAR support
|
|
|
|
|
2013-04-15 21:32:07 +00:00
|
|
|
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
|
|
|
|
- Update to 3.8.1
|
|
|
|
|
2013-03-26 03:16:41 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-20 15:20:25 +00:00
|
|
|
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
|
|
- Update to 3.7.92
|
|
|
|
|
2013-03-07 13:10:14 +00:00
|
|
|
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
|
- Update to 3.7.91
|
|
|
|
|
2013-02-19 15:48:49 +00:00
|
|
|
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
|
|
|
|
- Update to 3.7.90
|
|
|
|
|
2013-02-13 21:39:51 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-05 21:16:53 +00:00
|
|
|
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
|
|
|
|
- Update to 3.7.3
|
2013-02-05 21:23:03 +00:00
|
|
|
- Remove the vendor prefix from the desktop file
|
2013-02-05 21:16:53 +00:00
|
|
|
|
2013-01-17 13:11:45 +00:00
|
|
|
* Thu Jan 17 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.6.3-2
|
|
|
|
- Rebuilt for new libarchive
|
|
|
|
|
2012-11-28 19:05:35 +00:00
|
|
|
* Wed Nov 28 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
|
|
|
|
- Update to 3.6.3
|
|
|
|
|
2012-11-12 22:31:51 +00:00
|
|
|
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
|
|
|
|
- Update to 3.6.2
|
|
|
|
|
2012-10-17 21:43:02 +00:00
|
|
|
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1.1-1
|
|
|
|
- Update to 3.6.1.1
|
|
|
|
|
2012-10-16 16:33:03 +00:00
|
|
|
* Tue Oct 16 2012 Bastien Nocera <bnocera@redhat.com> 3.6.1-2
|
|
|
|
- Make it find its own desktop file
|
|
|
|
|
2012-10-16 15:33:36 +00:00
|
|
|
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-25 18:01:35 +00:00
|
|
|
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-09-19 12:50:22 +00:00
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
2012-09-04 11:52:57 +00:00
|
|
|
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
|
|
|
|
- Update to 3.5.91
|
|
|
|
|
2012-08-21 16:30:31 +00:00
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
|
|
- Update to 3.5.90
|
|
|
|
|
2012-08-07 09:15:04 +00:00
|
|
|
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
|
|
|
|
- Update to 3.5.4
|
|
|
|
|
2012-07-27 05:01:39 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 11:02:59 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
2012-06-26 09:40:12 +00:00
|
|
|
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
2012-06-07 08:15:05 +00:00
|
|
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.1-2
|
|
|
|
- Add missing BR
|
|
|
|
|
2012-06-07 00:37:30 +00:00
|
|
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.1-1
|
|
|
|
- Update to 3.5.1
|
|
|
|
|
2012-05-18 11:08:15 +00:00
|
|
|
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
|
|
|
|
- Update to 3.4.2
|
|
|
|
|
2012-04-24 14:24:45 +00:00
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
|
|
|
- Silence glib-compile-schemas output
|
|
|
|
|
2012-04-16 21:46:21 +00:00
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2012-04-02 16:42:07 +00:00
|
|
|
* Mon Apr 2 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.0-2
|
|
|
|
- Drop unneeded nautilus dependency (#808539)
|
|
|
|
|
2012-03-27 15:20:48 +00:00
|
|
|
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-03-21 10:35:32 +00:00
|
|
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
|
|
|
- Update to 3.3.92
|
|
|
|
|
2012-03-06 12:25:05 +00:00
|
|
|
* Tue Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
|
|
|
|
- Update to 3.3.91
|
|
|
|
|
2012-02-25 01:54:54 +00:00
|
|
|
* Fri Feb 24 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
|
|
|
|
- Update to 3.3.90
|
|
|
|
|
2012-02-07 11:40:54 +00:00
|
|
|
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
|
- Update to 3.3.3
|
|
|
|
|
2012-01-17 06:00:15 +00:00
|
|
|
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
|
|
|
|
- Update to 3.3.2
|
|
|
|
|
2012-01-13 02:24:40 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 02:56:43 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
|
|
|
|
- Update to 3.3.1
|
|
|
|
|
2011-11-22 16:36:36 +00:00
|
|
|
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.2.2-1
|
|
|
|
- Update to 3.2.2
|
|
|
|
|
2011-10-26 23:45:11 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-19 03:06:29 +00:00
|
|
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-28 01:36:13 +00:00
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-20 15:07:46 +00:00
|
|
|
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
|
|
|
|
- Update to 3.1.92
|
|
|
|
|
2011-09-06 23:08:35 +00:00
|
|
|
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.91-1
|
|
|
|
- Update to 3.1.91
|
|
|
|
|
2011-08-31 04:01:19 +00:00
|
|
|
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
|
|
|
|
- Update to 3.1.90
|
|
|
|
|
2011-08-18 12:35:45 +00:00
|
|
|
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.2-1
|
|
|
|
- Update to 3.1.2
|
|
|
|
|
2011-07-26 00:35:40 +00:00
|
|
|
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.1-1
|
|
|
|
- Update to 3.1.1
|
|
|
|
|
|
|
|
* Wed Jul 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-2
|
2011-07-20 04:03:34 +00:00
|
|
|
- Rebuild
|
|
|
|
|
2011-05-25 23:47:12 +00:00
|
|
|
* Wed May 25 2011 Christopher Aillon <caillon@redhat.com> - 3.0.2-1
|
|
|
|
- Update to 3.0.2
|
|
|
|
|
2011-04-29 13:35:55 +00:00
|
|
|
* Fri Apr 29 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
|
|
|
|
- Add a nautilus dependency back to the main package; keep the
|
|
|
|
-nautilus subpackage for now, in case the setting we use moves
|
2011-04-29 13:38:24 +00:00
|
|
|
to gsettings-desktop-schemas (#691766)
|
2011-04-29 13:35:55 +00:00
|
|
|
|
2011-04-26 14:59:33 +00:00
|
|
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
|
|
|
- Update to 3.0.1
|
|
|
|
|
2011-04-04 20:02:42 +00:00
|
|
|
* Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-03-26 03:12:33 +00:00
|
|
|
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
|
|
|
|
- Update to 2.91.93
|
|
|
|
|
2011-03-22 03:28:30 +00:00
|
|
|
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
|
|
|
|
- Update to 2.91.92
|
|
|
|
|
2011-03-08 00:50:42 +00:00
|
|
|
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
|
|
|
|
- Update to 2.91.91
|
|
|
|
|
2011-02-22 13:08:39 +00:00
|
|
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
|
|
|
- Update to 2.91.90
|
|
|
|
|
2011-02-11 03:59:12 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-08 20:04:34 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 07:30:54 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
|
|
|
|
- Update to 2.91.6
|
|
|
|
|
2011-01-25 18:12:04 +00:00
|
|
|
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-2
|
|
|
|
- Drop ancient version requirements
|
|
|
|
- Drop prehistoric conflict
|
|
|
|
- Split off a -nautilus subpackage
|
|
|
|
|
2011-01-10 22:03:46 +00:00
|
|
|
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
|
|
|
|
- Update to 2.91.5
|
|
|
|
|
2011-01-07 23:04:51 +00:00
|
|
|
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
|
|
|
|
- Update to 2.91.4
|
|
|
|
|
2010-12-03 16:19:01 +00:00
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-1
|
|
|
|
- Update to 2.91.2
|
|
|
|
|
2010-11-12 01:54:01 +00:00
|
|
|
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.1-1
|
|
|
|
- 2.91.1
|
|
|
|
|
2010-11-02 03:28:35 +00:00
|
|
|
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-3.%{alphatag}
|
2010-11-02 03:14:45 +00:00
|
|
|
- Rebuild against newer gtk3
|
|
|
|
|
2010-10-07 03:10:00 +00:00
|
|
|
* Wed Oct 6 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
|
|
|
|
- Update to 2.91.0
|
|
|
|
|
2010-08-03 23:39:38 +00:00
|
|
|
* Tue Aug 3 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
|
|
|
|
- Update to 2.31.5
|
|
|
|
|
2010-07-13 00:19:29 +00:00
|
|
|
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
|
|
|
|
- Update to 2.31.4
|
|
|
|
|
2010-06-29 11:25:35 +00:00
|
|
|
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-2
|
2010-06-29 11:23:27 +00:00
|
|
|
- Update to 2.31.3
|
|
|
|
|
2010-06-09 01:14:34 +00:00
|
|
|
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
|
|
|
|
- Update to 2.31.2
|
2010-06-09 00:39:36 +00:00
|
|
|
|
2010-05-27 17:56:30 +00:00
|
|
|
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
|
|
|
|
- Update to 2.31.1
|
|
|
|
|
2010-05-17 14:47:48 +00:00
|
|
|
* Mon May 17 2010 Tomas Bzatek <tbzatek@redhat.com> 2.30.1.1-3
|
|
|
|
- Fix archive handling on remote GIO mounts without running fuse daemon (#527045, #518510)
|
|
|
|
|
2010-05-06 02:19:06 +00:00
|
|
|
* Wed May 5 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1.1-2
|
|
|
|
- Don't crash when creating .tar.7z archives
|
|
|
|
|
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
|
|
|
|
|
2009-07-24 22:45:00 +00:00
|
|
|
* 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
|
|
|
|
|
2009-02-24 17:01:38 +00:00
|
|
|
* 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
|
2013-02-19 15:48:49 +00:00
|
|
|
- Shorten summary
|
2008-11-24 00:00:33 +00:00
|
|
|
|
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
|
2013-02-19 15:48:49 +00:00
|
|
|
- Fix icon lookup
|
2008-07-11 14:46:28 +00:00
|
|
|
|
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
|
|
|
|
|
2007-02-05 19:46:41 +00:00
|
|
|
* 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
|
|
|
|
|
2013-02-19 15:48:49 +00:00
|
|
|
* Thu Jun 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-4
|
2006-06-09 03:33:10 +00:00
|
|
|
- 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
|
|
|
|
|
2006-02-21 10:55:33 +00:00
|
|
|
* 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
|
|
|
|
|
2005-11-03 18:55:17 +00:00
|
|
|
* 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
|
|
|
|
|
2013-02-19 15:48:49 +00:00
|
|
|
* Wed Aug 17 2005 David Zeuthen <davidz@redhat.com>
|
2005-08-17 16:25:38 +00:00
|
|
|
- Disable scrollkeeper until gnome-doc changes are sorted out
|
|
|
|
|
2013-02-19 15:48:49 +00:00
|
|
|
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com>
|
2005-08-16 12:54:38 +00:00
|
|
|
- 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
|
|
|
|
|
2004-09-30 20:42:54 +00:00
|
|
|
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-4
|
|
|
|
- Prereq desktop-file-utils >= 0.9
|
|
|
|
|
2004-09-28 19:54:29 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 04:45:42 +00:00
|
|
|
* Mon Aug 30 2004 Christopher Aillon <caillon@redhat.com> 2.7.5-0
|
|
|
|
- Update to 2.7.5
|
|
|
|
|
2004-09-09 04:45:38 +00:00
|
|
|
* Wed Aug 18 2004 Christopher Aillon <caillon@redhat.com> 2.7.4-0
|
|
|
|
- Update to 2.7.4
|
|
|
|
|
2004-09-09 04:45:33 +00:00
|
|
|
* Mon Aug 16 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-3
|
|
|
|
- Use update-desktop-database instead of rebuild-mime-info-cache
|
|
|
|
|
2004-09-09 04:45:12 +00:00
|
|
|
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-2
|
|
|
|
- Rebuild MIME info cache
|
|
|
|
|
2004-09-09 04:45:07 +00:00
|
|
|
* Thu Aug 05 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-1
|
|
|
|
- Update to 2.7.3
|
|
|
|
|
2004-09-09 04:45:03 +00:00
|
|
|
* Sat Jul 03 2004 Christopher Aillon <caillon@redhat.com> 2.6.2-1
|
|
|
|
- update to 2.6.2
|
|
|
|
|
2004-09-09 04:44:53 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:44:48 +00:00
|
|
|
* Wed Jun 09 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
|
|
|
|
- update to 2.6.1
|
|
|
|
|
2004-09-09 04:44:39 +00:00
|
|
|
* Fri Apr 2 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
|
|
|
|
- update to 2.6.0
|
|
|
|
|
2004-09-09 04:44:14 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 04:43:40 +00:00
|
|
|
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.2-1
|
|
|
|
- update to 2.5.2
|
|
|
|
|
2004-09-09 04:43:34 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 04:42:25 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 04:42:22 +00:00
|
|
|
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- fix URL field
|
|
|
|
- put icon in file list
|
|
|
|
- 2.0.0 stable release
|
|
|
|
|
2004-09-09 04:42:09 +00:00
|
|
|
* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- initial build
|
|
|
|
|