source: projects/specs/trunk/g/gvfs/gvfs-vl.spec @ 9572

Revision 9572, 17.8 KB checked in by inagaki, 9 years ago (diff)

2015-05-22 Ryoichi INAGAKI <ryo1@…>

  • digikam, libimobiledevice, libplist, libusbmuxd: updated
  • gnome-mplayer, gtkpod, gvfs, ifuse, libgpod, rhythmbox, upower, usbmuxd: rebuilt


Line 
1Summary: Backends for the gio framework in GLib
2Summary(ja): GLib の GIO フレームワークのバックエンド
3Name: gvfs
4Version: 1.24.1
5Release: 2%{?_dist_release}
6License: LGPLv2+
7Group: System Environment/Libraries
8URL: http://www.gtk.org
9Source: http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.24/%{name}-%{version}.tar.xz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: pkgconfig
13BuildRequires: glib2-devel >= 2.24.0
14BuildRequires: gtk3-devel
15BuildRequires: dbus-glib-devel
16BuildRequires: /usr/bin/ssh
17BuildRequires: libcdio-paranoia-devel
18BuildRequires: libsoup-devel >= 2.30.0
19BuildRequires: avahi-glib-devel >= 0.6
20BuildRequires: libgnome-keyring-devel
21BuildRequires: intltool
22BuildRequires: gettext
23BuildRequires: perl-XML-Parser
24BuildRequires: eudev-libgudev1-devel
25BuildRequires: udisks2-devel
26BuildRequires: libsecret-devel
27BuildRequires: libmtp-devel
28BuildRequires: gnome-online-accounts-devel
29
30Requires(post): desktop-file-utils
31Requires(postun): desktop-file-utils
32
33# The patch touches Makefile.am files:
34BuildRequires: automake autoconf
35BuildRequires: libtool
36
37Provides: gnome-mount < 0.9
38Obsoletes: gnome-mount < 0.9
39
40Obsoletes: %{name}-obexftp < 1.24.0
41
42Patch1: gvfs-1.16.0-archive-integration.patch
43
44Vendor: Project Vine
45Distribution: Vine Linux
46Packager: Takemikaduchi
47
48%description
49The gvfs package provides backend implementations for the gio
50framework in GLib. It includes ftp, sftp, cifs.
51
52%package devel
53Summary: Development files for gvfs
54Group: Development/Libraries
55Requires: %{name} = %{version}-%{release}
56
57%description devel
58The gvfs-devel package contains headers and other files that are
59required to develop applications using gvfs.
60
61%package fuse
62Summary: FUSE support for gvfs
63Group: System Environment/Libraries
64Requires: %{name} = %{version}-%{release}
65BuildRequires: fuse-devel
66Requires: fuse
67
68%description fuse
69This package provides support for applications not using gio
70to access the gvfs filesystems.
71
72
73%package smb
74Summary: Windows fileshare support for gvfs
75Group: System Environment/Libraries
76Requires: %{name} = %{version}-%{release}
77BuildRequires: libsmbclient-devel
78
79%description smb
80This package provides support for reading and writing files on windows
81shares (SMB) to applications using gvfs.
82
83
84%package archive
85Summary: Archiving support for gvfs
86Group: System Environment/Libraries
87Requires: %{name} = %{version}-%{release}
88BuildRequires: libarchive-devel
89
90%description archive
91This package provides support for accessing files inside Zip and Tar archives,
92as well as ISO images, to applications using gvfs.
93
94
95%package gphoto2
96Summary: gphoto2 support for gvfs
97Group: System Environment/Libraries
98Requires: %{name} = %{version}-%{release}
99BuildRequires: libgphoto2-devel
100BuildRequires: libusb-devel
101BuildRequires: libexif-devel
102
103%description gphoto2
104This package provides support for reading and writing files on
105PTP based cameras (Picture Transfer Protocol) and MTP based
106media players (Media Transfer Protocol) to applications using gvfs.
107
108
109%package afc
110Summary: AFC support for gvfs
111Group: System Environment/Libraries
112Requires: %{name} = %{version}-%{release}
113Requires: usbmuxd
114BuildRequires: libimobiledevice-devel >= 0.9.7
115
116%description afc
117This package provides support for reading files on mobile devices
118including phones and music players to applications using gvfs.
119
120
121%package mtp
122Summary: MTP support for gvfs
123Group: System Environment/Libraries
124Requires: %{name}%{?_isa} = %{version}-%{release}
125BuildRequires: libmtp-devel >= 1.1.0
126
127%description mtp
128This package provides support for reading and writing files on
129MTP based devices (Media Transfer Protocol) to applications using gvfs.
130
131
132%package goa
133Summary: GOA support for gvfs
134Group: System Environment/Libraries
135Requires: %{name}%{?_isa} = %{version}-%{release}
136BuildRequires: gnome-online-accounts-devel >= 3.7.1
137
138%description goa
139This package provides seamless integration with gnome-online-accounts
140file services.
141
142
143%prep
144%setup -q
145%patch1 -p1 -b .archive-integration
146
147%build
148
149# Needed for gvfs-0.2.1-archive-integration.patch
150libtoolize --force  || :
151aclocal  || :
152autoheader  || :
153automake  || :
154autoconf  || :
155
156%configure \
157        --disable-hal \
158        --disable-gdu \
159        --disable-nfs \
160        --enable-mtp
161make # %{?_smp_mflags}
162
163%install
164rm -rf $RPM_BUILD_ROOT
165make install DESTDIR=$RPM_BUILD_ROOT
166
167find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
168
169%find_lang gvfs
170
171%clean
172rm -rf $RPM_BUILD_ROOT
173
174%post
175/sbin/ldconfig
176# Reload .mount files:
177killall -USR1 gvfsd >&/dev/null || :
178# Update desktop files mime mappings:
179update-desktop-database &> /dev/null ||:
180update-gio-modules "$host" &> /dev/null || :
181
182%postun
183/sbin/ldconfig
184# Update desktop files mime mappings:
185update-desktop-database &> /dev/null ||:
186update-gio-modules "$host" &> /dev/null || :
187
188# Reload .mount files when single subpackage is installed:
189%post smb
190killall -USR1 gvfsd >&/dev/null || :
191%post archive
192killall -USR1 gvfsd >&/dev/null || :
193%post gphoto2
194killall -USR1 gvfsd >&/dev/null || :
195%post afc
196killall -USR1 gvfsd >&/dev/null || :
197
198
199%files -f gvfs.lang
200%defattr(-, root, root, -)
201%doc AUTHORS COPYING NEWS README
202%dir %{_datadir}/gvfs
203%dir %{_datadir}/gvfs/mounts
204%{_datadir}/bash-completion/completions/gvfs-*
205%{_datadir}/gvfs/mounts/afp.mount
206%{_datadir}/gvfs/mounts/afp-browse.mount
207%{_datadir}/gvfs/mounts/sftp.mount
208%{_datadir}/gvfs/mounts/trash.mount
209%{_datadir}/gvfs/mounts/cdda.mount
210%{_datadir}/gvfs/mounts/computer.mount
211%{_datadir}/gvfs/mounts/dav.mount
212%{_datadir}/gvfs/mounts/dav+sd.mount
213%{_datadir}/gvfs/mounts/http.mount
214%{_datadir}/gvfs/mounts/localtest.mount
215%{_datadir}/gvfs/mounts/burn.mount
216%{_datadir}/gvfs/mounts/dns-sd.mount
217%{_datadir}/gvfs/mounts/network.mount
218%{_datadir}/gvfs/mounts/ftp.mount
219%{_datadir}/gvfs/mounts/recent.mount
220%{_datadir}/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service
221%{_datadir}/dbus-1/services/gvfs-daemon.service
222%{_datadir}/dbus-1/services/gvfs-metadata.service
223%{_datadir}/gvfs/remote-volume-monitors/udisks2.monitor
224%{_datadir}/GConf/gsettings/gvfs-dns-sd.convert
225%{_datadir}/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml
226%{_datadir}/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml
227%{_libdir}/gio/modules/libgioremote-volume-monitor.so
228%{_libdir}/gio/modules/libgvfsdbus.so
229%{_libdir}/%{name}/libgvfscommon.so
230%{_libdir}/%{name}/libgvfsdaemon.so
231%{_libexecdir}/gvfsd
232%{_libexecdir}/gvfsd-afp
233%{_libexecdir}/gvfsd-afp-browse
234%{_libexecdir}/gvfsd-ftp
235%{_libexecdir}/gvfsd-sftp
236%{_libexecdir}/gvfsd-trash
237%{_libexecdir}/gvfsd-cdda
238%{_libexecdir}/gvfsd-computer
239%{_libexecdir}/gvfsd-dav
240%{_libexecdir}/gvfsd-http
241%{_libexecdir}/gvfsd-localtest
242%{_libexecdir}/gvfsd-burn
243%{_libexecdir}/gvfsd-dnssd
244%{_libexecdir}/gvfsd-network
245%{_libexecdir}/gvfsd-metadata
246%{_libexecdir}/gvfsd-recent
247%{_libexecdir}/gvfs-udisks2-volume-monitor
248%{_bindir}/gvfs-cat
249%{_bindir}/gvfs-copy
250%{_bindir}/gvfs-info
251%{_bindir}/gvfs-less
252%{_bindir}/gvfs-ls
253%{_bindir}/gvfs-mime
254%{_bindir}/gvfs-mkdir
255%{_bindir}/gvfs-monitor-dir
256%{_bindir}/gvfs-monitor-file
257%{_bindir}/gvfs-mount
258%{_bindir}/gvfs-move
259%{_bindir}/gvfs-open
260%{_bindir}/gvfs-rename
261%{_bindir}/gvfs-rm
262%{_bindir}/gvfs-save
263%{_bindir}/gvfs-set-attribute
264%{_bindir}/gvfs-trash
265%{_bindir}/gvfs-tree
266%{_mandir}/man1/gvfs-cat.1.gz
267%{_mandir}/man1/gvfs-copy.1.gz
268%{_mandir}/man1/gvfs-info.1.gz
269%{_mandir}/man1/gvfs-less.1.gz
270%{_mandir}/man1/gvfs-ls.1.gz
271%{_mandir}/man1/gvfs-mime.1.gz
272%{_mandir}/man1/gvfs-mkdir.1.gz
273%{_mandir}/man1/gvfs-monitor-dir.1.gz
274%{_mandir}/man1/gvfs-monitor-file.1.gz
275%{_mandir}/man1/gvfs-mount.1.gz
276%{_mandir}/man1/gvfs-move.1.gz
277%{_mandir}/man1/gvfs-open.1.gz
278%{_mandir}/man1/gvfs-rename.1.gz
279%{_mandir}/man1/gvfs-rm.1.gz
280%{_mandir}/man1/gvfs-save.1.gz
281%{_mandir}/man1/gvfs-set-attribute.1.gz
282%{_mandir}/man1/gvfs-trash.1.gz
283%{_mandir}/man1/gvfs-tree.1.gz
284%{_mandir}/man1/gvfsd-metadata.1.gz
285%{_mandir}/man1/gvfsd.1.gz
286%{_mandir}/man7/gvfs.7.gz
287
288%files devel
289%defattr(-, root, root, -)
290%dir %{_includedir}/gvfs-client
291%dir %{_includedir}/gvfs-client/gvfs
292%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
293%{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
294
295%files fuse
296%defattr(-, root, root, -)
297%{_libexecdir}/gvfsd-fuse
298%{_mandir}/man1/gvfsd-fuse.1.gz
299
300%files smb
301%defattr(-, root, root, -)
302%{_libexecdir}/gvfsd-smb
303%{_libexecdir}/gvfsd-smb-browse
304%{_datadir}/gvfs/mounts/smb-browse.mount
305%{_datadir}/gvfs/mounts/smb.mount
306%{_datadir}/GConf/gsettings/gvfs-smb.convert
307%{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
308
309%files archive
310%defattr(-, root, root, -)
311%{_datadir}/applications/mount-archive.desktop
312%{_libexecdir}/gvfsd-archive
313%{_datadir}/gvfs/mounts/archive.mount
314
315%files gphoto2
316%defattr(-, root, root, -)
317%{_libexecdir}/gvfsd-gphoto2
318%{_datadir}/gvfs/mounts/gphoto2.mount
319%{_libexecdir}/gvfs-gphoto2-volume-monitor
320%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
321%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
322
323%files afc
324%defattr(-, root, root, -)
325%{_libexecdir}/gvfsd-afc
326%{_datadir}/gvfs/mounts/afc.mount
327%{_libexecdir}/gvfs-afc-volume-monitor
328%{_datadir}/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service
329%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
330
331%files mtp
332%defattr(-, root, root, -)
333%{_libexecdir}/gvfsd-mtp
334%{_datadir}/gvfs/mounts/mtp.mount
335%{_libexecdir}/gvfs-mtp-volume-monitor
336%{_datadir}/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service
337%{_datadir}/gvfs/remote-volume-monitors/mtp.monitor
338
339%files goa
340%defattr(-, root, root, -)
341%{_libexecdir}/gvfs-goa-volume-monitor
342%{_datadir}/dbus-1/services/org.gtk.Private.GoaVolumeMonitor.service
343%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
344
345
346%changelog
347* Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.24.1-2
348- rebuilt with libimobiledevice 1.2.0
349
350* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.24.1-1
351- new upstream release
352
353* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.24.0-1
354- new upstream release
355- remove %%{name}-obexftp subpackage
356
357* Mon Feb 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.3-2
358- rebuild with libgphoto2-2.5.7
359
360* Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.3-1
361- new upstream release
362
363* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.2-1
364- new upstream release
365
366* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.1-1
367- new upstream release
368
369* Sun Aug 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.3-1
370- new upstream release
371
372* Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-5
373- change BuildRequires: libcdio-paranoia-devel instead of libcdio-devel
374
375* Wed Jul 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-4
376- rebuild with libplist-1.11
377
378* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-3
379- rebuild with libarchive-3.1.2
380
381* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-2
382- change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
383
384* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-1
385- new upstream release
386
387* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.1-1
388- new upstream release
389
390* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.0-1
391- new upstream release
392
393* Thu Feb 20 2014 NAKAMURA Kenta <kenta@vinelinux.org> 1.18.3-2
394- rebuilt with libgcrypt-1.6
395
396* Sat Nov 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.3-1
397- new upstream release
398
399* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.2-1
400- new upstream release
401
402* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.3-1
403- new upstream release
404
405* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.2-1
406- new upstream release
407
408* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.1-1
409- new upstream release
410- update Patch1 (gvfs-1.16.0-archive-integration.patch)
411- add BuildRequires: libmtp-devel, gnome-online-accounts
412- create %%{name}-mtp and %%{name}-goa subpackages
413
414* Sun Mar 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.2-3
415- rebuild with libimobiledevice-1.1.5
416
417* Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 1.14.2-2
418- build with libgphoto2 2.5.0-1
419
420* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.2-1
421- new upstream release
422
423* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.1-1
424- new upstream release
425
426* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
427- new upstream release
428- add BuildRequires: libsecret-devel, gtk3-devel
429- remove BuildRequires: GConf2-devel
430
431* Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.3-2
432- rebuild with libarchive-3.0.4
433
434* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.3-1
435- new upstream release
436
437* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
438- new upstream release
439
440* Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
441- new upstream release
442- add BuildRequires: udisks2-devel
443- remove BuildRequires: gnome-disk-utility-devel
444
445* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
446- new upstream release
447
448* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
449- new upstream release
450
451* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.5-1
452- new upstream release
453
454* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.4-1
455- new upstream release
456
457* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.3-1
458- new upstream release
459
460* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.2-1
461- new upstream release
462- add Provides: and Obsoletes: gnome-mount
463
464* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.7-1
465- new upstream release
466
467* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.6-1
468- new upstream release
469- drop Patch2
470
471* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-2
472- add Patch2 (gvfs-1.6.4-sftp-timeout.patch)
473
474* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-1
475- new upstream release
476
477* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-1
478- new upstream release
479
480* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
481- new upstream release
482
483* Sat May 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-3
484- rebuilt with libcdio-0.82
485
486* Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-2
487- add configure option --enable-gdu
488- add BR: gnome-disk-utility-devel
489- add afc subpackage for new AFC backend,
490  providing access to Apple's iPhone, and iPod Touch devices
491
492* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
493- new upstream release
494
495* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
496- new upstream release
497- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
498- change BuildRequires: hal-devel -> ibgudev1-devel
499- add configure option (--disable-hal)
500
501* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
502- new upstream release
503
504* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.1-1
505- new upstream release
506
507* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-2
508- new upstream release
509
510* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
511- new upstream release
512
513* Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-2
514- new upstream release
515
516* Thu Oct 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
517- new upstream release
518- BR: bluez-libs-devel >= 4.15
519
520* Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.1-2
521- rebuild with bluez-libs-devel-4.15
522
523* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
524- new upstream release
525
526* Mon Sep 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
527- new upstream release
528
529* Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.6-1
530- new upstream release
531- split out backends to sub packages
532
533* Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.1-1
534- new upstream release
535
536* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.3-1vl5
537- new upstream release
538
539* Wed Apr  2 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.2-1vl5
540- Initial build for Vine Linux
541
542* Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.2-1
543- Update to 0.2.2
544
545* Tue Mar 25 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-4
546- Moved fuse stuff to a dedicated package
547
548* Thu Mar 20 2008 Alexander Larsson <alexl@redhat.com> - 0.2.1-3
549- Add patch with simple archive backend UI integration
550
551* Wed Mar 19 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-2
552- Added libarchive dependency for archive backend
553- Require new libsmbclient in order to get smb backend working again
554
555* Tue Mar 18 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-1
556- Update to 0.2.1 (archive backend temporarily disabled)
557
558* Mon Mar 17 2008 Matthias Clasen  <mclasen@redhat.com> - 0.2.0.1-2
559- Silence %%post
560
561* Mon Mar 10 2008 Matthias Clasen  <mclasen@redhat.com> - 0.2.0.1-1
562- Update to 0.2.0.1
563
564* Thu Mar  6 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.11-2
565- Add patch that fixes a deadlock when foreign volume is removed
566
567* Tue Mar  4 2008 Matthias Clasen  <mclasen@redhat.com> - 0.1.11-1
568- Update to 0.1.11
569
570* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
571- Update to 0.1.10
572
573* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
574- Update to 0.1.8
575
576* Thu Feb 14 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-3
577- Add patch that fixes a smb bug that can cause short reads when copying files
578
579* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-2
580- Fix double free in hal volume monitor
581- Ensure gconf module is built by adding build dep
582
583* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
584- Update to 0.1.7
585
586* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
587- Update to 0.1.6
588
589* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
590- Update to 0.1.5
591- Reenable http/dav
592
593* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2
594- Remove the http/dav stuff for now, as we don't have the latest libsoup
595
596* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
597- Update to 0.1.4
598- Send USR1 in post to reload config
599
600* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
601- Update to 0.1.2
602
603* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> 0.1.1-1
604- Update to 0.1.1
605
606* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
607- Initial packaging
Note: See TracBrowser for help on using the repository browser.