source: projects/specs/trunk/n/nautilus/nautilus-vl.spec @ 12446

Revision 12446, 31.9 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

Line 
1%define glib2_version 2.48.0
2%define pango_version 1.40.0
3%define gtk3_version 3.20.0
4%define libxml2_version 2.9.1
5%define eog_version 3.20.0
6%define gnome_desktop3_version 3.20.0
7%define vine_menus_version 3.0
8%define startup_notification_version 0.10
9%define libexif_version 0.6.19
10%define tracker_version 1.6.0
11%define gobject_introspection_version 0.9.8
12
13%define _unpackaged_files_terminate_build 1
14
15Summary:        Nautilus is a file manager for GNOME
16Summary(ja):    Nautilus - GNOME ファイルマネージャ
17Name:           nautilus
18Version:        3.36.3
19Release:        1%{?_dist_release}
20Vendor:         Project Vine
21Distribution:   Vine Linux
22
23License:        GPLv2+
24URL:            http://www.gnome.org/projects/nautilus/
25%global         shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
26Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
27
28# vine
29Patch2000:      nautilus-vine-settings.patch
30
31BuildRoot:      %{_tmppath}/%{name}-%{version}-root
32Requires:       gamin
33Requires:       vine-menus >= %{vine_menus_version}
34Requires:       gvfs, gvfs-fuse, gvfs-smb, gvfs-archive, gvfs-gphoto2
35Requires:       libexif >= %{libexif_version}
36Requires:       %{name}-libs = %{version}-%{release}
37Requires:       tracker-miners
38
39BuildRequires:  meson
40BuildRequires:  intltool
41BuildRequires:  desktop-file-utils
42
43BuildRequires:  glib2-devel >= %{glib2_version}
44BuildRequires:  pango-devel >= %{pango_version}
45BuildRequires:  gtk3-devel >= %{gtk3_version}
46BuildRequires:  libxml2-devel >= %{libxml2_version}
47BuildRequires:  gnome-desktop3-devel >= %{gnome_desktop3_version}
48BuildRequires:  gamin-devel
49BuildRequires:  startup-notification-devel >= %{startup_notification_version}
50BuildRequires:  tracker-devel >= %{tracker_version}
51BuildRequires:  libexif-devel >= %{libexif_version}
52BuildRequires:  unique3-devel
53BuildRequires:  libnotify-devel
54BuildRequires:  libSM-devel
55BuildRequires:  exempi-devel
56BuildRequires:  gobject-introspection-devel >= %{gobject_introspection_version}
57BuildRequires:  gsettings-desktop-schemas
58BuildRequires:  libgexiv2-devel
59BuildRequires:  gnome-autoar-devel
60BuildRequires:  libseccomp-devel
61BuildRequires:  libappstream-glib-devel
62BuildRequires:  python3-devel
63BuildRequires:  gstreamer1-plugins-base-devel
64
65Obsoletes:      nautilus-extras
66Obsoletes:      nautilus-suggested
67Obsoletes:      nautilus-mozilla < 2.0
68Obsoletes:      eel2 <= 2.24.1
69
70Provides:       eel2 <= 2.24.1
71
72
73%description
74Nautilus integrates access to files, applications, media,
75Internet-based resources and the Web. Nautilus delivers a dynamic and
76rich user experience. Nautilus is an free software project developed
77under the GNU General Public License and is a core component of the
78GNOME desktop project.
79
80%description -l ja
81Nautilus は、ファイル、アプリケーション、メディア、インターネットベースの
82リソースおよびウェブへのアクセスを統合します。Nautilus は、ダイナミックで
83豊かなユーザ体験を実現します。Nautilus は、GNU General Public License
84のもとに開発されているフリーソフトウェアプロジェクトで GNOME デスクトップ
85プロジェクトのコア・コンポーネントです。
86
87
88%package        devel
89Summary:        Support for developing nautilus extensions
90Summary(ja):    Nautilus 拡張機能開発のためのサポート
91License:        LGPLv2+
92Group:          Development/Libraries
93Requires:       %{name}-libs = %{version}-%{release}
94Requires:       pkgconfig
95
96%description    devel
97This package provides libraries and header files needed
98for developing nautilus extensions.
99
100%description -l ja devel
101このパッケージは、Nautilus 拡張機能の開発に必要なライブラリおよび
102ヘッダファイルを提供します。
103
104
105%package        libs
106Summary:        Libraries for use in nautilus extentions
107Summary(ja):    Nautilus 拡張機能で利用するライブラリ
108Group:          System Environment/Libraries
109
110%description    libs
111This package provides libraries required by nautilus extention
112module.
113
114%description -l ja libs
115このパッケージは、Nautilus 拡張機能が必要とするライブラリを提供します。
116
117
118%package        docs
119Summary:        Documentation for %{name}
120Summary(ja):    %{name} 用のドキュメント
121Group:          Documentation
122BuildArch:      noarch
123
124%description    docs
125This package contains documentation for %{name}.
126
127
128%prep
129%setup -q -n %{name}-%{version}
130
131%patch2000 -p1 -b .vine
132
133%build
134%meson \
135  -Dselinux=false \
136  -Dpackagekit=true \
137  -Dintrospection=true \
138  -Ddocs=true
139%meson_build
140
141%install
142rm -rf $RPM_BUILD_ROOT
143
144%meson_install
145
146# make sure desktop files validate by ignoring sr@Latn
147perl -pi -e 's/sr\@Latn/sp/g' $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
148# desktop-file-install can't handle empty OnlyShowIn correctly
149perl -pi -e 's/OnlyShowIn=GNOME;Unity;/OnlyShowIn=GNOME;/' $RPM_BUILD_ROOT%{_datadir}/applications/nautilus.desktop
150
151desktop-file-install --vendor "" --delete-original       \
152  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
153  --add-only-show-in GNOME                                  \
154  $RPM_BUILD_ROOT%{_datadir}/applications/*
155
156%find_lang %name
157
158%clean
159rm -rf $RPM_BUILD_ROOT
160
161%postun
162if [ $1 -eq 0 ] ; then
163    glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
164fi
165
166%posttrans
167glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
168
169%post libs -p /sbin/ldconfig
170%postun libs -p /sbin/ldconfig
171
172
173%files  -f %{name}.lang
174%defattr(-,root,root,-)
175%license LICENSE
176%doc NEWS README*
177%dir %{_libdir}/nautilus
178%dir %{_libdir}/nautilus/extensions-3.0
179%{_libdir}/nautilus/extensions-3.0/*.so
180%{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml
181%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
182%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
183%{_datadir}/gnome-shell/search-providers/org.gnome.Nautilus.search-provider.ini
184%{_datadir}/applications/*.desktop
185%{_datadir}/icons/hicolor/*/apps/*
186%{_bindir}/*
187%{_datadir}/glib-2.0/schemas/
188%{_mandir}/man1/*
189
190%files devel
191%defattr(-,root,root,-)
192%{_includedir}/nautilus
193%{_libdir}/pkgconfig/*
194%{_libdir}/*.so
195%{_datadir}/gir-1.0
196
197%files libs
198%defattr(-,root,root,-)
199%{_libdir}/*.so.*
200%{_libdir}/girepository-1.0/*.typelib
201
202%files docs
203%defattr(-,root,root,-)
204%{_datadir}/gtk-doc/html/libnautilus-extension/*
205
206
207%changelog
208* Wed Aug 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.3-1
209- new upstream release.
210
211* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.5-1
212- rebuilt with tracker-2.2.2.
213
214* Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.5-1
215- new upstream release.
216- dropped Patch102.
217- updated Patch2000.
218
219* Sat Jul 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.2-1
220- new upstream release
221- update Patch2000
222
223* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.4-1
224- new upstream release
225
226* Sat Nov 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.2-1
227- new upstream release
228
229* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
230- new upstream release
231
232* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
233- new upstream release
234
235* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
236- new upstream release
237
238* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
239- new upstream release
240- update Patch2000 (nautilus-vine-settings.patch)
241- create %%{name}-docs subpackage
242
243* Tue Jan 13 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.2-2
244- moved libs subpackage to System Environment/Libraries Group
245
246* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
247- new upstream release
248
249* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
250- new upstream release
251- remove Patch0 (nautilus-3.14.0-git20141015.patch)
252
253* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
254- new upstream release
255- add Patch0 (nautilus-3.14.0-git20141015.patch)
256
257* Fri May 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
258- new upstream release
259
260* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
261- new upstream release
262
263* Sat Nov 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
264- new upstream release
265
266* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
267- new upstream release
268- add Patch2000 (nautilus-vine-settings.patch)
269
270* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
271- new upstream release
272
273* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
274- new upstream release
275
276* Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
277- new upstream release
278
279* Tue Oct 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
280- new upstream release
281
282* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
283- new upstream release
284
285* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
286- new upstream release
287- remove Patch0,7
288- add BuildRequires: exempi-devel, tracker-devel
289
290* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
291- add Patch0 (nautilus-3.4.2-ja.po.patch)
292
293* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
294- new upstream release
295
296* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
297- new upstream release
298
299* Sat Jan 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.2.1-2
300- added patch102 to fix autostart in other desktop environments
301  (https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/826058)
302
303* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
304- new upstream release
305
306* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
307- new upstream release
308
309* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
310- new upstream release
311
312* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
313- new upstream release
314
315* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
316- new upstream release
317- drop Patch101
318- change BuildRequires: gtk3-devel instread of gtk2-devel
319- change BuildRequires: gnome-desktop3-devel instread of gnome-desktop-devel
320- change BuildRequires: unique3-devel instread of unique-devel
321- add BuildRequires: libnotify-devel, gsettings-desktop-schemas
322
323* Sat Apr 16 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.2.1-2
324- fixed group of libs
325- add translation of summary and description.
326- add Vendor, Distribution and Packager tags.
327
328* Wed Dec 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2.1-1
329- new upstream release
330
331* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
332- new upstream release
333
334* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
335 - new upstream release
336
337* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
338- new upstream release
339- add BuildRequires: gobject-introspection-devel
340- remove BuildRequires: libgnomeui-devel
341- add configure option (--enable-introspection=yes)
342
343* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-3
344- rebuild with rpm-4.8.1 for pkg-config file
345
346* Sat Jun 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.1-2
347- split nautilus extention libraries to -libs subpackage.
348
349* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
350- new upstream release
351
352* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
353- new upstream release
354- drop Patch100
355- add Patch101
356- add Obsoletes: eel2 <= 2.24.1
357- add Provides: eel2 <= 2.24.1
358
359* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-1
360- new upstream release
361- add BuildRequires: libSM-devel
362
363* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-2
364- removed Requires: eel2
365- added %%posttrans section
366
367* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
368- new upstream release
369
370* Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
371- new upstream release
372
373* Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
374- new upstream release
375
376* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
377- new upstream release
378- split -devel subpackage
379
380* Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
381- new upstream release
382
383* Mon Oct 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
384- patch6 needs autoreconf
385
386* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
387- new upstream release
388
389* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.3-1
390- new upstream release
391
392* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1vl5
393- new upstream release
394- added Requires: gvfs
395
396* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
397- new upstream release
398- added Patches from FC
399  * Thu Mar 13 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.0-2
400  - Don't create application/x-ext-<extension> types for known mimetypes (patch from head)
401  - Fix a crash in the Properties dialog while changing owner (patch from head)
402  * Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-2
403  - Change libbeagle .so name for libbeagle-0.3.0 in nautilus-2.21.1-dynamic-search-r2.patch (#434722)
404
405* Thu Dec 13 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
406- new upstream release
407- dropped Patch11-13 and added Patch7-9 from Fedora
408  * Tue Oct 16 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-5
409  - Add patch from upstream to get audio preview working again
410    (#332251)
411  * Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
412  - Fix a crash with small fonts (#242350)
413  * Tue Oct  2 2007 Alexander Larsson <alexl@redhat.com> - 2.20.0-1
414  - Backport fixes for async thumbnail loading from svn
415
416* Sun May 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl4
417- run autoreconf for Patch11 changes
418
419* Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl3
420- remove tracker dependancy, Patch13 detects tracker dynamically.
421
422* Mon Apr 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
423- add Patch13 to support user-dirs
424
425* Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
426- new upstream release
427- enable tracker support
428- add BuildRequires: tracker-devel, Requires: tracker
429
430* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl1
431- new upstream release
432
433* Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl2
434- add BuildRequires: gamin-devel, Requires: gamin
435- remove fam dependency (replaced by gamin)
436
437* Wed Aug 02 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
438- new upsteram release
439
440* Sat Jul 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl3
441- really applied Patch110...
442
443* Fri Jun 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
444- add Patch110 to fix corruption of help option message.
445
446* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
447- new upstream release
448
449* Thu Mar 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl4
450- fix typo in ja.po
451
452* Wed Mar 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl3
453- update ja.po to translate patch50 related message.
454
455* Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
456- add Patch50 to show progressbar on umounting
457  (ubuntu patch in Bug 313639)
458
459* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
460- new upstream release
461
462* Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl2
463- add Patch10 to avoid background rendering delay
464
465* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
466- new upstream release
467
468* Mon Feb 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.12.2-0vl2
469- add fix-non-UTF-8-encoding.patch (patch0)
470  - cf. http://bugzilla.gnome.org/show_bug.cgi?id=314538
471
472* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
473- new upstream release
474
475* Thu Oct 06 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
476- new upstream release
477
478* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
479- new upstream release
480
481* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
482- new upstream release
483
484* Fri Jul 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl2
485- rebuild
486
487* Mon May 30 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.1-0vl1
488- new upstream version
489
490* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
491- new upstream version
492
493* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-0vl2
494- add vine patch to change some defaults.
495  - change default zoom sine
496  - set always_use_browser
497
498* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-0vl1
499- new upstream release
500
501* Fri Oct 29 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl3
502- add Patch110 to fix libegg(egg-recent-model.c)
503  save old umask value before create ".recently-used" file.
504 
505* Thu Jul 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl2
506- change default desktop font to Sans 9 (from Sans 10)
507- add patch10 to build with gtk+-2.4
508
509* Wed Feb 04 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
510- new upstream release
511
512* Fri Oct 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
513- new upstream release
514
515* Tue Sep 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl3
516- add backport patch from rawhide (Patch10)
517
518* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl2
519- modified vine patch
520  - change default zoom level to small
521  - change desktop font to Sans 10
522
523* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
524- new upstream release
525
526* Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl3
527- add desktop icon patch from rawhide
528
529* Sat Sep 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl2
530- remove obsolete ja.po
531
532* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
533- new upstream release
534
535* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-0vl1
536- new upstream release
537
538* Sat Jun 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
539- new upstream release
540
541* Mon Apr 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3.1-0vl2
542- update ja.po
543
544* Thu Apr  3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3.1-0vl1
545- new upstream release
546
547* Fri Mar 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
548- new upstream release
549
550* Sat Mar  1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
551- new upstream release
552
553* Thu Jan 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.2-0vl1
554- new upstream release
555
556* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
557- new upstream release
558
559* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
560- new upstream release
561
562* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl2
563- add nautilus-cd-burner patch
564
565* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl1
566- new upstream release
567
568* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl5
569- discard scrollkeeper outputs.
570- update PreReq tags.
571
572* Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl4
573- change icon for nautilus-file-management-properties
574- update ja.po
575
576* Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl3
577- update ja.po
578- add translation for .desktop files.
579
580* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
581- add Requires: vine-menus
582
583* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
584- new upstream release
585
586* Sun Dec 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl4
587- remove redhatize patch
588
589* Tue Dec 17 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
590- rebuild to remove unneeded dependancy.
591
592* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
593- build for Vine Linux
594
595* Tue Dec  3 2002 Havoc Pennington <hp@redhat.com>
596- add explicit startup-notification dependency because build system is
597  dumb
598- 2.1.3
599
600* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
601- 2.1.2
602
603* Thu Oct 10 2002 Havoc Pennington <hp@redhat.com>
604- 2.0.7
605- remove patches that are upstream
606
607* Tue Sep  3 2002 Alexander Larsson <alexl@redhat.com>  2.0.6-6
608- Add badhack to make weblinks on desktop work
609
610* Mon Sep  2 2002 Havoc Pennington <hp@redhat.com>
611- fix #70667 assertion failures
612- fix triple click patch
613
614* Mon Sep  2 2002 Jonathan Blandford <jrb@redhat.com>
615- don't activate on double click
616
617* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
618- put button press mask in triple-click patch, maybe it will work
619- remove html-hack patch as it does nothing useful
620
621* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
622- require newer redhat-artwork, -menus, eel2, gnome-vfs2 to avoid
623  bogus bug reports
624- add hack for HTML mime type handling in a web browser, not
625  nautilus
626
627* Thu Aug 29 2002 Alexander Larsson <alexl@redhat.com>
628- Updated to 2.0.6. Removed the patches I put upstream.
629- Added patch that fixes #72410
630
631* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
632- Add a simple patch so that redhat-config-packages can disable
633  the new window behavior for mounted CDs behavior.
634
635* Wed Aug 28 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-4
636- Add patch to fix bug #70667
637
638* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
639- remove mp3
640
641* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
642- ignore the "add_to_session" preference as it only broke stuff
643- pad the left margin a bit to cope with poor word wrapping
644
645* Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-1
646- Update to 2.0.5, remove topleft icon patch
647
648* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-2
649- Add patch to fix the bug where desktop icons get
650  stuck in the top left corner on startup
651
652* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-1
653- 2.0.4
654
655* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
656- obsolete nautilus-mozilla < 2.0 #69839
657
658* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
659- add rhconfig patch to Bluecurve theme and disable sidebar by default
660
661* Wed Aug  7 2002 Havoc Pennington <hp@redhat.com>
662- drop start here files, require redhat-menus that has them
663
664* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
665- 2.0.3
666
667* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
668- build for new eel2, gail
669
670* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
671- and add the libexec components, mumble
672
673* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
674- put the components in the file list, were moved upstream
675
676* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
677- 2.0.1
678
679* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
680- Relibtoolize to fix relink problems for solib components
681- Add LANG=en_US to %makeinstall as well
682- Back out previous change, force locale to en_US to prevent UTF-8 problems
683- Add workaround for intltool-merge bug on ia64
684
685* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
686- automated rebuild
687
688* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
689- 2.0.0
690- use desktop-file-install
691- require desktop-backgrounds-basic
692
693* Wed Jun 12 2002 Havoc Pennington <hp@redhat.com>
694- add wacky hack in hopes of fixing the hang-on-login thing
695
696* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
697- add build requires on new gail
698- rebuild to try to lose broken libgailutil.so.13 dependency
699
700* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
701- rebuild in different environment
702
703* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
704- 1.1.19
705
706* Fri May 31 2002 Havoc Pennington <hp@redhat.com>
707- rebuild in different environment
708
709* Thu May 30 2002 Havoc Pennington <hp@redhat.com>
710- really remove nautilus-devel if we are going to obsolete it
711- don't require hwbrowser
712
713* Sun May 26 2002 Tim Powers <timp@redhat.com>
714- automated rebuild
715
716* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
717- rebuild in different environment
718
719* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
720- 1.1.17
721
722* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
723- 1.1.14
724
725* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
726- require eog
727- obsolete nautilus-devel
728- fix name of schemas file in post
729
730* Mon Apr 22 2002 Alex Larsson <alexl@redhat.com>
731- Update to 1.1.13
732
733* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
734- put tree view in file list
735
736* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
737- nautilus for gnome 2
738- clean up the spec file and file list a bit
739
740* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
741- merge translations
742
743* Thu Apr  4 2002 Alex Larsson <alexl@redhat.com>
744- Add patch to fix trash crash
745
746* Mon Apr  1 2002 Havoc Pennington <hp@redhat.com>
747- fix for metadata tmp race
748- backport thumbnail speed fix and thumbnail inf. loop fix
749
750* Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
751- add some fixes from CVS version, including one for #61819 and a couple segfaults
752
753* Wed Mar 20 2002 Havoc Pennington <hp@redhat.com>
754- fix thumbnails for files with future timestamp, #56862
755
756* Mon Mar 11 2002 Havoc Pennington <hp@redhat.com>
757- buildrequires intltool #60633
758- apply Alex's pixbuf cache patch to save a few megs #60581
759
760* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
761- drop Milan-specific features, including png10 and ac25 patches
762- copy in 1.0.5 help component to avoid large risky patch
763- remove .la files
764- drop mozilla from ia64 again
765- remove oaf file from nautilus-mozilla that was also in the base
766  package
767
768* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
769- enable mozilla support on ia64
770
771* Fri Dec 28 2001 Christopher Blizzard <blizzard@redhat.com>
772- require Mozilla 0.9.7
773- Add patch that puts mozilla profile startup before embedding is initialized
774
775* Tue Nov 20 2001 Havoc Pennington <hp@redhat.com>
776- 1.0.6, require Mozilla 0.9.6
777
778* Tue Oct 23 2001 Alex Larsson <alexl@redhat.com>
779- Update to 1.0.5
780
781* Thu Sep  6 2001 Owen Taylor <otaylor@redhat.com>
782- Fix handling of GnomeVFSFileInfo structure (#53315)
783
784* Wed Sep  5 2001 Owen Taylor <otaylor@redhat.com>
785- Change handling of names on unmount to fix #52325
786
787* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
788- put nautilus-help.desktop in file list; #53109
789
790* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
791- Add po files from sources.redhat.com
792
793* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
794- Add po files from sources.redhat.com
795
796* Thu Aug 23 2001 Alex Larsson <alexl@redhat.com> 1.0.4-38
797- Added patch to fix the .directory issuer
798
799* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
800- I screwed up the build yesterday, so it didn't actually contain the
801  fixes mentioned. This build should contain them.
802
803* Wed Aug 22 2001 Havoc Pennington <hp@redhat.com>
804- fix bug causing 32000 stats or so in large directories,
805  should speed things up somewhat
806- fix #52104 via gruesome kdesktop-detection hack and setting
807  window type hint on our desktop window
808- fix so Start Here icon displays in sidebar
809- don't load non-local .desktop files
810
811* Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
812- make Programs icon into a link, to match the other .desktop files
813- own various directories #51164
814- web page titles in Japanese, #51709
815- tree defaults to only directories #51850
816
817* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
818- make start here icon work again
819- kill some warning spew, #51661
820- cache getpwnam() results to speed things up a bit
821
822* Tue Aug 14 2001 Owen Taylor <otaylor@redhat.com>
823- Fix problem with missing desktop starthere.desktop file
824- New snapshot from our branch, fixes:
825  - On upgrade, icons migrated from GNOME desktop are not properly lined up
826    (#51436)
827  - icons dropped on the desktop don't end up where dropped. (#51441)
828  - Nautilus shouldn't have fam monitor read-only windows. This
829    keeps CDROMS from being unmounted until you close all
830
831    nautilus windows pointing to them. (#51442)
832  - Warnings about 'cannot statfs...' when moving items to trash.
833- Use separate start-here.desktop for panel, since the one used
834  for the root window only works from Nautilus.
835
836* Fri Aug 10 2001 Alexander Larsson <alexl@redhat.com>
837- Changed starthere .desktop files to be links instead
838- of spawning a new nautilus. This makes start-here:
839- much faster.
840
841* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com>
842- Added hwbrowser dependency
843- New snapshot, fixes the mozilla-view submit form problem
844
845* Wed Aug  8 2001 Jonathan Blandford <jrb@redhat.com>
846- Rebuild with new xml-i18n-tools
847- fix crash in creating new desktop files
848
849* Tue Aug  7 2001 Jonathan Blandford <jrb@redhat.com>
850- Fix up DnD code some more
851
852* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
853- Sync our CVS version; fixes some MUSTFIX
854  (the one about drawing background on startup,
855   properly translate desktop files, etc.)
856
857* Wed Aug  1 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-24
858- Fix 64bit cleanness issue
859- Fix NULL mimetype crash
860- Disable additional_text for .desktop files
861
862* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-23
863- Fix unmounting devices.
864
865* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-22
866- Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop
867- mimetype sniffing.
868
869* Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-21
870- Remove the "don't run as root" warning.
871- Remove eazel from bookmarks
872- langified (again? did someone change it?)
873
874* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
875- Apply a patch that makes nautilus dnd reset work with the latest
876- eel release.
877
878* Thu Jul 26 2001 Alexander Larsson <alexl@redhat.com>
879- Build on ia64 without the mozilla component.
880
881* Wed Jul 25 2001 Havoc Pennington <hp@redhat.com>
882- Fix crash-on-startup showstopper
883- Fix can't-find-images bug (this one was only showing up
884  when built with debug symbols, since it was an uninitialized memory
885  read)
886
887* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
888- sync new tarball from our CVS branch,
889  fixes some drag-and-drop, changes URI scheme names,
890  etc.
891
892* Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
893- Add BuildRequires (#49539, 49537)
894- Fix %%post, %%postun (#49720)
895- Background efficiency improvements and hacks
896
897* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
898- Don't launch esd on each mouseover.
899
900* Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
901- move first time druid patch into my "CVS outstanding" patch
902- try to really remove Help/Feedback
903- try to really fix Help/Community Support
904- try again to get Start Here in the Go menu
905- try again to get Start Here on the desktop
906- don't show file sizes for .desktop files
907
908* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
909- add newline to ends of .desktop files that were missing them
910
911* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
912- update to my latest 'cvs diff -u' (adds default
913  Start Here link, displays .directory name in sidebar)
914- include /etc/X11/* links (starthere, sysconfig, serverconfig)
915
916* Tue Jul 10 2001 Jonathan Blandford <jrb@redhat.com>
917- Patch to remove firsttime druid and flash
918
919* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
920- add hacks for displaying desktop files
921- add hack to turn off the "unwriteable" emblem
922
923* Sun Jul  8 2001 Tim Powers <timp@redhat.com>
924- added defattr to the files lists to be (-,root,root)
925- languified
926
927* Sat Jul  7 2001 Alexander Larsson <alexl@redhat.com>
928- Need to run autoheader too.
929
930* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
931- Make the fam dependency a real runtime dependency
932- by linking to libfam (nautilus-1.0.4-fam-lib.patch)
933- Cleaned up specfile.
934
935* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
936- Change default background and rubberband color.
937- Use the sidebar tabs from the default theme
938- BuildDepend on fam-devel, depend on fam
939- Disable the eazel update pages in the first-time druid.
940- Remove the eazel logo from the first-time druid
941
942* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
943- 1.0.4, removes eazel services icon and wizard page
944- Eazel logo is still in startup wizard for now, needs fixing
945
946* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
947- fix group (s/Desktop/Desktops/) #47134
948- remove ammonite dependency
949
950* Wed Jun 27 2001 Havoc Pennington <hp@redhat.com>
951- add a different default theme
952- clean up file list overspecificity a bit
953
954* Tue Jun 26 2001 Havoc Pennington <hp@redhat.com>
955- move to a CVS snapshot of nautilus for now
956  (Darin is my hero for having distcheck work out of CVS)
957
958* Thu May 10 2001 Jonathan Blandford <jrb@redhat.com>
959- clean up defaults a bit
960
961* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
962- New version
963
964* Tue Apr 17 2001 Gregory Leblanc <gleblanc@grego1.cu-portland.edu>
965- Added BuildRequires lines
966- Changed Source to point to ftp.gnome.org instead of just the tarball name
967- Moved %description sections closer to their %package sections
968- Moved %changelog to the end, where so that it's not in the way
969- Changed configure and make install options to allow moving of
970  libraries, includes, binaries more easily
971- Removed hard-coded paths (don't define %prefix or %docdir)
972- replace %{prefix}/bin with %{_bindir}
973- replace %{prefix}/share with %{_datadir}
974- replace %{prefix}/lib with %{_libdir}
975- replace %{prefix}/include with %{_includedir}
976
977* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
978- removed obsoletes from sub packages and added mozilla and trilobite
979subpackages
980
981* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
982- created this thing
Note: See TracBrowser for help on using the repository browser.