1b1b0d3
Name:           nemo
1b1b0d3
Summary:        File manager for Cinnamon
87fe186
Version:        4.0.2
b53cfee
Release:        1%{?dist}
1b1b0d3
License:        GPLv2+ and LGPLv2+
b53cfee
URL:            https://github.com/linuxmint/%{name}
b53cfee
Source0:        %url/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
42c479f
Source1:        nemo-fedora.gschema.override
cf88e7b
Patch0:         remove_desktop_search.patch
cf88e7b
Patch1:         Don-t-scale-text-size-when-zooming.patch
1b1b0d3
4a53875
Requires:       redhat-menus
964dec7
Requires:       gvfs%{_isa}
7a64bc2
Requires:       gvfs-goa%{_isa}
4a53875
Requires:       gnome-icon-theme
87fe186
Requires:       xapps%{_isa} >= 1.4.0
a175a4a
# required for for gtk-stock fallback
a175a4a
Requires:       gnome-icon-theme-legacy
217b270
Requires:       cinnamon-translations
430649b
58b70f4
BuildRequires:  meson
4a53875
BuildRequires:  intltool
a23d92b
BuildRequires:  python3-gobject-base
4a53875
BuildRequires:  desktop-file-utils
56964ff
BuildRequires:  pkgconfig(gtk-doc)
4a53875
BuildRequires:  pkgconfig(libxml-2.0)
b53cfee
BuildRequires:  pkgconfig(cinnamon-desktop) >= 4.0.0
4a53875
BuildRequires:  pkgconfig(sm)
4a53875
BuildRequires:  pkgconfig(libexif)
4a53875
BuildRequires:  pkgconfig(exempi-2.0)
4a53875
BuildRequires:  pkgconfig(libselinux)
4a53875
BuildRequires:  pkgconfig(gobject-introspection-1.0)
4a53875
BuildRequires:  pkgconfig(libnotify)
b53cfee
BuildRequires:  pkgconfig(xapp) >= 1.4.0
9381d53
1b1b0d3
# the main binary links against libnemo-extension.so
1b1b0d3
# don't depend on soname, rather on exact version
1b1b0d3
Requires:       nemo-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
1b1b0d3
%package devel
1b1b0d3
Summary: Support for developing nemo extensions
1b1b0d3
License: LGPLv2+
1b1b0d3
Requires:   %{name}%{?_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
8b9a7e8
%autosetup -p1
fef31aa
1b1b0d3
%build
58b70f4
%meson -D deprecated_warnings=false -D gtk_doc=false
58b70f4
%meson_build
1b1b0d3
1b1b0d3
%install
58b70f4
%meson_install
1b1b0d3
667dbcd
install -D -m 0644 %{SOURCE1} %buildroot/%{_datadir}/glib-2.0/schemas/nemo-fedora.gschema.override
964dec7
964dec7
desktop-file-install --delete-original \
667dbcd
  --dir %buildroot%{_datadir}/applications \
964dec7
  --add-only-show-in X-Cinnamon \
667dbcd
  %buildroot%{_datadir}/applications/*
1b1b0d3
4a53875
# create extensions directoy
667dbcd
mkdir -p %buildroot%{_libdir}/nemo/extensions-3.0/
1b1b0d3
4ec6dda
#Remove libtool archives.
667dbcd
find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
4ec6dda
4ec6dda
#Remove icon-theme.cache
667dbcd
rm -f %buildroot%{_datadir}/icons/hicolor/icon-theme.cache
667dbcd
rm -f %buildroot%{_datadir}/icons/hicolor/.icon-theme.cache
20e14bd
58b70f4
%ldconfig_scriptlets extensions
58b70f4
1b1b0d3
f0de495
%files
755cf95
%doc AUTHORS NEWS
964dec7
%license COPYING COPYING-DOCS
8ca677b
%{_bindir}/*
8ca677b
%dir %{_libdir}/nemo/
8ca677b
%dir %{_libdir}/nemo/extensions-3.0/
8ca677b
%{_libexecdir}/nemo-*
1b1b0d3
%{_datadir}/nemo/
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
0a17277
%{_datadir}/gtksourceview-?.0/language-specs/nemo_action.lang
8ca677b
%{_mandir}/man1/nemo*
1b1b0d3
1b1b0d3
%files extensions
964dec7
%license COPYING.EXTENSIONS COPYING.LIB
1b1b0d3
%{_libdir}/libnemo-extension.so.*
964dec7
%dir %{_libdir}/nemo/
964dec7
%{_libdir}/girepository-1.0/Nemo-3.0.typelib
1b1b0d3
1b1b0d3
%files devel
1b1b0d3
%{_includedir}/nemo/
1b1b0d3
%{_libdir}/pkgconfig/*
1b1b0d3
%{_libdir}/*.so
1b1b0d3
%{_datadir}/gir-1.0/*.gir
1b1b0d3
1b1b0d3
%changelog
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