Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. $ osc -A https://api.pub.meego.com diff
  2. Index: nemo-qml-plugins.changes
  3. ===================================================================
  4. --- nemo-qml-plugins.changes (revision c683eca60734018abc5ba39bf5de88b9)
  5. +++ nemo-qml-plugins.changes (working copy)
  6. @@ -1,6 +1,14 @@
  7. -* Mon Oct 22 2012 Johan Paul <johan.paul@jollamobile.com> - 0.0.10
  8. -- Add context support for phone number detail type (by Johan Paul)
  9. -- Add email plugin based heaving on meego-app-email from Intel (by Valerio Valerio)
  10. +* Tue Oct 26 2012 Johan Paul <johan.paul@jollamobile.com> - 0.1.2
  11. +- Add support for email types (from Johan)
  12. +- Make contact detail types, that are exposed to UI, enums. (from Johan)
  13. +
  14. +* Tue Oct 23 2012 John Brooks <john.brooks@jollamobile.com> - 0.1.1
  15. +- Add messages API plugin
  16. +- Don't link all plugins against mobility contacts
  17. +
  18. +* Mon Oct 22 2012 Robin Burchell <robin+mer@viroteck.net> - 0.1.0
  19. +- Add phone number contexts (from Johan)
  20. +- Add email plugin, based on meego-app-email by Intel (from Valerio)
  21.  
  22. * Sat Oct 13 2012 Robin Burchell <robin+mer@viroteck.net> - 0.0.9.1
  23. - Fix a brown paper bag, and change packaging to prevent it recurring (from Robin)
  24. Index: nemo-qml-plugins.spec
  25. ===================================================================
  26. --- nemo-qml-plugins.spec (revision c683eca60734018abc5ba39bf5de88b9)
  27. +++ nemo-qml-plugins.spec (working copy)
  28. @@ -9,7 +9,7 @@
  29. # << macros
  30.  
  31. Summary: Nemo QML plugins source package.
  32. -Version: 0.0.10
  33. +Version: 0.1.2
  34. Release: 1
  35. Group: System/Libraries
  36. License: BSD
  37. @@ -21,8 +21,8 @@
  38. BuildRequires: pkgconfig(QtGui)
  39. BuildRequires: pkgconfig(QtContacts)
  40. BuildRequires: pkgconfig(QtWebKit)
  41. +BuildRequires: pkgconfig(qmfclient)
  42. BuildRequires: pkgconfig(mlite)
  43. -BuildRequires: pkgconfig(qmfclient)
  44.  
  45. %description
  46. Do not install this, install the subpackaged plugins.
  47. @@ -68,6 +68,20 @@
  48.  
  49. %description configuration
  50. A plugin providing persistent configuration for QML applications
  51. +
  52. +%package email
  53. +Summary: Plugin providing email via Qt Messaging Framework (QMF) backend
  54. +Group: System/Libraries
  55. +
  56. +%description email
  57. +Plugin providing email via Qt Messaging Framework (QMF) backend.
  58. +
  59. +%package messages
  60. +Summary: Plugin providing public messages API
  61. +Group: System/Libraries
  62. +
  63. +%description messages
  64. +Plugin providing public API for interacting with messages applications
  65.  
  66.  
  67. %prep
  68. @@ -136,3 +150,17 @@
  69. %{_libdir}/qt4/imports/org/nemomobile/configuration/qmldir
  70. # >> files configuration
  71. # << files configuration
  72. +
  73. +%files email
  74. +%defattr(-,root,root,-)
  75. +%{_libdir}/qt4/imports/org/nemomobile/email/libnemoemail.so
  76. +%{_libdir}/qt4/imports/org/nemomobile/email/qmldir
  77. +# >> files email
  78. +# << files email
  79. +
  80. +%files messages
  81. +%defattr(-,root,root,-)
  82. +%{_libdir}/qt4/imports/org/nemomobile/messages/libnemomessages.so
  83. +%{_libdir}/qt4/imports/org/nemomobile/messages/qmldir
  84. +# >> files messages
  85. +# << files messages
  86. Index: nemo-qml-plugins.yaml
  87. ===================================================================
  88. --- nemo-qml-plugins.yaml (revision c683eca60734018abc5ba39bf5de88b9)
  89. +++ nemo-qml-plugins.yaml (working copy)
  90. @@ -2,7 +2,7 @@
  91. Summary: Nemo QML plugins source package.
  92. Group: System/Libraries
  93. Description: Do not install this, install the subpackaged plugins.
  94. -Version: 0.0.10
  95. +Version: 0.1.2
  96. Release: 1
  97. Sources:
  98. - "%{name}-%{version}.tar.bz2"
  99. @@ -18,8 +18,8 @@
  100. - QtGui
  101. - QtContacts
  102. - QtWebKit
  103. + - qmfclient
  104. - mlite
  105. - - qmfclient
  106.  
  107. SubPackages:
  108. - Name: thumbnailer
  109. @@ -67,3 +67,18 @@
  110. - "%{_libdir}/qt4/imports/org/nemomobile/configuration/libnemoconfiguration.so"
  111. - "%{_libdir}/qt4/imports/org/nemomobile/configuration/qmldir"
  112.  
  113. + - Name: email
  114. + Summary: Plugin providing email via Qt Messaging Framework (QMF) backend
  115. + Group: System/Libraries
  116. + Description: Plugin providing email via Qt Messaging Framework (QMF) backend.
  117. + Files:
  118. + - "%{_libdir}/qt4/imports/org/nemomobile/email/libnemoemail.so"
  119. + - "%{_libdir}/qt4/imports/org/nemomobile/email/qmldir"
  120. +
  121. + - Name: messages
  122. + Summary: Plugin providing public messages API
  123. + Group: System/Libraries
  124. + Description: Plugin providing public API for interacting with messages applications
  125. + Files:
  126. + - "%{_libdir}/qt4/imports/org/nemomobile/messages/libnemomessages.so"
  127. + - "%{_libdir}/qt4/imports/org/nemomobile/messages/qmldir"
  128. Index: nemo-qml-plugins-0.1.2.tar.bz2
  129. ===================================================================
  130. Binary file 'nemo-qml-plugins-0.1.2.tar.bz2' added.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement