Update to 3.23.92
This commit is contained in:
parent
fd2dee033e
commit
c54fc31317
1
.gitignore
vendored
1
.gitignore
vendored
@ -107,3 +107,4 @@ nautilus-2.31.6.tar.bz2
|
||||
/nautilus-3.22.2.tar.xz
|
||||
/nautilus-3.23.90.tar.xz
|
||||
/nautilus-3.23.91.tar.xz
|
||||
/nautilus-3.23.92.tar.xz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%global gsettings_desktop_schemas_version 3.8.0
|
||||
|
||||
Name: nautilus
|
||||
Version: 3.23.91
|
||||
Version: 3.23.92
|
||||
Release: 1%{?dist}
|
||||
Summary: File manager for GNOME
|
||||
|
||||
@ -30,11 +30,6 @@ BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libselinux-devel
|
||||
# For autogen.sh
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: autoconf-archive
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: gtk-doc
|
||||
|
||||
Requires: glib2%{_isa} >= %{glib2_version}
|
||||
Requires: gsettings-desktop-schemas%{_isa} >= %{gsettings_desktop_schemas_version}
|
||||
@ -76,8 +71,7 @@ for developing nautilus extensions.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --enable-gtk-doc
|
||||
%configure
|
||||
|
||||
# drop unneeded direct library deps with --as-needed
|
||||
# libtool doesn't make this easy, so we do it the hard way
|
||||
@ -153,6 +147,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
|
||||
|
||||
%changelog
|
||||
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
|
||||
- Update to 3.23.92
|
||||
|
||||
* Mon Mar 06 2017 Kalev Lember <klember@redhat.com> - 3.23.91-1
|
||||
- Update to 3.23.91
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nautilus-3.23.91.tar.xz) = 28e0bd758b38d20b0345d12b24fea7a17d6afffc70faff5b00ee1383cb5866773c64cd6960bf8e9601113c2b193d4a6fa08db859d5b7847bdd1b8fe5d047c062
|
||||
SHA512 (nautilus-3.23.92.tar.xz) = d26f00ec120cd5dd2684d3a9a93241fb25f859b2365cacb79001edb807f8bded722125703ef128ddf3d4d67ac7ff42ca2ff40aa457868fb9369ce27bc61e827c
|
||||
|
Loading…
Reference in New Issue
Block a user