I have made the following changes intended for : CE:Apps / qmlmessages Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/6580 Thank You, Marko Saukko [This message was auto-generated] --- Request # 6580: Messages from BOSS: State: review at 2012-09-02T21:41:57 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:CE:Apps / qmlmessages -> CE:Apps / qmlmessages changes files: -------------- --- qmlmessages.changes +++ qmlmessages.changes @@ -0,0 +1,3 @@ +* Sun Sep 02 2012 Marko Saukko <[email protected]> - 0.0.3 +- Obsolete peregrine to get updates working properly. + spec files: ----------- --- qmlmessages.spec +++ qmlmessages.spec @@ -27,8 +27,18 @@ BuildRequires: desktop-file-utils Provides: meego-handset-sms > 0.1.2 Provides: meego-handset-sms-branding-upstream > 0.1.2 +Provides: peregrine-components-bridge-common = 1.1.7 +Provides: peregrine-components-layout = 1.1.7 +Provides: peregrine-libs = 1.1.7 +Provides: peregrine-qml-starter = 1.1.7 +Provides: peregrine-tablet-common = 1.1.7 Obsoletes: meego-handset-sms <= 0.1.2 Obsoletes: meego-handset-sms-branding-upstream <= 0.1.2 +Obsoletes: peregrine-components-bridge-common < 1.1.7 +Obsoletes: peregrine-components-layout < 1.1.7 +Obsoletes: peregrine-libs < 1.1.7 +Obsoletes: peregrine-qml-starter < 1.1.7 +Obsoletes: peregrine-tablet-common < 1.1.7 %description Messaging application using Qt Quick for Nemo Mobile. other changes: -------------- ++++++ qmlmessages.yaml --- qmlmessages.yaml +++ qmlmessages.yaml @@ -14,11 +14,27 @@ Configure: none Builder: qmake Obsoletes: + # meego-handset-sms is the old MTF based application that isn't + # maintained anymore, obsoleted here to make updates work. - meego-handset-sms <= 0.1.2 - meego-handset-sms-branding-upstream <= 0.1.2 + # Peregrine isn't maintained atm. and qmlmessages provides + # most of its features. To make updates work properly we obsolete + # the old peregrine. + - peregrine-components-bridge-common < 1.1.7 + - peregrine-components-layout < 1.1.7 + - peregrine-libs < 1.1.7 + - peregrine-qml-starter < 1.1.7 + - peregrine-tablet-common < 1.1.7 Provides: - meego-handset-sms > 0.1.2 - meego-handset-sms-branding-upstream > 0.1.2 + # And provide "new" one. + - peregrine-components-bridge-common = 1.1.7 + - peregrine-components-layout = 1.1.7 + - peregrine-libs = 1.1.7 + - peregrine-qml-starter = 1.1.7 + - peregrine-tablet-common = 1.1.7 PkgConfigBR: - QtCore >= 4.7.0 - QtDeclarative
