Accepting request 510591 from X11:Cinnamon:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/510591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=16
This commit is contained in:
commit
c57652dea4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7bed3818c8dee320fe1a2fcb5a4e5f27944f1c5aec99ff2ac89154957f342ded
|
|
||||||
size 1420540
|
|
3
nemo-3.4.6.tar.gz
Normal file
3
nemo-3.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38af2c77307e33fd92ff9cd78c755c3441a18d7b1f28533edeb136ebfa22036a
|
||||||
|
size 1420725
|
15
nemo.changes
15
nemo.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 9 12:20:12 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 3.4.6:
|
||||||
|
* nemo-icon-view-grid-container.c: Reset lazy flag when the icon
|
||||||
|
position is stored in auto-layout mode.
|
||||||
|
* nemo-file.c: Don't check for valid thumbnails if thumbnailing
|
||||||
|
is disabled.
|
||||||
|
* nemo-action.c: Use non-blocking checks for a directory.
|
||||||
|
* css: Treat NemoBlankDesktopWindow the same as NemoDesktopWindow
|
||||||
|
with regards to themes, add a couple fixes to our application
|
||||||
|
css to prevent background issues with certain themes
|
||||||
|
(BlackMATE, Ambiance).
|
||||||
|
* move-to/copy-to dialogs: Allow remote locations in the sidebar.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 28 19:20:44 UTC 2017 - sor.alexei@meowr.ru
|
Wed Jun 28 19:20:44 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
%define typelib typelib-1_0-Nemo-3_0
|
%define typelib typelib-1_0-Nemo-3_0
|
||||||
Name: nemo
|
Name: nemo
|
||||||
Version: 3.4.5
|
Version: 3.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File browser for Cinnamon
|
Summary: File browser for Cinnamon
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -153,7 +153,6 @@ mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0/
|
|||||||
%postun -n %{soname}%{sover} -p /sbin/ldconfig
|
%postun -n %{soname}%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS COPYING* README.md debian/changelog
|
%doc AUTHORS COPYING* README.md debian/changelog
|
||||||
%{_bindir}/%{name}*
|
%{_bindir}/%{name}*
|
||||||
%{_libexecdir}/%{name}/
|
%{_libexecdir}/%{name}/
|
||||||
@ -169,17 +168,14 @@ mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0/
|
|||||||
%{_datadir}/polkit-1/actions/org.nemo.root.policy
|
%{_datadir}/polkit-1/actions/org.nemo.root.policy
|
||||||
|
|
||||||
%files -n %{typelib}
|
%files -n %{typelib}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/girepository-1.0/Nemo-3.0.typelib
|
%{_libdir}/girepository-1.0/Nemo-3.0.typelib
|
||||||
|
|
||||||
%files -n %{soname}%{sover}
|
%files -n %{soname}%{sover}
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_libdir}/%{name}/
|
%dir %{_libdir}/%{name}/
|
||||||
%dir %{_libdir}/%{name}/extensions-3.0/
|
%dir %{_libdir}/%{name}/extensions-3.0/
|
||||||
%{_libdir}/%{soname}.so.%{sover}*
|
%{_libdir}/%{soname}.so.%{sover}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
%{_libdir}/%{soname}.so
|
%{_libdir}/%{soname}.so
|
||||||
%{_libdir}/pkgconfig/%{soname}.pc
|
%{_libdir}/pkgconfig/%{soname}.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user