I have made the following changes intended for : CE:Apps:MTF / qmlgallery
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/5247 Thank You, Robin Burchell [This message was auto-generated] --- Request # 5247: Messages from BOSS: State: review at 2012-07-21T10:24:00 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:Apps:MTF / qmlgallery -> CE:Apps:MTF / qmlgallery changes files: -------------- --- qmlgallery.changes +++ qmlgallery.changes @@ -0,0 +1,5 @@ +* Sat Jul 21 2012 Robin Burchell <[email protected]> - 0.0.4 +- Set attributes to minimise drawing overhead & reduce flicker on startup +- Fix NEMO#213 - Errant images displayed in transition to ImagePage (patch from John) +- Fix jittering during pinch-to-zoom (patch from John) + old: ---- nemomobile-qmlgallery-nemo-v0.0.2-0-g4ad2c4a.tar.gz new: ---- qmlgallery-0.0.4.tar.bz2 spec files: ----------- --- qmlgallery.spec +++ qmlgallery.spec @@ -1,18 +1,20 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.24.1 # + +Name: qmlgallery + # >> macros # << macros -Name: qmlgallery Summary: Photo Gallery for Nemo -Version: 0.0.2 +Version: 0.0.4 Release: 1 -Group: System/Libraries +Group: Applications/System License: BSD URL: https://github.com/nemomobile/qmlgallery -Source0: nemomobile-qmlgallery-nemo-v%{version}-0-g4ad2c4a.tar.gz +Source0: %{name}-%{version}.tar.bz2 Source1: qmlgallery.desktop Source100: qmlgallery.yaml Requires: libdeclarative-gallery @@ -22,14 +24,12 @@ BuildRequires: pkgconfig(qdeclarative-boostable) BuildRequires: desktop-file-utils - %description Photo Gallery application using Qt Quick for Nemo Mobile. - %prep -%setup -q -n nemomobile-%{name}-4ad2c4a +%setup -q -n %{name} # >> setup # << setup @@ -49,6 +49,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -60,15 +61,11 @@ # >> install post rm %{buildroot}/%{_datadir}/applications/qmlgallery_harmattan.desktop # << install post + desktop-file-install --delete-original \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/*.desktop - - - - - %files %defattr(-,root,root,-) /opt/qmlgallery/bin/qmlgallery @@ -79,5 +76,3 @@ /opt/qmlgallery/qml/qmlgallery/main.qml # >> files # << files - - other changes: -------------- ++++++ qmlgallery-0.0.4.tar.bz2 (new) ++++++ qmlgallery.yaml --- qmlgallery.yaml +++ qmlgallery.yaml @@ -1,12 +1,12 @@ Name: qmlgallery Summary: Photo Gallery for Nemo -Version: 0.0.2 +Version: 0.0.4 Release: 1 -Group: System/Libraries +Group: Applications/System License: BSD URL: https://github.com/nemomobile/qmlgallery Sources: - - nemomobile-qmlgallery-nemo-v%{version}-0-g4ad2c4a.tar.gz + - "%{name}-%{version}.tar.bz2" - "qmlgallery.desktop" Description: Photo Gallery application using Qt Quick for Nemo Mobile. Configure: none ++++++ deleted files: --- nemomobile-qmlgallery-nemo-v0.0.2-0-g4ad2c4a.tar.gz
