diff --git a/.cvsignore b/.cvsignore index c28ee25..87861f6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -exo-0.3.105.tar.bz2 +exo-0.3.106.tar.bz2 diff --git a/exo-0.3.105-fix-low-transfer-rates.patch b/exo-0.3.105-fix-low-transfer-rates.patch deleted file mode 100644 index e961c71..0000000 --- a/exo-0.3.105-fix-low-transfer-rates.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 7aad4f152380e1d2edffdc9a2eb15554f042fbad Mon Sep 17 00:00:00 2001 -From: Nick Schermer -Date: Sun, 18 Oct 2009 22:47:32 +0000 -Subject: Only sync devices with no volume. - -If the devices is pollable and we set the sync option, this -will slowdown the transfer. I missed that when changing the -code. ---- -diff --git a/exo-mount/exo-mount-hal.c b/exo-mount/exo-mount-hal.c -index bbf9ca3..d09d0db 100644 ---- a/exo-mount/exo-mount-hal.c -+++ b/exo-mount/exo-mount-hal.c -@@ -741,7 +741,8 @@ exo_mount_hal_device_mount (ExoMountHalDevice *device, - { - option = NULL; - -- if (strcmp (device->fsoptions[m], "sync") == 0) -+ if (strcmp (device->fsoptions[m], "sync") == 0 -+ && device->volume == NULL) - { - /* non-pollable drive... */ - option = g_strdup ("sync"); --- -cgit v0.8.2.1 diff --git a/exo.spec b/exo.spec index 25c596e..cc3e563 100644 --- a/exo.spec +++ b/exo.spec @@ -2,7 +2,7 @@ Summary: Application library for the Xfce desktop environment Name: exo -Version: 0.3.105 +Version: 0.3.106 Release: 1%{?dist} # libexo-hal exo-helper mount-notify and exo-mount are all GPLv2+ # everything else is LGPLv2+ @@ -10,8 +10,6 @@ License: LGPLv2+ and GPLv2+ URL: http://xfce.org/ Source0: http://archive.xfce.org/src/xfce/exo/0.3/%{name}-%{version}.tar.bz2 Patch0: exo-0.3.0-x86_64-build.patch -# http://git.xfce.org/xfce/exo/patch/?id=7aad4f152380e1d2edffdc9a2eb15554f042fbad -Patch1: exo-0.3.105-fix-low-transfer-rates.patch # to not bring https://bugzilla.redhat.com/show_bug.cgi?id=508823 back Patch2: exo-0.3.105-mount-utf8.patch Group: System Environment/Libraries @@ -57,7 +55,6 @@ Python libraries and header files for the exo library. %setup -q %patch0 -p1 -b .x86_64-build -%patch1 -p1 -b .sync %patch2 -p1 -b .utf8 %build @@ -142,6 +139,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitearch}/pyexo.* %changelog +* Thu Dec 17 2009 Christoph Wickert - 0.3.106-1 +- Update to 0.3.106 +- Remove upstreamed sync patch + * Mon Oct 19 2009 Christoph Wickert - 0.3.105-1 - Update to 0.3.105 - Tweak mount.rc to use UTF-8 (to not bring back #508823 again) diff --git a/sources b/sources index 54424b9..e4818e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba87f84894498bf23ae39d849c55f98c exo-0.3.105.tar.bz2 +927905f89252fa397e50d7a4fbf3c9a7 exo-0.3.106.tar.bz2