2006-06-07 Damien Carbery <[email protected]>
authordc144907
Wed, 07 Jun 2006 15:53:52 +0000
changeset 7386 9e7997aad6d7
parent 7385 a809de4551a9
child 7387 e722f80dd8cc
2006-06-07 Damien Carbery <[email protected]> * ekiga.spec: chdir into ekiga dir before applying ekiga patches.
ChangeLog
ekiga.spec
--- a/ChangeLog	Wed Jun 07 13:20:52 2006 +0000
+++ b/ChangeLog	Wed Jun 07 15:53:52 2006 +0000
@@ -1,3 +1,7 @@
+2006-06-07  Damien Carbery <[email protected]>
+
+	* ekiga.spec: chdir into ekiga dir before applying ekiga patches.
+
 2006-06-07  Dave Lin  <[email protected]>
 
         * patches/thunderbird-09-no-nss-nspr.diff: Add 
@@ -5,7 +9,8 @@
 
 2006-06-07  Simon Zheng <[email protected]>
 
-	* patches/ORBit-05-signal-broadcast.diff: Update the patch, use lock when accessing to link_cmd_queue.
+	* patches/ORBit-05-signal-broadcast.diff: Update the patch, use lock 
+	when accessing to link_cmd_queue.
 
 2006-06-07  Damien Carbery <[email protected]>
 
--- a/ekiga.spec	Wed Jun 07 13:20:52 2006 +0000
+++ b/ekiga.spec	Wed Jun 07 15:53:52 2006 +0000
@@ -92,7 +92,7 @@
 cd ../opal
 %patch4 -p1
 # patch for ekiga
-cd ..
+cd ../ekiga
 %patch5 -p1
 %patch6 -p1
 
@@ -228,6 +228,9 @@
 
 
 %changelog
+* Wed Jun 07 2006 - [email protected]
+- chdir into ekiga dir before applying ekiga patches.
+
 * Fri Jun 02 2006 - [email protected]
 - Add patch for change the menu entry according to the UI spec.