Accepting request 950147 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/950147 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=46
This commit is contained in:
commit
739d7d88aa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b48afe5faf238c3b2e39dd94def90282bd4f747e621ec8c9ff3f6ad01603e36
|
||||
size 1491075
|
3
nemo-5.2.2.tar.gz
Normal file
3
nemo-5.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44c90758f3558431467549528849a9b071e3c82959bc98f609eddd793df72a85
|
||||
size 1491587
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 28 12:23:18 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- nemo 5.2.2:
|
||||
* Fix mistake in shortcuts window
|
||||
- includes changes from 5.2.1:
|
||||
* search: use the python xlrd module to read .xls files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 18 20:27:44 UTC 2021 - andy great <andythe_great@pm.me>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define sover 1
|
||||
%define typelib typelib-1_0-Nemo-3_0
|
||||
Name: nemo
|
||||
Version: 5.2.0
|
||||
Version: 5.2.2
|
||||
Release: 0
|
||||
Summary: File browser for Cinnamon
|
||||
License: GPL-2.0-or-later
|
||||
@ -65,6 +65,7 @@ Requires: shared-mime-info >= 0.50
|
||||
Recommends: %{name}-lang
|
||||
Recommends: gdk-pixbuf-loader-rsvg
|
||||
Recommends: gvfs-backends
|
||||
Recommends: python3dist(xlrd)
|
||||
Suggests: xdg-user-dirs
|
||||
Suggests: xplayer
|
||||
Suggests: xreader
|
||||
@ -156,7 +157,6 @@ mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0/
|
||||
%endif
|
||||
|
||||
%post -n %{soname}%{sover} -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{soname}%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user