b216e9e
%global glib2_version 2.45.7
1b943b3
%global gnome_desktop3_version 3.0.0
93054b7
%global gtk3_version 3.19.12
1b943b3
%global libxml2_version 2.7.8
1b943b3
%global libexif_version 0.6.20
1b943b3
%global exempi_version 2.1.0
1b943b3
%global gobject_introspection_version 0.9.5
1b943b3
%global gsettings_desktop_schemas_version 3.8.0
cvsdist d5c394c
abe7ca8
Name:           nautilus
abe7ca8
Summary:        File manager for GNOME
c59347d
Version:        3.20.4
Richard Hughes c1d7a93
Release:        1%{?dist}
abe7ca8
License:        GPLv2+
cvsdist d5c394c
Group:          User Interface/Desktops
d620a13
Source:         https://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz
cvsdist d5c394c
Debarshi Ray 2452cb4
URL:            https://wiki.gnome.org/Apps/Nautilus
Cosimo Cecchi b820a13
1b943b3
BuildRequires:  pkgconfig(exempi-2.0) >= %{exempi_version}
1b943b3
BuildRequires:  pkgconfig(glib-2.0) >= %{glib2_version}
1b943b3
BuildRequires:  pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop3_version}
1b943b3
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= %{gobject_introspection_version}
1b943b3
BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
1b943b3
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
1b943b3
BuildRequires:  pkgconfig(libexif) >= %{libexif_version}
1b943b3
BuildRequires:  pkgconfig(libxml-2.0) >= %{libxml2_version}
1b943b3
BuildRequires:  pkgconfig(tracker-sparql-1.0)
1b943b3
BuildRequires:  pkgconfig(x11)
1866398
BuildRequires:  /usr/bin/appstream-util
ebd9215
BuildRequires:  desktop-file-utils
833d3b7
BuildRequires:  gettext
1b943b3
BuildRequires:  intltool >= 0.40.6-2
Tomas Bzatek 1e01e5c
BuildRequires:  libselinux-devel
1b943b3
BuildRequires:  libtool
b9553ac
17849c5
Requires:       glib2%{_isa} >= %{glib2_version}
17849c5
Requires:       gsettings-desktop-schemas%{_isa} >= %{gsettings_desktop_schemas_version}
17849c5
Requires:       gtk3%{_isa} >= %{gtk3_version}
bf4dac5
Requires:       gvfs%{_isa}
bf4dac5
Requires:       libexif%{_isa} >= %{libexif_version}
Tomas Bzatek d15c48b
# the main binary links against libnautilus-extension.so
Tomas Bzatek d15c48b
# don't depend on soname, rather on exact version
9281278
Requires:       %{name}-extensions%{_isa} = %{version}-%{release}
Tomas Bzatek d15c48b
ffd89e3
# The selinux patch is here to not lose it, should go upstream and needs
ffd89e3
# cleaning up to work with current nautilus git.
f2b08c8
#Patch4:         nautilus-2.91.8-selinux.patch
70d39e1
cvsdist 39fb0ae
%description
43ab871
Nautilus is the file manager and graphical shell for the GNOME desktop
a55a6ed
that makes it easy to manage your files and the rest of your system.
a55a6ed
It allows to browse directories on local and remote filesystems, preview
43ab871
files and launch applications associated with them.
a55a6ed
It is also responsible for handling the icons on the GNOME desktop.
cvsdist 39fb0ae
26b7f6a
%package extensions
78ffa9a
Summary:        Nautilus extensions library
78ffa9a
License:        LGPLv2+
78ffa9a
Group:          Development/Libraries
26b7f6a
26b7f6a
%description extensions
26b7f6a
This package provides the libraries used by nautilus extensions.
26b7f6a
26b7f6a
%package devel
78ffa9a
Summary:        Support for developing nautilus extensions
78ffa9a
License:        LGPLv2+
78ffa9a
Group:          Development/Libraries
189a33c
Requires:       %{name}%{_isa} = %{version}-%{release}
189a33c
Requires:       %{name}-extensions%{_isa} = %{version}-%{release}
26b7f6a
26b7f6a
%description devel
43ab871
This package provides libraries and header files needed
43ab871
for developing nautilus extensions.
26b7f6a
cvsdist 39fb0ae
%prep
ef0be5a
%setup -q
afc03b1
Debarshi Ray 2452cb4
#%%patch4 -p1 -b .selinux
cvsdist 04bb6dc
cvsdist d5c394c
%build
620d72b
CFLAGS="$RPM_OPT_FLAGS -g -DNAUTILUS_OMIT_SELF_CHECK" %configure --disable-more-warnings
cvsdist 3a86943
908ac01
# drop unneeded direct library deps with --as-needed
908ac01
# libtool doesn't make this easy, so we do it the hard way
dfb527b
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
82b6076
ef0be5a
make %{?_smp_mflags} V=1
cvsdist 39fb0ae
cvsdist 39fb0ae
%install
ddc8397
%make_install
Tomas Bzatek cb30bf9
Colin Walters 06e4e73
desktop-file-install --delete-original       \
cvsdist 67ff8db
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
cvsdist 67ff8db
  --add-only-show-in GNOME                                  \
cvsdist 67ff8db
  $RPM_BUILD_ROOT%{_datadir}/applications/*
cvsdist 67ff8db
cvsdist 67ff8db
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
1d18054
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
cvsdist 67ff8db
Richard Hughes 1d3a6d4
# Update the screenshot shown in the software center
Richard Hughes 1d3a6d4
#
Richard Hughes 1d3a6d4
# NOTE: It would be *awesome* if this file was pushed upstream.
Richard Hughes 1d3a6d4
#
Richard Hughes 1d3a6d4
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
Richard Hughes 1d3a6d4
#
Richard Hughes 1d3a6d4
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/org.gnome.Nautilus.appdata.xml \
Richard Hughes 1d3a6d4
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.Nautilus/a.png \
Richard Hughes 1d3a6d4
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.Nautilus/b.png \
Richard Hughes 1d3a6d4
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.Nautilus/c.png 
Richard Hughes 1d3a6d4
cvsdist c6fc396
%find_lang %name
cvsdist c6fc396
1866398
1866398
%check
1866398
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/org.gnome.Nautilus.appdata.xml
1866398
1866398
cvsdist c6fc396
%postun
d7df32f
if [ $1 -eq 0 ]; then
d8b1d4c
  glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
5f64817
fi
5f64817
d7df32f
%posttrans
d8b1d4c
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
5f64817
eb2a310
%post extensions -p /sbin/ldconfig
eb2a310
eb2a310
%postun extensions -p /sbin/ldconfig
eb2a310
cvsdist c6fc396
%files  -f %{name}.lang
7796444
%doc AUTHORS NEWS README
7796444
%license COPYING
9c0201a
%{_datadir}/appdata/org.gnome.Nautilus.appdata.xml
b16e302
%{_datadir}/applications/*
cvsdist d5c394c
%{_bindir}/*
Cosimo Cecchi f48f23f
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
Cosimo Cecchi 333cdc9
%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
Cosimo Cecchi 333cdc9
%{_datadir}/gnome-shell/search-providers/nautilus-search-provider.ini
f4aa296
%{_mandir}/man1/nautilus.1*
abe7ca8
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
1d18054
%dir %{_libdir}/nautilus/extensions-3.0
1d18054
%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
c491f66
%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop
26b7f6a
26b7f6a
%files extensions
7796444
%license COPYING.EXTENSIONS COPYING.LIB
26b7f6a
%{_libdir}/libnautilus-extension.so.*
ce274de
%{_libdir}/girepository-1.0/*.typelib
f6f7080
%dir %{_libdir}/nautilus
26b7f6a
26b7f6a
%files devel
cvsdist 5f1c9e9
%{_includedir}/nautilus
26b7f6a
%{_libdir}/pkgconfig/*
26b7f6a
%{_libdir}/*.so
ce274de
%{_datadir}/gir-1.0/*.gir
945e601
%dir %{_datadir}/gtk-doc/
945e601
%dir %{_datadir}/gtk-doc/html/
945e601
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
Tomas Bzatek 4a0fdd1
cvsdist 39fb0ae
%changelog
c59347d
* Mon Jan 09 2017 David King <amigadave@amigadave.com> - 3.20.4-1
c59347d
- Update to 3.20.4
c59347d
50809bf
* Tue Aug 30 2016 Kalev Lember <klember@redhat.com> - 3.20.3-1
50809bf
- Update to 3.20.3
50809bf
82bb898
* Mon Aug 01 2016 Kalev Lember <klember@redhat.com> - 3.20.2-1
82bb898
- Update to 3.20.2
82bb898
b6521c9
* Thu Jun 02 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
b6521c9
- Update to 3.20.1
b6521c9
d620a13
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
d620a13
- Update to 3.20.0
d620a13
a0ab7b6
* Fri Mar 18 2016 Kalev Lember <klember@redhat.com> - 3.19.93-1
a0ab7b6
- Update to 3.19.93
a0ab7b6
Richard Hughes 9bcf3ff
* Mon Mar 14 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
Richard Hughes 9bcf3ff
- Update to 3.19.91
Richard Hughes 9bcf3ff
Richard Hughes c1d7a93
* Mon Feb 29 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
Richard Hughes c1d7a93
- Update to 3.19.90
Richard Hughes c1d7a93
16b8f0b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.2-2
16b8f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
16b8f0b
22daeb5
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
22daeb5
- Update to 3.19.2
22daeb5
476fd34
* Wed Nov 18 2015 Kalev Lember <klember@redhat.com> - 3.18.2-2
476fd34
- Bump gtk3 dep to 3.18.5 (#1283246)
476fd34
783bb77
* Fri Nov 13 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
783bb77
- Update to 3.18.2
783bb77
381f621
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
381f621
- Update to 3.18.1
381f621
b216e9e
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
b216e9e
- Update to 3.18.0
faf1d07
- Don't pull in all of nautilus for the -extensions subpackage
9281278
- Tighten a dep with the _isa macro
9455e35
- Drop ancient obsoletes
b216e9e
1716677
* Fri Sep 04 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
1716677
- Update to 3.17.91
1716677
bab6c0a
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
bab6c0a
- Update to 3.17.90
ddc8397
- Use make_install macro
bab6c0a
8f06e85
* Mon Jul 27 2015 David King <amigadave@amigadave.com> - 3.17.3-1
8f06e85
- Update to 3.17.3
8f06e85
b009340
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.2-3
b009340
- Bump for new gnome-desktop3
b009340
b8a9fd3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
b8a9fd3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b8a9fd3
b5ccaa9
* Fri May 29 2015 David King <amigadave@amigadave.com> - 3.17.2-1
b5ccaa9
- Update to 3.17.2
b5ccaa9
afc03b1
* Wed May 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
afc03b1
- Update to 3.16.2
afc03b1
7e876cc
* Mon May 04 2015 David King <amigadave@amigadave.com> - 3.16.1-2
7e876cc
- Add patch to fix misplaced style element
7e876cc
0829a1c
* Wed Apr 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
0829a1c
- Update to 3.16.1
0829a1c
Richard Hughes 1d3a6d4
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.16.0-2
Richard Hughes 1d3a6d4
- Use better AppData screenshots
Richard Hughes 1d3a6d4
56568ed
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
56568ed
- Update to 3.16.0
56568ed
fe72f94
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
fe72f94
- Update to 3.15.92
fe72f94
d5e20be
* Thu Mar 12 2015 David King <amigadave@amigadave.com> - 3.15.91-1
d5e20be
- Update to 3.15.91
1866398
- Validate AppData in check
d5e20be
Richard Hughes 149da46
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
Richard Hughes 149da46
- Update to 3.15.90
Richard Hughes 149da46
620d72b
* Sun Jan 25 2015 David King <amigadave@amigadave.com> - 3.15.4-1
620d72b
- Update to 3.15.4
1b943b3
- Use pkgconfig for BuildRequires
f4aa296
- Update man page globs in files section
7796444
- Use license macro for license texts
620d72b
6b2d9ae
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
6b2d9ae
- Update to 3.14.2
6b2d9ae
7a24a83
* Thu Nov 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
7a24a83
- Update to 3.14.1
7a24a83
2574dc6
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
2574dc6
- Drop redhat-menus dependency
2574dc6
599234f
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
599234f
- Update to 3.14.0
599234f
0ee921e
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
0ee921e
- Update to 3.13.92
0ee921e
5ea2407
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
5ea2407
- Update to 3.13.91
5ea2407
5e16006
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
5e16006
- Update to 3.13.90
5e16006
f7bec6b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-7
f7bec6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f7bec6b
Rex Dieter 82daf4b
* Tue Aug 12 2014 Rex Dieter <rdieter@fedoraproject.org> 3.13.2-6
Rex Dieter 82daf4b
- update mime scriptlet
Rex Dieter 82daf4b
9c0201a
* Sat Aug 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-5
9c0201a
- Fix appdata file name
9c0201a
7929e15
* Mon Jul 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-4
7929e15
- Rebuilt once more for tracker
7929e15
bead395
* Mon Jul 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.13.2-3
bead395
- rebuild (tracker)
bead395
284e327
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-2
284e327
- Rebuilt for gobject-introspection 1.41.4
284e327
5c85133
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
5c85133
- Update to 3.13.2
5c85133
2072d9d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
2072d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2072d9d
7daebd2
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
7daebd2
- Update to 3.13.1
7daebd2
17849c5
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
17849c5
- Update dep versions
17849c5
062b70b
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
062b70b
- Update to 3.12.0
062b70b
Richard Hughes ec2b751
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
Richard Hughes ec2b751
- Update to 3.11.92
Richard Hughes ec2b751
Richard Hughes 3760558
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-2
Richard Hughes 3760558
- Rebuilt for gnome-desktop soname bump
Richard Hughes 3760558
Richard Hughes ebf3023
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
Richard Hughes ebf3023
- Update to 3.11.90
Richard Hughes ebf3023
Debarshi Ray 2452cb4
* Thu Dec 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.11.3-1
Debarshi Ray 2452cb4
- Update to 3.11.3
Debarshi Ray 2452cb4
Richard Hughes 9f2bc0d
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
Richard Hughes 9f2bc0d
- Update to 3.11.2
Richard Hughes 9f2bc0d
460c8a2
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.1-1
460c8a2
- Update to 3.10.1
460c8a2
17e2969
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
17e2969
- Update to 3.10.0
17e2969
6dad3e0
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
6dad3e0
- Update to 3.9.92
6dad3e0
091f853
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
091f853
- Update to 3.9.91
091f853
8fd513f
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
8fd513f
- Update to 3.9.90
8fd513f
30bd2e7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
30bd2e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
30bd2e7
4202b7e
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
4202b7e
- Update to 3.9.3
189a33c
- Use arch-specific deps
4202b7e
daa19e7
* Sun Jun 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-1
daa19e7
- Update to 3.8.2
daa19e7
2e8002b
* Tue Apr 16 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
2e8002b
- Update to 3.8.1
2e8002b
f61c559
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
f61c559
- Update to 3.8.0
f61c559
Richard Hughes 91508f7
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
Richard Hughes 91508f7
- Update to 3.7.92
Richard Hughes 91508f7
6843b81
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
6843b81
- Update to 3.7.91
6843b81
7f8bef0
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
7f8bef0
- Rebuilt for libgnome-desktop soname bump
7f8bef0
Richard Hughes f1b0f04
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
Richard Hughes f1b0f04
- Update to 3.7.90
Richard Hughes f1b0f04
f86440a
* Fri Feb  8 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.7.5-2
f86440a
- Disable smp build to fix intltool issues
f86440a
Richard Hughes 0b1ccac
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
Richard Hughes 0b1ccac
- Update to 3.7.5
Richard Hughes 0b1ccac
4d88ff3
* Sun Jan 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-2
4d88ff3
- Rebuilt for tracker 0.16 ABI
4d88ff3
Richard Hughes 96e0ac2
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
Richard Hughes 96e0ac2
- Update to 3.7.4
Richard Hughes 96e0ac2
cd9e794
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
cd9e794
- Update to 3.7.3
cd9e794
290e560
* Thu Dec  6 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.7.2-2
290e560
- nautilus-devel should require nautilus-extensions
290e560
Richard Hughes 4af9b39
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
Richard Hughes 4af9b39
- Update to 3.7.2
Richard Hughes 4af9b39
7fcbbcb
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
7fcbbcb
- Update to 3.7.1
945e601
- Own the gtk-doc directories
7fcbbcb
Cosimo Cecchi cce4b42
* Mon Oct 15 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
Cosimo Cecchi cce4b42
- Update to 3.6.1
Cosimo Cecchi cce4b42
Cosimo Cecchi b18ca8a
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
Cosimo Cecchi b18ca8a
- Update to 3.6.0
Cosimo Cecchi b18ca8a
Cosimo Cecchi 333cdc9
* Tue Sep 18 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.92-1
Cosimo Cecchi 333cdc9
- Update to 3.5.92
Cosimo Cecchi 333cdc9
Cosimo Cecchi 8134ad6
* Tue Sep 04 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.91-1
Cosimo Cecchi 8134ad6
- Update to 3.5.91
Cosimo Cecchi 8134ad6
Cosimo Cecchi 57d8119
* Tue Aug 21 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.90-1
Cosimo Cecchi 57d8119
- Update to 3.5.90
Cosimo Cecchi 57d8119
Cosimo Cecchi f9768b7
* Fri Aug 10 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.5-1
Cosimo Cecchi f9768b7
- Update to 3.5.5
Cosimo Cecchi f9768b7
113a4f0
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-3
113a4f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
113a4f0
Cosimo Cecchi a6c3213
* Tue Jul 17 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.4-2
Cosimo Cecchi a6c3213
- Enable tracker support
Cosimo Cecchi a6c3213
Richard Hughes 9074734
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes 9074734
- Update to 3.5.4
Richard Hughes 9074734
eb2a310
* Sat Jul 14 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.5.3-2
eb2a310
- Move ldconfig calls from main package to -extensions.
eb2a310
Richard Hughes 3e3abd3
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
Richard Hughes 3e3abd3
- Update to 3.5.3
Richard Hughes 3e3abd3
Richard Hughes e21ab0e
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
Richard Hughes e21ab0e
- Update to 3.5.2
Richard Hughes e21ab0e
ebd9215
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
ebd9215
- Update to 3.5.1
ebd9215
d8b1d4c
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
d8b1d4c
- Silence rpm scriptlet output
d8b1d4c
Richard Hughes c46d2cd
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
Richard Hughes c46d2cd
- Update to 3.4.1
Richard Hughes c46d2cd
Cosimo Cecchi b42c86b
* Mon Mar 26 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.4.0-1
Cosimo Cecchi b42c86b
- Update to 3.4.0
Cosimo Cecchi b42c86b
Cosimo Cecchi 8ea58b1
* Tue Mar 20 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.92-1
Cosimo Cecchi 8ea58b1
- Update to 3.3.92
Cosimo Cecchi 8ea58b1
Cosimo Cecchi d260d2a
* Tue Mar 06 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.91-1
Cosimo Cecchi d260d2a
- Update to 3.3.91
Cosimo Cecchi d260d2a
f4fee07
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
f4fee07
- Update to 3.3.90
f4fee07
Cosimo Cecchi ab5d782
* Tue Feb  7 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.5-1
Cosimo Cecchi ab5d782
- Update to 3.3.5
Cosimo Cecchi ab5d782
9b96f7f
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
9b96f7f
- Update to 3.3.4
9b96f7f
cd582c5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
cd582c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cd582c5
1509539
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
1509539
- Update to 3.3.3
1509539
475b4a5
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1.1-1
475b4a5
- Update to 3.3.1.1
475b4a5
b155986
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
b155986
- Rebuilt for glibc bug#747377
b155986
Cosimo Cecchi 93d8ef1
* Tue Oct 18 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.2.1-1
Cosimo Cecchi 93d8ef1
- Update to 3.2.1
Cosimo Cecchi 93d8ef1
Cosimo Cecchi b809c50
* Tue Sep 27 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.2.0-1
Cosimo Cecchi b809c50
- Update to 3.2.0
Cosimo Cecchi b809c50
Cosimo Cecchi 79bc709
* Mon Sep 19 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.92-1
Cosimo Cecchi 79bc709
- Update to 3.1.92
Cosimo Cecchi 79bc709
e3c3620
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
e3c3620
- Update to 3.1.90
e3c3620
8a946ae
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 3.1.4-1
8a946ae
- Update to 3.1.4
8a946ae
Bastien Nocera 2cb7199
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
Bastien Nocera 2cb7199
- Update to 3.1.3
Bastien Nocera 2cb7199
Cosimo Cecchi 75a6fe6
* Tue Jun 14 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.2-1
Cosimo Cecchi 75a6fe6
- Update to 3.1.2
Cosimo Cecchi 75a6fe6
c54d926
* Wed May 11 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.1-1
c54d926
- Update to 3.1.1
c54d926
b3b22d6
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
b3b22d6
- Update to 3.0.1
b3b22d6
Cosimo Cecchi b19a558
* Mon Apr 04 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.0.0-1
Cosimo Cecchi b19a558
- Update to 3.0.0
Cosimo Cecchi b19a558
Cosimo Cecchi c164e75
* Wed Mar 30 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.94-1
Cosimo Cecchi c164e75
- Update to 2.91.94
Cosimo Cecchi c164e75
Colin Walters 06e4e73
* Sun Mar 27 2011 Colin Walters <walters@verbum.org> - 2.91.93-2
Colin Walters 06e4e73
- Drop --vendor from nautilus.desktop
Colin Walters 06e4e73
  Vendor prefixes are pointless, and in this case breaks upstream
Colin Walters 06e4e73
  components trying to reference each other via .desktop file, such
Colin Walters 06e4e73
  as GNOME Shell having nautilus.desktop in its default favorite
Colin Walters 06e4e73
  list.
Colin Walters 06e4e73
180402f
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
180402f
- Update to 2.91.93
180402f
Cosimo Cecchi ec0e075
* Mon Mar 21 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.92-1
Cosimo Cecchi ec0e075
- Update to 2.91.92
Cosimo Cecchi ec0e075
Cosimo Cecchi 878e0b2
* Mon Mar 07 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.91-1
Cosimo Cecchi 878e0b2
- Update to 2.91.91
Cosimo Cecchi 878e0b2
Cosimo Cecchi 274e152
* Tue Feb 22 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.90.1-1
Cosimo Cecchi 274e152
- Update to 2.91.90.1
Cosimo Cecchi 274e152
Cosimo Cecchi 03b8fb8
* Mon Feb 21 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.90-1
Cosimo Cecchi 03b8fb8
- Update to 2.91.90
Cosimo Cecchi 03b8fb8
a41ec31
* Thu Feb 10 2011 Matthias Clasen <mclasne@redhat.com> 2.91.9-4
a41ec31
- Rebuild against newer gtk
a41ec31
1d7a0b8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.9-3
1d7a0b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1d7a0b8
Cosimo Cecchi 547b42d
* Mon Feb  7 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.9-2
Cosimo Cecchi 547b42d
- Add a patch from upstream for missing bookmark names
Cosimo Cecchi 547b42d
Cosimo Cecchi d35ac14
* Fri Feb  4 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.9-1
Cosimo Cecchi d35ac14
- Update to 2.91.9
Cosimo Cecchi d35ac14
Debarshi Ray 2452cb4
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.8-4
a991a18
- Rebuild against new gtk
a991a18
6b95120
* Tue Feb  1 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.8-3
6b95120
- Remove last traces of gconf (#674359)
6b95120
Cosimo Cecchi d655291
* Mon Jan 31 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.8-2
Cosimo Cecchi d655291
- Update selinux patch
Cosimo Cecchi d655291
Cosimo Cecchi eed8fe8
* Mon Jan 31 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.8-1
Cosimo Cecchi eed8fe8
- Update to 2.91.8
Cosimo Cecchi eed8fe8
c6ece65
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-2
c6ece65
- Drop explicit gnome-desktop dependency
c6ece65
- Drop some no-longer-required tweaks
c6ece65
Cosimo Cecchi d209836
* Tue Jan 11 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.7-1
Cosimo Cecchi fa8dea7
- Update to 2.91.7
Cosimo Cecchi fa8dea7
b2cee25
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-1
b2cee25
- Update to 2.91.6
b2cee25
8b04808
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
8b04808
- Rebuild against new gtk
8b04808
Cosimo Cecchi d9d4eaf
* Mon Nov 29 2010 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.3-1
Cosimo Cecchi d9d4eaf
- Update to 2.91.3
Cosimo Cecchi ce8eb2b
- Drop unnecessary patches
Cosimo Cecchi d9d4eaf
14b531c
* Wed Nov 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.2-1
14b531c
- Update to 2.91.2
14b531c
bcefc9f
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-1
bcefc9f
- Update to 2.91.1
bcefc9f
8eceee7
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
8eceee7
- Update to 2.91.0
8eceee7
Jesse Keating 5b0417c
* Wed Sep 29 2010 jkeating - 2.90.1-6.gitf3bbee7
Jesse Keating 5b0417c
- Rebuilt for gcc bug 634757
Jesse Keating 5b0417c
Owen W. Taylor 2ef822b
* Sat Sep 25 2010 Owen Taylor <otaylor@redhat.com> - 2.90.1-5.gitf3bbee7
Owen W. Taylor 2ef822b
- Bump and rebuild for gtk3 ABI changes
Owen W. Taylor 2ef822b
cbc3c91
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.1-4.gitf3bbee7
cbc3c91
- git snapshot
a817643
- Rebuild against newer gobject-introspection
a817643
7945c18
* Mon Aug 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.90.1-2
7945c18
- Require gsettings-desktop-schemas (#628273)
7945c18
abe7ca8
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.1-1
abe7ca8
- Update to 2.31.91
abe7ca8
2b903e2
* Wed Aug 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.90-1
2b903e2
- Update to 2.31.90
2b903e2
ce274de
* Thu Aug 12 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.6-1
ce274de
- Update to 2.31.6
ce274de
d7ddef6
* Fri Aug  6 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.5-3.really.2.30.1
d7ddef6
- Revert back (temporarily) to 2.30.1 and mask it as 2.31.5 due to recent gnome3 changes
d7ddef6
7265fb0
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.5-2
7265fb0
- Rebuild with new gobject-introspection
7265fb0
cee8f9b
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
cee8f9b
- Update to 2.31.5
cee8f9b
b9d9c61
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
b9d9c61
- Update to 2.31.4
b9d9c61
72368b4
* Wed Jun 23 2010 Bastien Nocera <bnocera@redhat.com> 2.31.3-4.20100618git
72368b4
- Fix libnautilus-extensions pkg-config files
72368b4
eaa8e9b
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-3.20100618git
eaa8e9b
- Rebuild to get rid of mixed gtk deps
eaa8e9b
15e238e
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-2.20100618git
15e238e
- git snapshot that builds against GLib 2.25.9 and GTK+ 2.90.3
15e238e
f53a9ed
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
f53a9ed
- Update to 2.31.3
f53a9ed
Tomas Bzatek de35502
* Mon May 24 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.2-1
Tomas Bzatek de35502
- Update to 2.31.2
Tomas Bzatek de35502
Tomas Bzatek cb30bf9
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.1-1
Tomas Bzatek cb30bf9
- Update to 2.31.1
Tomas Bzatek cb30bf9
Tomas Bzatek cb30bf9
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-3
Tomas Bzatek cb30bf9
- Remove .desktop entry in applications > system tools (#583790)
Tomas Bzatek cb30bf9
Tomas Bzatek 2d9e665
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-2
Tomas Bzatek 2d9e665
- Do not show Unmount when showing Eject/Safe removal
Tomas Bzatek 2d9e665
Tomas Bzatek 17f7805
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-1
Tomas Bzatek 17f7805
- Update to 2.30.1
Tomas Bzatek 17f7805
Tomas Bzatek 17f7805
* Sat Apr 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-3
Tomas Bzatek 17f7805
- Also obsolete eel2-devel (#583722)
Tomas Bzatek 17f7805
1c0ec77
* Tue Apr 13 2010 Seth Vidal <skvidal at fedoraproject.org> - 2.30.0-2
1c0ec77
- fix obsoletes/provides for eel2 to not include pkg name in ver/rel 
1c0ec77
Tomas Bzatek 4bbe6e6
* Mon Mar 29 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.0-1
Tomas Bzatek 4bbe6e6
- Update to 2.30.0
Tomas Bzatek 4bbe6e6
Tomas Bzatek 76b7342
* Mon Mar 15 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92.1-1
Tomas Bzatek 76b7342
- Update to 2.29.92.1
Tomas Bzatek 76b7342
- Fix eel2 obsoletion
Tomas Bzatek 76b7342
Tomas Bzatek 2ac1b41
* Mon Mar  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-1
Tomas Bzatek 2ac1b41
- Update to 2.29.92
Tomas Bzatek 2ac1b41
0ebeb2b
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
0ebeb2b
- Update to 2.29.91
0ebeb2b
Tomas Bzatek d15c48b
* Wed Feb 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-2
Tomas Bzatek d15c48b
- Explicitly require exact nautilus-extensions package (#565802)
Tomas Bzatek d15c48b
Tomas Bzatek c6a7e95
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-1
Tomas Bzatek c6a7e95
- Update to 2.29.90
Tomas Bzatek c6a7e95
3af7e44
* Thu Jan 28 2010 Jesse Keating <jkeating@redhat.com> - 2.29.2-2
3af7e44
- Add a requires to keep nautilus-extensions updated if nautilus gets updated
3af7e44
Tomas Bzatek 843806a
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.2-1
Tomas Bzatek 843806a
- Update to 2.29.2
Tomas Bzatek 843806a
d7df32f
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.1-2
d7df32f
- Rebuild
d7df32f
Tomas Bzatek 5d7027a
* Fri Dec 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.29.1-1
Tomas Bzatek 5d7027a
- Update to 2.29.1
Tomas Bzatek 5d7027a
0c129aa
* Thu Dec 10 2009 Jon McCann <jmccann@redhat.com> - 2.28.2-3
0c129aa
- Update the monitor changes patch (gnome #147808)
0c129aa
Tomas Bzatek 943274a
* Tue Dec  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.2-2
Tomas Bzatek 943274a
- Fix some memory leaks
Tomas Bzatek 943274a
976ba33
* Mon Nov 30 2009 Alexander Larsson <alexl@redhat.com> - 2.28.2-1
976ba33
- Update to 2.28.2
976ba33
Tomas Bzatek 3b4e388
* Wed Nov 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-4
Tomas Bzatek 3b4e388
- Proper fix for crash in the infopanel (#531826)
Tomas Bzatek 3b4e388
66e81e6
* Mon Nov  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
66e81e6
- Handle monitor changes when drawing the background (gnome #147808)
66e81e6
Tomas Bzatek cae98f9
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-2
Tomas Bzatek cae98f9
- Don't crash in infopanel on invalid selection (#531826)
Tomas Bzatek cae98f9
Tomas Bzatek cae98f9
* Wed Oct 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-1
Tomas Bzatek cae98f9
- Update to 2.28.1
Tomas Bzatek cae98f9
d6d0ab4
* Thu Sep 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
d6d0ab4
- Avoid lingering menuitems (#518570)
d6d0ab4
cd2b7b4
* Wed Sep 23 2009 Ray Strode <rstrode@redhat.com> 2.28.0-2
cd2b7b4
- Fix crossfade
cd2b7b4
Tomas Bzatek 55bd911
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-1
Tomas Bzatek 55bd911
- Update to 2.28.0
Tomas Bzatek 55bd911
e248f33
* Wed Sep  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-2
e248f33
- Fix desktop files to be valid
e248f33
Tomas Bzatek 8227f9a
* Mon Sep  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.92-1
Tomas Bzatek 8227f9a
- Update to 2.27.92
Tomas Bzatek 8227f9a
04a62bc
* Sun Sep  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-3
04a62bc
- Fix uninhibiting when long-running operations are over
04a62bc
9261f4d
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-2
9261f4d
- Make nautilus-file-management-properties not crash on start
9261f4d
221e20c
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
221e20c
- Update to 2.27.91
221e20c
a06e2ad
* Wed Aug 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-5
a06e2ad
- Turn off autorun for x-content/software
a06e2ad
d3587a5
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-4
d3587a5
- Show icons for bookmarks and similar in menus
d3587a5
dfb527b
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-3
dfb527b
- Drop desktop-backgrounds-basic dep that we've carried for 9 years
dfb527b
  without ever making use of it
dfb527b
9fd6c99
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
9fd6c99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9fd6c99
d0b5fb2
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
d0b5fb2
- Update to 2.27.4
d0b5fb2
Tomas Bzatek 5e47d66
* Mon Jun 15 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.2-1
Tomas Bzatek 5e47d66
- Update to 2.27.2
Tomas Bzatek 5e47d66
Tomas Bzatek d16dce2
* Tue May  5 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.1-1
Tomas Bzatek d16dce2
- Update to 2.27.1
Tomas Bzatek d16dce2
b947358
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.2-3
b947358
- Don't drop schemas translations from po files anymore
b947358
9639441
* Thu Apr 16 2009 Alexander Larsson <alexl@redhat.com> - 2.26.2-2
9639441
- Fix whitespace on the right in icon view when zooming
9639441
66bbb14
* Mon Apr 13 2009 Alexander Larsson <alexl@redhat.com> - 2.26.2-1
66bbb14
- Update to 2.26.2
66bbb14
Tomas Bzatek af74ec5
* Mon Apr  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.1-2
Tomas Bzatek af74ec5
- Fix dragging files via NFS moves instead of copy (#456515)
Tomas Bzatek af74ec5
a55a6ed
* Thu Apr  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.1-1
a55a6ed
- Update to 2.26.1
a55a6ed
Tomas Bzatek 4012d37
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.0-1
Tomas Bzatek 4012d37
- Update to 2.26.0
Tomas Bzatek 4012d37
e05778b
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.93-2
e05778b
- Avoid respawning in a loop when not showing the desktop (#485375)
e05778b
Tomas Bzatek 6b15689
* Wed Mar 11 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.93-1
Tomas Bzatek 6b15689
- Update to 2.25.93
Tomas Bzatek 6b15689
Tomas Bzatek aed2253
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.92-1
Tomas Bzatek aed2253
- Update to 2.25.92
Tomas Bzatek aed2253
382f70c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-3
382f70c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
382f70c
Tomas Bzatek 1133581
* Thu Feb 19 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.91-2
Tomas Bzatek 1133581
- Workaround for broken gcc optimization (#486088)
Tomas Bzatek 1133581
Tomas Bzatek 9c9729e
* Mon Feb 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.91-1
Tomas Bzatek 9c9729e
- Update to 2.25.91
Tomas Bzatek 9c9729e
Tomas Bzatek d5a708e
* Mon Feb  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.4-1
Tomas Bzatek d5a708e
- Update to 2.25.4
Tomas Bzatek d5a708e
7244c83
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com>- 2.25.3-2
7244c83
- Reenable the translation size reduction
7244c83
Tomas Bzatek 3c73b5c
* Tue Jan 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.3-1
Tomas Bzatek 3c73b5c
- Update to 2.25.3
Tomas Bzatek 3c73b5c
7ebe356
* Mon Jan 19 2009 Ray Strode <rstrode@redhat.com> - 2.25.2-7
7ebe356
- Update fade patch to work with updated gnome-desktop api
7ebe356
- Fix fade start pixmap
7ebe356
29fb407
* Wed Jan  7 2009 Ray Strode <rstrode@redhat.com> - 2.25.2-6
29fb407
- Don't crash when closing spatial window very quickly after
29fb407
  opening it (gnome bug 552859)
29fb407
0632f6a
* Thu Dec 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-5
0632f6a
- Fix spec
0632f6a
b6d30ed
* Thu Dec 18 2008 - Ray Strode <rstrode@redhat.com> - 2.25.2-4
b6d30ed
- Add eel crossfade patch
b6d30ed
2e94f3f
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.2-3
2e94f3f
- Rebuild for new libgnome-desktop
2e94f3f
65dc91d
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
65dc91d
- Drop the eel2 Obsoletes temporarily to give people some time
65dc91d
  to port away
65dc91d
82b6076
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
82b6076
- Update to 2.25.2
82b6076
- Clean up Requires
82b6076
- Obsolete eel2
82b6076
- Drop hard dependency on gvfs backends. 
82b6076
  These are pulled in by comps, anyway
82b6076
b51467b
* Fri Dec  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-5
b51467b
- Obsolete gnome-volume-manager
b51467b
Tomas Bzatek 60c2440
* Fri Dec  5 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-4
Tomas Bzatek 60c2440
- Properly open new windows after long mount operation
Tomas Bzatek 60c2440
- Fix callback connection to the GtkMountOperation dialog
Tomas Bzatek 60c2440
Tomas Bzatek 8e54c59
* Thu Dec  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-3
Tomas Bzatek 8e54c59
- Fix BuildRequires
Tomas Bzatek 8e54c59
Tomas Bzatek 954e163
* Thu Dec  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-2
Tomas Bzatek 954e163
- Rediff the XDS patch
Tomas Bzatek 954e163
Tomas Bzatek dfaaca6
* Tue Dec  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-1
Tomas Bzatek dfaaca6
- Update to 2.25.1
Tomas Bzatek dfaaca6
Tomas Bzatek c8d741d
* Wed Nov 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.2-1
Tomas Bzatek c8d741d
- Update to 2.24.2
Tomas Bzatek c8d741d
43ab871
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-5
43ab871
- Better URL
43ab871
- Tweak %%description
43ab871
ec68070
* Thu Nov 13 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-4
ec68070
- Rebuild
ec68070
Tomas Bzatek 72afc33
* Mon Oct 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-3
Tomas Bzatek 72afc33
- Updated XDS support in tree view patch (sync with gnomebz #171655)
Tomas Bzatek 72afc33
ca101f0
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 2.24.1-2
ca101f0
- Manually check for fallback file icon since we're not
ca101f0
  always returning that from gio anymore (from upstream)
ca101f0
Tomas Bzatek 4245746
* Mon Oct 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-1
Tomas Bzatek 4245746
- Update to 2.24.1
Tomas Bzatek 4245746
fa7af69
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
fa7af69
- Remove debug flags
fa7af69
bbbe882
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
bbbe882
- Save some space
bbbe882
2b5a3a5
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
2b5a3a5
- Update to 2.24.0
2b5a3a5
4212fb2
* Sat Sep 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-3
4212fb2
- Plug some memory leaks
4212fb2
4212fb2
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-2
4212fb2
- Plug some memory leaks
4212fb2
86d310b
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
86d310b
- Update to 2.23.92
86d310b
Tomas Bzatek f26803e
* Tue Sep 02 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.91-1
Tomas Bzatek f26803e
- Update to 2.23.91
Tomas Bzatek f26803e
332f13e
* Sat Aug 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-4
332f13e
- Plug a few small memory leaks
332f13e
bf29c45
* Thu Aug 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-3
bf29c45
- Pull in split-off gvfs backends
bf29c45
9493a0d
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.90-2
9493a0d
- Fix typo in the schemas file
9493a0d
3b3e95b
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
3b3e95b
- Update to 2.23.90
3b3e95b
Tomas Bzatek d41e4d8
* Mon Aug  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.6.1-1
Tomas Bzatek d41e4d8
- Update to 2.23.6.1
Tomas Bzatek d41e4d8
- Dropped upstreamed patches
Tomas Bzatek d41e4d8
Tomas Bzatek 84b0f39
* Mon Aug  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.6-1
Tomas Bzatek 84b0f39
- Update to 2.23.6
Tomas Bzatek 84b0f39
504650b
* Sun Jul 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-3
504650b
- More icon name fixes
504650b
ca49760
* Sun Jul 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
ca49760
- Use standard icon names
ca49760
Tomas Bzatek 5b14257
* Tue Jul 22 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.5.1-1
Tomas Bzatek 5b14257
- Update to 2.23.5.1
Tomas Bzatek 5b14257
0aa6e37
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
0aa6e37
- Update to 2.23.5
0aa6e37
Tomas Bzatek b04540e
* Tue Jun 17 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.4-1
Tomas Bzatek b04540e
- Update to 2.23.4
Tomas Bzatek b04540e
Tomas Bzatek 48a9702
* Thu Jun 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.3-2
Tomas Bzatek 48a9702
- Fix DnD segfaults (#450416, #450449)
Tomas Bzatek 48a9702
Tomas Bzatek fde9756
* Wed Jun  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.3-1
Tomas Bzatek fde9756
- Update to 2.23.3
Tomas Bzatek fde9756
Tomas Bzatek a544846
* Fri May 30 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-3
Tomas Bzatek a544846
- Add DnD support to drop files onto archive files with help 
Tomas Bzatek a544846
  of file-roller (gnomebz #377157)
Tomas Bzatek a544846
- Add fix preventing crash on bad GFileInfos (gnomebz #519743)
Tomas Bzatek a544846
Tomas Bzatek 03f2335
* Fri May 16 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-2
Tomas Bzatek 03f2335
- Add treeview XDS drag&drop support (#446760)
Tomas Bzatek 03f2335
Tomas Bzatek d3acff6
* Tue May 13 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-1
Tomas Bzatek d3acff6
- Update to 2.23.2
Tomas Bzatek d3acff6
David Zeuthen f6d957b
* Fri May  2 2008 David Zeuthen <davidz@redhat.com> - 2.23.1-4
David Zeuthen f6d957b
- Default to "Ask what to do" for all actions (#444639)
David Zeuthen f6d957b
Tomas Bzatek 90e07ec
* Fri May  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-3
Tomas Bzatek 90e07ec
- Mask file moving to nautilus-cd-burner window as copy operation (#443944)
Tomas Bzatek 90e07ec
- Don't allow recursive move/copy into itself (gnomebz #530720)
Tomas Bzatek 90e07ec
Tomas Bzatek f5c5835
* Thu Apr 24 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-2
Tomas Bzatek f5c5835
- Add SELinux patch (gnomebz #529694)
Tomas Bzatek f5c5835
Tomas Bzatek 4a0fdd1
* Wed Apr 23 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-1
Tomas Bzatek 4a0fdd1
- Update to 2.23.1
Tomas Bzatek 4a0fdd1
aae702d
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-5
aae702d
- Make "Open Folder" work as expected for media handling
aae702d
David Zeuthen 1b0f8c9
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 2.22.2-4
David Zeuthen 1b0f8c9
- Put X-Gnome-Vfs-System=gio into desktop files (See #442835)
David Zeuthen 1b0f8c9
David Zeuthen d8b00dc
* Wed Apr 16 2008 David Zeuthen <davidz@redhat.com> - 2.22.2-3
David Zeuthen d8b00dc
- Revert Fedora livecd mount (fix is in latest gvfs packages) and
David Zeuthen d8b00dc
  add a patch to avoid trying to autorun mounts that are mounted
David Zeuthen d8b00dc
  from outside Nautilus (#442189)
David Zeuthen d8b00dc
Tomas Bzatek 4f92cec
* Fri Apr 11 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.2-2
Tomas Bzatek 4f92cec
- Hide Fedora livecd mount (#439166)
Tomas Bzatek 4f92cec
63c4b8a
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-1
63c4b8a
- Update to 2.22.2
63c4b8a
f12ea03
* Sun Apr  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-6
f12ea03
- Backport a patch from upstream svn thats needed for file-roller
f12ea03
8da5f23
* Fri Apr  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-5
8da5f23
- Fix beagle support some more
8da5f23
Tomas Bzatek 1e01e5c
* Thu Apr  3 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.1-4
Tomas Bzatek 1e01e5c
- Fix SELinux attributes display issue (#439686)
Tomas Bzatek 1e01e5c
6a99107
* Wed Apr  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-3
6a99107
- Fix the build to include tracker and beagle support again
6a99107
243458d
* Mon Mar 31 2008 Ray Strode <rstrode@redhat.com> - 2.22.1-2
243458d
- Over the releases we've accumulated default.png, default-wide.png default-5_4.png
243458d
  and default.jpg.  We haven't been able to drop them because it would leave some
243458d
  users with white backgrounds on upgrade.  This patch just falls back to the
243458d
  default image if the user's background doesn't exist.
243458d
243458d
Tomas Bzatek 9a141cc
* Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.1-1
Tomas Bzatek 9a141cc
- Update to 2.22.1
Tomas Bzatek 9a141cc
Tomas Bzatek 6b3a111
* Thu Mar 13 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.0-2
Tomas Bzatek 6b3a111
- Don't create application/x-ext-<extension> types for known mimetypes (patch from head)
Tomas Bzatek 6b3a111
- Fix a crash in the Properties dialog while changing owner (patch from head)
Tomas Bzatek 6b3a111
99544e2
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
99544e2
- Update to 2.22.0
99544e2
Tomas Bzatek cd54fad
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-2
Tomas Bzatek cd54fad
- Change libbeagle .so name for libbeagle-0.3.0 in nautilus-2.21.1-dynamic-search-r2.patch (#434722)
Tomas Bzatek cd54fad
Tomas Bzatek e706498
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-1
Tomas Bzatek e706498
- Update to 2.21.92
Tomas Bzatek e706498
c87fd88
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
c87fd88
- Update to 2.21.91
c87fd88
e053e70
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
e053e70
- Update to 2.21.90
e053e70
93ced0e
* Mon Jan 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.6-1
93ced0e
- Update to 2.21.6
93ced0e
4d4ceea
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
4d4ceea
- Update to 2.21.5
4d4ceea
385e331
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
385e331
- Update to 2.21.2
385e331
c87d0f6
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
c87d0f6
- Fix extensiondir
c87d0f6
6901cdc
* Fri Dec 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
6901cdc
- Upodate to 2.21.1
6901cdc
f24dc7f
* Wed Dec 19 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-7
f24dc7f
- Update audio preview patch to check for aliases (#381401)
f24dc7f
8f4e63c
* Tue Oct 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-6
8f4e63c
- Fix audio preview command-line to use decodebin so playbin doesn't
8f4e63c
  pop up a window for videos detected as audio
8f4e63c
98cbfca
* Tue Oct 16 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-5
98cbfca
- Add patch from upstream to get audio preview working again
98cbfca
  (#332251)
98cbfca
f6f7080
* Wed Oct  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-4
f6f7080
- Move /usr/lib/nautilus/extensions-1.0 to the extensions package
f6f7080
a05d7fc
* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
a05d7fc
- Fix a crash with small fonts (#242350)
a05d7fc
caf0494
* Tue Oct  2 2007 Alexander Larsson <alexl@redhat.com> - 2.20.0-1
caf0494
- Backport fixes for async thumbnail loading from svn
caf0494
6fdd49b
* Fri Sep 28 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
6fdd49b
- drop redhat-artwork dep. Alex says we don't need it anymore 
6fdd49b
2ebedef
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
2ebedef
- Update to 2.20.0
2ebedef
1cbada5
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
1cbada5
- Update to 2.19.91
1cbada5
5993407
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
5993407
- Update to 2.19.90
5993407
1e12295
* Fri Aug 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-3
1e12295
- Bump gnome-vfs requirement (#251306)
1e12295
37c9986
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
37c9986
- Update license field
37c9986
e56e0da
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
e56e0da
- Update to 2.19.6
e56e0da
85b2e1b
* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 2.19.5-3
85b2e1b
- Rebuild for RH #249435
85b2e1b
269f09a
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-2
269f09a
- Port to new GTK+ tooltips API
269f09a
2241fb5
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
2241fb5
- Update to 2.19.5
2241fb5
b16e302
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
b16e302
- Fix directory ownership issues
b16e302
3610158
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
3610158
- Update to 2.19.4
3610158
abd6d40
* Tue Jun  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
abd6d40
- Update to 2.19.3
abd6d40
3858601
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
3858601
- Update to 2.19.2
3858601
aa50d77
* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 2.18.1-2
aa50d77
- Fix memleak (#235696)
aa50d77
6c6747b
* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 2.18.1-1
6c6747b
- Update to 2.18.1
6c6747b
5f64817
* Mon Mar 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-2
5f64817
- Update icon caches (#234020)
5f64817
94b437a
* Mon Mar 12 2007 Alexander Larsson <alexl@redhat.com> - 2.18.0.1-1
94b437a
- Update to 2.18.0.1
94b437a
8268fb2
* Tue Mar  6 2007 Alexander Larsson <alexl@redhat.com> - 2.17.92-3
8268fb2
- Update xdg-user-dirs patch, now handle renaming desktop dir
8268fb2
70d39e1
* Thu Mar  1 2007 Alexander Larsson <alexl@redhat.com> - 2.17.92-2
70d39e1
- Add xdg-user-dirs patch
70d39e1
b91b9b6
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
b91b9b6
- Update to 2.17.92
b91b9b6
f4a2d9b
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
f4a2d9b
- Update to 2.17.91
f4a2d9b
afa231d
* Wed Feb  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-4
afa231d
- Add DesktopSettings category to nautilus-file-management-properties.desktop
afa231d
c06b89b
* Tue Feb  6 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-3
c06b89b
- update tracker dynamic search patch to new .so name
c06b89b
e853365
* Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-2
e853365
- Fix gnome bug #362302 in selinux patch
e853365
ca7e576
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
ca7e576
- Update to 2.17.90
ca7e576
9903623
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
9903623
- Update to 2.17.1
9903623
4e079a3
* Wed Nov 22 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-7
4e079a3
- Look for beagle before tracker, because tracker autostarts
4e079a3
  This lets us support having both installed at the same time.
4e079a3
- Remove buildreqs for beagle, as they are not necessary with
4e079a3
  the dynamic work.
4e079a3
bf8be1f
* Tue Nov 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.2-6
bf8be1f
- Detect tracker dynamically, too
bf8be1f
5c42a99
* Mon Nov 13 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-5.fc7
5c42a99
- Fix commonly reported NautilusDirectory crash
5c42a99
b381e86
* Wed Nov  8 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-4.fc7
b381e86
- Revert upstream icon placement patch as it seems broken
b381e86
25ecefe
* Tue Nov  7 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-2.fc7
25ecefe
- Update to 2.16.2
25ecefe
f108265
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1 
f108265
- Update to 2.16.1
f108265
b9553ac
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
b9553ac
- Fix scripts according to the packaging guidelines
b9553ac
- Require GConf2 for the scripts
b9553ac
- Require pkgconfig for the -devel package
b9553ac
53b33a3
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.16.0-5
53b33a3
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
53b33a3
25db482
* Tue Sep 19 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-4
25db482
- Support changing selinux contexts (#204030)
25db482
984c0f8
* Thu Sep 14 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-3
984c0f8
- Fix crash when opening custom icon dialog (#205352)
984c0f8
ac4f53e
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
ac4f53e
- Add a %%preun script (#205260)
ac4f53e
d22c1e9
* Mon Sep  4 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-1
d22c1e9
- Update to 2.16.0
d22c1e9
e6d7fbd
* Fri Aug 25 2006 Alexander Larsson <alexl@redhat.com> - 2.15.92.1-2
e6d7fbd
- Omit self check code in build
e6d7fbd
f1c408f
* Tue Aug 22 2006 Alexander Larsson <alexl@redhat.com> - 2.15.92.1-1
f1c408f
- update to 2.15.92.1
f1c408f
ad13578
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
ad13578
- Update to 2.15.92
ad13578
9947960
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-2.fc6
9947960
- Don't Provide/Obsolete nautilus-devel from the main package (#202322)
9947960
9947960
* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 2.15.91-1.fc6
26b7f6a
- Update to 2.15.91
26b7f6a
- Split package into devel and extensions (#201967)
26b7f6a
dd80d73
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
dd80d73
- Update to 2.15.90
dd80d73
2815cb9
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-3
2815cb9
- Spec file cleanups
2815cb9
e4fe6aa
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-2
e4fe6aa
- Don't require nautilus-cd-burner, to avoid a 
e4fe6aa
  BuildRequires-Requires loop
e4fe6aa
f62b6a2
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
f62b6a2
- Update to 2.15.4
f62b6a2
b204ec0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.2-1.1
b204ec0
- rebuild
b204ec0
b0f4880
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
b0f4880
- Update to 2.15.1
b0f4880
b137e34
* Sun May 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
b137e34
- Add missing BuildRequires (#129184)
b137e34
0814abd
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
0814abd
- Update to 2.15.1
0814abd
e3667fe
* Fri May 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-3
e3667fe
- Close the about dialog
e3667fe
ac16ae8
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
ac16ae8
- Update to 2.14.1
ac16ae8
afbc979
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
afbc979
- Update to 2.14.0
afbc979
20decb9
* Mon Mar  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-2
20decb9
- Reinstate the format patch which was accidentally dropped
20decb9
a49d356
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
a49d356
- Update to 2.13.92
a49d356
93281bf
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
93281bf
- Update to 2.13.91
93281bf
ecdf143
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-2.2
ecdf143
- bump again for double-long bug on ppc(64)
ecdf143
42bda42
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-2.1
42bda42
- rebuilt for new gcc4.1 snapshot and glibc changes
42bda42
15aea0d
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
15aea0d
- Avoid delays in rendering the background
15aea0d
fedc7b5
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
fedc7b5
- Update to 2.13.90
fedc7b5
a49e3bb
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
a49e3bb
- Update to 2.13.4
a49e3bb
b164547
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> - 2.13.3-2
b164547
- Buildrequire libbeagle
b164547
d80f506
* Tue Dec 13 2005 Alexander Larsson <alexl@redhat.com> 2.13.3-1
d80f506
- Update to 2.13.3
d80f506
d544287
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d544287
- rebuilt
d544287
4c7d8fd
* Fri Dec  2 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
4c7d8fd
- Update to 2.13.2
4c7d8fd
- Update patches
4c7d8fd
ce36088
* Tue Nov  1 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-6
ce36088
- Switch XFree86-devel buildrequirement to libX11-devel
ce36088
Debarshi Ray 2452cb4
* Fri Oct 28 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-5
a95948e
- Implement icon stretching keynav
a95948e
- Support formatting non-floppy devices
a95948e
a95948e
* Sat Oct 22 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-4
a95948e
- Improve icon stretching ui
a95948e
6bdfd2f
* Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-3
6bdfd2f
- Only show the "Format menu item if gfloppy is present
6bdfd2f
9a4158d
* Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-2
9a4158d
- Add a "Format" context menu item to the floppy in "Computer"
9a4158d
a1367c9
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
a1367c9
- Update to 2.12.1
a1367c9
b10452a
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
b10452a
- Update to 2.12.0
b10452a
0c3c2bf
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
0c3c2bf
- New upstream release
0c3c2bf
2978e40
* Wed Aug  3 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
2978e40
- New upstream release
2978e40
265fd0e
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.3-1
265fd0e
- Update to 2.11.3
265fd0e
David Zeuthen f0376e5
* Wed May 11 2005 David Zeuthen <davidz@redhat.com> 2.10.0-4
David Zeuthen f0376e5
- Fix default font for zh_TW (#154185)
David Zeuthen f0376e5
David Zeuthen 37216c5
* Sun Apr  3 2005 David Zeuthen <davidz@redhat.com> 2.10.0-3
David Zeuthen 37216c5
- Include patches for desktop background memory saving (GNOME bug #169347)
David Zeuthen 37216c5
- Obsoletes: nautilus-media (#153223)
David Zeuthen 37216c5
25e404c
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-2
25e404c
- Rebuild against newer libexif
25e404c
David Zeuthen 863a898
* Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 2.10.0-1
David Zeuthen 863a898
- Update to latest upstream version; tweak requires
David Zeuthen 863a898
78c9600
* Thu Mar  3 2005 Alex Larsson <alexl@redhat.com> 2.9.91-2
78c9600
- Rebuild
78c9600
747b666
* Fri Feb 11 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.91-1
747b666
- Update to 2.9.91
747b666
Marco Pesenti Gritti f4677af
* Tue Nov  9 2004 Marco Pesenti Gritti <mpg@redhat.com> - 2.8.1-5
Marco Pesenti Gritti f4677af
- Remove eog dependency. The bonobo component is no more used.
Marco Pesenti Gritti f4677af
Marco Pesenti Gritti c259947
* Mon Oct 18 2004 Marco Pesenti Gritti <mpg@redhat.com> - 2.8.1-4
Marco Pesenti Gritti c259947
- #135824 Fix throbber position
Marco Pesenti Gritti c259947
38baa30
* Fri Oct 15 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-3
38baa30
- Slightly less bad error dialog when there is no handler for a file.
38baa30
  Not ideal, but this change doesn't change any strings.
38baa30
ab98108
* Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-2
ab98108
- Fix open with menu on mime mismatch
ab98108
- Create desktop links ending with .desktop (#125104)
ab98108
- Remove old cruft from specfile
ab98108
4c4e974
* Mon Oct 11 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
4c4e974
- update to 2.8.1
4c4e974
ff6a5b5
* Fri Oct  8 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-3
ff6a5b5
- Backport more fixes from cvs
ff6a5b5
aa47bb8
* Mon Oct  4 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-2
aa47bb8
- Backport various bugfixes from HEAD
aa47bb8
4432d65
* Mon Sep 13 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
4432d65
- Update to 2.8.0
4432d65
057722e
* Fri Sep 10 2004 Alexander Larsson <alexl@redhat.com> - 2.7.92-3
057722e
- Don't require eject on s390(x), since there is none (#132228)
057722e
cvsdist caf91cb
* Tue Sep  7 2004 Alexander Larsson <alexl@redhat.com> - 2.7.92-2
cvsdist caf91cb
- Add patch to fix desktop keynav (#131894)
cvsdist caf91cb
cvsdist 921a483
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.7.92-1
cvsdist 921a483
- update to 2.7.92
cvsdist 921a483
cvsdist 6ceb5e3
* Thu Aug 26 2004 Alexander Larsson <alexl@redhat.com> - 2.7.4-3
cvsdist 6ceb5e3
- Added requires eject
cvsdist 6ceb5e3
- Depend on gnome-vfs2-smb instead of -extras
cvsdist 6ceb5e3
cvsdist e2154ac
* Tue Aug 24 2004 Alexander Larsson <alexl@redhat.com> - 2.7.4-2
cvsdist e2154ac
- backport cvs fixes, including default view fix
cvsdist e2154ac
cvsdist e3181e5
* Thu Aug 19 2004 Alex Larsson <alexl@redhat.com> 2.7.4-1
cvsdist e3181e5
- update to 2.7.4
cvsdist e3181e5
cvsdist 755118e
* Fri Aug  6 2004 Ray Strode <rstrode@redhat.com> 2.7.2-1
cvsdist 755118e
- update to 2.7.2
cvsdist 755118e
cvsdist f8e7a5d
* Tue Aug 3 2004 Matthias Clasen <mclasen@redhat.com> 2.6.0-7
cvsdist f8e7a5d
- rebuilt
cvsdist f8e7a5d
cvsdist 085ea28
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 085ea28
- rebuilt
cvsdist 085ea28
cvsdist 2a3b2bc
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com> 2.6.0-5
cvsdist 2a3b2bc
- rebuild
cvsdist 2a3b2bc
cvsdist 1d1ceed
* Wed Apr 14 2004 Alexander Larsson <alexl@redhat.com> 2.6.0-4
cvsdist 1d1ceed
- update cvs backport, now handles kde trash dir better
cvsdist 1d1ceed
cvsdist 1d1ceed
* Wed Apr 14 2004 Alexander Larsson <alexl@redhat.com> 2.6.0-3
cvsdist 1d1ceed
- add cvs backport
cvsdist 1d1ceed
cvsdist 1d1ceed
* Wed Apr  7 2004 Alex Larsson <alexl@redhat.com> 2.6.0-2
cvsdist 1d1ceed
- Make network servers go to network:// again
cvsdist 1d1ceed
cvsdist 1d1ceed
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist 1d1ceed
- update to 2.6.0
cvsdist 1d1ceed
cvsdist 81ac006
* Tue Mar 16 2004 Mike A. Harrisn <mharris@redhat.com> 2.5.91-2
cvsdist 81ac006
- Changed BuildRequires: XFree86-libs >= 4.2.99 to BuildRequires: XFree86-devel
cvsdist 81ac006
- Fixed BuildRoot to use _tmppath instead of /var/tmp
cvsdist 81ac006
cvsdist 81ac006
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.5.91-1
cvsdist 81ac006
- update to 2.5.91
cvsdist 81ac006
cvsdist 81ac006
* Mon Mar  8 2004 Alexander Larsson <alexl@redhat.com> 2.5.90-1
cvsdist 81ac006
- update to 2.5.90
cvsdist 81ac006
cvsdist 81ac006
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 81ac006
- rebuilt
cvsdist 81ac006
cvsdist 81ac006
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com>
cvsdist 81ac006
- update libgnomeui required version to 2.5.3 (#116229)
cvsdist 81ac006
cvsdist 81ac006
* Tue Feb 24 2004 Alexander Larsson <alexl@redhat.com> 2.5.8-1
cvsdist 81ac006
- update to 2.5.8
cvsdist 81ac006
cvsdist 81ac006
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 81ac006
- rebuilt
cvsdist 81ac006
cvsdist 81ac006
* Fri Feb 13 2004 Alexander Larsson <alexl@redhat.com> 2.5.7-1
cvsdist 81ac006
- update to 2.5.7
cvsdist 81ac006
cvsdist 5f1c9e9
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
cvsdist 5f1c9e9
- update to 2.5.6
cvsdist 5f1c9e9
cvsdist 5f1c9e9
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 2.5.5-1
cvsdist 5f1c9e9
- update to 2.5.5
cvsdist 5f1c9e9
cvsdist 3dd163c
* Tue Oct 28 2003 Than Ngo <than@redhat.com> 2.4.0-7
cvsdist 3dd163c
- fix start-here desktop file
cvsdist 3dd163c
cvsdist 3dd163c
* Mon Oct 27 2003 Than Ngo <than@redhat.com> 2.4.0-6
cvsdist 3dd163c
- rebuild against new librsvg2
cvsdist 3dd163c
cvsdist 3dd163c
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-5
cvsdist 3dd163c
- Update cvs backport, now have the better desktop icon layout
cvsdist 3dd163c
cvsdist 3dd163c
* Mon Sep 29 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-4
cvsdist 3dd163c
- Update cvs backport, fixes #105869
cvsdist 3dd163c
cvsdist 3dd163c
* Fri Sep 19 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
cvsdist 3dd163c
- Backport bugfixes from the gnome-2-4 branch
cvsdist 3dd163c
cvsdist 3dd163c
* Tue Sep 16 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-2
cvsdist 3dd163c
- Add patch that fixes crash when deleting in listview
cvsdist 3dd163c
cvsdist 3dd163c
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist 3dd163c
- 2.4.0
cvsdist 3dd163c
cvsdist 3dd163c
* Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 2.3.90-2
cvsdist 3dd163c
- Add desktop icons patch
cvsdist 3dd163c
cvsdist 3dd163c
* Tue Sep  2 2003 Alexander Larsson <alexl@redhat.com> 2.3.90-1
cvsdist 3dd163c
- update to 2.3.90
cvsdist 3dd163c
cvsdist 3dd163c
* Tue Aug 26 2003 Alexander Larsson <alexl@redhat.com> 2.3.9-1
cvsdist 3dd163c
- update
cvsdist 3dd163c
- Add patch to ignore kde desktop links
cvsdist 3dd163c
- Re-enable kdesktop detection hack.
cvsdist 3dd163c
  kde doesn't seem to support the manager selection yet
cvsdist 3dd163c
cvsdist 3dd163c
* Wed Aug 20 2003 Alexander Larsson <alexl@redhat.com> 2.3.8-2
cvsdist 3dd163c
- don't require fontilus
cvsdist 3dd163c
cvsdist 3dd163c
* Mon Aug 18 2003 Alexander Larsson <alexl@redhat.com> 2.3.8-1
cvsdist 3dd163c
- update to gnome 2.3
cvsdist 3dd163c
cvsdist 3dd163c
* Wed Aug  6 2003 Elliot Lee <sopwith@redhat.com> 2.2.4-5
cvsdist 3dd163c
- Fix libtool
cvsdist 3dd163c
cvsdist 3dd163c
* Tue Jul  8 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-4.E
cvsdist 3dd163c
- Rebuild
cvsdist 3dd163c
cvsdist 3dd163c
* Tue Jul  8 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-4
cvsdist 3dd163c
- Backport fixes from cvs
cvsdist 3dd163c
- Change some default configurations
cvsdist 3dd163c
cvsdist 3dd163c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 3dd163c
- rebuilt
cvsdist 3dd163c
cvsdist 3dd163c
* Tue May 27 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-2
cvsdist 3dd163c
- Add performance increase backport
cvsdist 3dd163c
- Add desktop manager selection backport
cvsdist 3dd163c
cvsdist 3dd163c
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-1
cvsdist 3dd163c
- update to 2.2.4
cvsdist 3dd163c
cvsdist 3dd163c
* Tue May  6 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-2
cvsdist 3dd163c
- Fix scrollkeeper pre-requires
cvsdist 3dd163c
cvsdist 3dd163c
* Mon Mar 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
cvsdist 3dd163c
- Update to 2.2.3
cvsdist 3dd163c
cvsdist 8b9b07e
* Tue Feb 25 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-5
cvsdist 8b9b07e
- Change the default new window size to fit in 800x600 (#85037)
cvsdist 8b9b07e
cvsdist 8b9b07e
* Thu Feb 20 2003 Alexander Larsson <alexl@redhat.com>
cvsdist 8b9b07e
- Require gnome-vfs2-extras, since network menu item uses it (#84145)
cvsdist 8b9b07e
cvsdist 8b9b07e
* Tue Feb 18 2003 Alexander Larsson <alexl@redhat.com>
cvsdist 8b9b07e
- Update to the latest bugfixes from cvs.
cvsdist 8b9b07e
- Fixes #84291 for nautilus, context menu duplication and some other small bugs.
cvsdist 8b9b07e
cvsdist 8b9b07e
* Thu Feb 13 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-2
cvsdist 8b9b07e
- Add a patch to fix the forkbomb-under-kde bug (#81520)
cvsdist 8b9b07e
- Add a patch to fix thumbnail memory leak
cvsdist 8b9b07e
- require libXft.so.2 instead of Xft, since that changed in the XFree86 package
cvsdist 8b9b07e
cvsdist 8b9b07e
* Tue Feb 11 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1
cvsdist 8b9b07e
- 2.2.1, lots of bugfixes
cvsdist 8b9b07e
cvsdist 8b9b07e
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.2-2
cvsdist 8b9b07e
- remove nautilus-server-connect since it broke without editable vfolders
cvsdist 8b9b07e
cvsdist 8b9b07e
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.2-1
cvsdist 8b9b07e
- Update to 2.2.0.2, fixes bg crasher
cvsdist 8b9b07e
- parallelize build
cvsdist 8b9b07e
- Added patch from cvs that fixes password hang w/ smb
cvsdist 8b9b07e
cvsdist 8b9b07e
* Thu Jan 23 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.1-1
cvsdist 8b9b07e
- Update to 2.2.0.1
cvsdist 8b9b07e
cvsdist 8b9b07e
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.2.0-2
cvsdist 8b9b07e
- rebuilt
cvsdist 8b9b07e
cvsdist 8b9b07e
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
cvsdist 8b9b07e
- update to 2.2.0
cvsdist 8b9b07e
cvsdist 8b9b07e
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-8
cvsdist 8b9b07e
- Add requirement on fontilus and nautilus-cd-burner to get them
cvsdist 8b9b07e
  on an upgrade.
cvsdist 8b9b07e
cvsdist 8b9b07e
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-7
cvsdist 8b9b07e
- Added patch to enable the look for kde desktop hack
cvsdist 8b9b07e
- Removed patches that were fixed upstream
cvsdist 8b9b07e
cvsdist 8b9b07e
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-6
cvsdist 8b9b07e
- Removed the requirement of nautilus-cd-burner, since
cvsdist 8b9b07e
  that is now on by default in comps
cvsdist 8b9b07e
cvsdist 8b9b07e
* Thu Jan 16 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-5
cvsdist 8b9b07e
- Require(post,postun) scrollkeeper (#67340)
cvsdist 8b9b07e
- Add dot to end of summary
cvsdist 8b9b07e
cvsdist 8b9b07e
* Tue Jan 14 2003 Havoc Pennington <hp@redhat.com> 2.1.91-4
cvsdist 8b9b07e
- use system-group.png not network-server.png for "Network Servers"
cvsdist 8b9b07e
cvsdist 8b9b07e
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-3
cvsdist 8b9b07e
- Correct filename in last change
cvsdist 8b9b07e
cvsdist 8b9b07e
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-2
cvsdist 8b9b07e
- change the network menu item to go to smb:
cvsdist 8b9b07e
cvsdist 8b9b07e
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-1
cvsdist 8b9b07e
- Update to 2.1.91
cvsdist 8b9b07e
- Updated URL
cvsdist 8b9b07e
cvsdist 8b9b07e
* Tue Jan 14 2003 Havoc Pennington <hp@redhat.com>
cvsdist 8b9b07e
- perl-munge the icon names in a couple desktop files
cvsdist 8b9b07e
  to find redhat-network-server.png and redhat-file-manager.png.
cvsdist 8b9b07e
  Upstream icon names here were weird and seem broken. 
cvsdist 8b9b07e
cvsdist 8b9b07e
* Thu Jan  9 2003 Alexander Larsson <alexl@redhat.com>
cvsdist 8b9b07e
- 2.1.6
cvsdist 8b9b07e
- Removed mp3 stripping script. Thats gone upstream now.
cvsdist 8b9b07e
cvsdist 1c4e727
* Wed Dec 18 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-2
cvsdist 1c4e727
- Add cdburn patch.
cvsdist 1c4e727
- Remove nautilus-1.1.19-starthere-hang-hackaround.patch
cvsdist 1c4e727
- Require nautilus-cd-burner
cvsdist 1c4e727
cvsdist 1c4e727
* Mon Dec 16 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-1
cvsdist 1c4e727
- Update to 2.1.5. Require gnome-icon-theme >= 0.1.5, gnome-vfs >= 2.1.5
cvsdist 1c4e727
cvsdist bbb4727
* Tue Dec  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist bbb4727
- add explicit startup-notification dependency because build system is
cvsdist bbb4727
  dumb 
cvsdist bbb4727
- 2.1.3
cvsdist bbb4727
cvsdist bbb4727
* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist bbb4727
- 2.1.2
cvsdist bbb4727
cvsdist bbb4727
* Thu Oct 10 2002 Havoc Pennington <hp@redhat.com>
cvsdist bbb4727
- 2.0.7
cvsdist bbb4727
- remove patches that are upstream
cvsdist bbb4727
cvsdist 8cd6ca5
* Tue Sep  3 2002 Alexander Larsson <alexl@redhat.com>  2.0.6-6
cvsdist 8cd6ca5
- Add badhack to make weblinks on desktop work
cvsdist 8cd6ca5
cvsdist 478247b
* Mon Sep  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 478247b
- fix #70667 assertion failures
cvsdist 478247b
- fix triple click patch
cvsdist 478247b
cvsdist 4edae35
* Mon Sep  2 2002 Jonathan Blandford <jrb@redhat.com>
cvsdist 4edae35
- don't activate on double click
cvsdist 4edae35
cvsdist 971e4e7
* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7292994
- put button press mask in triple-click patch, maybe it will work
cvsdist 7292994
- remove html-hack patch as it does nothing useful
cvsdist 7292994
cvsdist 7292994
* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
cvsdist 971e4e7
- require newer redhat-artwork, -menus, eel2, gnome-vfs2 to avoid
cvsdist 971e4e7
  bogus bug reports
cvsdist 971e4e7
- add hack for HTML mime type handling in a web browser, not 
cvsdist 971e4e7
  nautilus
cvsdist 971e4e7
cvsdist db9420c
* Thu Aug 29 2002 Alexander Larsson <alexl@redhat.com>
cvsdist db9420c
- Updated to 2.0.6. Removed the patches I put upstream.
cvsdist db9420c
- Added patch that fixes #72410
cvsdist db9420c
cvsdist 71299bd
* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 71299bd
- Add a simple patch so that redhat-config-packages can disable 
cvsdist 71299bd
  the new window behavior for mounted CDs behavior.
cvsdist 71299bd
cvsdist 2c2de71
* Wed Aug 28 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-4
cvsdist 2c2de71
- Add patch to fix bug #70667
cvsdist 2c2de71
cvsdist 04bb6dc
* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04bb6dc
- remove mp3
cvsdist 04bb6dc
cvsdist c240780
* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
cvsdist c240780
- ignore the "add_to_session" preference as it only broke stuff
cvsdist c240780
- pad the left margin a bit to cope with poor word wrapping
cvsdist c240780
cvsdist 11e4caa
* Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-1
cvsdist 11e4caa
- Update to 2.0.5, remove topleft icon patch
cvsdist 11e4caa
cvsdist 67ff8db
* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-2
cvsdist 67ff8db
- Add patch to fix the bug where desktop icons get
cvsdist 67ff8db
  stuck in the top left corner on startup
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-1
cvsdist 67ff8db
- 2.0.4
cvsdist 67ff8db
cvsdist 67ff8db
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- obsolete nautilus-mozilla < 2.0 #69839
cvsdist 67ff8db
cvsdist 67ff8db
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- add rhconfig patch to Bluecurve theme and disable sidebar by default
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Aug  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- drop start here files, require redhat-menus that has them
cvsdist 67ff8db
cvsdist 67ff8db
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- 2.0.3
cvsdist 67ff8db
cvsdist 67ff8db
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- build for new eel2, gail
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- and add the libexec components, mumble
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- put the components in the file list, were moved upstream
cvsdist 67ff8db
cvsdist 67ff8db
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- 2.0.1
cvsdist 67ff8db
cvsdist 67ff8db
* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 67ff8db
- Relibtoolize to fix relink problems for solib components
ce8b405
- Add LANG=en_US to %%makeinstall as well
cvsdist 67ff8db
- Back out previous change, force locale to en_US to prevent UTF-8 problems
cvsdist 67ff8db
- Add workaround for intltool-merge bug on ia64
cvsdist 67ff8db
cvsdist 67ff8db
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 67ff8db
- automated rebuild
cvsdist 67ff8db
cvsdist 67ff8db
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- 2.0.0
cvsdist 67ff8db
- use desktop-file-install
cvsdist 67ff8db
- require desktop-backgrounds-basic
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Jun 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- add wacky hack in hopes of fixing the hang-on-login thing
cvsdist 67ff8db
cvsdist d5c394c
* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- add build requires on new gail
cvsdist d5c394c
- rebuild to try to lose broken libgailutil.so.13 dependency
cvsdist d5c394c
cvsdist d5c394c
* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- rebuild in different environment
cvsdist d5c394c
cvsdist d5c394c
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- 1.1.19
cvsdist d5c394c
cvsdist d5c394c
* Fri May 31 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- rebuild in different environment
cvsdist d5c394c
cvsdist d5c394c
* Thu May 30 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- really remove nautilus-devel if we are going to obsolete it
cvsdist d5c394c
- don't require hwbrowser
cvsdist d5c394c
cvsdist d5c394c
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist d5c394c
- automated rebuild
cvsdist d5c394c
cvsdist d5c394c
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- rebuild in different environment
cvsdist d5c394c
cvsdist d5c394c
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- 1.1.17
cvsdist d5c394c
cvsdist d5c394c
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- 1.1.14
cvsdist d5c394c
cvsdist d5c394c
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- require eog
cvsdist d5c394c
- obsolete nautilus-devel
cvsdist d5c394c
- fix name of schemas file in post
cvsdist d5c394c
cvsdist d5c394c
* Mon Apr 22 2002 Alex Larsson <alexl@redhat.com>
cvsdist d5c394c
- Update to 1.1.13
cvsdist d5c394c
cvsdist d5c394c
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- put tree view in file list
cvsdist cf58d7d
cvsdist d5c394c
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- nautilus for gnome 2
cvsdist d5c394c
- clean up the spec file and file list a bit
cvsdist 886c29f
cvsdist 10427ee
* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- merge translations
cvsdist 10427ee
cvsdist 10427ee
* Thu Apr  4 2002 Alex Larsson <alexl@redhat.com>
cvsdist 10427ee
- Add patch to fix trash crash
cvsdist 10427ee
cvsdist 10427ee
* Mon Apr  1 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- fix for metadata tmp race
cvsdist 10427ee
- backport thumbnail speed fix and thumbnail inf. loop fix
cvsdist 10427ee
cvsdist 10427ee
* Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- add some fixes from CVS version, including one for #61819 and a couple segfaults
cvsdist 10427ee
cvsdist 10427ee
* Wed Mar 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- fix thumbnails for files with future timestamp, #56862
cvsdist 10427ee
cvsdist 10427ee
* Mon Mar 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- buildrequires intltool #60633
cvsdist 10427ee
- apply Alex's pixbuf cache patch to save a few megs #60581
cvsdist 10427ee
cvsdist 10427ee
* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- drop Milan-specific features, including png10 and ac25 patches
cvsdist 10427ee
- copy in 1.0.5 help component to avoid large risky patch
cvsdist 10427ee
- remove .la files
cvsdist 10427ee
- drop mozilla from ia64 again
cvsdist 10427ee
- remove oaf file from nautilus-mozilla that was also in the base 
cvsdist 10427ee
  package
cvsdist 10427ee
cvsdist a71ace0
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
cvsdist a71ace0
- enable mozilla support on ia64
cvsdist 1654c83
cvsdist a71ace0
* Fri Dec 28 2001 Christopher Blizzard <blizzard@redhat.com>
cvsdist a71ace0
- require Mozilla 0.9.7
cvsdist a71ace0
- Add patch that puts mozilla profile startup before embedding is initialized
cvsdist 3a86943
cvsdist a71ace0
* Tue Nov 20 2001 Havoc Pennington <hp@redhat.com>
cvsdist a71ace0
- 1.0.6, require Mozilla 0.9.6
cvsdist 3a86943
cvsdist a71ace0
* Tue Oct 23 2001 Alex Larsson <alexl@redhat.com>
cvsdist a71ace0
- Update to 1.0.5
cvsdist 3a86943
cvsdist 8adc338
* Thu Sep  6 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 8adc338
- Fix handling of GnomeVFSFileInfo structure (#53315)
cvsdist 8adc338
cvsdist a5b2714
* Wed Sep  5 2001 Owen Taylor <otaylor@redhat.com>
cvsdist a5b2714
- Change handling of names on unmount to fix #52325
cvsdist a5b2714
cvsdist 370ba85
* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
cvsdist 370ba85
- put nautilus-help.desktop in file list; #53109
cvsdist 370ba85
cvsdist aa45755
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
cvsdist aa45755
- Add po files from sources.redhat.com
cvsdist aa45755
cvsdist aa45755
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist aa45755
- Add po files from sources.redhat.com
cvsdist aa45755
cvsdist 3ec7147
* Thu Aug 23 2001 Alex Larsson <alexl@redhat.com> 1.0.4-38
cvsdist 3ec7147
- Added patch to fix the .directory issuer
cvsdist 3ec7147
cvsdist 3ec7147
* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3ec7147
- I screwed up the build yesterday, so it didn't actually contain the
cvsdist 3ec7147
  fixes mentioned. This build should contain them.
cvsdist 3ec7147
cvsdist 3ec7147
* Wed Aug 22 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3ec7147
- fix bug causing 32000 stats or so in large directories, 
cvsdist 3ec7147
  should speed things up somewhat
cvsdist 3ec7147
- fix #52104 via gruesome kdesktop-detection hack and setting
cvsdist 3ec7147
  window type hint on our desktop window
cvsdist 3ec7147
- fix so Start Here icon displays in sidebar
cvsdist 3ec7147
- don't load non-local .desktop files
cvsdist 3ec7147
cvsdist 3ec7147
* Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3ec7147
- make Programs icon into a link, to match the other .desktop files
cvsdist 3ec7147
- own various directories #51164
cvsdist 3ec7147
- web page titles in Japanese, #51709
cvsdist 3ec7147
- tree defaults to only directories #51850
cvsdist 3ec7147
cvsdist dd07ade
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist dd07ade
- make start here icon work again
cvsdist dd07ade
- kill some warning spew, #51661
cvsdist dd07ade
- cache getpwnam() results to speed things up a bit
cvsdist dd07ade
cvsdist c6fc396
* Tue Aug 14 2001 Owen Taylor <otaylor@redhat.com>
cvsdist c6fc396
- Fix problem with missing desktop starthere.desktop file
cvsdist c6fc396
- New snapshot from our branch, fixes:
cvsdist c6fc396
  - On upgrade, icons migrated from GNOME desktop are not properly lined up
cvsdist c6fc396
    (#51436)
cvsdist c6fc396
  - icons dropped on the desktop don't end up where dropped. (#51441)
cvsdist c6fc396
  - Nautilus shouldn't have fam monitor read-only windows. This
cvsdist c6fc396
    keeps CDROMS from being unmounted until you close all
cvsdist c6fc396
cvsdist c6fc396
    nautilus windows pointing to them. (#51442)
cvsdist c6fc396
  - Warnings about 'cannot statfs...' when moving items to trash.
cvsdist c6fc396
- Use separate start-here.desktop for panel, since the one used
cvsdist c6fc396
  for the root window only works from Nautilus.
cvsdist c6fc396
cvsdist c6fc396
* Fri Aug 10 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Changed starthere .desktop files to be links instead
cvsdist c6fc396
- of spawning a new nautilus. This makes start-here:
cvsdist c6fc396
- much faster.
cvsdist c6fc396
cvsdist c6fc396
* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Added hwbrowser dependency
cvsdist c6fc396
- New snapshot, fixes the mozilla-view submit form problem
cvsdist c6fc396
cvsdist c6fc396
* Wed Aug  8 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist c6fc396
- Rebuild with new xml-i18n-tools
cvsdist c6fc396
- fix crash in creating new desktop files
cvsdist c6fc396
cvsdist c6fc396
* Tue Aug  7 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist c6fc396
- Fix up DnD code some more
cvsdist c6fc396
cvsdist c6fc396
* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- Sync our CVS version; fixes some MUSTFIX
cvsdist c6fc396
  (the one about drawing background on startup, 
cvsdist c6fc396
   properly translate desktop files, etc.)
cvsdist c6fc396
cvsdist c6fc396
* Wed Aug  1 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-24
cvsdist c6fc396
- Fix 64bit cleanness issue
cvsdist c6fc396
- Fix NULL mimetype crash
cvsdist c6fc396
- Disable additional_text for .desktop files
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-23
cvsdist c6fc396
- Fix unmounting devices.
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-22
cvsdist c6fc396
- Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop
cvsdist c6fc396
- mimetype sniffing.
cvsdist c6fc396
cvsdist c6fc396
* Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-21
cvsdist c6fc396
- Remove the "don't run as root" warning.
cvsdist c6fc396
- Remove eazel from bookmarks
cvsdist c6fc396
- langified (again? did someone change it?)
cvsdist c6fc396
cvsdist c6fc396
* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Apply a patch that makes nautilus dnd reset work with the latest
cvsdist c6fc396
- eel release.
cvsdist c6fc396
cvsdist c6fc396
* Thu Jul 26 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Build on ia64 without the mozilla component.
cvsdist c6fc396
cvsdist c6fc396
* Wed Jul 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- Fix crash-on-startup showstopper
cvsdist c6fc396
- Fix can't-find-images bug (this one was only showing up
cvsdist c6fc396
  when built with debug symbols, since it was an uninitialized memory
cvsdist c6fc396
  read)
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- sync new tarball from our CVS branch, 
cvsdist c6fc396
  fixes some drag-and-drop, changes URI scheme names,
cvsdist c6fc396
  etc.
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
cvsdist c6fc396
- Add BuildRequires (#49539, 49537)
cvsdist c6fc396
- Fix %%post, %%postun (#49720)
cvsdist c6fc396
- Background efficiency improvements and hacks
cvsdist c6fc396
cvsdist c6fc396
* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Don't launch esd on each mouseover.
cvsdist c6fc396
cvsdist c6fc396
* Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- move first time druid patch into my "CVS outstanding" patch
cvsdist c6fc396
- try to really remove Help/Feedback
cvsdist c6fc396
- try to really fix Help/Community Support
cvsdist c6fc396
- try again to get Start Here in the Go menu
cvsdist c6fc396
- try again to get Start Here on the desktop
cvsdist c6fc396
- don't show file sizes for .desktop files
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- add newline to ends of .desktop files that were missing them
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- update to my latest 'cvs diff -u' (adds default 
cvsdist c6fc396
  Start Here link, displays .directory name in sidebar)
cvsdist c6fc396
- include /etc/X11/* links (starthere, sysconfig, serverconfig)
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 10 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist c6fc396
- Patch to remove firsttime druid and flash
cvsdist c6fc396
cvsdist c6fc396
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- add hacks for displaying desktop files
cvsdist c6fc396
- add hack to turn off the "unwriteable" emblem
cvsdist c6fc396
cvsdist c6fc396
* Sun Jul  8 2001 Tim Powers <timp@redhat.com>
cvsdist c6fc396
- added defattr to the files lists to be (-,root,root)
cvsdist c6fc396
- languified
cvsdist c6fc396
cvsdist c6fc396
* Sat Jul  7 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Need to run autoheader too.
cvsdist c6fc396
cvsdist c6fc396
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Make the fam dependency a real runtime dependency
cvsdist c6fc396
- by linking to libfam (nautilus-1.0.4-fam-lib.patch)
cvsdist c6fc396
- Cleaned up specfile.
cvsdist c6fc396
cvsdist c6fc396
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Change default background and rubberband color.
cvsdist c6fc396
- Use the sidebar tabs from the default theme
cvsdist c6fc396
- BuildDepend on fam-devel, depend on fam
cvsdist c6fc396
- Disable the eazel update pages in the first-time druid.
cvsdist c6fc396
- Remove the eazel logo from the first-time druid
cvsdist c6fc396
cvsdist c6fc396
* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- 1.0.4, removes eazel services icon and wizard page
cvsdist c6fc396
- Eazel logo is still in startup wizard for now, needs fixing
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- fix group (s/Desktop/Desktops/) #47134
cvsdist c6fc396
- remove ammonite dependency
cvsdist c6fc396
cvsdist c6fc396
* Wed Jun 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- add a different default theme
cvsdist c6fc396
- clean up file list overspecificity a bit
cvsdist c6fc396
cvsdist c6fc396
* Tue Jun 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- move to a CVS snapshot of nautilus for now
cvsdist c6fc396
  (Darin is my hero for having distcheck work out of CVS)
cvsdist c6fc396
cvsdist 39fb0ae
* Thu May 10 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist 39fb0ae
- clean up defaults a bit
cvsdist 39fb0ae
cvsdist 39fb0ae
* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist 39fb0ae
- New version
cvsdist 39fb0ae
cvsdist 39fb0ae
* Tue Apr 17 2001 Gregory Leblanc <gleblanc@grego1.cu-portland.edu>
cvsdist 39fb0ae
- Added BuildRequires lines
cvsdist 39fb0ae
- Changed Source to point to ftp.gnome.org instead of just the tarball name
eb2a310
- Moved %%description sections closer to their %%package sections
ce8b405
- Moved %%changelog to the end, where so that it's not in the way
cvsdist 39fb0ae
- Changed configure and make install options to allow moving of
cvsdist 39fb0ae
  libraries, includes, binaries more easily
ce8b405
- Removed hard-coded paths (don't define %%prefix or %%docdir)
ce8b405
- replace %%{prefix}/bin with %%{_bindir}
ce8b405
- replace %%{prefix}/share with %%{_datadir}
ce8b405
- replace %%{prefix}/lib with %%{_libdir}
ce8b405
- replace %%{prefix}/include with %%{_includedir}
cvsdist 39fb0ae
cvsdist 39fb0ae
* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
cvsdist 39fb0ae
- removed obsoletes from sub packages and added mozilla and trilobite
cvsdist 39fb0ae
subpackages
cvsdist 39fb0ae
cvsdist 39fb0ae
* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
cvsdist 39fb0ae
- created this thing