Accepting request 695580 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/695580 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=310
This commit is contained in:
parent
827b616252
commit
59e682e0b4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dbbe3f7c81ecbeab0c1c4be30100ac7ef359c093ef39f334f389a395fc259990
|
|
||||||
size 3254344
|
|
3
nautilus-3.32.0.tar.xz
Normal file
3
nautilus-3.32.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2246e34d3c0818714aee104c38d5b2f8836dc3db4a17f59ae2b31daa9c18d0de
|
||||||
|
size 3195956
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 13 19:48:20 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.32.0:
|
||||||
|
+ Much smoother search, no more hang ups.
|
||||||
|
- Add pkgconfig(gstreamer-tag-1.0) BuildRequires: New depencency.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 20 11:35:15 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.31.90:
|
||||||
|
+ New path bar design that improves discoverability of buttons.
|
||||||
|
+ Improve high contrast layout for accesibility.
|
||||||
|
+ New Nautilus icon.
|
||||||
|
+ Add coverage report.
|
||||||
|
+ Fix crashes.
|
||||||
|
+ Remove app menu.
|
||||||
|
+ Add issue triaging automation.
|
||||||
|
+ Make CI centralized.
|
||||||
|
+ Make starred files feature available on Tracker tracked
|
||||||
|
directories.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 12 16:59:44 UTC 2018 - bjorn.lie@gmail.com
|
Wed Dec 12 16:59:44 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nautilus
|
# spec file for package nautilus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nautilus
|
Name: nautilus
|
||||||
Version: 3.30.5
|
Version: 3.32.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File Manager for the GNOME Desktop
|
Summary: File Manager for the GNOME Desktop
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: https://wiki.gnome.org/Apps/Nautilus
|
URL: https://wiki.gnome.org/Apps/Nautilus
|
||||||
Source0: https://download.gnome.org/sources/nautilus/3.30/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/nautilus/3.32/%{name}-%{version}.tar.xz
|
||||||
# fate#308344 bgo#602147
|
# fate#308344 bgo#602147
|
||||||
Source1: mount-archive.desktop
|
Source1: mount-archive.desktop
|
||||||
Source2: set_trusted.desktop
|
Source2: set_trusted.desktop
|
||||||
@ -51,6 +51,7 @@ BuildRequires: pkgconfig(gmodule-no-export-2.0) >= 2.55.1
|
|||||||
BuildRequires: pkgconfig(gnome-autoar-0) >= 0.2.1
|
BuildRequires: pkgconfig(gnome-autoar-0) >= 0.2.1
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.0.0
|
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.8.0
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.8.0
|
||||||
|
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.6
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.6
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
BuildRequires: pkgconfig(libselinux)
|
BuildRequires: pkgconfig(libselinux)
|
||||||
|
Loading…
Reference in New Issue
Block a user