SHA256
1
0
forked from pool/gvfs
OBS User unknown 2008-11-17 15:59:38 +00:00 committed by Git OBS Bridge
parent 3b314c1f29
commit bb2119680a
3 changed files with 1310 additions and 712 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 11 07:32:52 CST 2008 - maw@suse.de
- Apply gvfs-dice-backend.patch correctly.
-------------------------------------------------------------------
Fri Nov 7 19:40:15 EDT 2008 - banderso@novell.com
- updated gvfs-dice-backend.patch - feature complete for Beta 5
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 27 10:40:15 EDT 2008 - jpr@novell.com Mon Oct 27 10:40:15 EDT 2008 - jpr@novell.com

View File

@ -45,7 +45,7 @@ BuildRequires: extra-rpm-macros
%endif %endif
Summary: VFS functionality for GLib Summary: VFS functionality for GLib
Version: 1.0.2 Version: 1.0.2
Release: 1 Release: 2
License: LGPL v2.0 or later License: LGPL v2.0 or later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
@ -140,7 +140,7 @@ Authors:
%prep %prep
%setup -n %{name}-%{version} %setup -n %{name}-%{version}
%patch0 -p1 %patch0 -p1
%patch1 %patch1 -p1
%patch2 %patch2
%build %build
@ -216,6 +216,10 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang %files lang -f %{name}.lang
%changelog %changelog
* Tue Nov 11 2008 maw@suse.de
- Apply gvfs-dice-backend.patch correctly.
* Fri Nov 07 2008 banderso@novell.com
- updated gvfs-dice-backend.patch - feature complete for Beta 5
* Mon Oct 27 2008 jpr@novell.com * Mon Oct 27 2008 jpr@novell.com
- Use bluez-devel not bluez in the BuildRequires (bnc#436950) - Use bluez-devel not bluez in the BuildRequires (bnc#436950)
- List each backend individually so we know when one breaks - List each backend individually so we know when one breaks
@ -227,10 +231,10 @@ rm -rf $RPM_BUILD_ROOT
+ Crash fixes + Crash fixes
+ Set st_blocks to make du and ls -s work + Set st_blocks to make du and ls -s work
+ Stability fix with concurrent close and reads (made amarok2 crash) + Stability fix with concurrent close and reads (made amarok2 crash)
* Fri Oct 03 2008 mboman@suse.de * Thu Oct 02 2008 mboman@suse.de
- Update to version 1.0.1: - Update to version 1.0.1:
+ bgo#547568 - gvfsd-trash crash due to race condition + bgo#547568 - gvfsd-trash crash due to race condition
* Wed Sep 24 2008 hpj@suse.de * Tue Sep 23 2008 hpj@suse.de
- Add gvfs-dice-backend.patch, which implements the Novell - Add gvfs-dice-backend.patch, which implements the Novell
IceDesktop backend. IceDesktop backend.
* Mon Sep 22 2008 maw@suse.de * Mon Sep 22 2008 maw@suse.de
@ -308,7 +312,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed May 21 2008 hpj@suse.de * Wed May 21 2008 hpj@suse.de
- Add gvfs-bgo531516-fuse-cleanup-when-killed.patch, which fixes - Add gvfs-bgo531516-fuse-cleanup-when-killed.patch, which fixes
the remaining issues covered by BNC #368628. the remaining issues covered by BNC #368628.
* Tue May 13 2008 hpj@suse.de * Mon May 12 2008 hpj@suse.de
- Add gvfs-bnc382172-home-trash-monitoring.patch, which fixes - Add gvfs-bnc382172-home-trash-monitoring.patch, which fixes
BNC #382172. BNC #382172.
* Thu May 08 2008 hpj@suse.de * Thu May 08 2008 hpj@suse.de