From 28ec2d3622387372df1cd3ff1f4878a7e5c9a085fa4d74bdf398d1a5ab693b6d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 28 Sep 2010 08:52:12 +0000 Subject: [PATCH 1/2] Accepting request 49275 from home:vuntz:branches:GNOME:Factory thanks OBS-URL: https://build.opensuse.org/request/show/49275 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=114 --- nautilus-2.31.92.tar.bz2 | 3 --- nautilus-2.32.0.tar.bz2 | 3 +++ nautilus.changes | 9 +++++++++ nautilus.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 nautilus-2.31.92.tar.bz2 create mode 100644 nautilus-2.32.0.tar.bz2 diff --git a/nautilus-2.31.92.tar.bz2 b/nautilus-2.31.92.tar.bz2 deleted file mode 100644 index 45f44fb..0000000 --- a/nautilus-2.31.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bbf08c9e9661ecedec7bf735cb6f700f330b4914bca811428022b20a46d0ef3 -size 6326919 diff --git a/nautilus-2.32.0.tar.bz2 b/nautilus-2.32.0.tar.bz2 new file mode 100644 index 0000000..29eba20 --- /dev/null +++ b/nautilus-2.32.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079cb4bc8c5afc012acc54b17f91b7673dcd3e3916224129b15a81eab553f192 +size 6173234 diff --git a/nautilus.changes b/nautilus.changes index f4c4ef8..d978fee 100644 --- a/nautilus.changes +++ b/nautilus.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 27 17:32:48 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.32.0: + + Fix places sidebar sometimes not changing location when + clicking on a place + + Fix various crashers + + Updated translations. + ------------------------------------------------------------------- Mon Sep 13 14:10:00 CEST 2010 - dimstar@opensuse.org diff --git a/nautilus.spec b/nautilus.spec index 024f12d..a3edaad 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -1,5 +1,5 @@ # -# spec file for package nautilus (Version 2.31.92) +# spec file for package nautilus (Version 2.32.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,7 +22,7 @@ Name: nautilus License: GPLv2+ Group: Productivity/File utilities -Version: 2.31.92 +Version: 2.32.0 Release: 1 # FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once fixed exempi is in Summary: File Manager for the GNOME Desktop From 7a0bc558cb4a0c7b31d5ef2e10db9586d13ed5ccf8320635137a0c1f7b644e4f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Oct 2010 09:16:42 +0000 Subject: [PATCH 2/2] Accepting request 50266 from home:vuntz:branches:GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/50266 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=115 --- baselibs.conf | 2 +- nautilus.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/baselibs.conf b/baselibs.conf index cf30a63..52a9696 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -nautilus +libnautilus-extension1 diff --git a/nautilus.changes b/nautilus.changes index d978fee..6f59cb5 100644 --- a/nautilus.changes +++ b/nautilus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 11 18:11:57 CEST 2010 - vuntz@opensuse.org + +- Update baselibs.conf to use libnautilus-extension1 instead of + nautilus: we care about the library here. + ------------------------------------------------------------------- Mon Sep 27 17:32:48 CEST 2010 - vuntz@opensuse.org