Update to 3.21.92
This commit is contained in:
parent
93e04b5712
commit
061327e5bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,3 +101,4 @@ nautilus-2.31.6.tar.bz2
|
|||||||
/nautilus-3.20.2.tar.xz
|
/nautilus-3.20.2.tar.xz
|
||||||
/nautilus-3.20.3.tar.xz
|
/nautilus-3.20.3.tar.xz
|
||||||
/nautilus-3.21.91.1.tar.xz
|
/nautilus-3.21.91.1.tar.xz
|
||||||
|
/nautilus-3.21.92.tar.xz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%global glib2_version 2.49.1
|
%global glib2_version 2.49.1
|
||||||
%global gnome_desktop3_version 3.0.0
|
%global gnome_desktop3_version 3.0.0
|
||||||
%global gtk3_version 3.19.12
|
%global gtk3_version 3.21.5
|
||||||
%global libxml2_version 2.7.8
|
%global libxml2_version 2.7.8
|
||||||
%global libexif_version 0.6.20
|
%global libexif_version 0.6.20
|
||||||
%global exempi_version 2.1.0
|
%global exempi_version 2.1.0
|
||||||
%global gsettings_desktop_schemas_version 3.8.0
|
%global gsettings_desktop_schemas_version 3.8.0
|
||||||
|
|
||||||
Name: nautilus
|
Name: nautilus
|
||||||
Version: 3.21.91.1
|
Version: 3.21.92
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: File manager for GNOME
|
Summary: File manager for GNOME
|
||||||
|
|
||||||
@ -42,10 +42,6 @@ Requires: libexif%{_isa} >= %{libexif_version}
|
|||||||
# don't depend on soname, rather on exact version
|
# don't depend on soname, rather on exact version
|
||||||
Requires: %{name}-extensions%{_isa} = %{version}-%{release}
|
Requires: %{name}-extensions%{_isa} = %{version}-%{release}
|
||||||
|
|
||||||
# Filter private libgd from provides and requires
|
|
||||||
%global __provides_exclude ^libgd\\.so.*$
|
|
||||||
%global __requires_exclude ^libgd\\.so.*$
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nautilus is the file manager and graphical shell for the GNOME desktop
|
Nautilus is the file manager and graphical shell for the GNOME desktop
|
||||||
that makes it easy to manage your files and the rest of your system.
|
that makes it easy to manage your files and the rest of your system.
|
||||||
@ -132,7 +128,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
%dir %{_libdir}/nautilus
|
%dir %{_libdir}/nautilus
|
||||||
%dir %{_libdir}/nautilus/extensions-3.0
|
%dir %{_libdir}/nautilus/extensions-3.0
|
||||||
%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
|
||||||
%{_libdir}/nautilus/libgd.so
|
|
||||||
%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop
|
%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop
|
||||||
|
|
||||||
%files extensions
|
%files extensions
|
||||||
@ -151,6 +146,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
|
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
|
||||||
|
- Update to 3.21.92
|
||||||
|
|
||||||
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91.1-1
|
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91.1-1
|
||||||
- Update to 3.21.91.1
|
- Update to 3.21.91.1
|
||||||
- Filter private libgd from provides and requires
|
- Filter private libgd from provides and requires
|
||||||
|
Loading…
Reference in New Issue
Block a user