Hi,

you should add the patch to the .yaml file under the Sources for example like

Patches:
   - "fix_category.patch"

And then run "specify" command that is found from spectacle package. You can get the tool for your distro at MeeGo tools repo: http://repo.meego.com/MeeGo/tools/repos/

Spectacle (specify) updates the .spec file automatically. Also when you do patching the branch can be done with

osc -A https://api.meego.com branch Trunk:Testing/meegotouchcp-connman

after which you have home:username:branches:Trunk:Testing project and the branched package in your project list. When patch is accepted the branched project and package is removed by default from the OBS.

Regards,
Marko

On 03/29/2011 12:59 AM, Janne Siren wrote:
Hi,
I have made the following changes to meegotouchcp-connman in project 
Trunk:Testing. Please review and accept ASAP.

Thank You,
Janne Siren

[This message was auto-generated]

---

Request #15352:

   submit:   home:jts/meegotouchcp-connman(r3)(update) ->  
Trunk:Testing/meegotouchcp-connman


Message:
     Correction to bugs
BMC#11205
BMC#14960

State:   new          2011-03-28T14:59:03 jts
Comment: None



changes files:
--------------
--- meegotouchcp-connman.changes
+++ meegotouchcp-connman.changes
@@ -0,0 +1,4 @@
+* Mon Mar 29 2011 Janne Siren<[email protected]>  - 0.0.13
+- Added fix_category.patch
+  Fixed: BMC#11205
+

new:
----
   fix_category.patch

spec files:
-----------
--- meegotouchcp-connman.spec
+++ meegotouchcp-connman.spec
@@ -18,6 +18,7 @@
  Patch1:     0001-Fix-BMC-811-and-BMC-3397.patch
  Patch2:     fix-build-issues.patch
  Patch3:     fix_connman_interface_usage.patch
+Patch4:     fix_category.patch
  Requires:   connman
  Requires:   meego-handset-cpwifi-branding
  BuildRequires:  pkgconfig(QtCore)>= 4.6.0
@@ -77,6 +78,8 @@
  %patch2 -p1
  #fix_connman_interface_usage.patch
  %patch3 -p1
+#fix_category.patch
+%patch4 -p1
  #>>  setup
  #<<  setup


other changes:
--------------

++++++ fix_category.patch (new)
--- fix_category.patch
+++ fix_category.patch
+--- meegotouchcp-connman-0.0.13_orig/meegotouchcp-connman.desktop      
2011-03-28 10:57:45.195312501 +0300
++++ meegotouchcp-connman-0.0.13/meegotouchcp-connman.desktop           
2011-03-28 14:19:43.536255000 +0300
+@@ -11,5 +11,5 @@
+ X-DUIApplet-ImagePortrait=Widget_portrait_weather.png
+
+ [DCP]
+-Category=Connectivity
++Category=Connections
+ Order=4
+

_______________________________________________
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