Leigh Scott 04eb89d
%global commit0 32ab5b1c7893054b266afaa6c88b45c43e8ebd25
Leigh Scott 04eb89d
%global date 20231109
Leigh Scott 04eb89d
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Leigh Scott 215eb87
%global tag %{version}
Leigh Scott 04eb89d
1b1b0d3
Name:           nemo
1b1b0d3
Summary:        File manager for Cinnamon
Leigh Scott c377b5f
Version:        6.0.2
dc3d3b9
Release:        4%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
1b1b0d3
License:        GPLv2+ and LGPLv2+
b53cfee
URL:            https://github.com/linuxmint/%{name}
Leigh Scott 04eb89d
%if 0%{?tag:1}
Leigh Scott 04eb89d
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
Leigh Scott 04eb89d
%else
Leigh Scott 04eb89d
Source0: %url/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Leigh Scott 04eb89d
%endif
42c479f
Source1:        nemo-fedora.gschema.override
cf88e7b
Patch0:         remove_desktop_search.patch
cf88e7b
Patch1:         Don-t-scale-text-size-when-zooming.patch
1b1b0d3
Leigh Scott 0d64d18
ExcludeArch:   %{ix86}
Leigh Scott 0d64d18
4a53875
Requires:       redhat-menus
Leigh Scott 768bdee
Requires:       gvfs-fuse%{?_isa}
ebe1665
Requires:       gvfs-goa%{?_isa}
Leigh Scott 6f93775
Requires:       xapps%{?_isa} >= 2.2.0
a175a4a
# required for for gtk-stock fallback
748ec73
Requires:       adwaita-icon-theme
Leigh Scott ed7cf18
Recommends:     cinnamon-translations >= 6.0.0
Leigh Scott 96ef437
Recommends:     nemo-search-helpers
Leigh Scott 2b9d2e3
Recommends:     folder-color-switcher-nemo
430649b
58b70f4
BuildRequires:  meson
Leigh Scott 215eb87
BuildRequires:  gcc
4a53875
BuildRequires:  intltool
a23d92b
BuildRequires:  python3-gobject-base
Leigh Scott 5277b27
BuildRequires:  python3-packaging
4a53875
BuildRequires:  desktop-file-utils
Leigh Scott 215eb87
BuildRequires:  pkgconfig(gtk+-3.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(gtk+-wayland-3.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(gio-2.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(gio-unix-2.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(glib-2.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(gmodule-no-export-2.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(gobject-2.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(gobject-introspection-1.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(cinnamon-desktop) >= 6.0.0
Leigh Scott 215eb87
BuildRequires:  pkgconfig(gail-3.0)
4a53875
BuildRequires:  pkgconfig(libxml-2.0)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(x11)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(xapp) >= 2.2.0
Leigh Scott 215eb87
BuildRequires:  pkgconfig(exempi-2.0)
4a53875
BuildRequires:  pkgconfig(libexif)
Leigh Scott 46a2945
BuildRequires:  pkgconfig(libgsf-1)
4a53875
BuildRequires:  pkgconfig(libselinux)
Leigh Scott 215eb87
BuildRequires:  pkgconfig(pango)
9381d53
1b1b0d3
# the main binary links against libnemo-extension.so
1b1b0d3
# don't depend on soname, rather on exact version
Leigh Scott f4fea92
Requires:       %{name}-extensions%{?_isa} = %{version}-%{release}
1b1b0d3
1b1b0d3
%description
1b1b0d3
Nemo is the file manager and graphical shell for the Cinnamon desktop
1b1b0d3
that makes it easy to manage your files and the rest of your system.
1b1b0d3
It allows to browse directories on local and remote filesystems, preview
1b1b0d3
files and launch applications associated with them.
1b1b0d3
It is also responsible for handling the icons on the Cinnamon desktop.
1b1b0d3
1b1b0d3
%package extensions
1b1b0d3
Summary: Nemo extensions library
1b1b0d3
License: LGPLv2+
1b1b0d3
Requires:   %{name}%{?_isa} = %{version}-%{release}
1b1b0d3
1b1b0d3
%description extensions
1b1b0d3
This package provides the libraries used by nemo extensions.
1b1b0d3
Leigh Scott 96ef437
%package search-helpers
Leigh Scott 96ef437
Summary: Nemo search helpers
Leigh Scott 96ef437
License: LGPLv2+
Leigh Scott 96ef437
Requires:   %{name}%{?_isa} = %{version}-%{release}
Leigh Scott 96ef437
Requires:   exif
Leigh Scott 96ef437
Requires:   ghostscript
Leigh Scott 96ef437
Requires:   odt2txt
Leigh Scott 96ef437
Requires:   poppler-utils
Leigh Scott d5fc1d8
Requires:   python3-xlrd
Leigh Scott 96ef437
Leigh Scott 96ef437
%description search-helpers
Leigh Scott 96ef437
This package provides the search helpers used by nemo.
Leigh Scott 96ef437
Leigh Scott 96ef437
1b1b0d3
%package devel
1b1b0d3
Summary: Support for developing nemo extensions
1b1b0d3
License: LGPLv2+
1b1b0d3
Requires:   %{name}%{?_isa} = %{version}-%{release}
Leigh Scott f4fea92
Requires:   %{name}-extensions%{?_isa} = %{version}-%{release}
1b1b0d3
1b1b0d3
1b1b0d3
%description devel
1b1b0d3
This package provides libraries and header files needed
1b1b0d3
for developing nemo extensions.
1b1b0d3
1b1b0d3
%prep
Leigh Scott 04eb89d
%if 0%{?tag:1}
8b9a7e8
%autosetup -p1
Leigh Scott 04eb89d
%else
Leigh Scott 04eb89d
%autosetup -p1 -n %{name}-%{commit0}
Leigh Scott 04eb89d
%endif
fef31aa
1b1b0d3
%build
Leigh Scott 208b30a
%meson \
Leigh Scott 208b30a
  -D deprecated_warnings=false \
Leigh Scott 208b30a
  -D gtk_doc=false \
Leigh Scott 208b30a
  -D selinux=true
58b70f4
%meson_build
1b1b0d3
1b1b0d3
%install
58b70f4
%meson_install
1b1b0d3
Leigh Scott 96ef437
install -D -m 0644 %{SOURCE1} %{buildroot}/%{_datadir}/glib-2.0/schemas/nemo-fedora.gschema.override
964dec7
Leigh Scott 450b42d
# Only autostart in cinnamon and budgie
964dec7
desktop-file-install --delete-original \
Leigh Scott 96ef437
  --dir %{buildroot}%{_datadir}/applications \
Leigh Scott 351020e
  --add-only-show-in "X-Cinnamon;Budgie" \
Leigh Scott 450b42d
  %{buildroot}%{_datadir}/applications/nemo-autostart.desktop
Leigh Scott 450b42d
desktop-file-install --delete-original \
Leigh Scott 450b42d
  --dir %{buildroot}%{_datadir}/applications \
Leigh Scott 450b42d
  %{buildroot}%{_datadir}/applications/{nemo,nemo-autorun-software}.desktop
1b1b0d3
4a53875
# create extensions directoy
Leigh Scott 96ef437
mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0/
1b1b0d3
Leigh Scott 96ef437
rm %{buildroot}%{_datadir}/nemo/search-helpers/id3.nemo_search_helper
Leigh Scott 81adfc0
rm %{buildroot}%{_datadir}/nemo/search-helpers/pdf2txt.nemo_search_helper
20e14bd
58b70f4
%ldconfig_scriptlets extensions
58b70f4
f0de495
%files
755cf95
%doc AUTHORS NEWS
964dec7
%license COPYING COPYING-DOCS
Leigh Scott 96ef437
%{_bindir}/nemo
Leigh Scott 96ef437
%{_bindir}/nemo-autorun-software
Leigh Scott 96ef437
%{_bindir}/nemo-connect-server
Leigh Scott 96ef437
%{_bindir}/nemo-desktop
Leigh Scott 96ef437
%{_bindir}/nemo-open-with
8ca677b
%{_libexecdir}/nemo-*
Leigh Scott 96ef437
%{_datadir}/nemo/actions/
Leigh Scott 96ef437
%{_datadir}/nemo/icons/
Leigh Scott 96ef437
%{_datadir}/nemo/script-info.md
1b1b0d3
%{_datadir}/applications/*
1b1b0d3
%{_datadir}/mime/packages/nemo.xml
8ca677b
%{_datadir}/icons/hicolor/*/*/*.png
4a53875
%{_datadir}/icons/hicolor/scalable/*/*.svg
0b908de
%{_datadir}/dbus-1/services/nemo*
ac89d7c
%{_datadir}/glib-2.0/schemas/*
3ee85cb
%{_datadir}/polkit-1/actions/org.nemo.root.policy
Leigh Scott 0d64d18
%{_datadir}/gtksourceview-*/language-specs/nemo_*.lang
8ca677b
%{_mandir}/man1/nemo*
1b1b0d3
1b1b0d3
%files extensions
964dec7
%license COPYING.EXTENSIONS COPYING.LIB
1b1b0d3
%{_libdir}/libnemo-extension.so.*
Leigh Scott 208b30a
%{_libdir}/nemo/
964dec7
%{_libdir}/girepository-1.0/Nemo-3.0.typelib
1b1b0d3
Leigh Scott 96ef437
%files search-helpers
Leigh Scott ac31bfe
%{_bindir}/nemo-epub2text
Leigh Scott 96ef437
%{_bindir}/nemo-mso-to-txt
Leigh Scott 8a55923
%{_bindir}/nemo-ppt-to-txt
Leigh Scott d5fc1d8
%{_bindir}/nemo-xls-to-txt
Leigh Scott 96ef437
%{_datadir}/nemo/search-helpers/
Leigh Scott 96ef437
1b1b0d3
%files devel
1b1b0d3
%{_includedir}/nemo/
1b1b0d3
%{_libdir}/pkgconfig/*
1b1b0d3
%{_libdir}/*.so
1b1b0d3
%{_datadir}/gir-1.0/*.gir
1b1b0d3
1b1b0d3
%changelog
dc3d3b9
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.2-4
dc3d3b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
dc3d3b9
a7e93db
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.2-3
a7e93db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a7e93db
Leigh Scott 5277b27
* Fri Jan 12 2024 Leigh Scott <leigh123linux@gmail.com> - 6.0.2-2
Leigh Scott 5277b27
- Add buildrequires python3-packaging
Leigh Scott 5277b27
Leigh Scott c377b5f
* Fri Dec 29 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.2-1
Leigh Scott c377b5f
- Update to 6.0.2 release
Leigh Scott c377b5f
Leigh Scott 72ad9fd
* Tue Dec 19 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.1-1
Leigh Scott 72ad9fd
- Update to 6.0.1 release
Leigh Scott 72ad9fd
Leigh Scott 215eb87
* Sun Nov 19 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.0-1
Leigh Scott 215eb87
- Update to 6.0.0 release
Leigh Scott 215eb87
Leigh Scott 04eb89d
* Thu Nov 09 2023 Leigh Scott <leigh123linux@gmail.com> - 5.9.0-1.20231109git32ab5b1
Leigh Scott 04eb89d
- Update to git snapshot
Leigh Scott 04eb89d
Leigh Scott 2b9d2e3
* Fri Nov 03 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.5-3
Leigh Scott 2b9d2e3
- Add recommends folder-color-switcher-nemo
Leigh Scott 2b9d2e3
Leigh Scott 450b42d
* Sat Sep 23 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.5-2
Leigh Scott 450b42d
- Show nemo app in other DE's
Leigh Scott 450b42d
Leigh Scott 42a4612
* Fri Sep 22 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.5-1
Leigh Scott 42a4612
- Update to 5.8.5 release
Leigh Scott 42a4612
Leigh Scott 768bdee
* Mon Aug 14 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.4-3
Leigh Scott 768bdee
- Add requires gvfs-fuse
Leigh Scott 768bdee
5d7cc02
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.4-2
5d7cc02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
5d7cc02
Leigh Scott e4c71bc
* Sun Jul 09 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.4-1
Leigh Scott e4c71bc
- Update to 5.8.4 release
Leigh Scott e4c71bc
Leigh Scott c7c4970
* Tue Jun 27 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.3-1
Leigh Scott c7c4970
- Update to 5.8.3 release
Leigh Scott c7c4970
Leigh Scott 8fe8401
* Thu Jun 08 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.1-1
Leigh Scott 8fe8401
- Update to 5.8.1 release
Leigh Scott 8fe8401
Leigh Scott 8f979b5
* Fri Jun 02 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.0-1
Leigh Scott 8f979b5
- Update to 5.8.0 release
Leigh Scott 8f979b5
Leigh Scott 8c9aed4
* Mon Mar 20 2023 Leigh Scott <leigh123linux@gmail.com> - 5.6.4-1
Leigh Scott 8c9aed4
- Update to 5.6.4 release
Leigh Scott 8c9aed4
Leigh Scott 351020e
* Sat Feb 04 2023 Leigh Scott <leigh123linux@gmail.com> - 5.6.2-3
Leigh Scott 351020e
- Add Budgie to OnlyShowIn
Leigh Scott 351020e
3c3030d
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.2-2
3c3030d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
3c3030d
Leigh Scott cdcc23c
* Sun Jan 08 2023 Leigh Scott <leigh123linux@gmail.com> - 5.6.2-1
Leigh Scott cdcc23c
- Update to 5.6.2 release
Leigh Scott cdcc23c
Leigh Scott 22ebb48
* Tue Dec 13 2022 Leigh Scott <leigh123linux@gmail.com> - 5.6.1-1
Leigh Scott 22ebb48
- Update to 5.6.1 release
Leigh Scott 22ebb48
Leigh Scott f1e1bce
* Mon Nov 21 2022 Leigh Scott <leigh123linux@gmail.com> - 5.6.0-1
Leigh Scott f1e1bce
- Update to 5.6.0 release
Leigh Scott f1e1bce
Leigh Scott 9f035c5
* Mon Aug 15 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.3-1
Leigh Scott 9f035c5
- Update to 5.4.3 release
Leigh Scott 9f035c5
Leigh Scott f7e981c
* Wed Jul 27 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.2-1
Leigh Scott f7e981c
- Update to 5.4.2 release
Leigh Scott f7e981c
e9254b7
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.1-2
e9254b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
e9254b7
Leigh Scott 420cf34
* Sun Jul 17 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.1-1
Leigh Scott 420cf34
- Update to 5.4.1 release
Leigh Scott 420cf34
Leigh Scott 1aacedf
* Sat Jun 11 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.0-1
Leigh Scott 1aacedf
- Update to 5.4.0 release
Leigh Scott 1aacedf
Leigh Scott cd36673
* Sat May 28 2022 Leigh Scott <leigh123linux@gmail.com> - 5.2.4-1
Leigh Scott cd36673
- Update to 5.2.4 release
Leigh Scott cd36673
eb103dd
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.3-2
eb103dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
eb103dd
Leigh Scott 9e89e89
* Sat Jan 01 2022 Leigh Scott <leigh123linux@gmail.com> - 5.2.3-1
Leigh Scott 9e89e89
- Update to 5.2.3 release
Leigh Scott 9e89e89
Leigh Scott de1b883
* Thu Dec 16 2021 Leigh Scott <leigh123linux@gmail.com> - 5.2.2-1
Leigh Scott de1b883
- Update to 5.2.2 release
Leigh Scott de1b883
Leigh Scott d5fc1d8
* Thu Dec 09 2021 Leigh Scott <leigh123linux@gmail.com> - 5.2.1-1
Leigh Scott d5fc1d8
- Update to 5.2.1 release
Leigh Scott d5fc1d8
Leigh Scott 0d64d18
* Fri Nov 19 2021 Leigh Scott <leigh123linux@gmail.com> - 5.2.0-1
Leigh Scott 0d64d18
- Update to 5.2.0 release
Leigh Scott 0d64d18
Leigh Scott 78cfb50
* Thu Nov 04 2021 Leigh Scott <leigh123linux@gmail.com> - 5.0.5-1
Leigh Scott 78cfb50
- Update to 5.0.5 release
Leigh Scott 78cfb50
2323f69
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2
2323f69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2323f69
Leigh Scott 3961898
* Thu Jul 08 2021 Leigh Scott <leigh123linux@gmail.com> - 5.0.3-1
Leigh Scott 3961898
- Update to 5.0.3 release
Leigh Scott 3961898
Leigh Scott 1aada15
* Fri Jun 25 2021 Leigh Scott <leigh123linux@gmail.com> - 5.0.2-1
Leigh Scott 1aada15
- Update to 5.0.2 release
Leigh Scott 1aada15
Leigh Scott 96ef437
* Fri Jun 18 2021 Leigh Scott <leigh123linux@gmail.com> - 5.0.1-2
Leigh Scott 96ef437
- Move search helpers to sub-package
Leigh Scott 96ef437
Leigh Scott 8144281
* Thu Jun 10 2021 Leigh Scott <leigh123linux@gmail.com> - 5.0.1-1
Leigh Scott 8144281
- Update to 5.0.1 release
Leigh Scott 8144281
Leigh Scott 6f93775
* Fri May 28 2021 Leigh Scott <leigh123linux@gmail.com> - 5.0.0-1
Leigh Scott 6f93775
- Update to 5.0.0 release
Leigh Scott 6f93775
Leigh Scott 7d05258
* Fri Mar 05 2021 Leigh Scott <leigh123linux@gmail.com> - 4.8.6-1
Leigh Scott 7d05258
- Update to 4.8.6 release
Leigh Scott 7d05258
Leigh Scott 2313206
* Mon Mar 01 2021 Leigh Scott <leigh123linux@gmail.com> - 4.8.5-1
Leigh Scott 2313206
- Update to 4.8.5 release
Leigh Scott 2313206
f6cfb32
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.4-2
f6cfb32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f6cfb32
Leigh Scott 7982b7b
* Sun Jan  3 2021 Leigh Scott <leigh123linux@gmail.com> - 4.8.4-1
Leigh Scott 7982b7b
- Update to 4.8.4 release
Leigh Scott 7982b7b
Leigh Scott 112702b
* Sat Jan  2 2021 Leigh Scott <leigh123linux@gmail.com> - 4.8.3-1
Leigh Scott 112702b
- Update to 4.8.3 release
Leigh Scott 112702b
Leigh Scott 51ce82d
* Tue Dec  8 2020 Leigh Scott <leigh123linux@gmail.com> - 4.8.2-1
Leigh Scott 51ce82d
- Update to 4.8.2 release
Leigh Scott 51ce82d
Leigh Scott 29bec84
* Tue Dec  8 2020 Leigh Scott <leigh123linux@gmail.com> - 4.8.1-1
Leigh Scott 29bec84
- Update to 4.8.1 release
Leigh Scott 29bec84
Leigh Scott d105f74
* Thu Nov 26 2020 Leigh Scott <leigh123linux@gmail.com> - 4.8.0-1
Leigh Scott d105f74
- Update to 4.8.0 release
Leigh Scott d105f74
Leigh Scott ef070f2
* Tue Aug 11 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.5-1
Leigh Scott ef070f2
- Update to 4.6.5 release
Leigh Scott ef070f2
898f254
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.4-2
898f254
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
898f254
Leigh Scott efac105
* Sun Jun 21 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.4-1
Leigh Scott efac105
- Update to 4.6.4 release
Leigh Scott efac105
Leigh Scott 86a32a1
* Sat Jun 06 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.3-1
Leigh Scott 86a32a1
- Update to 4.6.3 release
Leigh Scott 86a32a1
Leigh Scott 2208978
* Wed May 27 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.2-1
Leigh Scott 2208978
- Update to 4.6.2 release
Leigh Scott 2208978
Leigh Scott e5fb7f9
* Thu May 21 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.1-1
Leigh Scott e5fb7f9
- Update to 4.6.1 release
Leigh Scott e5fb7f9
Leigh Scott 87b5632
* Wed May 13 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.0-1
Leigh Scott 87b5632
- Update to 4.6.0 release
Leigh Scott 87b5632
471687a
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.2-4
471687a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
471687a
1339e92
* Thu Jan 23 2020 Leigh Scott <leigh123linux@googlemail.com> - 4.4.2-3
1339e92
- Add patch to fix gcc-10 compile issue
1339e92
b69ef8a
* Thu Jan 23 2020 Leigh Scott <leigh123linux@googlemail.com> - 4.4.2-2
b69ef8a
- Workaround gcc-10 issue till upstream addresses it
b69ef8a
b2da58b
* Thu Dec 12 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.4.2-1
b2da58b
- Update to 4.4.2 release
b2da58b
330d4d8
* Mon Dec 09 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.4.1-3
330d4d8
- Add patch to fix 'Disable GLib deprecation warnings'
330d4d8
aba2c62
* Mon Dec 09 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.4.1-2
aba2c62
- Add patch to fix 'Don't hyphenate long filenames'
aba2c62
- Add patch to fix 'fix copying from the trash'
aba2c62
506ef85
* Thu Nov 28 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.4.1-1
506ef85
- Update to 4.4.1 release
506ef85
b3a7cac
* Sat Nov 16 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.4.0-1
b3a7cac
- Update to 4.4.0 release
b3a7cac
09d684c
* Fri Sep 06 2019 Nikola Forró <nforro@redhat.com> - 4.2.3-2
09d684c
- Rebuilt for exempi 2.5.1
09d684c
a7b5b13
* Wed Aug 28 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.2.3-1
a7b5b13
- Update to 4.2.3 release
a7b5b13
89d9c0c
* Wed Jul 31 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.2.2-1
89d9c0c
- Update to 4.2.2 release
89d9c0c
4d79ff8
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-2
4d79ff8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4d79ff8
5ca4eab
* Sun Jul 14 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.2.1-1
5ca4eab
- Update to 4.2.1 release
5ca4eab
ebe1665
* Sun Jun 23 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.2.0-1
ebe1665
- Update to 4.2.0 release
ebe1665
ce272c8
* Tue Jun 18 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.0.6-3
ce272c8
- Fix gtk-3.24.8 scroll issue
ce272c8
79c34fa
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.6-2
79c34fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
79c34fa
1759959
* Sun Dec 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 4.0.6-1
1759959
- Update to 4.0.6 release
1759959
39cc992
* Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 4.0.4-1
39cc992
- Update to 4.0.4 release
39cc992
ca75e08
* Tue Nov 27 2018 Leigh Scott <leigh123linux@googlemail.com> - 4.0.3-1
ca75e08
- Update to 4.0.3 release
ca75e08
87fe186
* Tue Nov 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 4.0.2-1
87fe186
- Update to 4.0.2 release
87fe186
1afd542
* Mon Nov 12 2018 Leigh Scott <leigh123linux@googlemail.com> - 4.0.1-1
1afd542
- Update to 4.0.1 release
1afd542
b53cfee
* Thu Nov 01 2018 Leigh Scott <leigh123linux@googlemail.com> - 4.0.0-1
b53cfee
- Update to 4.0.0 release
b53cfee
667dbcd
* Sun Oct 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.6-2
667dbcd
- Drop EPEL/RHEL support
667dbcd
79f241a
* Fri Sep 21 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.6-1
79f241a
- Update to 3.8.6 release
79f241a
dd42151
* Thu Aug 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.5-1
dd42151
- Update to 3.8.5 release
dd42151
4958065
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.4-2
4958065
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4958065
cf713a7
* Sat Jul 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.4-1
cf713a7
- Update to 3.8.4 release
cf713a7
c9290e2
* Fri Jun 08 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.3-1
c9290e2
- Update to 3.8.3 release
c9290e2
fd6c79b
* Sun May 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.2-1
fd6c79b
- Update to 3.8.2 release
fd6c79b
1d69e88
* Tue May 01 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.1-1
1d69e88
- Update to 3.8.1 release
1d69e88
8b9a7e8
* Fri Apr 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.0-1
8b9a7e8
- Update to 3.8.0 release
8b9a7e8
0c1033d
* Sun Apr 15 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.9.20180415gitd0e6d21
0c1033d
- update to git snapshot
0c1033d
ddff7b1
* Sun Apr 08 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.8.20180407git6fe68b0
ddff7b1
- update to git snapshot
ddff7b1
f3f6772
* Mon Apr 02 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.7.20180316gitb78adbc
f3f6772
- update to git snapshot
f3f6772
e583d01
* Fri Mar 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.6.20180309git86927cb
e583d01
- update to git snapshot
e583d01
34e2af6
* Sat Feb 10 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.5.20180210gitd6348aa
34e2af6
- update to git snapshot
34e2af6
665c569
* Tue Feb 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.4.20180206gita5bf015
665c569
- update to git snapshot
665c569
0075945
* Mon Feb 05 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.3.20180205git1a20ae1
0075945
- Fix some minor issues
0075945
cf88e7b
* Mon Feb 05 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.2.20180205git1a20ae1
cf88e7b
- update to git snapshot
cf88e7b
58b70f4
* Mon Feb 05 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.6-0.1.20180205git7723f6a
58b70f4
- update to git snapshot
58b70f4
8e014a5
* Mon Dec 18 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.5-1
8e014a5
- update to 3.6.5 release
8e014a5
4b57fa4
* Mon Nov 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.4-1
4b57fa4
- update to 3.6.4 release
4b57fa4
d808177
* Fri Nov 17 2017 Björn Esser <besser82@fedoraproject.org> - 3.6.3-1
d808177
- update to 3.6.3 release
d808177
45c14e6
* Thu Oct 26 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.2-2
45c14e6
- Add upstream fix for desktop scale
45c14e6
42c479f
* Tue Oct 24 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.2-1
42c479f
- update to 3.6.2 release
42c479f
0b908de
* Tue Oct 24 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.1-1
0b908de
- update to 3.6.1 release
0b908de
3354872
* Sat Sep 09 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.7-8
3354872
- Add several more fixes for gDrive
3354872
7a64bc2
* Fri Sep 08 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.7-7
7a64bc2
- Fix renaming on gDrive
7a64bc2
4778fd1
* Thu Aug 31 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.7-6
4778fd1
- Preserve mode of files when changing hashbang
4778fd1
af11485
* Thu Aug 31 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.7-5
af11485
- Fix regex for EPEL
af11485
fef31aa
* Thu Aug 31 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.7-4
fef31aa
- Use Python2 on EPEL <= 7
fef31aa
20e14bd
* Thu Aug 31 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.7-3
20e14bd
- Adjustments for EPEL7
20e14bd
2b2a5ce
* Wed Aug 09 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.7-2
2b2a5ce
- fix desktop file
2b2a5ce
8d8b154
* Wed Aug 09 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.7-1
8d8b154
- update to 3.4.7 release
8d8b154
6dbe7ed
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-3
6dbe7ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6dbe7ed
d0618c5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-2
d0618c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d0618c5
d8dc34b
* Thu Jul 06 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.6-1
d8dc34b
- update to 3.4.6 release
d8dc34b
740e80b
* Mon Jun 26 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.5-1
740e80b
- update to 3.4.5 release
740e80b
- Disable verbose build
740e80b
2143166
* Sun Jun 25 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.4-2
2143166
- Fix control-n (new window) action callback when used from
2143166
  the desktop process
2143166
fa4954c
* Thu Jun 22 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.4-1
fa4954c
- update to 3.4.4 release
fa4954c
- Remove build requires rarian-compat
fa4954c
0b4363e
* Thu Jun 22 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.3-2
0b4363e
- Add patch to fix desktop auto-layout crash.
0b4363e
32521d4
* Wed Jun 21 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.3-1
32521d4
- update to 3.4.3 release
32521d4
9a43c92
* Sun Jun 04 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.2-2
9a43c92
- Remove desktop search
9a43c92
- Remove nemo-desktop decoration
9a43c92
- Fix scaling issue in 'List View' zoom
9a43c92
4e1e6ad
* Tue May 23 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.2-1
4e1e6ad
- update to 3.4.2 release
4e1e6ad
cbf28b1
* Sat May 06 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.0-2
cbf28b1
- Add upstream fix for desktop hidpi scaling
cbf28b1
8ca677b
* Thu May 04 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.0-1
8ca677b
- update to 3.4.0 release
8ca677b
158dea3
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-5
158dea3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
158dea3
59435c7
* Wed Feb 01 2017 Björn Esser <besser82@fedoraproject.org> - 3.2.2-4
59435c7
- Use Noto Sans font on Fedora 24+, too
59435c7
964dec7
* Sun Jan 29 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.2.2-3
964dec7
- Clean up
964dec7
4da669b
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.2.2-2
4da669b
- Rebuild for Python 3.6
4da669b
ec6d458
* Mon Dec 12 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.2-1
ec6d458
- update to 3.2.2 release
ec6d458
ae9d8f4
* Sat Dec 10 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.1-1
ae9d8f4
- update to 3.2.1 release
ae9d8f4
79dc5d7
* Tue Nov 22 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.0-2
79dc5d7
- add 'send by email' action for thunderbird
79dc5d7
67a68bc
* Mon Nov 07 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.2.0-1
67a68bc
- update to 3.2.0 release
67a68bc
c39da11
* Fri Oct 28 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.7-2.git6e2dcd3
c39da11
- update to latest git snapshot
c39da11
e921432
* Mon Oct 24 2016 leigh scott <leigh123linux@googlemail.com> - 3.0.7-1.git6c2a9ca
e921432
- update to git snapshot
e921432
265b2f3
* Tue Oct 11 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.6-6
265b2f3
- rebuilt
265b2f3
48b7a5f
* Sun Jul 24 2016 leigh scott <leigh123linux@googlemail.com> - 3.0.6-5
48b7a5f
- rebuilt yet again (gtk-3.21.3 desktop window redraw issue)
48b7a5f
5a5396a
* Sun Jul 24 2016 leigh scott <leigh123linux@googlemail.com> - 3.0.6-4
5a5396a
- rebuilt
5a5396a
2e1a3de
* Sat Jul 23 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.6-3
2e1a3de
- fix gtk-3.21.3 desktop window redraw issue
2e1a3de
449085f
* Sun Jul 10 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.6-2
449085f
- remove unwanted build flags
449085f
662dc54
* Fri Jun 24 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.6-1
662dc54
- update to 3.0.6 release
662dc54
4ec6dda
* Fri Jun 17 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.5-3
4ec6dda
- change source tag
4ec6dda
- fix log spam
4ec6dda
dbe2ff3
* Sun Jun 05 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.5-2
dbe2ff3
- fix scrolled window issue (raveit65)
dbe2ff3
973d812
* Tue May 31 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.5-1
973d812
- update to 3.0.5 release
973d812
c258a72
* Thu May 26 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.3-2
c258a72
- fix desktop font highlighting when renaming (raveit65)
c258a72
0a52de7
* Tue May 24 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.3-1
0a52de7
- update to 3.0.3 release
0a52de7
d206661
* Fri May 20 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.2-1
d206661
- update to 3.0.2 release
d206661
a23d92b
* Wed May 11 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.1-1
a23d92b
- update to 3.0.1 release
a23d92b
755cf95
* Sun Apr 24 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.0-1
755cf95
- update to 3.0.0 release
755cf95
fe9f8ed
* Sat Mar 26 2016 Leigh Scott <leigh123linux@googlemail.com> - 2.8.7-3
fe9f8ed
- fix another gtk-3.19 issue
fe9f8ed
547b810
* Fri Mar 25 2016 Leigh Scott <leigh123linux@googlemail.com> - 2.8.7-2
547b810
- fix gtk-3.19 issue
547b810
1aa2d42
* Wed Mar 09 2016 Leigh Scott <leigh123linux@googlemail.com> - 2.8.7-1
1aa2d42
- update to 2.8.7 release
1aa2d42
b828e68
* Thu Feb 18 2016 Leigh Scott <leigh123linux@googlemail.com> - 2.8.6-4
b828e68
- add another style class patch (raveit65)
b828e68
- add only show in cinnamon for desktop files
b828e68
b65f56b
* Sun Feb 14 2016 Leigh Scott <leigh123linux@googlemail.com> - 2.8.6-3
b65f56b
- fix gcc-6.0 compile error
b828e68
- add style classes patch (raveit65)
b65f56b
86f5fbf
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.6-2
86f5fbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
86f5fbf
73d245a
* Tue Dec 29 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.6-1
73d245a
- update to 2.8.6 release
73d245a
- patch to fix bz 1287917 & 1288324
73d245a
dd15abe
* Sat Nov 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.5-1
dd15abe
- update to 2.8.5 release
dd15abe
92e35ba
* Mon Nov 09 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.2-2
92e35ba
- rebuilt
92e35ba
72ef938
* Mon Nov 09 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.2-1
72ef938
- update to 2.8.2 release
73d245a
 
bc43cdc
* Mon Oct 26 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.1-1
bc43cdc
- update to 2.8.1 release
bc43cdc
6045485
* Thu Oct 22 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-1
6045485
- update to 2.8.0 release
6045485
5cb7d80
* Tue Sep 01 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.7-2
5cb7d80
- fix deprecation warning
5cb7d80
168f356
* Sun Jun 28 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.7-1
168f356
- update to 2.6.7 release
4777d32
- clean up scriptlets
168f356
b3e1f95
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.6-2
b3e1f95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b3e1f95
2c05428
* Mon Jun 15 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.6-1
2c05428
- update to 2.6.6 release
2c05428
- drop adwaita sub-package
2c05428
b10db24
* Thu Jun 11 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.5-2
b10db24
- fix extension list for 64bit
b10db24
- add patch for preferences
b10db24
9ee925f
* Wed May 27 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.5-1
9ee925f
- update to 2.6.5 release
9ee925f
0278370
* Mon May 25 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-1
0278370
- update to 2.6.4 release
0278370
6dc7052
* Thu May 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.3-1
6dc7052
- update to 2.6.3 release
6dc7052
f729ef1
* Thu May 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.2-1
f729ef1
- update to 2.6.2 release
f729ef1
d818325
* Wed May 20 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.1-1
d818325
- update to 2.6.1 release
d818325
f073bd8
* Wed May 20 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.0-1
f073bd8
- update to 2.6.0 release
f073bd8
f073bd8
* Sat May 16 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.0-0.2.gita06e815
f073bd8
- update to git snapshot
f073bd8
9616fd8
* Tue May 05 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.0-0.1.git1afb0a3
9616fd8
- update to git snapshot
9616fd8
2d53acb
* Thu Apr 02 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.5-2
2d53acb
- drop merged patch
2d53acb
e5d9e53
* Thu Apr 02 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.5-1
e5d9e53
- update to 2.4.5
e5d9e53
8e16108
* Sun Jan 18 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.4-4
8e16108
- f20 also needs a adwaita fix
8e16108
42a61b4
* Sun Jan 18 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.4-3
42a61b4
- add patch to fix statusbar size
42a61b4
57fecb1
* Sun Dec 21 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.4-2
57fecb1
- add patch to fix nemo desktop font colour
57fecb1
- raise thunbnail file size limit
57fecb1
5e21aaa
* Wed Nov 26 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.4-1
5e21aaa
- update to 2.4.4
5e21aaa
bfa9e6c
* Sun Nov 23 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.3-1
bfa9e6c
- update to 2.4.3
bfa9e6c
c24cef2
* Wed Nov 12 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.2-1
c24cef2
- update to 2.4.2
c24cef2
7280e4a
* Fri Oct 31 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-1
7280e4a
- update to 2.4.0
7280e4a
1679033
* Tue Oct 28 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.3.gitb157906
1679033
- update to latest git
1679033
56a5967
* Fri Oct 10 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.2.git88705b5
56a5967
- update to latest git
56a5967
265cf3a
* Tue Sep 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.1.git676b171
265cf3a
- update to latest git
265cf3a
cc2f404
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-2
cc2f404
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
cc2f404
f71b15c
* Wed Aug 13 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.4-1
f71b15c
- update to 2.2.4
f71b15c
- drop upstream patch
f71b15c
Rex Dieter 8df560a
* Tue Aug 12 2014 Rex Dieter <rdieter@fedoraproject.org> 2.2.3-3
Rex Dieter 8df560a
- update mime scriptlet
Rex Dieter 8df560a
1151c00
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.2.3-2
1151c00
- Rebuilt for gobject-introspection 1.41.4
1151c00
5672924
* Fri Jun 27 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.3-1
5672924
- update to 2.2.3
5672924
9017e73
* Tue Jun 17 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.2-4
9017e73
- Fix bookmark crash when umount
9017e73
a7a5936
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-3
a7a5936
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a7a5936
a175a4a
* Fri May 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.2-2
a175a4a
- add requires gnome-icon-theme-legacy
a175a4a
12a30d6
* Wed May 21 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.2-1
12a30d6
- update to 2.2.2
12a30d6
c2160a8
* Fri May 02 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.1-1
c2160a8
- update to 2.2.1
c2160a8
a2febf2
* Sat Apr 12 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.0-1
a2febf2
- update to 2.2.0
a2febf2
b8cff9a
* Mon Mar 03 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-9
b8cff9a
- remove tracker support (bz 1071601) so search works
b8cff9a
- fix adwaita-nemo theme issue (bz 1066547)
b8cff9a
0ac37ab
* Thu Feb 20 2014 Adam Williamson <awilliam@redhat.com> - 2.0.8-8
0ac37ab
- rebuild against updated tracker
0ac37ab
e5b5d75
* Fri Jan 24 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-7
e5b5d75
- fix adwaita theme issue
e5b5d75
aeb9fea
* Thu Jan 02 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-6
aeb9fea
- patch to make background transparent
aeb9fea
3dddb74
* Thu Jan 02 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-5
3dddb74
- hopefully fix rename position issue (bz 1045181)
3dddb74
9b7e6f8
* Mon Dec 23 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-4
9b7e6f8
- add patch to build against tracker-1.8
9b7e6f8
03a7f6f
* Mon Dec 23 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-3
03a7f6f
- change tracker build requires
03a7f6f
df50c5b
* Sun Dec 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-2
df50c5b
- add git rollup patch (bz 1045181)
df50c5b
956e5b5
* Mon Dec 02 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-1
956e5b5
- update to 2.0.8
956e5b5
6373a5c
* Sun Nov 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.7-1
6373a5c
- update to 2.0.7
6373a5c
017f63b
* Sun Nov 03 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.5-1
017f63b
- update to 2.0.5
017f63b
a74f2bb
* Thu Oct 31 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.4-1
a74f2bb
- update to 2.0.4
a74f2bb
- add obsoletes nemo-open-terminal
a74f2bb
86d22bc
* Wed Oct 30 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.3-1
86d22bc
- update to 2.0.3
86d22bc
a3c4428
* Thu Oct 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.2-1
a3c4428
- update to 2.0.2
a3c4428
d8305fb
* Sun Oct 20 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.1-2
d8305fb
- add obsoletes nemo-seahorse
d8305fb
1fcf24f
* Fri Oct 18 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.1-1
1fcf24f
- update to 2.0.1
1fcf24f
56964ff
* Wed Oct 09 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.0-2
56964ff
- rebuilt with tracker support
56964ff
5342f76
* Wed Oct 02 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.0-1
5342f76
- update to 2.0.0
5342f76
ac89d7c
* Tue Oct 01 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.1-2
ac89d7c
- set some defaults
ac89d7c
2ea2a85
* Mon Sep 30 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.1-1
2ea2a85
- update to 1.9.1
2ea2a85
e08c293
* Thu Sep 26 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.6-0.8.git60e40aa
e08c293
- update to latest git
e08c293
57c49d2
* Thu Sep 19 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.6-0.7.git1c25115
57c49d2
- update to latest git
57c49d2
150391c
* Thu Sep 19 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.6-0.6.git07ae0a8
150391c
- update to latest git
150391c
3ee85cb
* Wed Sep 18 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.6-0.5.gitea09d20
3ee85cb
- update to latest git
3ee85cb
00ba654
* Sun Aug 25 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.6-0.4.gitfccc703
00ba654
- update to latest git
00ba654
- Change buildrequires to cinnamon-desktop-devel
00ba654
- Change requires to cinnamon-desktop
00ba654
217b270
* Sat Aug 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.6-0.3.git9d08c6c
217b270
- add requires cinnamon-translations
217b270
c9d375b
* Sat Aug 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.6-0.2.git9d08c6c
c9d375b
- update to latest git
c9d375b
f0de495
* Sat Aug 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.6-0.1.gitb2776a2
f0de495
- update to latest git
f0de495
- adjust for new cinnamon-translations package
f0de495
da7d0c6
* Thu Aug 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.5-3
da7d0c6
- rebuilt
da7d0c6
8256ff8
* Wed Aug 21 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.5-2
8256ff8
- supress gtk DEPRECATED
8256ff8
cf46829
* Wed Aug 21 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.5-1
cf46829
- Update to version 1.8.5
cf46829
9818829
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.4-5
9818829
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9818829
d82d6e7
* Wed Jul 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.4-4
d82d6e7
- add requires beesu
d82d6e7
- drop patch to remove open as root
d82d6e7
1e7bc2e
* Wed Jul 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.4-3
1e7bc2e
- remove background patch as it breaks cinnamon next
1e7bc2e
7a7d26d
* Mon Jul 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.4-2
7a7d26d
- patch to fix create launcher
7a7d26d
799162a
* Wed Jul 10 2013 leigh scott <leigh123linux@googlemail.com> - 1.8.4-1
799162a
- Update to version 1.8.4
799162a
49ecc28
* Thu Jun 06 2013 leigh scott <leigh123linux@googlemail.com> - 1.8.2-3
49ecc28
- autostart nemo differently so we dont squash nautilus
49ecc28
7c30ac6
* Fri May 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.2-2
7c30ac6
- Patch to remove open as root
7c30ac6
a12b721
* Mon May 20 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.2-1
a12b721
- Update to version 1.8.2
a12b721
- Tidy up patches
a12b721
beaa426
* Sun May 12 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.1-2
beaa426
- add patch to stop nemo from drawing the desktop background
beaa426
0a17277
* Thu May 09 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.1-1
0a17277
- update to 1.8.1 release
0a17277
e0ba04c
* Sun Feb 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-4
e0ba04c
- Rebuilt for libgnome-desktop soname bump
d48b8ec
- Patch for gnome-desktop changes
e0ba04c
661548a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
661548a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
661548a
d69f8ad
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 1.1.2-2
d69f8ad
- Rebuilt for libgnome-desktop-3 3.7.3 soname bump
d69f8ad
430649b
* Wed Nov 14 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-1
430649b
- update to 1.1.2 release
430649b
- add scriptlets for mimetype key
430649b
f480321
* Sat Nov 03 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.9-1
f480321
- update to 1.0.9 release
f480321
4a53875
* Sun Oct 28 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.7-1
4a53875
- update to 1.0.7 release
4a53875
- change build requires style
4a53875
- use autogen to prepare source
4a53875
- make directory for extensions
4a53875
9babfbd
* Sun Oct 21 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.5-2
9babfbd
- drop requires gksu-pokit
9babfbd
8eec786
* Sat Oct 20 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.5-1
8eec786
- update to 1.0.5 release
8eec786
- revert last commit
8eec786
6713b00
* Thu Oct 18 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.3-3
6713b00
- patch open as root and add requires gksu-pokit
6713b00
e0e00c1
* Mon Oct 08 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.3-2
e0e00c1
- remove requires gnome-terminal
e0e00c1
- patch to remove "open in terminal"
e0e00c1
a2d1db4
* Mon Oct 01 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.3-1
a2d1db4
- update to 1.0.3 release
a2d1db4
0434fda
* Thu Sep 27 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-1
0434fda
- update to 1.0.2 release
0434fda
- add requires gnome-terminal
0434fda
9381d53
* Tue Sep 25 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-5
9381d53
- add theme sub-package
9381d53
31bcde9
* Tue Sep 25 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-4
31bcde9
- remove "open as root" option
31bcde9
- fix "open terminal" option
31bcde9
1b1b0d3
* Tue Sep 25 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-3
1b1b0d3
- validate desktop file
1b1b0d3
1b1b0d3
* Tue Sep 25 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-2
1b1b0d3
- add ldconfig to extensions
1b1b0d3
- fix comment in macro
1b1b0d3
- fix macro-in-comment
1b1b0d3
- remove obsolete provides/obsoletes
1b1b0d3
- fix licence tag
1b1b0d3
1b1b0d3
* Fri Sep 21 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-1
1b1b0d3
- initial build based on nautilus spec file
1b1b0d3