rpms/k3b/F-7 k3b-1.0.3-umount.patch,1.1,1.2 k3b.spec,1.43,1.44

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Wed Aug 15 08:20:00 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/k3b/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1685

Modified Files:
	k3b-1.0.3-umount.patch k3b.spec 
Log Message:
- added gnome-umount options


k3b-1.0.3-umount.patch:

Index: k3b-1.0.3-umount.patch
===================================================================
RCS file: /cvs/pkgs/rpms/k3b/F-7/k3b-1.0.3-umount.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- k3b-1.0.3-umount.patch	30 Jul 2007 08:00:25 -0000	1.1
+++ k3b-1.0.3-umount.patch	15 Aug 2007 08:19:57 -0000	1.2
@@ -1,6 +1,6 @@
 --- k3b-1.0.3/libk3b/core/k3bglobals.cpp.umount	2007-07-27 21:26:30.000000000 +0200
 +++ k3b-1.0.3/libk3b/core/k3bglobals.cpp	2007-07-27 21:31:26.000000000 +0200
-@@ -569,7 +569,22 @@
+@@ -569,7 +569,24 @@
        return true;
    }
  
@@ -14,6 +14,8 @@
 +  if( !gumountBin.isEmpty() ) {
 +    KProcess p;
 +    p << gumountBin;
++    p << "-u";
++    p << "-d";
 +    p << dev->blockDeviceName();
 +    p.start( KProcess::Block );
 +    if( !p.exitStatus() )


Index: k3b.spec
===================================================================
RCS file: /cvs/pkgs/rpms/k3b/F-7/k3b.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- k3b.spec	30 Jul 2007 08:00:25 -0000	1.43
+++ k3b.spec	15 Aug 2007 08:19:57 -0000	1.44
@@ -8,7 +8,7 @@
 Summary: CD/DVD burning application for KDE
 Epoch:   0
 Version: 1.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Group:   Applications/Archiving
 License: GPL
@@ -215,6 +215,9 @@
 
 
 %changelog
+* Fri Aug  3 2007 Harald Hoyer <harald at redhat.com> - 0:1.0.3-2
+- added gnome-umount options
+
 * Fri Jul 27 2007 Harald Hoyer <harald at redhat.com> - 0:1.0.3-1
 - version 1.0.3
 - added gnome-umount patch




More information about the fedora-extras-commits mailing list