Accepting request 109447 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/109447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=109
This commit is contained in:
commit
4bb11f0659
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ec40f8a8c11d86d6a04efd6b455a1ad86adb42450e17bd59f997fe44c330ee3
|
|
||||||
size 4550336
|
|
3
nautilus-3.3.91.tar.xz
Normal file
3
nautilus-3.3.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:713d0352f8be25133bae1974f74788852e16d9ecc5131b8bd4601bb67c7247cb
|
||||||
|
size 4557016
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 21:17:19 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.91:
|
||||||
|
+ Ensure pathbar scrolling works with latest GTK
|
||||||
|
+ Fix a crash when unmounting volumes with non-empty trash
|
||||||
|
+ Fix a race condition leading to a crash when closing window
|
||||||
|
slots under certain circumstances.
|
||||||
|
- Replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0).
|
||||||
|
- Remove gtk2-devel Requires from -devel package. It's been a while
|
||||||
|
that nautilus is using gtk3.
|
||||||
|
- Remove glib2-devel Requires from -devel package: it is added
|
||||||
|
automatically the pkgconfig() way.
|
||||||
|
- Drop nautilus-sysadmin-desktop-items.diff: the feature which this
|
||||||
|
patch implemented is obsolete by now, as we do not have desktop
|
||||||
|
icons by default anymore (bnc#533598).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 21 08:34:39 UTC 2012 - vuntz@opensuse.org
|
Tue Feb 21 08:34:39 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -17,9 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nautilus
|
Name: nautilus
|
||||||
Version: 3.3.90
|
Version: 3.3.91
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once fixed exempi is in
|
|
||||||
Summary: File Manager for the GNOME Desktop
|
Summary: File Manager for the GNOME Desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
@ -31,8 +30,6 @@ Url: http://www.gnome.org
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# PATCH-NEEDS-REBASE nautilus-drives-and-volumes-on-desktop.diff bnc335411 federico@novell.com
|
# PATCH-NEEDS-REBASE nautilus-drives-and-volumes-on-desktop.diff bnc335411 federico@novell.com
|
||||||
Patch15: nautilus-drives-and-volumes-on-desktop.diff
|
Patch15: nautilus-drives-and-volumes-on-desktop.diff
|
||||||
# PATCH-NEEDS-REBASE nautilus-sysadmin-desktop-items.diff fate305252 federico@novell.com -- Support sysadmin-defined desktop items (was PATCH-FEATURE-OPENSUSE)
|
|
||||||
Patch21: nautilus-sysadmin-desktop-items.diff
|
|
||||||
# needed for directory ownership
|
# needed for directory ownership
|
||||||
BuildRequires: dbus-1
|
BuildRequires: dbus-1
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -41,16 +38,16 @@ BuildRequires: gnome-patch-translation
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libexempi-devel
|
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
# We need the %%mime_database_* macros
|
# We need the %%mime_database_* macros
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(exempi-2.0)
|
||||||
BuildRequires: pkgconfig(gail-3.0)
|
BuildRequires: pkgconfig(gail-3.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.9
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.9
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.7
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.17
|
||||||
BuildRequires: pkgconfig(libexif)
|
BuildRequires: pkgconfig(libexif)
|
||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
@ -89,7 +86,7 @@ used by nautilus extensions.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: File Manager for the GNOME Desktop -- Development Files
|
Summary: File Manager for the GNOME Desktop -- Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version} glib2-devel gtk2-devel
|
Requires: %{name} = %{version}
|
||||||
Requires: typelib-1_0-Nautilus-3_0 = %{version}
|
Requires: typelib-1_0-Nautilus-3_0 = %{version}
|
||||||
Provides: nautilus2-devel = %{version}
|
Provides: nautilus2-devel = %{version}
|
||||||
Obsoletes: nautilus2-devel < %{version}
|
Obsoletes: nautilus2-devel < %{version}
|
||||||
@ -105,7 +102,6 @@ This package contains development files for nautilus.
|
|||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
#gnome-patch-translation-prepare
|
#gnome-patch-translation-prepare
|
||||||
### %patch15 -p1
|
### %patch15 -p1
|
||||||
#%patch21 -p1
|
|
||||||
#gnome-patch-translation-update
|
#gnome-patch-translation-update
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user