spec file was modified directly, you should update the yaml file.

Anas


On 12 Feb 2011, at 06:54, Wang Quanxian wrote:

> Hi,
> I have made the following changes to gthumb in project Trunk:Testing. Please 
> review and accept ASAP.
> 
> Thank You,
> Wang Quanxian
> 
> [This message was auto-generated]
> 
> ---
> 
> Request #13691:
> 
>  submit:   home:quanxianwang:branches:Trunk:Testing/gthumb(r4)(cleanup) -> 
> Trunk:Testing/gthumb
> 
> 
> Message:
>    umount the device before start gthumb program automatically bmc#8596
> 
> State:   new          2011-02-11T17:53:54 quanxianwang
> Comment: None
> 
> 
> 
> changes files:
> --------------
> --- gthumb.changes
> +++ gthumb.changes
> @@ -0,0 +1,5 @@
> +* Sat Feb 12 2011 Wang Quanxian <[email protected]> - 2.10.11
> +- Add the operation to umount the camera device before use it
> +- because of system will automatically mount it which block gthumb 
> +- use the device to fix bmc#8596
> +
> 
> new:
> ----
>  fix_umount.patch
> 
> spec files:
> -----------
> --- gthumb.spec
> +++ gthumb.spec
> @@ -15,6 +15,7 @@
> Source0:    %{name}-%{version}.tar.bz2
> Source100:  gthumb.yaml
> Patch0:     MeeGo-fix-uri.patch
> +Patch1:     fix_umount.patch
> Requires(post):  /sbin/ldconfig
> Requires(postun):  /sbin/ldconfig
> Requires(post):  /bin/touch
> @@ -48,6 +49,7 @@
> %prep
> %setup -q -n %{name}-%{version}
> %patch0 -p1
> +%patch1 -p0
> # >> setup
> # << setup
> 
> 
> other changes:
> --------------
> 
> ++++++ fix_umount.patch (new)
> --- fix_umount.patch
> +++ fix_umount.patch
> +--- data/gthumb.desktop.in.orig      2011-02-12 20:44:30.150253673 +0800
> ++++ data/gthumb.desktop.in   2011-02-12 20:45:51.126256576 +0800
> +@@ -3,7 +3,7 @@ _Name=gThumb Image Viewer
> + _GenericName=Image Viewer
> + _Comment=View and organize your images
> + Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
> +-Exec=gthumb %U
> ++Exec=sh -c 'gvfs-mount -s gphoto2; exec gthumb %U'
> + Icon=gthumb
> + 
> MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;
> + StartupNotify=true
> 
> _______________________________________________
> MeeGo-commits mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-commits

_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to