I have made the following changes intended for : CE:MW:Shared / qtest-qml
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/7903 Thank You, Robin Burchell [This message was auto-generated] --- Request # 7903: Messages from BOSS: State: review at 2013-02-15T00:43:55 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:w00t:branches:CE:MW:Shared / qtest-qml -> CE:MW:Shared / qtest-qml changes files: -------------- --- qtest-qml.changes +++ qtest-qml.changes @@ -0,0 +1,8 @@ +* Thu Feb 7 2013 Robin Burchell <[email protected]> - 0.0.2+really+0.0.0~git27697b38 +- Fixes NEMO#627: Updated to new upstream SHA. +- Moved all files from spec to yaml. +- Version number is really 0.0.0 (unreleased) upstream, reflect this using a + fake version number specifically for our packaging, and a git sha. + This isn't an ideal solution, but it's better than continuing to pretend that + upstream has real version numbers at this point. + old: ---- qt-labs-qtest-qml-d39a1865.tar new: ---- qtest-qml-27697b38.tar.bz2 spec files: ----------- --- qtest-qml.spec +++ qtest-qml.spec @@ -9,12 +9,12 @@ # << macros Summary: Unit test framework for QML -Version: 0.0.1~gitd39a1865 +Version: 0.0.2+really+0.0.0~git27697b38 Release: 1 Group: System/Libraries License: LGPL v.2.1 URL: http://qt.gitorious.org/qt-labs/qtest-qml -Source0: qt-labs-qtest-qml-d39a1865.tar +Source0: qtest-qml-27697b38.tar.bz2 Source100: qtest-qml.yaml Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -36,7 +36,7 @@ %prep -%setup -q -n qt-labs-%{name} +%setup -q -n %{name} # >> setup # << setup @@ -69,15 +69,15 @@ %files %defattr(-,root,root,-) %{_libdir}/libQtQuickTest.so.* -# >> files %{_libdir}/qt4/imports/QtQuickTest/* %{_libdir}/libQtQuickTest* %{_bindir}/* %{_datadir}/qt4/mkspecs/features/qmltestcase.prf +# >> files # << files %files devel %defattr(-,root,root,-) -# >> files devel %{_includedir}/qt4/QtQuickTest/* +# >> files devel # << files devel other changes: -------------- ++++++ qtest-qml-27697b38.tar.bz2 (new) ++++++ qtest-qml.yaml --- qtest-qml.yaml +++ qtest-qml.yaml @@ -5,13 +5,13 @@ # the version is just for Nemo packaging appended # with upstream git sha # -Version: 0.0.1~gitd39a1865 +Version: 0.0.2+really+0.0.0~git27697b38 Release: 1 Group: System/Libraries License: LGPL v.2.1 URL: http://qt.gitorious.org/qt-labs/qtest-qml Sources: - - qt-labs-qtest-qml-d39a1865.tar + - qtest-qml-27697b38.tar.bz2 Description: Qt Labs Unit test framework for QML Configure: none Builder: qmake @@ -23,6 +23,10 @@ Files: - "%{_libdir}/libQtQuickTest.so.*" + - "%{_libdir}/qt4/imports/QtQuickTest/*" + - "%{_libdir}/libQtQuickTest*" + - "%{_bindir}/*" + - "%{_datadir}/qt4/mkspecs/features/qmltestcase.prf" SubPackages: - Name : devel @@ -30,4 +34,6 @@ Summary: Development files for integrating with QML Unit test runner Description: | Development files for integrating test apps with QML Unit test runner - + Files: + - "%{_includedir}/qt4/QtQuickTest/*" + ++++++ deleted files: --- qt-labs-qtest-qml-d39a1865.tar
