gvfs-vl.spec 18 KB

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