Blame SPECS/nautilus.spec

8be0b6
%global glib2_version 2.67.1
8be0b6
%global gnome_autoar_version 0.4.0
8be0b6
%global gtk3_version 3.22.27
8be0b6
8be0b6
%global tarball_version %%(echo %{version} | tr '~' '.')
8be0b6
8be0b6
Name:           nautilus
8be0b6
Version:        40.2
8be0b6
Release:        3%{?dist}
8be0b6
Summary:        File manager for GNOME
8be0b6
8be0b6
License:        GPLv3+
8be0b6
URL:            https://wiki.gnome.org/Apps/Nautilus
8be0b6
Source0:        https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
8be0b6
8be0b6
Patch0:         files-view-Store-selected-files-list-for-compressing.patch
8be0b6
Patch1:         compress-dialog-Update-dialog-design.patch
8be0b6
Patch2:         compress-dialog-Add-support-for-encrypted-.zip.patch
8be0b6
Patch3:         compress-dialog-Backport-translations.patch
8be0b6
8be0b6
BuildRequires:  desktop-file-utils
8be0b6
BuildRequires:  gcc
8be0b6
BuildRequires:  gettext
8be0b6
BuildRequires:  gtk-doc
8be0b6
BuildRequires:  meson
8be0b6
BuildRequires:  pkgconfig(gexiv2)
8be0b6
BuildRequires:  pkgconfig(glib-2.0) >= %{glib2_version}
8be0b6
BuildRequires:  pkgconfig(gnome-autoar-0) >= %{gnome_autoar_version}
8be0b6
BuildRequires:  pkgconfig(gnome-desktop-3.0)
8be0b6
BuildRequires:  pkgconfig(gobject-introspection-1.0)
8be0b6
BuildRequires:  pkgconfig(gsettings-desktop-schemas)
8be0b6
BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
8be0b6
BuildRequires:  pkgconfig(gstreamer-tag-1.0)
8be0b6
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
8be0b6
BuildRequires:  pkgconfig(libhandy-1)
8be0b6
%if 0%{?flatpak}
8be0b6
BuildRequires:  pkgconfig(libportal)
8be0b6
%endif
8be0b6
BuildRequires:  pkgconfig(libseccomp)
8be0b6
BuildRequires:  pkgconfig(libselinux)
8be0b6
BuildRequires:  pkgconfig(libxml-2.0)
8be0b6
BuildRequires:  pkgconfig(tracker-sparql-3.0)
8be0b6
BuildRequires:  pkgconfig(x11)
8be0b6
BuildRequires:  /usr/bin/appstream-util
8be0b6
8be0b6
Requires:       glib2%{_isa} >= %{glib2_version}
8be0b6
Requires:       gnome-autoar%{_isa} >= %{gnome_autoar_version}
8be0b6
Requires:       gsettings-desktop-schemas%{_isa}
8be0b6
Requires:       gtk3%{_isa} >= %{gtk3_version}
8be0b6
Requires:       gvfs%{_isa}
8be0b6
# the main binary links against libnautilus-extension.so
8be0b6
# don't depend on soname, rather on exact version
8be0b6
Requires:       %{name}-extensions%{_isa} = %{version}-%{release}
8be0b6
# For the org.freedesktop.Tracker3.Miner.Files GSettings schema.
8be0b6
Requires:       tracker3-miners
8be0b6
8be0b6
Provides:       bundled(libgd)
8be0b6
8be0b6
%description
8be0b6
Nautilus is the file manager and graphical shell for the GNOME desktop
8be0b6
that makes it easy to manage your files and the rest of your system.
8be0b6
It allows to browse directories on local and remote filesystems, preview
8be0b6
files and launch applications associated with them.
8be0b6
It is also responsible for handling the icons on the GNOME desktop.
8be0b6
8be0b6
%package extensions
8be0b6
Summary:        Nautilus extensions library
8be0b6
License:        LGPLv2+
8be0b6
8be0b6
%description extensions
8be0b6
This package provides the libraries used by nautilus extensions.
8be0b6
8be0b6
%package devel
8be0b6
Summary:        Support for developing nautilus extensions
8be0b6
License:        LGPLv2+
8be0b6
Requires:       %{name}%{_isa} = %{version}-%{release}
8be0b6
Requires:       %{name}-extensions%{_isa} = %{version}-%{release}
8be0b6
8be0b6
%description devel
8be0b6
This package provides libraries and header files needed
8be0b6
for developing nautilus extensions.
8be0b6
8be0b6
%prep
8be0b6
%autosetup -p1 -n %{name}-%{tarball_version}
8be0b6
8be0b6
# Remove -Werror from compiler flags
8be0b6
sed -i '/-Werror/d' meson.build
8be0b6
8be0b6
%build
8be0b6
%meson \
8be0b6
  -Ddocs=true \
8be0b6
  -Dextensions=true \
8be0b6
  -Dintrospection=true \
8be0b6
  -Dselinux=true \
8be0b6
%if ! 0%{?flatpak}
8be0b6
  -Dlibportal=false \
8be0b6
%endif
8be0b6
  %{nil}
8be0b6
%meson_build
8be0b6
8be0b6
%install
8be0b6
%meson_install
8be0b6
8be0b6
%find_lang %{name}
8be0b6
8be0b6
%check
8be0b6
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml
8be0b6
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
8be0b6
8be0b6
%files  -f %{name}.lang
8be0b6
%doc NEWS README.md
8be0b6
%license LICENSE
8be0b6
%{_datadir}/applications/*
8be0b6
%{_bindir}/*
8be0b6
%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
8be0b6
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
8be0b6
%{_datadir}/dbus-1/services/org.gnome.Nautilus.Tracker3.Miner.Extract.service
8be0b6
%{_datadir}/dbus-1/services/org.gnome.Nautilus.Tracker3.Miner.Files.service
8be0b6
%dir %{_datadir}/gnome-shell
8be0b6
%dir %{_datadir}/gnome-shell/search-providers
8be0b6
%{_datadir}/gnome-shell/search-providers/org.gnome.Nautilus.search-provider.ini
8be0b6
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Nautilus.svg
8be0b6
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Nautilus-symbolic.svg
8be0b6
%{_mandir}/man1/nautilus.1*
8be0b6
%{_mandir}/man1/nautilus-autorun-software.1*
8be0b6
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
8be0b6
%{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml
8be0b6
%{_datadir}/nautilus/
8be0b6
%{_datadir}/tracker3/domain-ontologies/org.gnome.Nautilus.domain.rule
8be0b6
%{_libdir}/nautilus/extensions-3.0/libnautilus-image-properties.so
8be0b6
%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
8be0b6
%{_libdir}/nautilus/extensions-3.0/libtotem-properties-page.so
8be0b6
8be0b6
%files extensions
8be0b6
%license libnautilus-extension/LICENSE
8be0b6
%{_libdir}/libnautilus-extension.so.1*
8be0b6
%{_libdir}/girepository-1.0/*.typelib
8be0b6
%dir %{_libdir}/nautilus
8be0b6
%dir %{_libdir}/nautilus/extensions-3.0
8be0b6
8be0b6
%files devel
8be0b6
%{_includedir}/nautilus
8be0b6
%{_libdir}/pkgconfig/*
8be0b6
%{_libdir}/*.so
8be0b6
%{_datadir}/gir-1.0/*.gir
8be0b6
%dir %{_datadir}/gtk-doc/
8be0b6
%dir %{_datadir}/gtk-doc/html/
8be0b6
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
8be0b6
8be0b6
%changelog
8be0b6
* Fri Sep 17 2021 Ondrej Holy <oholy@redhat.com> - 40.2-3
8be0b6
- Backport translations for encrypted archives support (#1993015)
8be0b6
8be0b6
* Tue Aug 10 2021 Ondrej Holy <oholy@redhat.com> - 40.2-2
8be0b6
- Add support for creation of password-protected archives (#1991575)
8be0b6
8be0b6
* Tue Aug 10 2021 Ondrej Holy <oholy@redhat.com> - 40.2-1
8be0b6
- Update to 40.2 (#1991433)
8be0b6
8be0b6
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.1-4
8be0b6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
8be0b6
  Related: rhbz#1991688
8be0b6
8be0b6
* Thu May 20 2021 Ondrej Holy <oholy@redhat.com> - 40.1-3
8be0b6
- Add missing bundled(libgd) provides statement
8be0b6
8be0b6
* Thu May 06 2021 Kalev Lember <klember@redhat.com> - 40.1-2
8be0b6
- Backport upstream fix to keep working directory when executing programs
8be0b6
8be0b6
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 40.1-1
8be0b6
- Update to 40.1
8be0b6
8be0b6
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
8be0b6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
8be0b6
8be0b6
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
8be0b6
- Update to 40.0
8be0b6
8be0b6
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
8be0b6
- Update to 40.rc
8be0b6
8be0b6
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-2
8be0b6
- Only require libportal for Flatpak builds
8be0b6
8be0b6
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
8be0b6
- Update to 40.beta
8be0b6
8be0b6
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.2-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8be0b6
8be0b6
* Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 3.38.2-1
8be0b6
- Update to 3.38.2
8be0b6
8be0b6
* Mon Oct  5 2020 Kalev Lember <klember@redhat.com> - 3.38.1-1
8be0b6
- Update to 3.38.1
8be0b6
8be0b6
* Fri Sep 11 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
8be0b6
- Update to 3.38.0
8be0b6
8be0b6
* Tue Sep 08 2020 Kalev Lember <klember@redhat.com> - 3.37.92-1
8be0b6
- Update to 3.37.92
8be0b6
- Switch to tracker3
8be0b6
- Tighten nautilus-extensions soname glob
8be0b6
- Fix directory ownership for /usr/lib/nautilus/extensions-3.0 directory
8be0b6
8be0b6
* Fri Aug 21 2020 Kalev Lember <klember@redhat.com> - 3.37.91-1
8be0b6
- Update to 3.37.91
8be0b6
8be0b6
* Tue Aug 18 2020 Kalev Lember <klember@redhat.com> - 3.37.90-1
8be0b6
- Update to 3.37.90
8be0b6
8be0b6
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.1-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8be0b6
8be0b6
* Fri Mar 27 2020 Kalev Lember <klember@redhat.com> - 3.37.1-1
8be0b6
- Update to 3.37.1
8be0b6
8be0b6
* Fri Mar 06 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
8be0b6
- Update to 3.36.0
8be0b6
8be0b6
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 3.35.92-1
8be0b6
- Update to 3.35.92
8be0b6
8be0b6
* Mon Feb 17 2020 Kalev Lember <klember@redhat.com> - 3.35.91.1-1
8be0b6
- Update to 3.35.91.1
8be0b6
8be0b6
* Thu Feb 06 2020 Bastien Nocera <bnocera@redhat.com> - 3.35.90-2
8be0b6
+ nautilus-3.35.90-2
8be0b6
- Fix launching multiple files at once
8be0b6
8be0b6
* Sun Feb 02 2020 Kalev Lember <klember@redhat.com> - 3.35.90-1
8be0b6
- Update to 3.35.90
8be0b6
8be0b6
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.2-3
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8be0b6
8be0b6
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.2-2
8be0b6
- Rebuilt for libgnome-desktop soname bump
8be0b6
8be0b6
* Mon Dec 02 2019 Kalev Lember <klember@redhat.com> - 3.35.2-1
8be0b6
- Update to 3.35.2
8be0b6
8be0b6
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 3.34.2-1
8be0b6
- Update to 3.34.2
8be0b6
8be0b6
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
8be0b6
- Update to 3.34.1
8be0b6
8be0b6
* Tue Sep 10 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
8be0b6
- Update to 3.34.0
8be0b6
8be0b6
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 3.33.90-1
8be0b6
- Update to 3.33.90
8be0b6
8be0b6
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.1-3
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8be0b6
8be0b6
* Sun May 12 2019 Ernestas Kulik <ekulik@redhat.com> - 3.32.1-2
8be0b6
- Add tracker-miners dependency (rhbz#1695400)
8be0b6
8be0b6
* Mon May 06 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
8be0b6
- Update to 3.32.1
8be0b6
8be0b6
* Wed Mar 13 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
8be0b6
- Update to 3.32.0
8be0b6
- Move libtotem-properties-page.so extension here from totem-nautilus
8be0b6
8be0b6
* Wed Feb 06 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
8be0b6
- Update to 3.31.90
8be0b6
8be0b6
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.5-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8be0b6
8be0b6
* Sun Dec 16 2018 Phil Wyett <philwyett@kathenas.org> - 3.30.5-1
8be0b6
- Update to 3.30.5
8be0b6
8be0b6
* Wed Nov 21 2018 Kalev Lember <klember@redhat.com> - 3.30.4-1
8be0b6
- Update to 3.30.4
8be0b6
8be0b6
* Wed Oct 31 2018 Kalev Lember <klember@redhat.com> - 3.30.3-1
8be0b6
- Update to 3.30.3
8be0b6
8be0b6
* Fri Oct 12 2018 Kalev Lember <klember@redhat.com> - 3.30.2-1
8be0b6
- Update to 3.30.2
8be0b6
8be0b6
* Wed Oct 03 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
8be0b6
- Update to 3.30.1
8be0b6
8be0b6
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-2
8be0b6
- Rebuilt against fixed atk (#1626575)
8be0b6
8be0b6
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
8be0b6
- Update to 3.30.0
8be0b6
8be0b6
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.29.90.1-1
8be0b6
- Update to 3.29.90.1
8be0b6
8be0b6
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.1-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8be0b6
8be0b6
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
8be0b6
- Update to 3.28.1
8be0b6
- Fix /usr/share/gnome-shell directory ownership
8be0b6
8be0b6
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0.1-2
8be0b6
- Build with -Dselinux=true to turn it on explicitly, and remove downstream screenshots
8be0b6
8be0b6
* Thu Mar 15 2018 Kalev Lember <klember@redhat.com> - 3.28.0.1-1
8be0b6
- Update to 3.28.0.1
8be0b6
8be0b6
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
8be0b6
- Update to 3.28.0
8be0b6
8be0b6
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92.1-1
8be0b6
- Update to 3.27.92.1
8be0b6
- Remove -Werror from compiler flags
8be0b6
8be0b6
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.2-4
8be0b6
- Rebuild against newer gnome-desktop3 package
8be0b6
8be0b6
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8be0b6
8be0b6
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
8be0b6
- Switch to %%ldconfig_scriptlets
8be0b6
8be0b6
* Tue Nov 21 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
8be0b6
- Update to 3.26.2
8be0b6
8be0b6
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.0-2
8be0b6
- Remove obsolete scriptlets
8be0b6
- Add BuildRequires: gcc
8be0b6
8be0b6
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
8be0b6
- Update to 3.26.0
8be0b6
8be0b6
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
8be0b6
- Update to 3.25.92
8be0b6
8be0b6
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
8be0b6
- Update to 3.25.90
8be0b6
8be0b6
* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 3.25.1-1
8be0b6
- Update to 3.25.1
8be0b6
- Switch to the meson build system
8be0b6
- Reflect upstream license change to GPLv3+
8be0b6
8be0b6
* Thu Jul 27 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.24.2.1-3
8be0b6
- Rebuild against tracker-2.0
8be0b6
8be0b6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.2.1-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8be0b6
8be0b6
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 3.24.2.1-1
8be0b6
- Update to 3.24.2.1
8be0b6
8be0b6
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
8be0b6
- Update to 3.24.1
8be0b6
8be0b6
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
8be0b6
- Update to 3.24.0
8be0b6
8be0b6
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
8be0b6
- Update to 3.23.92
8be0b6
8be0b6
* Mon Mar 06 2017 Kalev Lember <klember@redhat.com> - 3.23.91-1
8be0b6
- Update to 3.23.91
8be0b6
8be0b6
* Wed Feb 15 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
8be0b6
- Update to 3.23.90
8be0b6
8be0b6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.2-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8be0b6
8be0b6
* Mon Dec 12 2016 David King <amigadave@amigadave.com> - 3.22.2-1
8be0b6
- Update to 3.22.2
8be0b6
8be0b6
* Fri Oct 14 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
8be0b6
- Update to 3.22.1
8be0b6
8be0b6
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
8be0b6
- Update to 3.22.0
8be0b6
8be0b6
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
8be0b6
- Update to 3.21.92
8be0b6
8be0b6
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91.1-1
8be0b6
- Update to 3.21.91.1
8be0b6
- Filter private libgd from provides and requires
8be0b6
- Use upstream defaults for OnlyShowIn
8be0b6
8be0b6
* Tue Aug 30 2016 Kalev Lember <klember@redhat.com> - 3.20.3-1
8be0b6
- Update to 3.20.3
8be0b6
- Don't set group tags
8be0b6
8be0b6
* Mon Aug 01 2016 Kalev Lember <klember@redhat.com> - 3.20.2-1
8be0b6
- Update to 3.20.2
8be0b6
8be0b6
* Thu Jun 02 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
8be0b6
- Update to 3.20.1
8be0b6
8be0b6
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
8be0b6
- Update to 3.20.0
8be0b6
8be0b6
* Fri Mar 18 2016 Kalev Lember <klember@redhat.com> - 3.19.93-1
8be0b6
- Update to 3.19.93
8be0b6
8be0b6
* Mon Mar 14 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
8be0b6
- Update to 3.19.91
8be0b6
8be0b6
* Mon Feb 29 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
8be0b6
- Update to 3.19.90
8be0b6
8be0b6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.2-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8be0b6
8be0b6
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
8be0b6
- Update to 3.19.2
8be0b6
8be0b6
* Wed Nov 18 2015 Kalev Lember <klember@redhat.com> - 3.18.2-2
8be0b6
- Bump gtk3 dep to 3.18.5 (#1283246)
8be0b6
8be0b6
* Fri Nov 13 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
8be0b6
- Update to 3.18.2
8be0b6
8be0b6
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
8be0b6
- Update to 3.18.1
8be0b6
8be0b6
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
8be0b6
- Update to 3.18.0
8be0b6
- Don't pull in all of nautilus for the -extensions subpackage
8be0b6
- Tighten a dep with the _isa macro
8be0b6
- Drop ancient obsoletes
8be0b6
8be0b6
* Fri Sep 04 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
8be0b6
- Update to 3.17.91
8be0b6
8be0b6
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
8be0b6
- Update to 3.17.90
8be0b6
- Use make_install macro
8be0b6
8be0b6
* Mon Jul 27 2015 David King <amigadave@amigadave.com> - 3.17.3-1
8be0b6
- Update to 3.17.3
8be0b6
8be0b6
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.2-3
8be0b6
- Bump for new gnome-desktop3
8be0b6
8be0b6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8be0b6
8be0b6
* Fri May 29 2015 David King <amigadave@amigadave.com> - 3.17.2-1
8be0b6
- Update to 3.17.2
8be0b6
8be0b6
* Wed May 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
8be0b6
- Update to 3.16.2
8be0b6
8be0b6
* Mon May 04 2015 David King <amigadave@amigadave.com> - 3.16.1-2
8be0b6
- Add patch to fix misplaced style element
8be0b6
8be0b6
* Wed Apr 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
8be0b6
- Update to 3.16.1
8be0b6
8be0b6
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.16.0-2
8be0b6
- Use better AppData screenshots
8be0b6
8be0b6
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
8be0b6
- Update to 3.16.0
8be0b6
8be0b6
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
8be0b6
- Update to 3.15.92
8be0b6
8be0b6
* Thu Mar 12 2015 David King <amigadave@amigadave.com> - 3.15.91-1
8be0b6
- Update to 3.15.91
8be0b6
- Validate AppData in check
8be0b6
8be0b6
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
8be0b6
- Update to 3.15.90
8be0b6
8be0b6
* Sun Jan 25 2015 David King <amigadave@amigadave.com> - 3.15.4-1
8be0b6
- Update to 3.15.4
8be0b6
- Use pkgconfig for BuildRequires
8be0b6
- Update man page globs in files section
8be0b6
- Use license macro for license texts
8be0b6
8be0b6
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
8be0b6
- Update to 3.14.2
8be0b6
8be0b6
* Thu Nov 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
8be0b6
- Update to 3.14.1
8be0b6
8be0b6
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
8be0b6
- Drop redhat-menus dependency
8be0b6
8be0b6
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
8be0b6
- Update to 3.14.0
8be0b6
8be0b6
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
8be0b6
- Update to 3.13.92
8be0b6
8be0b6
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
8be0b6
- Update to 3.13.91
8be0b6
8be0b6
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
8be0b6
- Update to 3.13.90
8be0b6
8be0b6
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-7
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8be0b6
8be0b6
* Tue Aug 12 2014 Rex Dieter <rdieter@fedoraproject.org> 3.13.2-6
8be0b6
- update mime scriptlet
8be0b6
8be0b6
* Sat Aug 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-5
8be0b6
- Fix appdata file name
8be0b6
8be0b6
* Mon Jul 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-4
8be0b6
- Rebuilt once more for tracker
8be0b6
8be0b6
* Mon Jul 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.13.2-3
8be0b6
- rebuild (tracker)
8be0b6
8be0b6
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-2
8be0b6
- Rebuilt for gobject-introspection 1.41.4
8be0b6
8be0b6
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
8be0b6
- Update to 3.13.2
8be0b6
8be0b6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8be0b6
8be0b6
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
8be0b6
- Update to 3.13.1
8be0b6
8be0b6
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
8be0b6
- Update dep versions
8be0b6
8be0b6
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
8be0b6
- Update to 3.12.0
8be0b6
8be0b6
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
8be0b6
- Update to 3.11.92
8be0b6
8be0b6
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-2
8be0b6
- Rebuilt for gnome-desktop soname bump
8be0b6
8be0b6
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
8be0b6
- Update to 3.11.90
8be0b6
8be0b6
* Thu Dec 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.11.3-1
8be0b6
- Update to 3.11.3
8be0b6
8be0b6
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
8be0b6
- Update to 3.11.2
8be0b6
8be0b6
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.1-1
8be0b6
- Update to 3.10.1
8be0b6
8be0b6
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
8be0b6
- Update to 3.10.0
8be0b6
8be0b6
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
8be0b6
- Update to 3.9.92
8be0b6
8be0b6
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
8be0b6
- Update to 3.9.91
8be0b6
8be0b6
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
8be0b6
- Update to 3.9.90
8be0b6
8be0b6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8be0b6
8be0b6
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
8be0b6
- Update to 3.9.3
8be0b6
- Use arch-specific deps
8be0b6
8be0b6
* Sun Jun 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-1
8be0b6
- Update to 3.8.2
8be0b6
8be0b6
* Tue Apr 16 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
8be0b6
- Update to 3.8.1
8be0b6
8be0b6
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
8be0b6
- Update to 3.8.0
8be0b6
8be0b6
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
8be0b6
- Update to 3.7.92
8be0b6
8be0b6
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
8be0b6
- Update to 3.7.91
8be0b6
8be0b6
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
8be0b6
- Rebuilt for libgnome-desktop soname bump
8be0b6
8be0b6
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
8be0b6
- Update to 3.7.90
8be0b6
8be0b6
* Fri Feb  8 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.7.5-2
8be0b6
- Disable smp build to fix intltool issues
8be0b6
8be0b6
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
8be0b6
- Update to 3.7.5
8be0b6
8be0b6
* Sun Jan 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-2
8be0b6
- Rebuilt for tracker 0.16 ABI
8be0b6
8be0b6
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
8be0b6
- Update to 3.7.4
8be0b6
8be0b6
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
8be0b6
- Update to 3.7.3
8be0b6
8be0b6
* Thu Dec  6 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.7.2-2
8be0b6
- nautilus-devel should require nautilus-extensions
8be0b6
8be0b6
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
8be0b6
- Update to 3.7.2
8be0b6
8be0b6
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
8be0b6
- Update to 3.7.1
8be0b6
- Own the gtk-doc directories
8be0b6
8be0b6
* Mon Oct 15 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
8be0b6
- Update to 3.6.1
8be0b6
8be0b6
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
8be0b6
- Update to 3.6.0
8be0b6
8be0b6
* Tue Sep 18 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.92-1
8be0b6
- Update to 3.5.92
8be0b6
8be0b6
* Tue Sep 04 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.91-1
8be0b6
- Update to 3.5.91
8be0b6
8be0b6
* Tue Aug 21 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.90-1
8be0b6
- Update to 3.5.90
8be0b6
8be0b6
* Fri Aug 10 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.5-1
8be0b6
- Update to 3.5.5
8be0b6
8be0b6
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-3
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8be0b6
8be0b6
* Tue Jul 17 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.4-2
8be0b6
- Enable tracker support
8be0b6
8be0b6
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
8be0b6
- Update to 3.5.4
8be0b6
8be0b6
* Sat Jul 14 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.5.3-2
8be0b6
- Move ldconfig calls from main package to -extensions.
8be0b6
8be0b6
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
8be0b6
- Update to 3.5.3
8be0b6
8be0b6
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
8be0b6
- Update to 3.5.2
8be0b6
8be0b6
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
8be0b6
- Update to 3.5.1
8be0b6
8be0b6
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
8be0b6
- Silence rpm scriptlet output
8be0b6
8be0b6
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
8be0b6
- Update to 3.4.1
8be0b6
8be0b6
* Mon Mar 26 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.4.0-1
8be0b6
- Update to 3.4.0
8be0b6
8be0b6
* Tue Mar 20 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.92-1
8be0b6
- Update to 3.3.92
8be0b6
8be0b6
* Tue Mar 06 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.91-1
8be0b6
- Update to 3.3.91
8be0b6
8be0b6
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
8be0b6
- Update to 3.3.90
8be0b6
8be0b6
* Tue Feb  7 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.3.5-1
8be0b6
- Update to 3.3.5
8be0b6
8be0b6
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
8be0b6
- Update to 3.3.4
8be0b6
8be0b6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8be0b6
8be0b6
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
8be0b6
- Update to 3.3.3
8be0b6
8be0b6
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1.1-1
8be0b6
- Update to 3.3.1.1
8be0b6
8be0b6
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
8be0b6
- Rebuilt for glibc bug#747377
8be0b6
8be0b6
* Tue Oct 18 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.2.1-1
8be0b6
- Update to 3.2.1
8be0b6
8be0b6
* Tue Sep 27 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.2.0-1
8be0b6
- Update to 3.2.0
8be0b6
8be0b6
* Mon Sep 19 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.92-1
8be0b6
- Update to 3.1.92
8be0b6
8be0b6
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
8be0b6
- Update to 3.1.90
8be0b6
8be0b6
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 3.1.4-1
8be0b6
- Update to 3.1.4
8be0b6
8be0b6
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
8be0b6
- Update to 3.1.3
8be0b6
8be0b6
* Tue Jun 14 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.2-1
8be0b6
- Update to 3.1.2
8be0b6
8be0b6
* Wed May 11 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.1-1
8be0b6
- Update to 3.1.1
8be0b6
8be0b6
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
8be0b6
- Update to 3.0.1
8be0b6
8be0b6
* Mon Apr 04 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.0.0-1
8be0b6
- Update to 3.0.0
8be0b6
8be0b6
* Wed Mar 30 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.94-1
8be0b6
- Update to 2.91.94
8be0b6
8be0b6
* Sun Mar 27 2011 Colin Walters <walters@verbum.org> - 2.91.93-2
8be0b6
- Drop --vendor from nautilus.desktop
8be0b6
  Vendor prefixes are pointless, and in this case breaks upstream
8be0b6
  components trying to reference each other via .desktop file, such
8be0b6
  as GNOME Shell having nautilus.desktop in its default favorite
8be0b6
  list.
8be0b6
8be0b6
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
8be0b6
- Update to 2.91.93
8be0b6
8be0b6
* Mon Mar 21 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.92-1
8be0b6
- Update to 2.91.92
8be0b6
8be0b6
* Mon Mar 07 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.91-1
8be0b6
- Update to 2.91.91
8be0b6
8be0b6
* Tue Feb 22 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.90.1-1
8be0b6
- Update to 2.91.90.1
8be0b6
8be0b6
* Mon Feb 21 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.90-1
8be0b6
- Update to 2.91.90
8be0b6
8be0b6
* Thu Feb 10 2011 Matthias Clasen <mclasne@redhat.com> 2.91.9-4
8be0b6
- Rebuild against newer gtk
8be0b6
8be0b6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.9-3
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8be0b6
8be0b6
* Mon Feb  7 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.9-2
8be0b6
- Add a patch from upstream for missing bookmark names
8be0b6
8be0b6
* Fri Feb  4 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.9-1
8be0b6
- Update to 2.91.9
8be0b6
8be0b6
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.8-4
8be0b6
- Rebuild against new gtk
8be0b6
8be0b6
* Tue Feb  1 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.8-3
8be0b6
- Remove last traces of gconf (#674359)
8be0b6
8be0b6
* Mon Jan 31 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.8-2
8be0b6
- Update selinux patch
8be0b6
8be0b6
* Mon Jan 31 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.8-1
8be0b6
- Update to 2.91.8
8be0b6
8be0b6
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-2
8be0b6
- Drop explicit gnome-desktop dependency
8be0b6
- Drop some no-longer-required tweaks
8be0b6
8be0b6
* Tue Jan 11 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.7-1
8be0b6
- Update to 2.91.7
8be0b6
8be0b6
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-1
8be0b6
- Update to 2.91.6
8be0b6
8be0b6
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
8be0b6
- Rebuild against new gtk
8be0b6
8be0b6
* Mon Nov 29 2010 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.3-1
8be0b6
- Update to 2.91.3
8be0b6
- Drop unnecessary patches
8be0b6
8be0b6
* Wed Nov 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.2-1
8be0b6
- Update to 2.91.2
8be0b6
8be0b6
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-1
8be0b6
- Update to 2.91.1
8be0b6
8be0b6
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
8be0b6
- Update to 2.91.0
8be0b6
8be0b6
* Wed Sep 29 2010 jkeating - 2.90.1-6.gitf3bbee7
8be0b6
- Rebuilt for gcc bug 634757
8be0b6
8be0b6
* Sat Sep 25 2010 Owen Taylor <otaylor@redhat.com> - 2.90.1-5.gitf3bbee7
8be0b6
- Bump and rebuild for gtk3 ABI changes
8be0b6
8be0b6
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.1-4.gitf3bbee7
8be0b6
- git snapshot
8be0b6
- Rebuild against newer gobject-introspection
8be0b6
8be0b6
* Mon Aug 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.90.1-2
8be0b6
- Require gsettings-desktop-schemas (#628273)
8be0b6
8be0b6
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.1-1
8be0b6
- Update to 2.31.91
8be0b6
8be0b6
* Wed Aug 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.90-1
8be0b6
- Update to 2.31.90
8be0b6
8be0b6
* Thu Aug 12 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.6-1
8be0b6
- Update to 2.31.6
8be0b6
8be0b6
* Fri Aug  6 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.5-3.really.2.30.1
8be0b6
- Revert back (temporarily) to 2.30.1 and mask it as 2.31.5 due to recent gnome3 changes
8be0b6
8be0b6
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.5-2
8be0b6
- Rebuild with new gobject-introspection
8be0b6
8be0b6
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
8be0b6
- Update to 2.31.5
8be0b6
8be0b6
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
8be0b6
- Update to 2.31.4
8be0b6
8be0b6
* Wed Jun 23 2010 Bastien Nocera <bnocera@redhat.com> 2.31.3-4.20100618git
8be0b6
- Fix libnautilus-extensions pkg-config files
8be0b6
8be0b6
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-3.20100618git
8be0b6
- Rebuild to get rid of mixed gtk deps
8be0b6
8be0b6
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-2.20100618git
8be0b6
- git snapshot that builds against GLib 2.25.9 and GTK+ 2.90.3
8be0b6
8be0b6
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
8be0b6
- Update to 2.31.3
8be0b6
8be0b6
* Mon May 24 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.2-1
8be0b6
- Update to 2.31.2
8be0b6
8be0b6
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.1-1
8be0b6
- Update to 2.31.1
8be0b6
8be0b6
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-3
8be0b6
- Remove .desktop entry in applications > system tools (#583790)
8be0b6
8be0b6
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-2
8be0b6
- Do not show Unmount when showing Eject/Safe removal
8be0b6
8be0b6
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-1
8be0b6
- Update to 2.30.1
8be0b6
8be0b6
* Sat Apr 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-3
8be0b6
- Also obsolete eel2-devel (#583722)
8be0b6
8be0b6
* Tue Apr 13 2010 Seth Vidal <skvidal at fedoraproject.org> - 2.30.0-2
8be0b6
- fix obsoletes/provides for eel2 to not include pkg name in ver/rel 
8be0b6
8be0b6
* Mon Mar 29 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.0-1
8be0b6
- Update to 2.30.0
8be0b6
8be0b6
* Mon Mar 15 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92.1-1
8be0b6
- Update to 2.29.92.1
8be0b6
- Fix eel2 obsoletion
8be0b6
8be0b6
* Mon Mar  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-1
8be0b6
- Update to 2.29.92
8be0b6
8be0b6
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
8be0b6
- Update to 2.29.91
8be0b6
8be0b6
* Wed Feb 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-2
8be0b6
- Explicitly require exact nautilus-extensions package (#565802)
8be0b6
8be0b6
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-1
8be0b6
- Update to 2.29.90
8be0b6
8be0b6
* Thu Jan 28 2010 Jesse Keating <jkeating@redhat.com> - 2.29.2-2
8be0b6
- Add a requires to keep nautilus-extensions updated if nautilus gets updated
8be0b6
8be0b6
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.2-1
8be0b6
- Update to 2.29.2
8be0b6
8be0b6
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.1-2
8be0b6
- Rebuild
8be0b6
8be0b6
* Fri Dec 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.29.1-1
8be0b6
- Update to 2.29.1
8be0b6
8be0b6
* Thu Dec 10 2009 Jon McCann <jmccann@redhat.com> - 2.28.2-3
8be0b6
- Update the monitor changes patch (gnome #147808)
8be0b6
8be0b6
* Tue Dec  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.2-2
8be0b6
- Fix some memory leaks
8be0b6
8be0b6
* Mon Nov 30 2009 Alexander Larsson <alexl@redhat.com> - 2.28.2-1
8be0b6
- Update to 2.28.2
8be0b6
8be0b6
* Wed Nov 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-4
8be0b6
- Proper fix for crash in the infopanel (#531826)
8be0b6
8be0b6
* Mon Nov  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
8be0b6
- Handle monitor changes when drawing the background (gnome #147808)
8be0b6
8be0b6
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-2
8be0b6
- Don't crash in infopanel on invalid selection (#531826)
8be0b6
8be0b6
* Wed Oct 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.1-1
8be0b6
- Update to 2.28.1
8be0b6
8be0b6
* Thu Sep 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
8be0b6
- Avoid lingering menuitems (#518570)
8be0b6
8be0b6
* Wed Sep 23 2009 Ray Strode <rstrode@redhat.com> 2.28.0-2
8be0b6
- Fix crossfade
8be0b6
8be0b6
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-1
8be0b6
- Update to 2.28.0
8be0b6
8be0b6
* Wed Sep  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-2
8be0b6
- Fix desktop files to be valid
8be0b6
8be0b6
* Mon Sep  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.92-1
8be0b6
- Update to 2.27.92
8be0b6
8be0b6
* Sun Sep  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-3
8be0b6
- Fix uninhibiting when long-running operations are over
8be0b6
8be0b6
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-2
8be0b6
- Make nautilus-file-management-properties not crash on start
8be0b6
8be0b6
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
8be0b6
- Update to 2.27.91
8be0b6
8be0b6
* Wed Aug 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-5
8be0b6
- Turn off autorun for x-content/software
8be0b6
8be0b6
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-4
8be0b6
- Show icons for bookmarks and similar in menus
8be0b6
8be0b6
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-3
8be0b6
- Drop desktop-backgrounds-basic dep that we've carried for 9 years
8be0b6
  without ever making use of it
8be0b6
8be0b6
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8be0b6
8be0b6
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
8be0b6
- Update to 2.27.4
8be0b6
8be0b6
* Mon Jun 15 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.2-1
8be0b6
- Update to 2.27.2
8be0b6
8be0b6
* Tue May  5 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.27.1-1
8be0b6
- Update to 2.27.1
8be0b6
8be0b6
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.2-3
8be0b6
- Don't drop schemas translations from po files anymore
8be0b6
8be0b6
* Thu Apr 16 2009 Alexander Larsson <alexl@redhat.com> - 2.26.2-2
8be0b6
- Fix whitespace on the right in icon view when zooming
8be0b6
8be0b6
* Mon Apr 13 2009 Alexander Larsson <alexl@redhat.com> - 2.26.2-1
8be0b6
- Update to 2.26.2
8be0b6
8be0b6
* Mon Apr  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.1-2
8be0b6
- Fix dragging files via NFS moves instead of copy (#456515)
8be0b6
8be0b6
* Thu Apr  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.1-1
8be0b6
- Update to 2.26.1
8be0b6
8be0b6
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.0-1
8be0b6
- Update to 2.26.0
8be0b6
8be0b6
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.93-2
8be0b6
- Avoid respawning in a loop when not showing the desktop (#485375)
8be0b6
8be0b6
* Wed Mar 11 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.93-1
8be0b6
- Update to 2.25.93
8be0b6
8be0b6
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.92-1
8be0b6
- Update to 2.25.92
8be0b6
8be0b6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-3
8be0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8be0b6
8be0b6
* Thu Feb 19 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.91-2
8be0b6
- Workaround for broken gcc optimization (#486088)
8be0b6
8be0b6
* Mon Feb 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.91-1
8be0b6
- Update to 2.25.91
8be0b6
8be0b6
* Mon Feb  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.4-1
8be0b6
- Update to 2.25.4
8be0b6
8be0b6
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com>- 2.25.3-2
8be0b6
- Reenable the translation size reduction
8be0b6
8be0b6
* Tue Jan 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.3-1
8be0b6
- Update to 2.25.3
8be0b6
8be0b6
* Mon Jan 19 2009 Ray Strode <rstrode@redhat.com> - 2.25.2-7
8be0b6
- Update fade patch to work with updated gnome-desktop api
8be0b6
- Fix fade start pixmap
8be0b6
8be0b6
* Wed Jan  7 2009 Ray Strode <rstrode@redhat.com> - 2.25.2-6
8be0b6
- Don't crash when closing spatial window very quickly after
8be0b6
  opening it (gnome bug 552859)
8be0b6
8be0b6
* Thu Dec 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-5
8be0b6
- Fix spec
8be0b6
8be0b6
* Thu Dec 18 2008 - Ray Strode <rstrode@redhat.com> - 2.25.2-4
8be0b6
- Add eel crossfade patch
8be0b6
8be0b6
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.2-3
8be0b6
- Rebuild for new libgnome-desktop
8be0b6
8be0b6
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
8be0b6
- Drop the eel2 Obsoletes temporarily to give people some time
8be0b6
  to port away
8be0b6
8be0b6
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
8be0b6
- Update to 2.25.2
8be0b6
- Clean up Requires
8be0b6
- Obsolete eel2
8be0b6
- Drop hard dependency on gvfs backends. 
8be0b6
  These are pulled in by comps, anyway
8be0b6
8be0b6
* Fri Dec  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-5
8be0b6
- Obsolete gnome-volume-manager
8be0b6
8be0b6
* Fri Dec  5 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-4
8be0b6
- Properly open new windows after long mount operation
8be0b6
- Fix callback connection to the GtkMountOperation dialog
8be0b6
8be0b6
* Thu Dec  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-3
8be0b6
- Fix BuildRequires
8be0b6
8be0b6
* Thu Dec  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-2
8be0b6
- Rediff the XDS patch
8be0b6
8be0b6
* Tue Dec  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-1
8be0b6
- Update to 2.25.1
8be0b6
8be0b6
* Wed Nov 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.2-1
8be0b6
- Update to 2.24.2
8be0b6
8be0b6
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-5
8be0b6
- Better URL
8be0b6
- Tweak %%description
8be0b6
8be0b6
* Thu Nov 13 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-4
8be0b6
- Rebuild
8be0b6
8be0b6
* Mon Oct 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-3
8be0b6
- Updated XDS support in tree view patch (sync with gnomebz #171655)
8be0b6
8be0b6
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 2.24.1-2
8be0b6
- Manually check for fallback file icon since we're not
8be0b6
  always returning that from gio anymore (from upstream)
8be0b6
8be0b6
* Mon Oct 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-1
8be0b6
- Update to 2.24.1
8be0b6
8be0b6
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
8be0b6
- Remove debug flags
8be0b6
8be0b6
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
8be0b6
- Save some space
8be0b6
8be0b6
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
8be0b6
- Update to 2.24.0
8be0b6
8be0b6
* Sat Sep 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-3
8be0b6
- Plug some memory leaks
8be0b6
8be0b6
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-2
8be0b6
- Plug some memory leaks
8be0b6
8be0b6
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
8be0b6
- Update to 2.23.92
8be0b6
8be0b6
* Tue Sep 02 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.91-1
8be0b6
- Update to 2.23.91
8be0b6
8be0b6
* Sat Aug 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-4
8be0b6
- Plug a few small memory leaks
8be0b6
8be0b6
* Thu Aug 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-3
8be0b6
- Pull in split-off gvfs backends
8be0b6
8be0b6
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.90-2
8be0b6
- Fix typo in the schemas file
8be0b6
8be0b6
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
8be0b6
- Update to 2.23.90
8be0b6
8be0b6
* Mon Aug  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.6.1-1
8be0b6
- Update to 2.23.6.1
8be0b6
- Dropped upstreamed patches
8be0b6
8be0b6
* Mon Aug  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.6-1
8be0b6
- Update to 2.23.6
8be0b6
8be0b6
* Sun Jul 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-3
8be0b6
- More icon name fixes
8be0b6
8be0b6
* Sun Jul 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
8be0b6
- Use standard icon names
8be0b6
8be0b6
* Tue Jul 22 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.5.1-1
8be0b6
- Update to 2.23.5.1
8be0b6
8be0b6
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
8be0b6
- Update to 2.23.5
8be0b6
8be0b6
* Tue Jun 17 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.4-1
8be0b6
- Update to 2.23.4
8be0b6
8be0b6
* Thu Jun 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.3-2
8be0b6
- Fix DnD segfaults (#450416, #450449)
8be0b6
8be0b6
* Wed Jun  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.3-1
8be0b6
- Update to 2.23.3
8be0b6
8be0b6
* Fri May 30 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-3
8be0b6
- Add DnD support to drop files onto archive files with help 
8be0b6
  of file-roller (gnomebz #377157)
8be0b6
- Add fix preventing crash on bad GFileInfos (gnomebz #519743)
8be0b6
8be0b6
* Fri May 16 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-2
8be0b6
- Add treeview XDS drag&drop support (#446760)
8be0b6
8be0b6
* Tue May 13 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.2-1
8be0b6
- Update to 2.23.2
8be0b6
8be0b6
* Fri May  2 2008 David Zeuthen <davidz@redhat.com> - 2.23.1-4
8be0b6
- Default to "Ask what to do" for all actions (#444639)
8be0b6
8be0b6
* Fri May  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-3
8be0b6
- Mask file moving to nautilus-cd-burner window as copy operation (#443944)
8be0b6
- Don't allow recursive move/copy into itself (gnomebz #530720)
8be0b6
8be0b6
* Thu Apr 24 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-2
8be0b6
- Add SELinux patch (gnomebz #529694)
8be0b6
8be0b6
* Wed Apr 23 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-1
8be0b6
- Update to 2.23.1
8be0b6
8be0b6
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-5
8be0b6
- Make "Open Folder" work as expected for media handling
8be0b6
8be0b6
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 2.22.2-4
8be0b6
- Put X-Gnome-Vfs-System=gio into desktop files (See #442835)
8be0b6
8be0b6
* Wed Apr 16 2008 David Zeuthen <davidz@redhat.com> - 2.22.2-3
8be0b6
- Revert Fedora livecd mount (fix is in latest gvfs packages) and
8be0b6
  add a patch to avoid trying to autorun mounts that are mounted
8be0b6
  from outside Nautilus (#442189)
8be0b6
8be0b6
* Fri Apr 11 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.2-2
8be0b6
- Hide Fedora livecd mount (#439166)
8be0b6
8be0b6
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-1
8be0b6
- Update to 2.22.2
8be0b6
8be0b6
* Sun Apr  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-6
8be0b6
- Backport a patch from upstream svn thats needed for file-roller
8be0b6
8be0b6
* Fri Apr  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-5
8be0b6
- Fix beagle support some more
8be0b6
8be0b6
* Thu Apr  3 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.1-4
8be0b6
- Fix SELinux attributes display issue (#439686)
8be0b6
8be0b6
* Wed Apr  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-3
8be0b6
- Fix the build to include tracker and beagle support again
8be0b6
8be0b6
* Mon Mar 31 2008 Ray Strode <rstrode@redhat.com> - 2.22.1-2
8be0b6
- Over the releases we've accumulated default.png, default-wide.png default-5_4.png
8be0b6
  and default.jpg.  We haven't been able to drop them because it would leave some
8be0b6
  users with white backgrounds on upgrade.  This patch just falls back to the
8be0b6
  default image if the user's background doesn't exist.
8be0b6
8be0b6
8be0b6
* Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.1-1
8be0b6
- Update to 2.22.1
8be0b6
8be0b6
* Thu Mar 13 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.0-2
8be0b6
- Don't create application/x-ext-<extension> types for known mimetypes (patch from head)
8be0b6
- Fix a crash in the Properties dialog while changing owner (patch from head)
8be0b6
8be0b6
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
8be0b6
- Update to 2.22.0
8be0b6
8be0b6
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-2
8be0b6
- Change libbeagle .so name for libbeagle-0.3.0 in nautilus-2.21.1-dynamic-search-r2.patch (#434722)
8be0b6
8be0b6
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-1
8be0b6
- Update to 2.21.92
8be0b6
8be0b6
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
8be0b6
- Update to 2.21.91
8be0b6
8be0b6
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
8be0b6
- Update to 2.21.90
8be0b6
8be0b6
* Mon Jan 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.6-1
8be0b6
- Update to 2.21.6
8be0b6
8be0b6
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
8be0b6
- Update to 2.21.5
8be0b6
8be0b6
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
8be0b6
- Update to 2.21.2
8be0b6
8be0b6
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
8be0b6
- Fix extensiondir
8be0b6
8be0b6
* Fri Dec 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
8be0b6
- Upodate to 2.21.1
8be0b6
8be0b6
* Wed Dec 19 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-7
8be0b6
- Update audio preview patch to check for aliases (#381401)
8be0b6
8be0b6
* Tue Oct 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-6
8be0b6
- Fix audio preview command-line to use decodebin so playbin doesn't
8be0b6
  pop up a window for videos detected as audio
8be0b6
8be0b6
* Tue Oct 16 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-5
8be0b6
- Add patch from upstream to get audio preview working again
8be0b6
  (#332251)
8be0b6
8be0b6
* Wed Oct  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-4
8be0b6
- Move /usr/lib/nautilus/extensions-1.0 to the extensions package
8be0b6
8be0b6
* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
8be0b6
- Fix a crash with small fonts (#242350)
8be0b6
8be0b6
* Tue Oct  2 2007 Alexander Larsson <alexl@redhat.com> - 2.20.0-1
8be0b6
- Backport fixes for async thumbnail loading from svn
8be0b6
8be0b6
* Fri Sep 28 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
8be0b6
- drop redhat-artwork dep. Alex says we don't need it anymore 
8be0b6
8be0b6
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
8be0b6
- Update to 2.20.0
8be0b6
8be0b6
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
8be0b6
- Update to 2.19.91
8be0b6
8be0b6
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
8be0b6
- Update to 2.19.90
8be0b6
8be0b6
* Fri Aug 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-3
8be0b6
- Bump gnome-vfs requirement (#251306)
8be0b6
8be0b6
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
8be0b6
- Update license field
8be0b6
8be0b6
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
8be0b6
- Update to 2.19.6
8be0b6
8be0b6
* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 2.19.5-3
8be0b6
- Rebuild for RH #249435
8be0b6
8be0b6
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-2
8be0b6
- Port to new GTK+ tooltips API
8be0b6
8be0b6
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
8be0b6
- Update to 2.19.5
8be0b6
8be0b6
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
8be0b6
- Fix directory ownership issues
8be0b6
8be0b6
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
8be0b6
- Update to 2.19.4
8be0b6
8be0b6
* Tue Jun  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
8be0b6
- Update to 2.19.3
8be0b6
8be0b6
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
8be0b6
- Update to 2.19.2
8be0b6
8be0b6
* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 2.18.1-2
8be0b6
- Fix memleak (#235696)
8be0b6
8be0b6
* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 2.18.1-1
8be0b6
- Update to 2.18.1
8be0b6
8be0b6
* Mon Mar 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-2
8be0b6
- Update icon caches (#234020)
8be0b6
8be0b6
* Mon Mar 12 2007 Alexander Larsson <alexl@redhat.com> - 2.18.0.1-1
8be0b6
- Update to 2.18.0.1
8be0b6
8be0b6
* Tue Mar  6 2007 Alexander Larsson <alexl@redhat.com> - 2.17.92-3
8be0b6
- Update xdg-user-dirs patch, now handle renaming desktop dir
8be0b6
8be0b6
* Thu Mar  1 2007 Alexander Larsson <alexl@redhat.com> - 2.17.92-2
8be0b6
- Add xdg-user-dirs patch
8be0b6
8be0b6
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
8be0b6
- Update to 2.17.92
8be0b6
8be0b6
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
8be0b6
- Update to 2.17.91
8be0b6
8be0b6
* Wed Feb  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-4
8be0b6
- Add DesktopSettings category to nautilus-file-management-properties.desktop
8be0b6
8be0b6
* Tue Feb  6 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-3
8be0b6
- update tracker dynamic search patch to new .so name
8be0b6
8be0b6
* Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-2
8be0b6
- Fix gnome bug #362302 in selinux patch
8be0b6
8be0b6
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
8be0b6
- Update to 2.17.90
8be0b6
8be0b6
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
8be0b6
- Update to 2.17.1
8be0b6
8be0b6
* Wed Nov 22 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-7
8be0b6
- Look for beagle before tracker, because tracker autostarts
8be0b6
  This lets us support having both installed at the same time.
8be0b6
- Remove buildreqs for beagle, as they are not necessary with
8be0b6
  the dynamic work.
8be0b6
8be0b6
* Tue Nov 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.2-6
8be0b6
- Detect tracker dynamically, too
8be0b6
8be0b6
* Mon Nov 13 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-5.fc7
8be0b6
- Fix commonly reported NautilusDirectory crash
8be0b6
8be0b6
* Wed Nov  8 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-4.fc7
8be0b6
- Revert upstream icon placement patch as it seems broken
8be0b6
8be0b6
* Tue Nov  7 2006 Alexander Larsson <alexl@redhat.com> - 2.16.2-2.fc7
8be0b6
- Update to 2.16.2
8be0b6
8be0b6
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1 
8be0b6
- Update to 2.16.1
8be0b6
8be0b6
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
8be0b6
- Fix scripts according to the packaging guidelines
8be0b6
- Require GConf2 for the scripts
8be0b6
- Require pkgconfig for the -devel package
8be0b6
8be0b6
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.16.0-5
8be0b6
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
8be0b6
8be0b6
* Tue Sep 19 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-4
8be0b6
- Support changing selinux contexts (#204030)
8be0b6
8be0b6
* Thu Sep 14 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-3
8be0b6
- Fix crash when opening custom icon dialog (#205352)
8be0b6
8be0b6
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
8be0b6
- Add a %%preun script (#205260)
8be0b6
8be0b6
* Mon Sep  4 2006 Alexander Larsson <alexl@redhat.com> - 2.16.0-1
8be0b6
- Update to 2.16.0
8be0b6
8be0b6
* Fri Aug 25 2006 Alexander Larsson <alexl@redhat.com> - 2.15.92.1-2
8be0b6
- Omit self check code in build
8be0b6
8be0b6
* Tue Aug 22 2006 Alexander Larsson <alexl@redhat.com> - 2.15.92.1-1
8be0b6
- update to 2.15.92.1
8be0b6
8be0b6
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
8be0b6
- Update to 2.15.92
8be0b6
8be0b6
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-2.fc6
8be0b6
- Don't Provide/Obsolete nautilus-devel from the main package (#202322)
8be0b6
8be0b6
* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 2.15.91-1.fc6
8be0b6
- Update to 2.15.91
8be0b6
- Split package into devel and extensions (#201967)
8be0b6
8be0b6
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
8be0b6
- Update to 2.15.90
8be0b6
8be0b6
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-3
8be0b6
- Spec file cleanups
8be0b6
8be0b6
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-2
8be0b6
- Don't require nautilus-cd-burner, to avoid a 
8be0b6
  BuildRequires-Requires loop
8be0b6
8be0b6
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
8be0b6
- Update to 2.15.4
8be0b6
8be0b6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.2-1.1
8be0b6
- rebuild
8be0b6
8be0b6
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
8be0b6
- Update to 2.15.1
8be0b6
8be0b6
* Sun May 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
8be0b6
- Add missing BuildRequires (#129184)
8be0b6
8be0b6
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
8be0b6
- Update to 2.15.1
8be0b6
8be0b6
* Fri May 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-3
8be0b6
- Close the about dialog
8be0b6
8be0b6
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
8be0b6
- Update to 2.14.1
8be0b6
8be0b6
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
8be0b6
- Update to 2.14.0
8be0b6
8be0b6
* Mon Mar  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-2
8be0b6
- Reinstate the format patch which was accidentally dropped
8be0b6
8be0b6
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
8be0b6
- Update to 2.13.92
8be0b6
8be0b6
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
8be0b6
- Update to 2.13.91
8be0b6
8be0b6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-2.2
8be0b6
- bump again for double-long bug on ppc(64)
8be0b6
8be0b6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-2.1
8be0b6
- rebuilt for new gcc4.1 snapshot and glibc changes
8be0b6
8be0b6
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
8be0b6
- Avoid delays in rendering the background
8be0b6
8be0b6
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
8be0b6
- Update to 2.13.90
8be0b6
8be0b6
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
8be0b6
- Update to 2.13.4
8be0b6
8be0b6
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> - 2.13.3-2
8be0b6
- Buildrequire libbeagle
8be0b6
8be0b6
* Tue Dec 13 2005 Alexander Larsson <alexl@redhat.com> 2.13.3-1
8be0b6
- Update to 2.13.3
8be0b6
8be0b6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8be0b6
- rebuilt
8be0b6
8be0b6
* Fri Dec  2 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
8be0b6
- Update to 2.13.2
8be0b6
- Update patches
8be0b6
8be0b6
* Tue Nov  1 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-6
8be0b6
- Switch XFree86-devel buildrequirement to libX11-devel
8be0b6
8be0b6
* Fri Oct 28 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-5
8be0b6
- Implement icon stretching keynav
8be0b6
- Support formatting non-floppy devices
8be0b6
8be0b6
* Sat Oct 22 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-4
8be0b6
- Improve icon stretching ui
8be0b6
8be0b6
* Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-3
8be0b6
- Only show the "Format menu item if gfloppy is present
8be0b6
8be0b6
* Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-2
8be0b6
- Add a "Format" context menu item to the floppy in "Computer"
8be0b6
8be0b6
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
8be0b6
- Update to 2.12.1
8be0b6
8be0b6
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
8be0b6
- Update to 2.12.0
8be0b6
8be0b6
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
8be0b6
- New upstream release
8be0b6
8be0b6
* Wed Aug  3 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
8be0b6
- New upstream release
8be0b6
8be0b6
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.3-1
8be0b6
- Update to 2.11.3
8be0b6
8be0b6
* Wed May 11 2005 David Zeuthen <davidz@redhat.com> 2.10.0-4
8be0b6
- Fix default font for zh_TW (#154185)
8be0b6
8be0b6
* Sun Apr  3 2005 David Zeuthen <davidz@redhat.com> 2.10.0-3
8be0b6
- Include patches for desktop background memory saving (GNOME bug #169347)
8be0b6
- Obsoletes: nautilus-media (#153223)
8be0b6
8be0b6
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-2
8be0b6
- Rebuild against newer libexif
8be0b6
8be0b6
* Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 2.10.0-1
8be0b6
- Update to latest upstream version; tweak requires
8be0b6
8be0b6
* Thu Mar  3 2005 Alex Larsson <alexl@redhat.com> 2.9.91-2
8be0b6
- Rebuild
8be0b6
8be0b6
* Fri Feb 11 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.91-1
8be0b6
- Update to 2.9.91
8be0b6
8be0b6
* Tue Nov  9 2004 Marco Pesenti Gritti <mpg@redhat.com> - 2.8.1-5
8be0b6
- Remove eog dependency. The bonobo component is no more used.
8be0b6
8be0b6
* Mon Oct 18 2004 Marco Pesenti Gritti <mpg@redhat.com> - 2.8.1-4
8be0b6
- #135824 Fix throbber position
8be0b6
8be0b6
* Fri Oct 15 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-3
8be0b6
- Slightly less bad error dialog when there is no handler for a file.
8be0b6
  Not ideal, but this change doesn't change any strings.
8be0b6
8be0b6
* Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-2
8be0b6
- Fix open with menu on mime mismatch
8be0b6
- Create desktop links ending with .desktop (#125104)
8be0b6
- Remove old cruft from specfile
8be0b6
8be0b6
* Mon Oct 11 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
8be0b6
- update to 2.8.1
8be0b6
8be0b6
* Fri Oct  8 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-3
8be0b6
- Backport more fixes from cvs
8be0b6
8be0b6
* Mon Oct  4 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-2
8be0b6
- Backport various bugfixes from HEAD
8be0b6
8be0b6
* Mon Sep 13 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
8be0b6
- Update to 2.8.0
8be0b6
8be0b6
* Fri Sep 10 2004 Alexander Larsson <alexl@redhat.com> - 2.7.92-3
8be0b6
- Don't require eject on s390(x), since there is none (#132228)
8be0b6
8be0b6
* Tue Sep  7 2004 Alexander Larsson <alexl@redhat.com> - 2.7.92-2
8be0b6
- Add patch to fix desktop keynav (#131894)
8be0b6
8be0b6
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.7.92-1
8be0b6
- update to 2.7.92
8be0b6
8be0b6
* Thu Aug 26 2004 Alexander Larsson <alexl@redhat.com> - 2.7.4-3
8be0b6
- Added requires eject
8be0b6
- Depend on gnome-vfs2-smb instead of -extras
8be0b6
8be0b6
* Tue Aug 24 2004 Alexander Larsson <alexl@redhat.com> - 2.7.4-2
8be0b6
- backport cvs fixes, including default view fix
8be0b6
8be0b6
* Thu Aug 19 2004 Alex Larsson <alexl@redhat.com> 2.7.4-1
8be0b6
- update to 2.7.4
8be0b6
8be0b6
* Fri Aug  6 2004 Ray Strode <rstrode@redhat.com> 2.7.2-1
8be0b6
- update to 2.7.2
8be0b6
8be0b6
* Tue Aug 3 2004 Matthias Clasen <mclasen@redhat.com> 2.6.0-7
8be0b6
- rebuilt
8be0b6
8be0b6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
8be0b6
- rebuilt
8be0b6
8be0b6
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com> 2.6.0-5
8be0b6
- rebuild
8be0b6
8be0b6
* Wed Apr 14 2004 Alexander Larsson <alexl@redhat.com> 2.6.0-4
8be0b6
- update cvs backport, now handles kde trash dir better
8be0b6
8be0b6
* Wed Apr 14 2004 Alexander Larsson <alexl@redhat.com> 2.6.0-3
8be0b6
- add cvs backport
8be0b6
8be0b6
* Wed Apr  7 2004 Alex Larsson <alexl@redhat.com> 2.6.0-2
8be0b6
- Make network servers go to network:// again
8be0b6
8be0b6
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
8be0b6
- update to 2.6.0
8be0b6
8be0b6
* Tue Mar 16 2004 Mike A. Harrisn <mharris@redhat.com> 2.5.91-2
8be0b6
- Changed BuildRequires: XFree86-libs >= 4.2.99 to BuildRequires: XFree86-devel
8be0b6
- Fixed BuildRoot to use _tmppath instead of /var/tmp
8be0b6
8be0b6
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.5.91-1
8be0b6
- update to 2.5.91
8be0b6
8be0b6
* Mon Mar  8 2004 Alexander Larsson <alexl@redhat.com> 2.5.90-1
8be0b6
- update to 2.5.90
8be0b6
8be0b6
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
8be0b6
- rebuilt
8be0b6
8be0b6
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com>
8be0b6
- update libgnomeui required version to 2.5.3 (#116229)
8be0b6
8be0b6
* Tue Feb 24 2004 Alexander Larsson <alexl@redhat.com> 2.5.8-1
8be0b6
- update to 2.5.8
8be0b6
8be0b6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
8be0b6
- rebuilt
8be0b6
8be0b6
* Fri Feb 13 2004 Alexander Larsson <alexl@redhat.com> 2.5.7-1
8be0b6
- update to 2.5.7
8be0b6
8be0b6
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
8be0b6
- update to 2.5.6
8be0b6
8be0b6
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 2.5.5-1
8be0b6
- update to 2.5.5
8be0b6
8be0b6
* Tue Oct 28 2003 Than Ngo <than@redhat.com> 2.4.0-7
8be0b6
- fix start-here desktop file
8be0b6
8be0b6
* Mon Oct 27 2003 Than Ngo <than@redhat.com> 2.4.0-6
8be0b6
- rebuild against new librsvg2
8be0b6
8be0b6
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-5
8be0b6
- Update cvs backport, now have the better desktop icon layout
8be0b6
8be0b6
* Mon Sep 29 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-4
8be0b6
- Update cvs backport, fixes #105869
8be0b6
8be0b6
* Fri Sep 19 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
8be0b6
- Backport bugfixes from the gnome-2-4 branch
8be0b6
8be0b6
* Tue Sep 16 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-2
8be0b6
- Add patch that fixes crash when deleting in listview
8be0b6
8be0b6
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
8be0b6
- 2.4.0
8be0b6
8be0b6
* Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 2.3.90-2
8be0b6
- Add desktop icons patch
8be0b6
8be0b6
* Tue Sep  2 2003 Alexander Larsson <alexl@redhat.com> 2.3.90-1
8be0b6
- update to 2.3.90
8be0b6
8be0b6
* Tue Aug 26 2003 Alexander Larsson <alexl@redhat.com> 2.3.9-1
8be0b6
- update
8be0b6
- Add patch to ignore kde desktop links
8be0b6
- Re-enable kdesktop detection hack.
8be0b6
  kde doesn't seem to support the manager selection yet
8be0b6
8be0b6
* Wed Aug 20 2003 Alexander Larsson <alexl@redhat.com> 2.3.8-2
8be0b6
- don't require fontilus
8be0b6
8be0b6
* Mon Aug 18 2003 Alexander Larsson <alexl@redhat.com> 2.3.8-1
8be0b6
- update to gnome 2.3
8be0b6
8be0b6
* Wed Aug  6 2003 Elliot Lee <sopwith@redhat.com> 2.2.4-5
8be0b6
- Fix libtool
8be0b6
8be0b6
* Tue Jul  8 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-4.E
8be0b6
- Rebuild
8be0b6
8be0b6
* Tue Jul  8 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-4
8be0b6
- Backport fixes from cvs
8be0b6
- Change some default configurations
8be0b6
8be0b6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
8be0b6
- rebuilt
8be0b6
8be0b6
* Tue May 27 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-2
8be0b6
- Add performance increase backport
8be0b6
- Add desktop manager selection backport
8be0b6
8be0b6
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.4-1
8be0b6
- update to 2.2.4
8be0b6
8be0b6
* Tue May  6 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-2
8be0b6
- Fix scrollkeeper pre-requires
8be0b6
8be0b6
* Mon Mar 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
8be0b6
- Update to 2.2.3
8be0b6
8be0b6
* Tue Feb 25 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-5
8be0b6
- Change the default new window size to fit in 800x600 (#85037)
8be0b6
8be0b6
* Thu Feb 20 2003 Alexander Larsson <alexl@redhat.com>
8be0b6
- Require gnome-vfs2-extras, since network menu item uses it (#84145)
8be0b6
8be0b6
* Tue Feb 18 2003 Alexander Larsson <alexl@redhat.com>
8be0b6
- Update to the latest bugfixes from cvs.
8be0b6
- Fixes #84291 for nautilus, context menu duplication and some other small bugs.
8be0b6
8be0b6
* Thu Feb 13 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-2
8be0b6
- Add a patch to fix the forkbomb-under-kde bug (#81520)
8be0b6
- Add a patch to fix thumbnail memory leak
8be0b6
- require libXft.so.2 instead of Xft, since that changed in the XFree86 package
8be0b6
8be0b6
* Tue Feb 11 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1
8be0b6
- 2.2.1, lots of bugfixes
8be0b6
8be0b6
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.2-2
8be0b6
- remove nautilus-server-connect since it broke without editable vfolders
8be0b6
8be0b6
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.2-1
8be0b6
- Update to 2.2.0.2, fixes bg crasher
8be0b6
- parallelize build
8be0b6
- Added patch from cvs that fixes password hang w/ smb
8be0b6
8be0b6
* Thu Jan 23 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.1-1
8be0b6
- Update to 2.2.0.1
8be0b6
8be0b6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.2.0-2
8be0b6
- rebuilt
8be0b6
8be0b6
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
8be0b6
- update to 2.2.0
8be0b6
8be0b6
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-8
8be0b6
- Add requirement on fontilus and nautilus-cd-burner to get them
8be0b6
  on an upgrade.
8be0b6
8be0b6
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-7
8be0b6
- Added patch to enable the look for kde desktop hack
8be0b6
- Removed patches that were fixed upstream
8be0b6
8be0b6
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-6
8be0b6
- Removed the requirement of nautilus-cd-burner, since
8be0b6
  that is now on by default in comps
8be0b6
8be0b6
* Thu Jan 16 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-5
8be0b6
- Require(post,postun) scrollkeeper (#67340)
8be0b6
- Add dot to end of summary
8be0b6
8be0b6
* Tue Jan 14 2003 Havoc Pennington <hp@redhat.com> 2.1.91-4
8be0b6
- use system-group.png not network-server.png for "Network Servers"
8be0b6
8be0b6
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-3
8be0b6
- Correct filename in last change
8be0b6
8be0b6
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-2
8be0b6
- change the network menu item to go to smb:
8be0b6
8be0b6
* Tue Jan 14 2003 Alexander Larsson <alexl@redhat.com> 2.1.91-1
8be0b6
- Update to 2.1.91
8be0b6
- Updated URL
8be0b6
8be0b6
* Tue Jan 14 2003 Havoc Pennington <hp@redhat.com>
8be0b6
- perl-munge the icon names in a couple desktop files
8be0b6
  to find redhat-network-server.png and redhat-file-manager.png.
8be0b6
  Upstream icon names here were weird and seem broken. 
8be0b6
8be0b6
* Thu Jan  9 2003 Alexander Larsson <alexl@redhat.com>
8be0b6
- 2.1.6
8be0b6
- Removed mp3 stripping script. Thats gone upstream now.
8be0b6
8be0b6
* Wed Dec 18 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-2
8be0b6
- Add cdburn patch.
8be0b6
- Remove nautilus-1.1.19-starthere-hang-hackaround.patch
8be0b6
- Require nautilus-cd-burner
8be0b6
8be0b6
* Mon Dec 16 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-1
8be0b6
- Update to 2.1.5. Require gnome-icon-theme >= 0.1.5, gnome-vfs >= 2.1.5
8be0b6
8be0b6
* Tue Dec  3 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- add explicit startup-notification dependency because build system is
8be0b6
  dumb 
8be0b6
- 2.1.3
8be0b6
8be0b6
* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- 2.1.2
8be0b6
8be0b6
* Thu Oct 10 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- 2.0.7
8be0b6
- remove patches that are upstream
8be0b6
8be0b6
* Tue Sep  3 2002 Alexander Larsson <alexl@redhat.com>  2.0.6-6
8be0b6
- Add badhack to make weblinks on desktop work
8be0b6
8be0b6
* Mon Sep  2 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- fix #70667 assertion failures
8be0b6
- fix triple click patch
8be0b6
8be0b6
* Mon Sep  2 2002 Jonathan Blandford <jrb@redhat.com>
8be0b6
- don't activate on double click
8be0b6
8be0b6
* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- put button press mask in triple-click patch, maybe it will work
8be0b6
- remove html-hack patch as it does nothing useful
8be0b6
8be0b6
* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- require newer redhat-artwork, -menus, eel2, gnome-vfs2 to avoid
8be0b6
  bogus bug reports
8be0b6
- add hack for HTML mime type handling in a web browser, not 
8be0b6
  nautilus
8be0b6
8be0b6
* Thu Aug 29 2002 Alexander Larsson <alexl@redhat.com>
8be0b6
- Updated to 2.0.6. Removed the patches I put upstream.
8be0b6
- Added patch that fixes #72410
8be0b6
8be0b6
* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
8be0b6
- Add a simple patch so that redhat-config-packages can disable 
8be0b6
  the new window behavior for mounted CDs behavior.
8be0b6
8be0b6
* Wed Aug 28 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-4
8be0b6
- Add patch to fix bug #70667
8be0b6
8be0b6
* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- remove mp3
8be0b6
8be0b6
* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- ignore the "add_to_session" preference as it only broke stuff
8be0b6
- pad the left margin a bit to cope with poor word wrapping
8be0b6
8be0b6
* Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-1
8be0b6
- Update to 2.0.5, remove topleft icon patch
8be0b6
8be0b6
* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-2
8be0b6
- Add patch to fix the bug where desktop icons get
8be0b6
  stuck in the top left corner on startup
8be0b6
8be0b6
* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-1
8be0b6
- 2.0.4
8be0b6
8be0b6
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- obsolete nautilus-mozilla < 2.0 #69839
8be0b6
8be0b6
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- add rhconfig patch to Bluecurve theme and disable sidebar by default
8be0b6
8be0b6
* Wed Aug  7 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- drop start here files, require redhat-menus that has them
8be0b6
8be0b6
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- 2.0.3
8be0b6
8be0b6
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- build for new eel2, gail
8be0b6
8be0b6
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- and add the libexec components, mumble
8be0b6
8be0b6
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- put the components in the file list, were moved upstream
8be0b6
8be0b6
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- 2.0.1
8be0b6
8be0b6
* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
8be0b6
- Relibtoolize to fix relink problems for solib components
8be0b6
- Add LANG=en_US to %%makeinstall as well
8be0b6
- Back out previous change, force locale to en_US to prevent UTF-8 problems
8be0b6
- Add workaround for intltool-merge bug on ia64
8be0b6
8be0b6
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
8be0b6
- automated rebuild
8be0b6
8be0b6
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- 2.0.0
8be0b6
- use desktop-file-install
8be0b6
- require desktop-backgrounds-basic
8be0b6
8be0b6
* Wed Jun 12 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- add wacky hack in hopes of fixing the hang-on-login thing
8be0b6
8be0b6
* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- add build requires on new gail
8be0b6
- rebuild to try to lose broken libgailutil.so.13 dependency
8be0b6
8be0b6
* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- rebuild in different environment
8be0b6
8be0b6
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- 1.1.19
8be0b6
8be0b6
* Fri May 31 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- rebuild in different environment
8be0b6
8be0b6
* Thu May 30 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- really remove nautilus-devel if we are going to obsolete it
8be0b6
- don't require hwbrowser
8be0b6
8be0b6
* Sun May 26 2002 Tim Powers <timp@redhat.com>
8be0b6
- automated rebuild
8be0b6
8be0b6
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- rebuild in different environment
8be0b6
8be0b6
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- 1.1.17
8be0b6
8be0b6
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- 1.1.14
8be0b6
8be0b6
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- require eog
8be0b6
- obsolete nautilus-devel
8be0b6
- fix name of schemas file in post
8be0b6
8be0b6
* Mon Apr 22 2002 Alex Larsson <alexl@redhat.com>
8be0b6
- Update to 1.1.13
8be0b6
8be0b6
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- put tree view in file list
8be0b6
8be0b6
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- nautilus for gnome 2
8be0b6
- clean up the spec file and file list a bit
8be0b6
8be0b6
* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- merge translations
8be0b6
8be0b6
* Thu Apr  4 2002 Alex Larsson <alexl@redhat.com>
8be0b6
- Add patch to fix trash crash
8be0b6
8be0b6
* Mon Apr  1 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- fix for metadata tmp race
8be0b6
- backport thumbnail speed fix and thumbnail inf. loop fix
8be0b6
8be0b6
* Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- add some fixes from CVS version, including one for #61819 and a couple segfaults
8be0b6
8be0b6
* Wed Mar 20 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- fix thumbnails for files with future timestamp, #56862
8be0b6
8be0b6
* Mon Mar 11 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- buildrequires intltool #60633
8be0b6
- apply Alex's pixbuf cache patch to save a few megs #60581
8be0b6
8be0b6
* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
8be0b6
- drop Milan-specific features, including png10 and ac25 patches
8be0b6
- copy in 1.0.5 help component to avoid large risky patch
8be0b6
- remove .la files
8be0b6
- drop mozilla from ia64 again
8be0b6
- remove oaf file from nautilus-mozilla that was also in the base 
8be0b6
  package
8be0b6
8be0b6
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
8be0b6
- enable mozilla support on ia64
8be0b6
8be0b6
* Fri Dec 28 2001 Christopher Blizzard <blizzard@redhat.com>
8be0b6
- require Mozilla 0.9.7
8be0b6
- Add patch that puts mozilla profile startup before embedding is initialized
8be0b6
8be0b6
* Tue Nov 20 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- 1.0.6, require Mozilla 0.9.6
8be0b6
8be0b6
* Tue Oct 23 2001 Alex Larsson <alexl@redhat.com>
8be0b6
- Update to 1.0.5
8be0b6
8be0b6
* Thu Sep  6 2001 Owen Taylor <otaylor@redhat.com>
8be0b6
- Fix handling of GnomeVFSFileInfo structure (#53315)
8be0b6
8be0b6
* Wed Sep  5 2001 Owen Taylor <otaylor@redhat.com>
8be0b6
- Change handling of names on unmount to fix #52325
8be0b6
8be0b6
* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- put nautilus-help.desktop in file list; #53109
8be0b6
8be0b6
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- Add po files from sources.redhat.com
8be0b6
8be0b6
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- Add po files from sources.redhat.com
8be0b6
8be0b6
* Thu Aug 23 2001 Alex Larsson <alexl@redhat.com> 1.0.4-38
8be0b6
- Added patch to fix the .directory issuer
8be0b6
8be0b6
* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- I screwed up the build yesterday, so it didn't actually contain the
8be0b6
  fixes mentioned. This build should contain them.
8be0b6
8be0b6
* Wed Aug 22 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- fix bug causing 32000 stats or so in large directories, 
8be0b6
  should speed things up somewhat
8be0b6
- fix #52104 via gruesome kdesktop-detection hack and setting
8be0b6
  window type hint on our desktop window
8be0b6
- fix so Start Here icon displays in sidebar
8be0b6
- don't load non-local .desktop files
8be0b6
8be0b6
* Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- make Programs icon into a link, to match the other .desktop files
8be0b6
- own various directories #51164
8be0b6
- web page titles in Japanese, #51709
8be0b6
- tree defaults to only directories #51850
8be0b6
8be0b6
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- make start here icon work again
8be0b6
- kill some warning spew, #51661
8be0b6
- cache getpwnam() results to speed things up a bit
8be0b6
8be0b6
* Tue Aug 14 2001 Owen Taylor <otaylor@redhat.com>
8be0b6
- Fix problem with missing desktop starthere.desktop file
8be0b6
- New snapshot from our branch, fixes:
8be0b6
  - On upgrade, icons migrated from GNOME desktop are not properly lined up
8be0b6
    (#51436)
8be0b6
  - icons dropped on the desktop don't end up where dropped. (#51441)
8be0b6
  - Nautilus shouldn't have fam monitor read-only windows. This
8be0b6
    keeps CDROMS from being unmounted until you close all
8be0b6
8be0b6
    nautilus windows pointing to them. (#51442)
8be0b6
  - Warnings about 'cannot statfs...' when moving items to trash.
8be0b6
- Use separate start-here.desktop for panel, since the one used
8be0b6
  for the root window only works from Nautilus.
8be0b6
8be0b6
* Fri Aug 10 2001 Alexander Larsson <alexl@redhat.com>
8be0b6
- Changed starthere .desktop files to be links instead
8be0b6
- of spawning a new nautilus. This makes start-here:
8be0b6
- much faster.
8be0b6
8be0b6
* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com>
8be0b6
- Added hwbrowser dependency
8be0b6
- New snapshot, fixes the mozilla-view submit form problem
8be0b6
8be0b6
* Wed Aug  8 2001 Jonathan Blandford <jrb@redhat.com>
8be0b6
- Rebuild with new xml-i18n-tools
8be0b6
- fix crash in creating new desktop files
8be0b6
8be0b6
* Tue Aug  7 2001 Jonathan Blandford <jrb@redhat.com>
8be0b6
- Fix up DnD code some more
8be0b6
8be0b6
* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- Sync our CVS version; fixes some MUSTFIX
8be0b6
  (the one about drawing background on startup, 
8be0b6
   properly translate desktop files, etc.)
8be0b6
8be0b6
* Wed Aug  1 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-24
8be0b6
- Fix 64bit cleanness issue
8be0b6
- Fix NULL mimetype crash
8be0b6
- Disable additional_text for .desktop files
8be0b6
8be0b6
* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-23
8be0b6
- Fix unmounting devices.
8be0b6
8be0b6
* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-22
8be0b6
- Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop
8be0b6
- mimetype sniffing.
8be0b6
8be0b6
* Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-21
8be0b6
- Remove the "don't run as root" warning.
8be0b6
- Remove eazel from bookmarks
8be0b6
- langified (again? did someone change it?)
8be0b6
8be0b6
* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
8be0b6
- Apply a patch that makes nautilus dnd reset work with the latest
8be0b6
- eel release.
8be0b6
8be0b6
* Thu Jul 26 2001 Alexander Larsson <alexl@redhat.com>
8be0b6
- Build on ia64 without the mozilla component.
8be0b6
8be0b6
* Wed Jul 25 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- Fix crash-on-startup showstopper
8be0b6
- Fix can't-find-images bug (this one was only showing up
8be0b6
  when built with debug symbols, since it was an uninitialized memory
8be0b6
  read)
8be0b6
8be0b6
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- sync new tarball from our CVS branch, 
8be0b6
  fixes some drag-and-drop, changes URI scheme names,
8be0b6
  etc.
8be0b6
8be0b6
* Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
8be0b6
- Add BuildRequires (#49539, 49537)
8be0b6
- Fix %%post, %%postun (#49720)
8be0b6
- Background efficiency improvements and hacks
8be0b6
8be0b6
* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
8be0b6
- Don't launch esd on each mouseover.
8be0b6
8be0b6
* Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- move first time druid patch into my "CVS outstanding" patch
8be0b6
- try to really remove Help/Feedback
8be0b6
- try to really fix Help/Community Support
8be0b6
- try again to get Start Here in the Go menu
8be0b6
- try again to get Start Here on the desktop
8be0b6
- don't show file sizes for .desktop files
8be0b6
8be0b6
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- add newline to ends of .desktop files that were missing them
8be0b6
8be0b6
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- update to my latest 'cvs diff -u' (adds default 
8be0b6
  Start Here link, displays .directory name in sidebar)
8be0b6
- include /etc/X11/* links (starthere, sysconfig, serverconfig)
8be0b6
8be0b6
* Tue Jul 10 2001 Jonathan Blandford <jrb@redhat.com>
8be0b6
- Patch to remove firsttime druid and flash
8be0b6
8be0b6
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- add hacks for displaying desktop files
8be0b6
- add hack to turn off the "unwriteable" emblem
8be0b6
8be0b6
* Sun Jul  8 2001 Tim Powers <timp@redhat.com>
8be0b6
- added defattr to the files lists to be (-,root,root)
8be0b6
- languified
8be0b6
8be0b6
* Sat Jul  7 2001 Alexander Larsson <alexl@redhat.com>
8be0b6
- Need to run autoheader too.
8be0b6
8be0b6
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
8be0b6
- Make the fam dependency a real runtime dependency
8be0b6
- by linking to libfam (nautilus-1.0.4-fam-lib.patch)
8be0b6
- Cleaned up specfile.
8be0b6
8be0b6
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
8be0b6
- Change default background and rubberband color.
8be0b6
- Use the sidebar tabs from the default theme
8be0b6
- BuildDepend on fam-devel, depend on fam
8be0b6
- Disable the eazel update pages in the first-time druid.
8be0b6
- Remove the eazel logo from the first-time druid
8be0b6
8be0b6
* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- 1.0.4, removes eazel services icon and wizard page
8be0b6
- Eazel logo is still in startup wizard for now, needs fixing
8be0b6
8be0b6
* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- fix group (s/Desktop/Desktops/) #47134
8be0b6
- remove ammonite dependency
8be0b6
8be0b6
* Wed Jun 27 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- add a different default theme
8be0b6
- clean up file list overspecificity a bit
8be0b6
8be0b6
* Tue Jun 26 2001 Havoc Pennington <hp@redhat.com>
8be0b6
- move to a CVS snapshot of nautilus for now
8be0b6
  (Darin is my hero for having distcheck work out of CVS)
8be0b6
8be0b6
* Thu May 10 2001 Jonathan Blandford <jrb@redhat.com>
8be0b6
- clean up defaults a bit
8be0b6
8be0b6
* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
8be0b6
- New version
8be0b6
8be0b6
* Tue Apr 17 2001 Gregory Leblanc <gleblanc@grego1.cu-portland.edu>
8be0b6
- Added BuildRequires lines
8be0b6
- Changed Source to point to ftp.gnome.org instead of just the tarball name
8be0b6
- Moved %%description sections closer to their %%package sections
8be0b6
- Moved %%changelog to the end, where so that it's not in the way
8be0b6
- Changed configure and make install options to allow moving of
8be0b6
  libraries, includes, binaries more easily
8be0b6
- Removed hard-coded paths (don't define %%prefix or %%docdir)
8be0b6
- replace %%{prefix}/bin with %%{_bindir}
8be0b6
- replace %%{prefix}/share with %%{_datadir}
8be0b6
- replace %%{prefix}/lib with %%{_libdir}
8be0b6
- replace %%{prefix}/include with %%{_includedir}
8be0b6
8be0b6
* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
8be0b6
- removed obsoletes from sub packages and added mozilla and trilobite
8be0b6
subpackages
8be0b6
8be0b6
* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
8be0b6
- created this thing