Blame SPECS/nautilus.spec

1d5756
%global glib2_version 2.49.1
1d5756
%global gnome_desktop3_version 3.0.0
1d5756
%global gtk3_version 3.21.6
1d5756
%global libxml2_version 2.7.8
1d5756
%global libexif_version 0.6.20
1d5756
%global exempi_version 2.1.0
1d5756
%global gsettings_desktop_schemas_version 3.8.0
13d121
13d121
Name:           nautilus
9516bd
Version:        3.26.3.1
166b08
Release:        7%{?dist}
13d121
Summary:        File manager for GNOME
13d121
9516bd
License:        GPLv3+
0d1f52
URL:            https://wiki.gnome.org/Apps/Nautilus
9516bd
Source0:        https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
1d5756
1d5756
# Don't use gnome-autoar which we don't currently have in RHEL 7.4
899b4b
Patch0:         Remove-autoar.patch
9516bd
Patch1:         0001-meson-Request-c11-when-possible.patch
9516bd
Patch2:         0001-file-Make-sure-we-include-necessary-headers.patch
9516bd
Patch3:	        0001-Meson-Make-sure-__GNU_SOURCE-is-set.patch
9516bd
Patch4:	        0001-meson-Use-python2-for-postinstall.patch
899b4b
Patch5:         remove-nfs-support-strings.patch
1d5756
9516bd
BuildRequires:  gtk-doc
9516bd
BuildRequires:  meson
1d5756
BuildRequires:  pkgconfig(exempi-2.0) >= %{exempi_version}
1d5756
BuildRequires:  pkgconfig(glib-2.0) >= %{glib2_version}
1d5756
BuildRequires:  pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop3_version}
1d5756
BuildRequires:  pkgconfig(gobject-introspection-1.0)
1d5756
BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
1d5756
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
1d5756
BuildRequires:  pkgconfig(libexif) >= %{libexif_version}
1d5756
BuildRequires:  pkgconfig(libxml-2.0) >= %{libxml2_version}
1d5756
BuildRequires:  pkgconfig(tracker-sparql-1.0)
1d5756
BuildRequires:  pkgconfig(x11)
1d5756
BuildRequires:  /usr/bin/appstream-util
13d121
BuildRequires:  desktop-file-utils
13d121
BuildRequires:  gettext
13d121
BuildRequires:  libselinux-devel
1d5756
# For patch0
1d5756
BuildRequires:  gettext-devel
1d5756
BuildRequires:  gtk-doc
13d121
0d1f52
Requires:       glib2%{_isa} >= %{glib2_version}
0d1f52
Requires:       gsettings-desktop-schemas%{_isa} >= %{gsettings_desktop_schemas_version}
0d1f52
Requires:       gtk3%{_isa} >= %{gtk3_version}
0d1f52
Requires:       gvfs%{_isa}
0d1f52
Requires:       libexif%{_isa} >= %{libexif_version}
13d121
# the main binary links against libnautilus-extension.so
13d121
# don't depend on soname, rather on exact version
1d5756
Requires:       %{name}-extensions%{_isa} = %{version}-%{release}
899b4b
# We want Brasero to always be available. Seems adding it to comps is too
166b08
# complicated so was adviced to do it here, just we have to be careful as it
166b08
# is not available on some architectures.
166b08
%ifnarch s390x ppc64
899b4b
Requires:  brasero-nautilus
166b08
%endif
ca51e5
1d5756
# Explicitly conflict with older gedit for "enable-delete" setting removal
1d5756
Conflicts:      gedit < 2:3.16.0
ca51e5
13d121
%description
13d121
Nautilus is the file manager and graphical shell for the GNOME desktop
13d121
that makes it easy to manage your files and the rest of your system.
13d121
It allows to browse directories on local and remote filesystems, preview
13d121
files and launch applications associated with them.
13d121
It is also responsible for handling the icons on the GNOME desktop.
13d121
13d121
%package extensions
0d1f52
Summary:        Nautilus extensions library
0d1f52
License:        LGPLv2+
13d121
13d121
%description extensions
13d121
This package provides the libraries used by nautilus extensions.
13d121
13d121
%package devel
0d1f52
Summary:        Support for developing nautilus extensions
0d1f52
License:        LGPLv2+
0d1f52
Requires:       %{name}%{_isa} = %{version}-%{release}
0d1f52
Requires:       %{name}-extensions%{_isa} = %{version}-%{release}
13d121
13d121
%description devel
13d121
This package provides libraries and header files needed
13d121
for developing nautilus extensions.
13d121
13d121
%prep
9516bd
%autosetup -p1
01a8e4
13d121
%build
9516bd
# RHEL 7 doesn't have python3...
9516bd
%meson -Denable-gtk-doc=true
9516bd
%meson_build
13d121
13d121
%install
9516bd
%meson_install
0d1f52
1d5756
# Update the screenshot shown in the software center
1d5756
#
1d5756
# NOTE: It would be *awesome* if this file was pushed upstream.
1d5756
#
1d5756
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
1d5756
#
9516bd
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml \
1d5756
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.Nautilus/a.png \
1d5756
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.Nautilus/b.png \
1d5756
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.Nautilus/c.png 
13d121
13d121
%find_lang %name
13d121
1d5756
%check
9516bd
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml
1d5756
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
13d121
13d121
%postun
13d121
if [ $1 -eq 0 ]; then
13d121
  glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
13d121
fi
13d121
13d121
%posttrans
13d121
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
13d121
13d121
%post extensions -p /sbin/ldconfig
13d121
13d121
%postun extensions -p /sbin/ldconfig
13d121
13d121
%files  -f %{name}.lang
9516bd
%doc NEWS README.md
9516bd
%license LICENSE
13d121
%{_datadir}/applications/*
13d121
%{_bindir}/*
13d121
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
13d121
%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
13d121
%{_datadir}/gnome-shell/search-providers/nautilus-search-provider.ini
1d5756
%{_datadir}/icons/hicolor/*/apps/org.gnome.Nautilus.png
1d5756
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Nautilus-symbolic.svg
1d5756
%{_mandir}/man1/nautilus.1*
13d121
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
9516bd
%{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml
1d5756
%dir %{_libdir}/nautilus
13d121
%dir %{_libdir}/nautilus/extensions-3.0
13d121
%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
13d121
%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop
13d121
13d121
%files extensions
9516bd
%license libnautilus-extension/LICENSE
13d121
%{_libdir}/libnautilus-extension.so.*
13d121
%{_libdir}/girepository-1.0/*.typelib
13d121
%dir %{_libdir}/nautilus
13d121
13d121
%files devel
13d121
%{_includedir}/nautilus
13d121
%{_libdir}/pkgconfig/*
13d121
%{_libdir}/*.so
13d121
%{_datadir}/gir-1.0/*.gir
13d121
%dir %{_datadir}/gtk-doc/
13d121
%dir %{_datadir}/gtk-doc/html/
13d121
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
13d121
13d121
%changelog
166b08
* Thu Aug 8 2019 Ondrej Holy <oholy@redhat.com> - 3.26.1-7
166b08
- Remove brasero-nautilus requirement from s390x and ppc64 arches (rhbz#1723283)
166b08
899b4b
* Tue Apr 23 2019 Carlos Soriano <csoriano@redhat.com> - 3.26.1-6
899b4b
- Remove NFS support strings, since libnfs is not in RHEL
899b4b
  Resolves: RHBZ#1641856
899b4b
899b4b
* Thu Jan 03 2019 Carlos Soriano <csoriano@redhat.com> - 3.26.1-5
899b4b
- Fix removal of autoar patch
899b4b
  Resolves: RHBZ#1594177
899b4b
899b4b
* Fri Sep 07 2018 Carlos Soriano <csoriano@redhat.com> - 3.26.1-4
899b4b
- Use Requires, not BuildRequires for brasero-nautilus
899b4b
- Resolves: #1600163
899b4b
899b4b
* Tue Sep 04 2018 Carlos Soriano <csoriano@redhat.com> - 3.26.1-3
899b4b
- Add brasero-nautilus as hard dependency
899b4b
- Resolves: #1600163
899b4b
9516bd
* Wed Jun 06 2018 Carlos Soriano <csoriano@redhat.com> - 3.26.3.1-2
9516bd
- Rework autoar patch and remove the trusted patch, as it's included
9516bd
- Resolves: #1569738
9516bd
9516bd
* Wed Jun 06 2018 Richard Hughes <rhughes@redhat.com> - 3.26.3.1-1
9516bd
- Update to 3.26.3.1
9516bd
- Resolves: #1569738
9516bd
7f8336
* Thu Nov 02 2017 Carlos Soriano <csoriano@redhat.com> 3.22.3-5
7f8336
- Fix exempi not being initialized. Upstream bugzilla.gnome.org/785292
7f8336
 Resolves: #1496713
7f8336
2990c3
* Thu Nov 02 2017 Carlos Soriano <csoriano@redhat.com> 3.22.3-4
2990c3
- Fix desktop files security issue (upstream bugzilla.gnome.org/777991)
7f8336
 Resolves: #1490948
2990c3
1d5756
* Mon May 29 2017 Carlos Soriano <csoriano@redhat.com> 3.22.3-3
1d5756
- Add Japanese translation
1d5756
 Resolves: #1382632
1d5756
1d5756
* Wed May 17 2017 Carlos Soriano <csoriano@redhat.com> 3.22.3-2
1d5756
- Fix translation files for the remove-autoar patch
1d5756
 Resolves: #1382632
1d5756
 
1d5756
* Wed Mar 08 2017 Kalev Lember <klember@redhat.com> 3.22.3-1
1d5756
- Update to 3.22.3
1d5756
- Resolves: #1387026
1d5756
ca51e5
* Wed Jul 20 2016 Carlos Soriano <csoriano@redhat.com> 3.14.3-12
ca51e5
- Update icons on primary patch
ca51e5
 Resolves: #1353613
ca51e5
 
ca51e5
* Wed Jul 20 2016 Carlos Soriano <csoriano@redhat.com> 3.14.3-11
ca51e5
- Update icons on primary patch
ca51e5
 Resolves: #1353613
ca51e5
 
ca51e5
* Tue Jul 12 2016 Carlos Soriano <csoriano@redhat.com> 3.14.3-10
ca51e5
- Update icons on primary patch
ca51e5
 Resolves: #1353613
ca51e5
ca51e5
* Fri Jul 01 2016 Carlos Soriano <csoriano@redhat.com> 3.14.3-9
ca51e5
- Apply downstream translations
ca51e5
- Restrict icons on desktop to the primary monitor
ca51e5
  Resolves: #1207646 #1046876 #1272881
ca51e5
ca51e5
* Thu Apr 28 2016 Carlos Soriano <csoriano@redhat.com> 3.14.3-8
ca51e5
- Backport fix for jp2 images crashing nautilus
ca51e5
- Apply downstream translations
ca51e5
  Resolves: #1271297 #1272881
ca51e5
0d1f52
* Tue Oct 6 2015 Carlos Soriano <csoriano@redhat.com> 3.14.3-7
0d1f52
- Backport two patches from upstream and remove a wrong patch
0d1f52
  Resolves: #1254161 #1266477
0d1f52
0d1f52
* Wed Sep 23 2015 Ray Strode <rstrode@redhat.com> 3.14.3-6
0d1f52
- Add more goo to the compat desktop file to prevent it
0d1f52
  from getting exposed in control-center
0d1f52
  Related: #1259292
0d1f52
0d1f52
* Mon Sep 14 2015 David King <dking@redhat.com> - 3.14.3-5
0d1f52
- Refresh patches to fix regression after undo changes (#1252434)
0d1f52
0d1f52
* Thu Sep 03 2015 David King <dking@redhat.com> - 3.14.3-4
0d1f52
- Backport fix for crash with file bookmarks (#1115338)
0d1f52
0d1f52
* Wed Jul 15 2015 David King <dking@redhat.com> - 3.14.3-3
0d1f52
- Backport delete keyboard shortcut improvements (#1102849)
0d1f52
0d1f52
* Fri Jun 26 2015 Ray Strode <rstrode@redhat.com> 3.14.3-2
0d1f52
- Add backward compatible nautilus.desktop for user defined mime associations
0d1f52
  Related: #1174562 1235413
0d1f52
0d1f52
* Wed Jun 17 2015 David King <dking@redhat.com> - 3.14.3-1
0d1f52
- Update to 3.14.3 (#1174562)
0d1f52
0d1f52
* Wed May 06 2015 Ray Strode <rstrode@redhat.com> 3.14.2-2
0d1f52
- Rebuild against new gnome-desktop3
0d1f52
  Related: #1174562
0d1f52
0d1f52
* Thu Mar 19 2015 Richard Hughes <rhughes@redhat.com> - 3.14.2-1
0d1f52
- Update to 3.14.2
0d1f52
- Resolves: #1174562
0d1f52
01a8e4
* Tue Nov 11 2014 David King <dking@redhat.com> - 3.8.2-10
01a8e4
- Handle desktop link file DND (#1080484)
01a8e4
- Drop symlink renaming patches
01a8e4
01a8e4
* Wed Oct 08 2014 David King <dking@redhat.com> - 3.8.2-9
01a8e4
- Handle renaming symlinks in the current view (#1059684)
01a8e4
01a8e4
* Thu Aug 21 2014 Alexander Larsson <alexl@redhat.com> - 3.8.2-8
01a8e4
- Fix crash when chowning
01a8e4
  Resolves: #1090999
01a8e4
a5faf1
* Tue Mar 25 2014 David King <dking@redhat.com> - 3.8.2-7
a5faf1
- Add Requires on gnome-icon-theme-legacy (#1077278)
a5faf1
a5faf1
* Fri Mar 21 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.2-6
a5faf1
- Search provider does not show any results
a5faf1
  Resolves: #853987
a5faf1
a5faf1
* Tue Mar 11 2014 Ray Strode <rstrode@redhat.com> - 3.8.2-5
a5faf1
- Fix race that prevents icons from showing on desktop
a5faf1
  Resolves: #1075054
a5faf1
a5faf1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.2-4
a5faf1
- Mass rebuild 2014-01-24
a5faf1
a5faf1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.2-3
a5faf1
- Mass rebuild 2013-12-27
a5faf1
13d121
* Thu Nov  7 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.2-2
13d121
- Fix background rendering.
13d121
13d121
* Sun Jun 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-1
13d121
- Update to 3.8.2
13d121
13d121
* Tue Apr 16 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
13d121
- Update to 3.8.1
13d121
13d121
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
13d121
- Update to 3.8.0
13d121
13d121
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
13d121
- Update to 3.7.92
13d121
13d121
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
13d121
- Update to 3.7.91
13d121
13d121
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
13d121
- Rebuilt for libgnome-desktop soname bump
13d121
13d121
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
13d121
- Update to 3.7.90
13d121
13d121
* Fri Feb  8 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.7.5-2
13d121
- Disable smp build to fix intltool issues
13d121
13d121
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
13d121
- Update to 3.7.5
13d121
13d121
* Sun Jan 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-2
13d121
- Rebuilt for tracker 0.16 ABI
13d121
13d121
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
13d121
- Update to 3.7.4
13d121
13d121
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
13d121
- Update to 3.7.3
13d121
13d121
* Thu Dec  6 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.7.2-2
13d121
- nautilus-devel should require nautilus-extensions
13d121
13d121
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
13d121
- Update to 3.7.2
13d121
13d121
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
13d121
- Update to 3.7.1
13d121
- Own the gtk-doc directories
13d121
13d121
* Mon Oct 15 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
13d121
- Update to 3.6.1
13d121
13d121
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
13d121
- Update to 3.6.0
13d121
13d121
* Tue Sep 18 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.92-1
13d121
- Update to 3.5.92
13d121
13d121
* Tue Sep 04 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.91-1
13d121
- Update to 3.5.91
13d121
13d121
* Tue Aug 21 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.90-1
13d121
- Update to 3.5.90
13d121
13d121
* Fri Aug 10 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.5-1
13d121
- Update to 3.5.5
13d121
13d121
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-3
13d121
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
13d121
13d121
* Tue Jul 17 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.4-2
13d121
- Enable tracker support
13d121
13d121
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
13d121
- Update to 3.5.4
13d121
13d121
* Sat Jul 14 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.5.3-2
13d121
- Move ldconfig calls from main package to -extensions.
13d121
13d121
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
13d121
- Update to 3.5.3
13d121
13d121
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
13d121
- Update to 3.5.2
13d121
13d121
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
13d121
- Update to 3.5.1
13d121
13d121
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
13d121
- Silence rpm scriptlet output
13d121
13d121
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
13d121
- Update to 3.4.1
13d121
13d121
* Mon Mar 26 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.4.0-1
13d121
- Update to 3.4.0
13d121
13d121
* Tue Mar 20 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.92-1
13d121
- Update to 3.3.92
13d121
13d121
* Tue Mar 06 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.91-1
13d121
- Update to 3.3.91
13d121
13d121
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
13d121
- Update to 3.3.90
13d121
13d121
* Tue Feb  7 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.5-1
13d121
- Update to 3.3.5
13d121
13d121
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
13d121
- Update to 3.3.4
13d121
13d121
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
13d121
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
13d121
13d121
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
13d121
- Update to 3.3.3
13d121
13d121
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1.1-1
13d121
- Update to 3.3.1.1
13d121
13d121
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
13d121
- Rebuilt for glibc bug#747377
13d121
13d121
* Tue Oct 18 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.2.1-1
13d121
- Update to 3.2.1
13d121
13d121
* Tue Sep 27 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.2.0-1
13d121
- Update to 3.2.0
13d121
13d121
* Mon Sep 19 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.92-1
13d121
- Update to 3.1.92
13d121
13d121
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
13d121
- Update to 3.1.90
13d121
13d121
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 3.1.4-1
13d121
- Update to 3.1.4
13d121
13d121
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
13d121
- Update to 3.1.3
13d121
13d121
* Tue Jun 14 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.2-1
13d121
- Update to 3.1.2
13d121
13d121
* Wed May 11 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.1-1
13d121
- Update to 3.1.1
13d121
13d121
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
13d121
- Update to 3.0.1
13d121
13d121
* Mon Apr 04 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.0.0-1
13d121
- Update to 3.0.0
13d121
13d121
* Wed Mar 30 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.94-1
13d121
- Update to 2.91.94
13d121
13d121
* Sun Mar 27 2011 Colin Walters <walters@verbum.org> - 2.91.93-2
13d121
- Drop --vendor from nautilus.desktop
13d121
  Vendor prefixes are pointless, and in this case breaks upstream
13d121
  components trying to reference each other via .desktop file, such
13d121
  as GNOME Shell having nautilus.desktop in its default favorite
13d121
  list.
13d121
13d121
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
13d121
- Update to 2.91.93
13d121
13d121
* Mon Mar 21 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.92-1
13d121
- Update to 2.91.92
13d121
13d121
* Mon Mar 07 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.91-1
13d121
- Update to 2.91.91
13d121
13d121
* Tue Feb 22 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.90.1-1
13d121
- Update to 2.91.90.1
13d121
13d121
* Mon Feb 21 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.90-1
13d121
- Update to 2.91.90
13d121
13d121
* Thu Feb 10 2011 Matthias Clasen <mclasne@redhat.com> 2.91.9-4
13d121
- Rebuild against newer gtk
13d121
13d121
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.9-3
13d121
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
13d121
13d121
* Mon Feb  7 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.9-2
13d121
- Add a patch from upstream for missing bookmark names
13d121
13d121
* Fri Feb  4 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.9-1
13d121
- Update to 2.91.9
13d121
13d121
* Tue Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.8-4
13d121
- Rebuild against new gtk
13d121
13d121
* Tue Feb  1 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.8-3
13d121
- Remove last traces of gconf (#674359)
13d121
13d121
* Mon Jan 31 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.8-2
13d121
- Update selinux patch
13d121
13d121
* Mon Jan 31 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.8-1
13d121
- Update to 2.91.8
13d121
13d121
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-2
13d121
- Drop explicit gnome-desktop dependency
13d121
- Drop some no-longer-required tweaks
13d121
13d121
* Tue Jan 11 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.7-1
13d121
- Update to 2.91.7
13d121
13d121
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-1
13d121
- Update to 2.91.6
13d121
13d121
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
13d121
- Rebuild against new gtk
13d121
13d121
* Mon Nov 29 2010 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.3-1
13d121
- Update to 2.91.3
13d121
- Drop unnecessary patches
13d121
13d121
* Wed Nov 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.2-1
13d121
- Update to 2.91.2
13d121
13d121
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-1
13d121
- Update to 2.91.1
13d121
13d121
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
13d121
- Update to 2.91.0
13d121
13d121
* Wed Sep 29 2010 jkeating - 2.90.1-6.gitf3bbee7
13d121
- Rebuilt for gcc bug 634757
13d121
13d121
* Sat Sep 25 2010 Owen Taylor <otaylor@redhat.com> - 2.90.1-5.gitf3bbee7
13d121
- Bump and rebuild for gtk3 ABI changes
13d121
13d121
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.1-4.gitf3bbee7
13d121
- git snapshot
13d121
- Rebuild against newer gobject-introspection
13d121
13d121
* Mon Aug 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.90.1-2
13d121
- Require gsettings-desktop-schemas (#628273)
13d121
13d121
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.1-1
13d121
- Update to 2.31.91
13d121
13d121
* Wed Aug 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.90-1
13d121
- Update to 2.31.90
13d121
13d121
* Thu Aug 12 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.6-1
13d121
- Update to 2.31.6
13d121
13d121
* Fri Aug  6 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.5-3.really.2.30.1
13d121
- Revert back (temporarily) to 2.30.1 and mask it as 2.31.5 due to recent gnome3 changes
13d121
13d121
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.5-2
13d121
- Rebuild with new gobject-introspection
13d121
13d121
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
13d121
- Update to 2.31.5
13d121
13d121
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
13d121
- Update to 2.31.4
13d121
13d121
* Wed Jun 23 2010 Bastien Nocera <bnocera@redhat.com> 2.31.3-4.20100618git
13d121
- Fix libnautilus-extensions pkg-config files
13d121
13d121
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-3.20100618git
13d121
- Rebuild to get rid of mixed gtk deps
13d121
13d121
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-2.20100618git
13d121
- git snapshot that builds against GLib 2.25.9 and GTK+ 2.90.3
13d121
13d121
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
13d121
- Update to 2.31.3
13d121
13d121
* Mon May 24 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.2-1
13d121
- Update to 2.31.2
13d121
13d121
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.1-1
13d121
- Update to 2.31.1
13d121
13d121
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-3
13d121
- Remove .desktop entry in applications > system tools (#583790)
13d121
13d121
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-2
13d121
- Do not show Unmount when showing Eject/Safe removal
13d121
13d121
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-1
13d121
- Update to 2.30.1
13d121
13d121
* Sat Apr 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-3
13d121
- Also obsolete eel2-devel (#583722)
13d121
13d121
* Tue Apr 13 2010 Seth Vidal <skvidal at fedoraproject.org> - 2.30.0-2
13d121
- fix obsoletes/provides for eel2 to not include pkg name in ver/rel 
13d121
13d121
* Mon Mar 29 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.0-1
13d121
- Update to 2.30.0
13d121
13d121
* Mon Mar 15 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92.1-1
13d121
- Update to 2.29.92.1
13d121
- Fix eel2 obsoletion
13d121
13d121
* Mon Mar  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-1
13d121
- Update to 2.29.92
13d121
13d121
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
13d121
- Update to 2.29.91
13d121
13d121
* Wed Feb 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-2
13d121
- Explicitly require exact nautilus-extensions package (#565802)
13d121
13d121
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-1
13d121
- Update to 2.29.90
13d121
13d121
* Thu Jan 28 2010 Jesse Keating <jkeating@redhat.com> - 2.29.2-2
13d121
- Add a requires to keep nautilus-extensions updated if nautilus gets updated
13d121
13d121
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.2-1
13d121
- Update to 2.29.2
13d121
13d121
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.1-2
13d121
- Rebuild
13d121
13d121
* Fri Dec 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.29.1-1
13d121
- Update to 2.29.1
13d121
13d121
* Thu Dec 10 2009 Jon McCann <jmccann@redhat.com> - 2.28.2-3
13d121
- Update the monitor changes patch (gnome #147808)
13d121
13d121
* Tue Dec  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.2-2
13d121
- Fix some memory leaks
13d121
13d121
* Mon Nov 30 2009 Alexander Larsson <alexl@redhat.com> - 2.28.2-1
13d121
- Update to 2.28.2
13d121
13d121
* Wed Nov 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-4
13d121
- Proper fix for crash in the infopanel (#531826)
13d121
13d121
* Mon Nov  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
13d121
- Handle monitor changes when drawing the background (gnome #147808)
13d121
13d121
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-2
13d121
- Don't crash in infopanel on invalid selection (#531826)
13d121
13d121
* Wed Oct 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-1
13d121
- Update to 2.28.1
13d121
13d121
* Thu Sep 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
13d121
- Avoid lingering menuitems (#518570)
13d121
13d121
* Wed Sep 23 2009 Ray Strode <rstrode@redhat.com> 2.28.0-2
13d121
- Fix crossfade
13d121
13d121
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-1
13d121
- Update to 2.28.0
13d121
13d121
* Wed Sep  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-2
13d121
- Fix desktop files to be valid
13d121
13d121
* Mon Sep  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.92-1
13d121
- Update to 2.27.92
13d121
13d121
* Sun Sep  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-3
13d121
- Fix uninhibiting when long-running operations are over
13d121
13d121
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-2
13d121
- Make nautilus-file-management-properties not crash on start
13d121
13d121
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
13d121
- Update to 2.27.91
13d121
13d121
* Wed Aug 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-5
13d121
- Turn off autorun for x-content/software
13d121
13d121
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-4
13d121
- Show icons for bookmarks and similar in menus
13d121
13d121
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-3
13d121
- Drop desktop-backgrounds-basic dep that we've carried for 9 years
13d121
  without ever making use of it
13d121
13d121
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
13d121
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
13d121
13d121
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
13d121
- Update to 2.27.4
13d121
13d121
* Mon Jun 15 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.2-1
13d121
- Update to 2.27.2
13d121
13d121
* Tue May  5 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.1-1
13d121
- Update to 2.27.1
13d121
13d121
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.2-3
13d121
- Don't drop schemas translations from po files anymore
13d121
13d121
* Thu Apr 16 2009 Alexander Larsson <alexl@redhat.com> - 2.26.2-2
13d121
- Fix whitespace on the right in icon view when zooming
13d121
13d121
* Mon Apr 13 2009 Alexander Larsson <alexl@redhat.com> - 2.26.2-1
13d121
- Update to 2.26.2
13d121
13d121
* Mon Apr  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.1-2
13d121
- Fix dragging files via NFS moves instead of copy (#456515)
13d121
13d121
* Thu Apr  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.1-1
13d121
- Update to 2.26.1
13d121
13d121
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.0-1
13d121
- Update to 2.26.0
13d121
13d121
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.93-2
13d121
- Avoid respawning in a loop when not showing the desktop (#485375)
13d121
13d121
* Wed Mar 11 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.93-1
13d121
- Update to 2.25.93
13d121
13d121
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.92-1
13d121
- Update to 2.25.92
13d121
13d121
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-3
13d121
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
13d121
13d121
* Thu Feb 19 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.91-2
13d121
- Workaround for broken gcc optimization (#486088)
13d121
13d121
* Mon Feb 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.91-1
13d121
- Update to 2.25.91
13d121
13d121
* Mon Feb  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.4-1
13d121
- Update to 2.25.4
13d121
13d121
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com>- 2.25.3-2
13d121
- Reenable the translation size reduction
13d121
13d121
* Tue Jan 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.3-1
13d121
- Update to 2.25.3
13d121
13d121
* Mon Jan 19 2009 Ray Strode <rstrode@redhat.com> - 2.25.2-7
13d121
- Update fade patch to work with updated gnome-desktop api
13d121
- Fix fade start pixmap
13d121
13d121
* Wed Jan  7 2009 Ray Strode <rstrode@redhat.com> - 2.25.2-6
13d121
- Don't crash when closing spatial window very quickly after
13d121
  opening it (gnome bug 552859)
13d121
13d121
* Thu Dec 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-5
13d121
- Fix spec
13d121
13d121
* Thu Dec 18 2008 - Ray Strode <rstrode@redhat.com> - 2.25.2-4
13d121
- Add eel crossfade patch
13d121
13d121
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.2-3
13d121
- Rebuild for new libgnome-desktop
13d121
13d121
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
13d121
- Drop the eel2 Obsoletes temporarily to give people some time
13d121
  to port away
13d121
13d121
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
13d121
- Update to 2.25.2
13d121
- Clean up Requires
13d121
- Obsolete eel2
13d121
- Drop hard dependency on gvfs backends. 
13d121
  These are pulled in by comps, anyway
13d121
13d121
* Fri Dec  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-5
13d121
- Obsolete gnome-volume-manager
13d121
13d121
* Fri Dec  5 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-4
13d121
- Properly open new windows after long mount operation
13d121
- Fix callback connection to the GtkMountOperation dialog
13d121
13d121
* Thu Dec  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-3
13d121
- Fix BuildRequires
13d121
13d121
* Thu Dec  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-2
13d121
- Rediff the XDS patch
13d121
13d121
* Tue Dec  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-1
13d121
- Update to 2.25.1
13d121
13d121
* Wed Nov 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.2-1
13d121
- Update to 2.24.2
13d121
13d121
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-5
13d121
- Better URL
13d121
- Tweak %%description
13d121
13d121
* Thu Nov 13 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-4
13d121
- Rebuild
13d121
13d121
* Mon Oct 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-3
13d121
- Updated XDS support in tree view patch (sync with gnomebz #171655)
13d121
13d121
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 2.24.1-2
13d121
- Manually check for fallback file icon since we're not
13d121
  always returning that from gio anymore (from upstream)
13d121
13d121
* Mon Oct 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-1
13d121
- Update to 2.24.1
13d121
13d121
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
13d121
- Remove debug flags
13d121
13d121
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
13d121
- Save some space
13d121
13d121
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
13d121
- Update to 2.24.0
13d121
13d121
* Sat Sep 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-3
13d121
- Plug some memory leaks
13d121
13d121
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-2
13d121
- Plug some memory leaks
13d121
13d121
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
13d121
- Update to 2.23.92
13d121
13d121
* Tue Sep 02 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.91-1
13d121
- Update to 2.23.91
13d121
13d121
* Sat Aug 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-4
13d121
- Plug a few small memory leaks
13d121
13d121
* Thu Aug 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-3
13d121
- Pull in split-off gvfs backends
13d121
13d121
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.90-2
13d121
- Fix typo in the schemas file
13d121
13d121
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
13d121
- Update to 2.23.90
13d121
13d121
* Mon Aug  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.6.1-1
13d121
- Update to 2.23.6.1
13d121
- Dropped upstreamed patches
13d121
13d121
* Mon Aug  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.6-1
13d121
- Update to 2.23.6
13d121
13d121
* Sun Jul 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-3
13d121
- More icon name fixes
13d121
13d121
* Sun Jul 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
13d121
- Use standard icon names
13d121
13d121
* Tue Jul 22 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.5.1-1
13d121
- Update to 2.23.5.1
13d121
13d121
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
13d121
- Update to 2.23.5
13d121
13d121
* Tue Jun 17 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.4-1
13d121
- Update to 2.23.4
13d121
13d121
* Thu Jun 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.3-2
13d121
- Fix DnD segfaults (#450416, #450449)
13d121
13d121
* Wed Jun  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.3-1
13d121
- Update to 2.23.3
13d121
13d121
* Fri May 30 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-3
13d121
- Add DnD support to drop files onto archive files with help 
13d121
  of file-roller (gnomebz #377157)
13d121
- Add fix preventing crash on bad GFileInfos (gnomebz #519743)
13d121
13d121
* Fri May 16 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-2
13d121
- Add treeview XDS drag&drop support (#446760)
13d121
13d121
* Tue May 13 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-1
13d121
- Update to 2.23.2
13d121
13d121
* Fri May  2 2008 David Zeuthen <davidz@redhat.com> - 2.23.1-4
13d121
- Default to "Ask what to do" for all actions (#444639)
13d121
13d121
* Fri May  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-3
13d121
- Mask file moving to nautilus-cd-burner window as copy operation (#443944)
13d121
- Don't allow recursive move/copy into itself (gnomebz #530720)
13d121
13d121
* Thu Apr 24 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-2
13d121
- Add SELinux patch (gnomebz #529694)
13d121
13d121
* Wed Apr 23 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-1
13d121
- Update to 2.23.1
13d121
13d121
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-5
13d121
- Make "Open Folder" work as expected for media handling
13d121
13d121
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 2.22.2-4
13d121
- Put X-Gnome-Vfs-System=gio into desktop files (See #442835)
13d121
13d121
* Wed Apr 16 2008 David Zeuthen <davidz@redhat.com> - 2.22.2-3
13d121
- Revert Fedora livecd mount (fix is in latest gvfs packages) and
13d121
  add a patch to avoid trying to autorun mounts that are mounted
13d121
  from outside Nautilus (#442189)
13d121
13d121
* Fri Apr 11 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.2-2
13d121
- Hide Fedora livecd mount (#439166)
13d121
13d121
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-1
13d121
- Update to 2.22.2
13d121
13d121
* Sun Apr  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-6
13d121
- Backport a patch from upstream svn thats needed for file-roller
13d121
13d121
* Fri Apr  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-5
13d121
- Fix beagle support some more
13d121
13d121
* Thu Apr  3 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.1-4
13d121
- Fix SELinux attributes display issue (#439686)
13d121
13d121
* Wed Apr  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-3
13d121
- Fix the build to include tracker and beagle support again
13d121
13d121
* Mon Mar 31 2008 Ray Strode <rstrode@redhat.com> - 2.22.1-2
13d121
- Over the releases we've accumulated default.png, default-wide.png default-5_4.png
13d121
  and default.jpg.  We haven't been able to drop them because it would leave some
13d121
  users with white backgrounds on upgrade.  This patch just falls back to the
13d121
  default image if the user's background doesn't exist.
13d121
13d121
13d121
* Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.1-1
13d121
- Update to 2.22.1
13d121
13d121
* Thu Mar 13 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.0-2
13d121
- Don't create application/x-ext-<extension> types for known mimetypes (patch from head)
13d121
- Fix a crash in the Properties dialog while changing owner (patch from head)
13d121
13d121
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
13d121
- Update to 2.22.0
13d121
13d121
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-2
13d121
- Change libbeagle .so name for libbeagle-0.3.0 in nautilus-2.21.1-dynamic-search-r2.patch (#434722)
13d121
13d121
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-1
13d121
- Update to 2.21.92
13d121
13d121
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
13d121
- Update to 2.21.91
13d121
13d121
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
13d121
- Update to 2.21.90
13d121
13d121
* Mon Jan 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.6-1
13d121
- Update to 2.21.6
13d121
13d121
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
13d121
- Update to 2.21.5
13d121
13d121
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
13d121
- Update to 2.21.2
13d121
13d121
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
13d121
- Fix extensiondir
13d121
13d121
* Fri Dec 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
13d121
- Upodate to 2.21.1
13d121
13d121
* Wed Dec 19 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-7
13d121
- Update audio preview patch to check for aliases (#381401)
13d121
13d121
* Tue Oct 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-6
13d121
- Fix audio preview command-line to use decodebin so playbin doesn't
13d121
  pop up a window for videos detected as audio
13d121
13d121
* Tue Oct 16 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-5
13d121
- Add patch from upstream to get audio preview working again
13d121
  (#332251)
13d121
13d121
* Wed Oct  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-4
13d121
- Move /usr/lib/nautilus/extensions-1.0 to the extensions package
13d121
13d121
* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
13d121
- Fix a crash with small fonts (#242350)
13d121
13d121
* Tue Oct  2 2007 Alexander Larsson <alexl@redhat.com> - 2.20.0-1
13d121
- Backport fixes for async thumbnail loading from svn
13d121
13d121
* Fri Sep 28 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
13d121
- drop redhat-artwork dep. Alex says we don't need it anymore 
13d121
13d121
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
13d121
- Update to 2.20.0
13d121
13d121
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
13d121
- Update to 2.19.91
13d121
13d121
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
13d121
- Update to 2.19.90
13d121
13d121
* Fri Aug 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-3
13d121
- Bump gnome-vfs requirement (#251306)
13d121
13d121
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
13d121
- Update license field
13d121
13d121
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
13d121
- Update to 2.19.6
13d121
13d121
* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 2.19.5-3
13d121
- Rebuild for RH #249435
13d121
13d121
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-2
13d121
- Port to new GTK+ tooltips API
13d121
13d121
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
13d121
- Update to 2.19.5
13d121
13d121
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
13d121
- Fix directory ownership issues
13d121
13d121
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
13d121
- Update to 2.19.4
13d121
13d121
* Tue Jun  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
13d121
- Update to 2.19.3
13d121
13d121
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
13d121
- Update to 2.19.2
13d121
13d121
* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 2.18.1-2
13d121
- Fix memleak (#235696)
13d121
13d121
* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 2.18.1-1
13d121
- Update to 2.18.1
13d121
13d121
* Mon Mar 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-2
13d121
- Update icon caches (#234020)
13d121
13d121
* Mon Mar 12 2007 Alexander Larsson <alexl@redhat.com> - 2.18.0.1-1
13d121
- Update to 2.18.0.1
13d121
13d121
* Tue Mar  6 2007 Alexander Larsson <alexl@redhat.com> - 2.17.92-3
13d121
- Update xdg-user-dirs patch, now handle renaming desktop dir
13d121
13d121
* Thu Mar  1 2007 Alexander Larsson <alexl@redhat.com> - 2.17.92-2
13d121
- Add xdg-user-dirs patch
13d121
13d121
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
13d121
- Update to 2.17.92
13d121
13d121
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
13d121
- Update to 2.17.91
13d121
13d121
* Wed Feb  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-4
13d121
- Add DesktopSettings category to nautilus-file-management-properties.desktop
13d121
13d121
* Tue Feb  6 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-3
13d121
- update tracker dynamic search patch to new .so name
13d121
13d121
* Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-2
13d121
- Fix gnome bug #362302 in selinux patch
13d121
13d121
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
13d121
- Update to 2.17.90
13d121
13d121
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
13d121
- Update to 2.17.1
13d121
13d121
* Wed Nov 22 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-7
13d121
- Look for beagle before tracker, because tracker autostarts
13d121
  This lets us support having both installed at the same time.
13d121
- Remove buildreqs for beagle, as they are not necessary with
13d121
  the dynamic work.
13d121
13d121
* Tue Nov 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.2-6
13d121
- Detect tracker dynamically, too
13d121
13d121
* Mon Nov 13 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-5.fc7
13d121
- Fix commonly reported NautilusDirectory crash
13d121
13d121
* Wed Nov  8 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-4.fc7
13d121
- Revert upstream icon placement patch as it seems broken
13d121
13d121
* Tue Nov  7 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-2.fc7
13d121
- Update to 2.16.2
13d121
13d121
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1 
13d121
- Update to 2.16.1
13d121
13d121
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
13d121
- Fix scripts according to the packaging guidelines
13d121
- Require GConf2 for the scripts
13d121
- Require pkgconfig for the -devel package
13d121
13d121
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.16.0-5
13d121
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
13d121
13d121
* Tue Sep 19 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-4
13d121
- Support changing selinux contexts (#204030)
13d121
13d121
* Thu Sep 14 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-3
13d121
- Fix crash when opening custom icon dialog (#205352)
13d121
13d121
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
13d121
- Add a %%preun script (#205260)
13d121
13d121
* Mon Sep  4 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-1
13d121
- Update to 2.16.0
13d121
13d121
* Fri Aug 25 2006 Alexander Larsson <alexl@redhat.com> - 2.15.92.1-2
13d121
- Omit self check code in build
13d121
13d121
* Tue Aug 22 2006 Alexander Larsson <alexl@redhat.com> - 2.15.92.1-1
13d121
- update to 2.15.92.1
13d121
13d121
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
13d121
- Update to 2.15.92
13d121
13d121
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-2.fc6
13d121
- Don't Provide/Obsolete nautilus-devel from the main package (#202322)
13d121
13d121
* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 2.15.91-1.fc6
13d121
- Update to 2.15.91
13d121
- Split package into devel and extensions (#201967)
13d121
13d121
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
13d121
- Update to 2.15.90
13d121
13d121
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-3
13d121
- Spec file cleanups
13d121
13d121
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-2
13d121
- Don't require nautilus-cd-burner, to avoid a 
13d121
  BuildRequires-Requires loop
13d121
13d121
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
13d121
- Update to 2.15.4
13d121
13d121
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.2-1.1
13d121
- rebuild
13d121
13d121
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
13d121
- Update to 2.15.1
13d121
13d121
* Sun May 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
13d121
- Add missing BuildRequires (#129184)
13d121
13d121
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
13d121
- Update to 2.15.1
13d121
13d121
* Fri May 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-3
13d121
- Close the about dialog
13d121
13d121
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
13d121
- Update to 2.14.1
13d121
13d121
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
13d121
- Update to 2.14.0
13d121
13d121
* Mon Mar  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-2
13d121
- Reinstate the format patch which was accidentally dropped
13d121
13d121
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
13d121
- Update to 2.13.92
13d121
13d121
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
13d121
- Update to 2.13.91
13d121
13d121
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-2.2
13d121
- bump again for double-long bug on ppc(64)
13d121
13d121
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-2.1
13d121
- rebuilt for new gcc4.1 snapshot and glibc changes
13d121
13d121
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
13d121
- Avoid delays in rendering the background
13d121
13d121
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
13d121
- Update to 2.13.90
13d121
13d121
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
13d121
- Update to 2.13.4
13d121
13d121
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> - 2.13.3-2
13d121
- Buildrequire libbeagle
13d121
13d121
* Tue Dec 13 2005 Alexander Larsson <alexl@redhat.com> 2.13.3-1
13d121
- Update to 2.13.3
13d121
13d121
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
13d121
- rebuilt
13d121
13d121
* Fri Dec  2 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
13d121
- Update to 2.13.2
13d121
- Update patches
13d121
13d121
* Tue Nov  1 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-6
13d121
- Switch XFree86-devel buildrequirement to libX11-devel
13d121
13d121
* Sat Oct 28 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-5
13d121
- Implement icon stretching keynav
13d121
- Support formatting non-floppy devices
13d121
13d121
* Sat Oct 22 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-4
13d121
- Improve icon stretching ui
13d121
13d121
* Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-3
13d121
- Only show the "Format menu item if gfloppy is present
13d121
13d121
* Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-2
13d121
- Add a "Format" context menu item to the floppy in "Computer"
13d121
13d121
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
13d121
- Update to 2.12.1
13d121
13d121
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
13d121
- Update to 2.12.0
13d121
13d121
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
13d121
- New upstream release
13d121
13d121
* Wed Aug  3 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
13d121
- New upstream release
13d121
13d121
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.3-1
13d121
- Update to 2.11.3
13d121
13d121
* Wed May 11 2005 David Zeuthen <davidz@redhat.com> 2.10.0-4
13d121
- Fix default font for zh_TW (#154185)
13d121
13d121
* Sun Apr  3 2005 David Zeuthen <davidz@redhat.com> 2.10.0-3
13d121
- Include patches for desktop background memory saving (GNOME bug #169347)
13d121
- Obsoletes: nautilus-media (#153223)
13d121
13d121
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-2
13d121
- Rebuild against newer libexif
13d121
13d121
* Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 2.10.0-1
13d121
- Update to latest upstream version; tweak requires
13d121
13d121
* Thu Mar  3 2005 Alex Larsson <alexl@redhat.com> 2.9.91-2
13d121
- Rebuild
13d121
13d121
* Fri Feb 11 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.91-1
13d121
- Update to 2.9.91
13d121
13d121
* Tue Nov  9 2004 Marco Pesenti Gritti <mpg@redhat.com> - 2.8.1-5
13d121
- Remove eog dependency. The bonobo component is no more used.
13d121
13d121
* Mon Oct 18 2004 Marco Pesenti Gritti <mpg@redhat.com> - 2.8.1-4
13d121
- #135824 Fix throbber position
13d121
13d121
* Fri Oct 15 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-3
13d121
- Slightly less bad error dialog when there is no handler for a file.
13d121
  Not ideal, but this change doesn't change any strings.
13d121
13d121
* Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-2
13d121
- Fix open with menu on mime mismatch
13d121
- Create desktop links ending with .desktop (#125104)
13d121
- Remove old cruft from specfile
13d121
13d121
* Mon Oct 11 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
13d121
- update to 2.8.1
13d121
13d121
* Fri Oct  8 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-3
13d121
- Backport more fixes from cvs
13d121
13d121
* Mon Oct  4 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-2
13d121
- Backport various bugfixes from HEAD
13d121
13d121
* Mon Sep 13 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
13d121
- Update to 2.8.0
13d121
13d121
* Fri Sep 10 2004 Alexander Larsson <alexl@redhat.com> - 2.7.92-3
13d121
- Don't require eject on s390(x), since there is none (#132228)
13d121
13d121
* Tue Sep  7 2004 Alexander Larsson <alexl@redhat.com> - 2.7.92-2
13d121
- Add patch to fix desktop keynav (#131894)
13d121
13d121
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.7.92-1
13d121
- update to 2.7.92
13d121
13d121
* Thu Aug 26 2004 Alexander Larsson <alexl@redhat.com> - 2.7.4-3
13d121
- Added requires eject
13d121
- Depend on gnome-vfs2-smb instead of -extras
13d121
13d121
* Tue Aug 24 2004 Alexander Larsson <alexl@redhat.com> - 2.7.4-2
13d121
- backport cvs fixes, including default view fix
13d121
13d121
* Thu Aug 19 2004 Alex Larsson <alexl@redhat.com> 2.7.4-1
13d121
- update to 2.7.4
13d121
13d121
* Fri Aug  6 2004 Ray Strode <rstrode@redhat.com> 2.7.2-1
13d121
- update to 2.7.2
13d121
13d121
* Tue Aug 3 2004 Matthias Clasen <mclasen@redhat.com> 2.6.0-7
13d121
- rebuilt
13d121
13d121
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
13d121
- rebuilt
13d121
13d121
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com> 2.6.0-5
13d121
- rebuild
13d121
13d121
* Wed Apr 14 2004 Alexander Larsson <alexl@redhat.com> 2.6.0-4
13d121
- update cvs backport, now handles kde trash dir better
13d121
13d121
* Wed Apr 14 2004 Alexander Larsson <alexl@redhat.com> 2.6.0-3
13d121
- add cvs backport
13d121
13d121
* Wed Apr  7 2004 Alex Larsson <alexl@redhat.com> 2.6.0-2
13d121
- Make network servers go to network:// again
13d121
13d121
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
13d121
- update to 2.6.0
13d121
13d121
* Tue Mar 16 2004 Mike A. Harrisn <mharris@redhat.com> 2.5.91-2
13d121
- Changed BuildRequires: XFree86-libs >= 4.2.99 to BuildRequires: XFree86-devel
13d121
- Fixed BuildRoot to use _tmppath instead of /var/tmp
13d121
13d121
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.5.91-1
13d121
- update to 2.5.91
13d121
13d121
* Mon Mar  8 2004 Alexander Larsson <alexl@redhat.com> 2.5.90-1
13d121
- update to 2.5.90
13d121
13d121
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
13d121
- rebuilt
13d121
13d121
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com>
13d121
- update libgnomeui required version to 2.5.3 (#116229)
13d121
13d121
* Tue Feb 24 2004 Alexander Larsson <alexl@redhat.com> 2.5.8-1
13d121
- update to 2.5.8
13d121
13d121
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
13d121
- rebuilt
13d121
13d121
* Fri Feb 13 2004 Alexander Larsson <alexl@redhat.com> 2.5.7-1
13d121
- update to 2.5.7
13d121
13d121
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
13d121
- update to 2.5.6
13d121
13d121
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 2.5.5-1
13d121
- update to 2.5.5
13d121
13d121
* Tue Oct 28 2003 Than Ngo <than@redhat.com> 2.4.0-7
13d121
- fix start-here desktop file
13d121
13d121
* Mon Oct 27 2003 Than Ngo <than@redhat.com> 2.4.0-6
13d121
- rebuild against new librsvg2
13d121
13d121
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-5
13d121
- Update cvs backport, now have the better desktop icon layout
13d121
13d121
* Mon Sep 29 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-4
13d121
- Update cvs backport, fixes #105869
13d121
13d121
* Fri Sep 19 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
13d121
- Backport bugfixes from the gnome-2-4 branch
13d121
13d121
* Tue Sep 16 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-2
13d121
- Add patch that fixes crash when deleting in listview
13d121
13d121
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
13d121
- 2.4.0
13d121
13d121
* Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 2.3.90-2
13d121
- Add desktop icons patch
13d121
13d121
* Tue Sep  2 2003 Alexander Larsson <alexl@redhat.com> 2.3.90-1
13d121
- update to 2.3.90
13d121
13d121
* Tue Aug 26 2003 Alexander Larsson <alexl@redhat.com> 2.3.9-1
13d121
- update
13d121
- Add patch to ignore kde desktop links
13d121
- Re-enable kdesktop detection hack.
13d121
  kde doesn't seem to support the manager selection yet
13d121
13d121
* Wed Aug 20 2003 Alexander Larsson <alexl@redhat.com> 2.3.8-2
13d121
- don't require fontilus
13d121
13d121
* Mon Aug 18 2003 Alexander Larsson <alexl@redhat.com> 2.3.8-1
13d121
- update to gnome 2.3
13d121
13d121
* Wed Aug  6 2003 Elliot Lee <sopwith@redhat.com> 2.2.4-5
13d121
- Fix libtool
13d121
13d121
* Tue Jul  8 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-4.E
13d121
- Rebuild
13d121
13d121
* Tue Jul  8 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-4
13d121
- Backport fixes from cvs
13d121
- Change some default configurations
13d121
13d121
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
13d121
- rebuilt
13d121
13d121
* Tue May 27 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-2
13d121
- Add performance increase backport
13d121
- Add desktop manager selection backport
13d121
13d121
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-1
13d121
- update to 2.2.4
13d121
13d121
* Tue May  6 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-2
13d121
- Fix scrollkeeper pre-requires
13d121
13d121
* Mon Mar 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
13d121
- Update to 2.2.3
13d121
13d121
* Tue Feb 25 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-5
13d121
- Change the default new window size to fit in 800x600 (#85037)
13d121
13d121
* Thu Feb 20 2003 Alexander Larsson <alexl@redhat.com>
13d121
- Require gnome-vfs2-extras, since network menu item uses it (#84145)
13d121
13d121
* Tue Feb 18 2003 Alexander Larsson <alexl@redhat.com>
13d121
- Update to the latest bugfixes from cvs.
13d121
- Fixes #84291 for nautilus, context menu duplication and some other small bugs.
13d121
13d121
* Thu Feb 13 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-2
13d121
- Add a patch to fix the forkbomb-under-kde bug (#81520)
13d121
- Add a patch to fix thumbnail memory leak
13d121
- require libXft.so.2 instead of Xft, since that changed in the XFree86 package
13d121
13d121
* Tue Feb 11 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1
13d121
- 2.2.1, lots of bugfixes
13d121
13d121
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.2-2
13d121
- remove nautilus-server-connect since it broke without editable vfolders
13d121
13d121
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.2-1
13d121
- Update to 2.2.0.2, fixes bg crasher
13d121
- parallelize build
13d121
- Added patch from cvs that fixes password hang w/ smb
13d121
13d121
* Thu Jan 23 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.1-1
13d121
- Update to 2.2.0.1
13d121
13d121
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.2.0-2
13d121
- rebuilt
13d121
13d121
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
13d121
- update to 2.2.0
13d121
13d121
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-8
13d121
- Add requirement on fontilus and nautilus-cd-burner to get them
13d121
  on an upgrade.
13d121
13d121
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-7
13d121
- Added patch to enable the look for kde desktop hack
13d121
- Removed patches that were fixed upstream
13d121
13d121
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-6
13d121
- Removed the requirement of nautilus-cd-burner, since
13d121
  that is now on by default in comps
13d121
13d121
* Thu Jan 16 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-5
13d121
- Require(post,postun) scrollkeeper (#67340)
13d121
- Add dot to end of summary
13d121
13d121
* Tue Jan 14 2003 Havoc Pennington <hp@redhat.com> 2.1.91-4
13d121
- use system-group.png not network-server.png for "Network Servers"
13d121
13d121
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-3
13d121
- Correct filename in last change
13d121
13d121
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-2
13d121
- change the network menu item to go to smb:
13d121
13d121
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-1
13d121
- Update to 2.1.91
13d121
- Updated URL
13d121
13d121
* Tue Jan 14 2003 Havoc Pennington <hp@redhat.com>
13d121
- perl-munge the icon names in a couple desktop files
13d121
  to find redhat-network-server.png and redhat-file-manager.png.
13d121
  Upstream icon names here were weird and seem broken. 
13d121
13d121
* Thu Jan  9 2003 Alexander Larsson <alexl@redhat.com>
13d121
- 2.1.6
13d121
- Removed mp3 stripping script. Thats gone upstream now.
13d121
13d121
* Wed Dec 18 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-2
13d121
- Add cdburn patch.
13d121
- Remove nautilus-1.1.19-starthere-hang-hackaround.patch
13d121
- Require nautilus-cd-burner
13d121
13d121
* Mon Dec 16 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-1
13d121
- Update to 2.1.5. Require gnome-icon-theme >= 0.1.5, gnome-vfs >= 2.1.5
13d121
13d121
* Tue Dec  3 2002 Havoc Pennington <hp@redhat.com>
13d121
- add explicit startup-notification dependency because build system is
13d121
  dumb 
13d121
- 2.1.3
13d121
13d121
* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
13d121
- 2.1.2
13d121
13d121
* Thu Oct 10 2002 Havoc Pennington <hp@redhat.com>
13d121
- 2.0.7
13d121
- remove patches that are upstream
13d121
13d121
* Tue Sep  3 2002 Alexander Larsson <alexl@redhat.com>  2.0.6-6
13d121
- Add badhack to make weblinks on desktop work
13d121
13d121
* Mon Sep  2 2002 Havoc Pennington <hp@redhat.com>
13d121
- fix #70667 assertion failures
13d121
- fix triple click patch
13d121
13d121
* Mon Sep  2 2002 Jonathan Blandford <jrb@redhat.com>
13d121
- don't activate on double click
13d121
13d121
* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
13d121
- put button press mask in triple-click patch, maybe it will work
13d121
- remove html-hack patch as it does nothing useful
13d121
13d121
* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
13d121
- require newer redhat-artwork, -menus, eel2, gnome-vfs2 to avoid
13d121
  bogus bug reports
13d121
- add hack for HTML mime type handling in a web browser, not 
13d121
  nautilus
13d121
13d121
* Thu Aug 29 2002 Alexander Larsson <alexl@redhat.com>
13d121
- Updated to 2.0.6. Removed the patches I put upstream.
13d121
- Added patch that fixes #72410
13d121
13d121
* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
13d121
- Add a simple patch so that redhat-config-packages can disable 
13d121
  the new window behavior for mounted CDs behavior.
13d121
13d121
* Wed Aug 28 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-4
13d121
- Add patch to fix bug #70667
13d121
13d121
* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
13d121
- remove mp3
13d121
13d121
* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
13d121
- ignore the "add_to_session" preference as it only broke stuff
13d121
- pad the left margin a bit to cope with poor word wrapping
13d121
13d121
* Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-1
13d121
- Update to 2.0.5, remove topleft icon patch
13d121
13d121
* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-2
13d121
- Add patch to fix the bug where desktop icons get
13d121
  stuck in the top left corner on startup
13d121
13d121
* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-1
13d121
- 2.0.4
13d121
13d121
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
13d121
- obsolete nautilus-mozilla < 2.0 #69839
13d121
13d121
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
13d121
- add rhconfig patch to Bluecurve theme and disable sidebar by default
13d121
13d121
* Wed Aug  7 2002 Havoc Pennington <hp@redhat.com>
13d121
- drop start here files, require redhat-menus that has them
13d121
13d121
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
13d121
- 2.0.3
13d121
13d121
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
13d121
- build for new eel2, gail
13d121
13d121
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
13d121
- and add the libexec components, mumble
13d121
13d121
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
13d121
- put the components in the file list, were moved upstream
13d121
13d121
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
13d121
- 2.0.1
13d121
13d121
* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
13d121
- Relibtoolize to fix relink problems for solib components
13d121
- Add LANG=en_US to %%makeinstall as well
13d121
- Back out previous change, force locale to en_US to prevent UTF-8 problems
13d121
- Add workaround for intltool-merge bug on ia64
13d121
13d121
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
13d121
- automated rebuild
13d121
13d121
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
13d121
- 2.0.0
13d121
- use desktop-file-install
13d121
- require desktop-backgrounds-basic
13d121
13d121
* Wed Jun 12 2002 Havoc Pennington <hp@redhat.com>
13d121
- add wacky hack in hopes of fixing the hang-on-login thing
13d121
13d121
* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
13d121
- add build requires on new gail
13d121
- rebuild to try to lose broken libgailutil.so.13 dependency
13d121
13d121
* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
13d121
- rebuild in different environment
13d121
13d121
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
13d121
- 1.1.19
13d121
13d121
* Fri May 31 2002 Havoc Pennington <hp@redhat.com>
13d121
- rebuild in different environment
13d121
13d121
* Thu May 30 2002 Havoc Pennington <hp@redhat.com>
13d121
- really remove nautilus-devel if we are going to obsolete it
13d121
- don't require hwbrowser
13d121
13d121
* Sun May 26 2002 Tim Powers <timp@redhat.com>
13d121
- automated rebuild
13d121
13d121
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
13d121
- rebuild in different environment
13d121
13d121
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
13d121
- 1.1.17
13d121
13d121
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
13d121
- 1.1.14
13d121
13d121
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
13d121
- require eog
13d121
- obsolete nautilus-devel
13d121
- fix name of schemas file in post
13d121
13d121
* Mon Apr 22 2002 Alex Larsson <alexl@redhat.com>
13d121
- Update to 1.1.13
13d121
13d121
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
13d121
- put tree view in file list
13d121
13d121
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
13d121
- nautilus for gnome 2
13d121
- clean up the spec file and file list a bit
13d121
13d121
* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
13d121
- merge translations
13d121
13d121
* Thu Apr  4 2002 Alex Larsson <alexl@redhat.com>
13d121
- Add patch to fix trash crash
13d121
13d121
* Mon Apr  1 2002 Havoc Pennington <hp@redhat.com>
13d121
- fix for metadata tmp race
13d121
- backport thumbnail speed fix and thumbnail inf. loop fix
13d121
13d121
* Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
13d121
- add some fixes from CVS version, including one for #61819 and a couple segfaults
13d121
13d121
* Wed Mar 20 2002 Havoc Pennington <hp@redhat.com>
13d121
- fix thumbnails for files with future timestamp, #56862
13d121
13d121
* Mon Mar 11 2002 Havoc Pennington <hp@redhat.com>
13d121
- buildrequires intltool #60633
13d121
- apply Alex's pixbuf cache patch to save a few megs #60581
13d121
13d121
* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
13d121
- drop Milan-specific features, including png10 and ac25 patches
13d121
- copy in 1.0.5 help component to avoid large risky patch
13d121
- remove .la files
13d121
- drop mozilla from ia64 again
13d121
- remove oaf file from nautilus-mozilla that was also in the base 
13d121
  package
13d121
13d121
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
13d121
- enable mozilla support on ia64
13d121
13d121
* Fri Dec 28 2001 Christopher Blizzard <blizzard@redhat.com>
13d121
- require Mozilla 0.9.7
13d121
- Add patch that puts mozilla profile startup before embedding is initialized
13d121
13d121
* Tue Nov 20 2001 Havoc Pennington <hp@redhat.com>
13d121
- 1.0.6, require Mozilla 0.9.6
13d121
13d121
* Tue Oct 23 2001 Alex Larsson <alexl@redhat.com>
13d121
- Update to 1.0.5
13d121
13d121
* Thu Sep  6 2001 Owen Taylor <otaylor@redhat.com>
13d121
- Fix handling of GnomeVFSFileInfo structure (#53315)
13d121
13d121
* Wed Sep  5 2001 Owen Taylor <otaylor@redhat.com>
13d121
- Change handling of names on unmount to fix #52325
13d121
13d121
* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
13d121
- put nautilus-help.desktop in file list; #53109
13d121
13d121
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
13d121
- Add po files from sources.redhat.com
13d121
13d121
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
13d121
- Add po files from sources.redhat.com
13d121
13d121
* Thu Aug 23 2001 Alex Larsson <alexl@redhat.com> 1.0.4-38
13d121
- Added patch to fix the .directory issuer
13d121
13d121
* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
13d121
- I screwed up the build yesterday, so it didn't actually contain the
13d121
  fixes mentioned. This build should contain them.
13d121
13d121
* Wed Aug 22 2001 Havoc Pennington <hp@redhat.com>
13d121
- fix bug causing 32000 stats or so in large directories, 
13d121
  should speed things up somewhat
13d121
- fix #52104 via gruesome kdesktop-detection hack and setting
13d121
  window type hint on our desktop window
13d121
- fix so Start Here icon displays in sidebar
13d121
- don't load non-local .desktop files
13d121
13d121
* Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
13d121
- make Programs icon into a link, to match the other .desktop files
13d121
- own various directories #51164
13d121
- web page titles in Japanese, #51709
13d121
- tree defaults to only directories #51850
13d121
13d121
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
13d121
- make start here icon work again
13d121
- kill some warning spew, #51661
13d121
- cache getpwnam() results to speed things up a bit
13d121
13d121
* Tue Aug 14 2001 Owen Taylor <otaylor@redhat.com>
13d121
- Fix problem with missing desktop starthere.desktop file
13d121
- New snapshot from our branch, fixes:
13d121
  - On upgrade, icons migrated from GNOME desktop are not properly lined up
13d121
    (#51436)
13d121
  - icons dropped on the desktop don't end up where dropped. (#51441)
13d121
  - Nautilus shouldn't have fam monitor read-only windows. This
13d121
    keeps CDROMS from being unmounted until you close all
13d121
13d121
    nautilus windows pointing to them. (#51442)
13d121
  - Warnings about 'cannot statfs...' when moving items to trash.
13d121
- Use separate start-here.desktop for panel, since the one used
13d121
  for the root window only works from Nautilus.
13d121
13d121
* Fri Aug 10 2001 Alexander Larsson <alexl@redhat.com>
13d121
- Changed starthere .desktop files to be links instead
13d121
- of spawning a new nautilus. This makes start-here:
13d121
- much faster.
13d121
13d121
* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com>
13d121
- Added hwbrowser dependency
13d121
- New snapshot, fixes the mozilla-view submit form problem
13d121
13d121
* Wed Aug  8 2001 Jonathan Blandford <jrb@redhat.com>
13d121
- Rebuild with new xml-i18n-tools
13d121
- fix crash in creating new desktop files
13d121
13d121
* Tue Aug  7 2001 Jonathan Blandford <jrb@redhat.com>
13d121
- Fix up DnD code some more
13d121
13d121
* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
13d121
- Sync our CVS version; fixes some MUSTFIX
13d121
  (the one about drawing background on startup, 
13d121
   properly translate desktop files, etc.)
13d121
13d121
* Wed Aug  1 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-24
13d121
- Fix 64bit cleanness issue
13d121
- Fix NULL mimetype crash
13d121
- Disable additional_text for .desktop files
13d121
13d121
* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-23
13d121
- Fix unmounting devices.
13d121
13d121
* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-22
13d121
- Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop
13d121
- mimetype sniffing.
13d121
13d121
* Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-21
13d121
- Remove the "don't run as root" warning.
13d121
- Remove eazel from bookmarks
13d121
- langified (again? did someone change it?)
13d121
13d121
* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
13d121
- Apply a patch that makes nautilus dnd reset work with the latest
13d121
- eel release.
13d121
13d121
* Thu Jul 26 2001 Alexander Larsson <alexl@redhat.com>
13d121
- Build on ia64 without the mozilla component.
13d121
13d121
* Wed Jul 25 2001 Havoc Pennington <hp@redhat.com>
13d121
- Fix crash-on-startup showstopper
13d121
- Fix can't-find-images bug (this one was only showing up
13d121
  when built with debug symbols, since it was an uninitialized memory
13d121
  read)
13d121
13d121
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
13d121
- sync new tarball from our CVS branch, 
13d121
  fixes some drag-and-drop, changes URI scheme names,
13d121
  etc.
13d121
13d121
* Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
13d121
- Add BuildRequires (#49539, 49537)
13d121
- Fix %%post, %%postun (#49720)
13d121
- Background efficiency improvements and hacks
13d121
13d121
* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
13d121
- Don't launch esd on each mouseover.
13d121
13d121
* Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
13d121
- move first time druid patch into my "CVS outstanding" patch
13d121
- try to really remove Help/Feedback
13d121
- try to really fix Help/Community Support
13d121
- try again to get Start Here in the Go menu
13d121
- try again to get Start Here on the desktop
13d121
- don't show file sizes for .desktop files
13d121
13d121
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
13d121
- add newline to ends of .desktop files that were missing them
13d121
13d121
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
13d121
- update to my latest 'cvs diff -u' (adds default 
13d121
  Start Here link, displays .directory name in sidebar)
13d121
- include /etc/X11/* links (starthere, sysconfig, serverconfig)
13d121
13d121
* Tue Jul 10 2001 Jonathan Blandford <jrb@redhat.com>
13d121
- Patch to remove firsttime druid and flash
13d121
13d121
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
13d121
- add hacks for displaying desktop files
13d121
- add hack to turn off the "unwriteable" emblem
13d121
13d121
* Sun Jul  8 2001 Tim Powers <timp@redhat.com>
13d121
- added defattr to the files lists to be (-,root,root)
13d121
- languified
13d121
13d121
* Sat Jul  7 2001 Alexander Larsson <alexl@redhat.com>
13d121
- Need to run autoheader too.
13d121
13d121
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
13d121
- Make the fam dependency a real runtime dependency
13d121
- by linking to libfam (nautilus-1.0.4-fam-lib.patch)
13d121
- Cleaned up specfile.
13d121
13d121
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
13d121
- Change default background and rubberband color.
13d121
- Use the sidebar tabs from the default theme
13d121
- BuildDepend on fam-devel, depend on fam
13d121
- Disable the eazel update pages in the first-time druid.
13d121
- Remove the eazel logo from the first-time druid
13d121
13d121
* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
13d121
- 1.0.4, removes eazel services icon and wizard page
13d121
- Eazel logo is still in startup wizard for now, needs fixing
13d121
13d121
* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
13d121
- fix group (s/Desktop/Desktops/) #47134
13d121
- remove ammonite dependency
13d121
13d121
* Wed Jun 27 2001 Havoc Pennington <hp@redhat.com>
13d121
- add a different default theme
13d121
- clean up file list overspecificity a bit
13d121
13d121
* Tue Jun 26 2001 Havoc Pennington <hp@redhat.com>
13d121
- move to a CVS snapshot of nautilus for now
13d121
  (Darin is my hero for having distcheck work out of CVS)
13d121
13d121
* Thu May 10 2001 Jonathan Blandford <jrb@redhat.com>
13d121
- clean up defaults a bit
13d121
13d121
* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
13d121
- New version
13d121
13d121
* Tue Apr 17 2001 Gregory Leblanc <gleblanc@grego1.cu-portland.edu>
13d121
- Added BuildRequires lines
13d121
- Changed Source to point to ftp.gnome.org instead of just the tarball name
13d121
- Moved %%description sections closer to their %%package sections
13d121
- Moved %%changelog to the end, where so that it's not in the way
13d121
- Changed configure and make install options to allow moving of
13d121
  libraries, includes, binaries more easily
13d121
- Removed hard-coded paths (don't define %%prefix or %%docdir)
13d121
- replace %%{prefix}/bin with %%{_bindir}
13d121
- replace %%{prefix}/share with %%{_datadir}
13d121
- replace %%{prefix}/lib with %%{_libdir}
13d121
- replace %%{prefix}/include with %%{_includedir}
13d121
13d121
* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
13d121
- removed obsoletes from sub packages and added mozilla and trilobite
13d121
subpackages
13d121
13d121
* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
13d121
- created this thing