auto-import changelog data from nautilus-2.1.5-2a.src.rpm

Wed Dec 18 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-2
- Add cdburn patch.
- Remove nautilus-1.1.19-starthere-hang-hackaround.patch
- Require nautilus-cd-burner
Mon Dec 16 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-1
- Update to 2.1.5. Require gnome-icon-theme >= 0.1.5, gnome-vfs >= 2.1.5
This commit is contained in:
cvsdist 2004-09-09 09:05:50 +00:00
parent bbb4727505
commit 1c4e727e34
3 changed files with 19 additions and 11 deletions

View File

@ -1 +1 @@
nautilus-2.1.3.tar.bz2 nautilus-2.1.5.tar.bz2

View File

@ -2,7 +2,8 @@
%define pango_version 1.1.3 %define pango_version 1.1.3
%define gtk2_version 2.1.2 %define gtk2_version 2.1.2
%define libgnomeui_version 2.1.0 %define libgnomeui_version 2.1.0
%define eel2_version 2.1.3 %define eel2_version 2.1.5
%define gnome_icon_theme_version 0.1.5
%define libxml2_version 2.4.20 %define libxml2_version 2.4.20
%define eog_version 1.0.0 %define eog_version 1.0.0
%define gail_version 0.17-2 %define gail_version 0.17-2
@ -11,13 +12,13 @@
%define gnome_desktop_version 2.1.2 %define gnome_desktop_version 2.1.2
%define redhat_menus_version 0.25 %define redhat_menus_version 0.25
%define redhat_artwork_version 0.41 %define redhat_artwork_version 0.41
%define gnome_vfs2_version 2.1.3 %define gnome_vfs2_version 2.1.5
%define startup_notification_version 0.4 %define startup_notification_version 0.4
Name: nautilus Name: nautilus
Summary: Nautilus is a file manager for GNOME Summary: Nautilus is a file manager for GNOME
Version: 2.1.3 Version: 2.1.5
Release: 1 Release: 2a
Copyright: GPL Copyright: GPL
Group: User Interface/Desktops Group: User Interface/Desktops
Source: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}-%{version}.tar.bz2
@ -37,6 +38,7 @@ Requires: redhat-menus >= %{redhat_menus_version}
Requires: redhat-artwork >= %{redhat_artwork_version} Requires: redhat-artwork >= %{redhat_artwork_version}
Requires: gnome-vfs2 >= %{gnome_vfs2_version} Requires: gnome-vfs2 >= %{gnome_vfs2_version}
Requires: eel2 >= %{eel2_version} Requires: eel2 >= %{eel2_version}
Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: pango-devel >= %{pango_version} BuildRequires: pango-devel >= %{pango_version}
@ -67,10 +69,8 @@ Patch1: nautilus-2.0.3-rhconfig.patch
Patch9: nautilus-2.0.6-assertions.patch Patch9: nautilus-2.0.6-assertions.patch
# Make weblinks launch a browser, somewhat of a badhack # Make weblinks launch a browser, somewhat of a badhack
Patch10: nautilus-weblink-badhack.patch Patch10: nautilus-weblink-badhack.patch
# Integrate nautilus-cd-burner
# this patch is because libc had something wrong with it in Patch11: nautilus-2.1.5-cdburn.patch
# an early beta; safe to remove later.
Patch31: nautilus-1.1.19-starthere-hang-hackaround.patch
Patch42: nautilus-2.0.6-triple-click.patch Patch42: nautilus-2.0.6-triple-click.patch
Patch43: nautilus-2.0.6-dblclickfix.patch Patch43: nautilus-2.0.6-dblclickfix.patch
@ -88,7 +88,7 @@ GNOME desktop project.
%patch1 -p1 -b .rhconfig %patch1 -p1 -b .rhconfig
%patch9 -p1 -b .assertions %patch9 -p1 -b .assertions
#%patch10 -p0 -b .weblinks #%patch10 -p0 -b .weblinks
%patch31 -p1 -b .starthere-hang-hackaround %patch11 -p0 -b .cdburn
%patch42 -p1 -b .triple-click %patch42 -p1 -b .triple-click
#%patch43 -p1 -b .dblclickfix #%patch43 -p1 -b .dblclickfix
@ -170,6 +170,14 @@ scrollkeeper-update
%{_includedir}/libnautilus %{_includedir}/libnautilus
%changelog %changelog
* Wed Dec 18 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-2
- Add cdburn patch.
- Remove nautilus-1.1.19-starthere-hang-hackaround.patch
- Require nautilus-cd-burner
* Mon Dec 16 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-1
- Update to 2.1.5. Require gnome-icon-theme >= 0.1.5, gnome-vfs >= 2.1.5
* Tue Dec 3 2002 Havoc Pennington <hp@redhat.com> * Tue Dec 3 2002 Havoc Pennington <hp@redhat.com>
- add explicit startup-notification dependency because build system is - add explicit startup-notification dependency because build system is
dumb dumb

View File

@ -1 +1 @@
a6f372104cfd03ed56846cba474e61e8 nautilus-2.1.3.tar.bz2 4c62d5898137f4fff2acfcd9344bd343 nautilus-2.1.5.tar.bz2