I have made the following changes intended for : CE:UX:MTF / meegotouch-compositor-gestures
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/4948 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4948: Messages from BOSS: State: review at 2012-06-06T06:15:26 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: Project:MTF:UX / meegotouch-compositor-gestures -> CE:UX:MTF / meegotouch-compositor-gestures changes files: -------------- --- meegotouch-compositor-gestures.changes +++ meegotouch-compositor-gestures.changes @@ -0,0 +1,3 @@ +* Wed Jun 06 2012 Marko Saukko <[email protected]> - 0.3.0 +- Fixes NEMO#140: Applications list is not responding to switching between pages sometimes + old: ---- nemomobile-mcompositor-gestures-nemo-0.2.0-0-g9aee4fc.tar.gz new: ---- nemomobile-mcompositor-gestures-nemo-0.3.0-0-ge053e68.tar.gz spec files: ----------- --- meegotouch-compositor-gestures.spec +++ meegotouch-compositor-gestures.spec @@ -1,18 +1,20 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.24 # + +Name: meegotouch-compositor-gestures + # >> macros # << macros -Name: meegotouch-compositor-gestures Summary: Open source mcompositor gestures plugin -Version: 0.2.0 +Version: 0.3.0 Release: 1 Group: System/Libraries License: BSD -URL: http://meego.com -Source0: nemomobile-mcompositor-gestures-nemo-0.2.0-0-g9aee4fc.tar.gz +URL: https://github.com/nemomobile/mcompositor-gestures/ +Source0: nemomobile-mcompositor-gestures-nemo-%{version}-0-ge053e68.tar.gz Source100: meegotouch-compositor-gestures.yaml BuildRequires: pkgconfig(QtCore) >= 4.6.0 BuildRequires: pkgconfig(QtGui) @@ -23,15 +25,22 @@ BuildRequires: pkgconfig(xi) BuildRequires: meegotouch-compositor-devel - %description Open source gestures plugin for MeeGo +%package test +Summary: Test binaries for the gestures +Group: System/Libraries +Requires: %{name} = %{version}-%{release} + +%description test +%{summary}. + %prep -%setup -q -n nemomobile-mcompositor-gestures-9aee4fc +%setup -q -n nemomobile-mcompositor-gestures-e053e68 # >> setup # << setup @@ -46,6 +55,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -56,10 +66,6 @@ # << install post - - - - %files %defattr(-,root,root,-) %{_libdir}/mcompositor/libmcompositor-gestures.so.1.0.0 @@ -69,4 +75,9 @@ # >> files # << files - +%files test +%defattr(-,root,root,-) +%{_bindir}/gesture-lock-testapp +%{_datadir}/applications/* +# >> files test +# << files test other changes: -------------- ++++++ meegotouch-compositor-gestures.yaml --- meegotouch-compositor-gestures.yaml +++ meegotouch-compositor-gestures.yaml @@ -1,12 +1,13 @@ Name: meegotouch-compositor-gestures Summary: Open source mcompositor gestures plugin -Version: 0.2.0 +Version: 0.3.0 Release: 1 Group: System/Libraries License: BSD -URL: http://meego.com +URL: https://github.com/nemomobile/mcompositor-gestures/ Sources: - - "nemomobile-mcompositor-gestures-nemo-0.2.0-0-g9aee4fc.tar.gz" + - "nemomobile-mcompositor-gestures-nemo-%{version}-0-ge053e68.tar.gz" + Description: | Open source gestures plugin for MeeGo PkgBR: @@ -27,3 +28,12 @@ - "%{_libdir}/mcompositor/libmcompositor-gestures.so.1" - "%{_libdir}/mcompositor/libmcompositor-gestures.so" +SubPackages: + - Name: test + Summary: Test binaries for the gestures + Group: System/Libraries + Description: | + %{summary}. + Files: + - "%{_bindir}/gesture-lock-testapp" + - "%{_datadir}/applications/*" ++++++ nemomobile-mcompositor-gestures-nemo-0.3.0-0-ge053e68.tar.gz (new) ++++++ deleted files: --- nemomobile-mcompositor-gestures-nemo-0.2.0-0-g9aee4fc.tar.gz
