Accepting request 25886 from GNOME:Factory
Copy from GNOME:Factory/nautilus based on submit request 25886 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25886 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=68
This commit is contained in:
commit
8815f28494
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3761b27da474b71194ff900e7941c005be608a00fe0ba1f216390ce1ba9cba72
|
||||
size 6021990
|
3
nautilus-2.28.2.tar.bz2
Normal file
3
nautilus-2.28.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e4ff8d1533e0786721f9d4958d4f78c5c89ac7e8fff00b3989895c00cf2cffe
|
||||
size 6043915
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 12:05:34 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update the way we remove the ha, ig locales for old versions of
|
||||
openSUSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 13:26:39 CET 2009 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.28.2:
|
||||
+ Tracker: more robust for failure
|
||||
+ bgo#598931 - Fixed "stuck" thumbnailing icon
|
||||
+ Fix crash when renaming file to "" in list view
|
||||
+ Support absolute filenames as icons in extensions again
|
||||
+ Update UI correctly when inverting selection
|
||||
+ Initialize show-hidden-files UI correctly depending
|
||||
+ Fix free of uninitialized memory
|
||||
+ Updated translations.
|
||||
- Changes from version 2.28.1:
|
||||
+ Correctly position icons for file drops
|
||||
+ Fix lingering unmount menu item
|
||||
+ Update tracker support for version 0.7
|
||||
+ Fix crashes
|
||||
+ Set correct recent files info
|
||||
+ Make changing visible list view columns instant
|
||||
+ Allow focusing the list view by clicking outside a line
|
||||
+ Use right gconf key for the disable_tabs setting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 22:43:06 CET 2009 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package nautilus (Version 2.28.0)
|
||||
# spec file for package nautilus (Version 2.28.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -33,10 +33,10 @@ BuildRequires: libunique-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Productivity/File utilities
|
||||
Version: 2.28.0
|
||||
Release: 2
|
||||
Version: 2.28.2
|
||||
Release: 1
|
||||
Summary: The GNOME 2.x Desktop File Manager
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
|
||||
Url: http://www.gnome.org
|
||||
@ -68,7 +68,7 @@ This package contains Nautilus, the advanced file manager for the GNOME
|
||||
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Summary: Development Package for Nautilus
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version} glib2-devel gtk2-devel
|
||||
@ -103,6 +103,10 @@ NOCONFIGURE=1 gnome-autogen.sh
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/ha/LC_MESSAGES/*
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
|
||||
%endif
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
||||
### ln -s ../icons/gnome/24x24/devices/gnome-fs-client.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
||||
# FIXME: this is probably wrong, but it enables the build to succeed for now
|
||||
@ -166,12 +170,6 @@ fi
|
||||
%dir %{_libdir}/nautilus/extensions-2.0
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
# remove the comment on the %if once bnc#470409 is fixed
|
||||
#%if %suse_version <= 1110
|
||||
# exclude locales which don't exist on old versions of openSUSE
|
||||
%exclude %{_datadir}/locale/ha/LC_MESSAGES/*
|
||||
%exclude %{_datadir}/locale/ig/LC_MESSAGES/*
|
||||
#%endif
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user