I have made the following changes intended for : CE:Apps / qmlfilemuncher
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/4413 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4413: Messages from BOSS: State: review at 2012-02-23T07:50:54 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 / qmlfilemuncher -> CE:Apps / qmlfilemuncher changes files: -------------- --- qmlfilemuncher.changes +++ qmlfilemuncher.changes @@ -0,0 +1,13 @@ +* Thu Feb 23 2012 Marko Saukko <[email protected]> - 0.0.4 +- Release 0.0.4 +- Fixes NEMO#120: I/O should be threaded +- Fixes NEMO#121: Thumbnails should be cached on disk +- Fixes NEMO#122: Items should have a context menu for easy use +- Fixes NEMO#124: Rename capability. +- Fixes NEMO#126: File manager should provide a method to view extended information +- Fixes NEMO#128: Folder overview should show file size +- Fixes NEMO#144: Images with a non-lowercase extension are not thumbnailed +- Fixes NEMO#145: Thumbnail cache should store the size in the filename +- Fixes NEMO#148: Thumbnailing should be more UI-friendly +- Fixes NEMO#151: File manager should check isDir before checking for a jpg/etc + old: ---- qmlfilemuncher-0.0.3.tar.bz2 new: ---- nemomobile-qmlfilemuncher-nemo-v0.0.4-0-gc31698f.tar.gz spec files: ----------- --- qmlfilemuncher.spec +++ qmlfilemuncher.spec @@ -7,12 +7,12 @@ Name: qmlfilemuncher Summary: File Manager for Nemo -Version: 0.0.3 +Version: 0.0.4 Release: 1 Group: System/Libraries License: BSD URL: https://github.com/nemomobile/qmlfilemuncher -Source0: %{name}-%{version}.tar.bz2 +Source0: nemomobile-qmlfilemuncher-nemo-v%{version}-0-gc31698f.tar.gz Source100: qmlfilemuncher.yaml BuildRequires: pkgconfig(QtCore) >= 4.7.0 BuildRequires: pkgconfig(QtDeclarative) @@ -26,7 +26,7 @@ %prep -%setup -q -n %{name}-%{version} +%setup -q -n nemomobile-%{name}-c31698f # >> setup # << setup other changes: -------------- ++++++ nemomobile-qmlfilemuncher-nemo-v0.0.4-0-gc31698f.tar.gz (new) ++++++ qmlfilemuncher.yaml --- qmlfilemuncher.yaml +++ qmlfilemuncher.yaml @@ -1,17 +1,16 @@ Name: qmlfilemuncher Summary: File Manager for Nemo -Version: 0.0.3 +Version: 0.0.4 Release: 1 Group: System/Libraries License: BSD URL: https://github.com/nemomobile/qmlfilemuncher Sources: - - "%{name}-%{version}.tar.bz2" + - nemomobile-qmlfilemuncher-nemo-v%{version}-0-gc31698f.tar.gz Description: File Manager using Qt Quick Components for Nemo Mobile. Configure: none Builder: qmake - PkgConfigBR: - QtCore >= 4.7.0 - QtDeclarative ++++++ deleted files: --- qmlfilemuncher-0.0.3.tar.bz2
