I have made the following changes intended for : CE:Apps / KhtNotesForNemo
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/7507 Thank You, khertan [This message was auto-generated] --- Request # 7507: Messages from BOSS: State: review at 2012-12-14T19:37:31 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:khertan / KhtNotesForNemo -> CE:Apps / KhtNotesForNemo changes files: -------------- ++++++ new changes file: --- khtnotes_2.20.0.changes +++ khtnotes_2.20.0.changes @@ -0,0 +1,41 @@ +* Wed Dec 05 2012 BenoƮt HERVIER (khertan) <[email protected]> - 2.20.0 +- 1.1: First public release +- 1.2: Fix deletion of remote file in sync, add word wrapping in markdown preview +- 1.3: Fix a nasty bug where a new note can sometime overwrite an existing bug +- 1.4: Better use of harmattan invoker +- 1.5: Avoid double loading of initial list on startup, fix wrong logger call +- in sync, optimization of startup time And add a search feature +- 1.6: Add Tomboy/Conboy import feature +- 1.7: Improve unicode support (utf-8 and utf-16) +- 1.8: fix authFailure wrong import in sync +- 1.9: fix sync and improve delta sync diff +- 1.10: Fix creation of KhtNotes folder on webdav and +- avoid lose of notes in case of notes if path is created, +- improve sync and fix bugs on conflicting update +- 2.0: Formatted notes when markdown syntax is used +- 2.1: Fix the formatting of notes +- 2.2: Fix a bug in sync when a file conflict happen +- 2.3: Avoid useless conflict +- 2.4: Magically merge conflicting notes +- 2.5: Add setting for using auto merging feature or not +- 2.6: Fix directory error in copying files for merge +- 2.7: Fix an other directory error in copying files for merge +- 2.8: Remove absolute import for merge3: which fix import error error +- 2.9: Fix the sync without and with merge feature +- 2.10: Add favorite feature, add duplicate, improve delete, +- fix markdown preview, add realtime markdown highlight +- 2.11: Darker color and bigger text for title highlight, +- improve pre/post package script, fix timer for realtime highlight +- 2.12: Fix markdown preview (new line extension) +- 2.13: Use more limited set of html due to limitation on Qt.TextEdit +- 2.14: Unactivate opengl for Mer/Nemo OS +- 2.15: Fix a bug losing focus when refreshing highlighting and add +- privacy policy in about screen +- 2.16: Fix an error in the settings parser that prevent it using the right +- password to authenticate to a webdav account +- Fix an error preventing displaying a login / password error message +- 2.17: Add 64x64 icon for nemo mobile, clean make.py +- 2.18: Fix an mistake where timedelta didn't care of timezone of server +- 2.19: Add a preferences for the remote folder name (Default is now Notes) +- 2.20: Better preferences setting page add text size setting, better detection +- if we use opengl or not (only used for harmattan), code cleaning new: ---- khtnotes-2.20.0.tar.gz khtnotes.spec khtnotes_2.20.0.changes spec files: ----------- ++++++ new spec file: --- khtnotes.spec +++ khtnotes.spec @@ -0,0 +1,37 @@ +Name: khtnotes +Version: 2.20.0 +Release: 1 +Summary: A note taking application with ownCloud sync +Group: office +License: gpl +URL: http://khertan.net/KhtNotes +Source0: %{name}-%{version}.tar.gz + +BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: python-devel +Requires: python, python-pyside + +%description +A note taking application for Harmattan devices (n950, n9), and Nemo Mobile / MeeGo devices. KhtNotes provide sync of notes with ownCloud, and permit to preview markdown syntax + +%prep +%setup -q -n %{name}-%{version} +find -name '__init__.py' | xargs chmod +x + +%build +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build + +%install +rm -rf %{buildroot} +%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/opt/khtnotes/* +/usr/share/dbus-1/services/* +/usr/share/applications/* +/usr/share/icons/hicolor/80x80/apps/* +/usr/share/icons/hicolor/64x64/apps/* +/usr/share/icons/hicolor/scalable/apps/* +%{python_sitelib}/*egg-info \ No newline at end of file other changes: -------------- ++++++ khtnotes-2.20.0.tar.gz (new)
