diff --git a/nautilus-2.18.0.1.tar.bz2 b/nautilus-2.18.0.1.tar.bz2 deleted file mode 100644 index df146e5..0000000 --- a/nautilus-2.18.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30fa5660a93d01d8711e974436a629de5659d034973dbff10c0734c507f03734 -size 4339093 diff --git a/nautilus-2.19.4.tar.bz2 b/nautilus-2.19.4.tar.bz2 new file mode 100644 index 0000000..f1f8a43 --- /dev/null +++ b/nautilus-2.19.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca45d18d1745f62dd6f05531b7c7360a040ae6e3571ef1219c1e99108bd41339 +size 4342017 diff --git a/nautilus.changes b/nautilus.changes index a23678f..3e4b7bd 100644 --- a/nautilus.changes +++ b/nautilus.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 10 21:03:17 CEST 2007 - maw@suse.de + +- Update to version 2.19.4 +- Fix crashes and leaks +- Fix hang with recursive symlinks +- Disk free piechart in properties dialogue +- Fix typos in warning and error messages +- Use new desktop capplet +- Better handling of unicode search terms +- Allow activating the zoom context menu by keyboard +- Allow renaming network servers' icons + ------------------------------------------------------------------- Thu Jun 7 15:20:03 CEST 2007 - sbrabec@suse.cz diff --git a/nautilus.spec b/nautilus.spec index 736357a..5cb052a 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -1,5 +1,5 @@ # -# spec file for package nautilus (Version 2.18.0.1) +# spec file for package nautilus (Version 2.19.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,10 +12,10 @@ Name: nautilus BuildRequires: cdparanoia eel-devel gnome-common gnome-icon-theme gnome-patch-translation intltool libbeagle-devel libexif-devel libgnomeui-devel libidl librsvg-devel mDNSResponder-devel perl-XML-Parser update-desktop-files -License: GNU General Public License (GPL) +License: GPL v2 or later Group: Productivity/File utilities -Version: 2.18.0.1 -Release: 32 +Version: 2.19.4 +Release: 1 Summary: The GNOME 2.x Desktop File Manager Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/%{name}-%{version}.tar.bz2 URL: http://www.gnome.org @@ -100,6 +100,7 @@ make %{?jobs:-j%jobs} %install make install DESTDIR=$RPM_BUILD_ROOT +### chmod -x $RPM_BUILD_ROOT/%{_datadir}/doc/packages/nautilus/COPYING rm docs/Makefile* ln -s ../icons/gnome/24x24/devices/gnome-fs-client.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/ ln -s ../icons/gnome/24x24/places/gnome-fs-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/ @@ -162,6 +163,16 @@ fi %{_libdir}/pkgconfig/*.pc %changelog +* Tue Jul 10 2007 - maw@suse.de +- Update to version 2.19.4 +- Fix crashes and leaks +- Fix hang with recursive symlinks +- Disk free piechart in properties dialogue +- Fix typos in warning and error messages +- Use new desktop capplet +- Better handling of unicode search terms +- Allow activating the zoom context menu by keyboard +- Allow renaming network servers' icons * Thu Jun 07 2007 - sbrabec@suse.cz - Do not overwrite auto-generated files. - Removed invalid desktop Category "Application" (#254654).