I have made the following changes intended for : CE:Apps / qmlcalendar 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/5286 Thank You, wonko [This message was auto-generated] --- Request # 5286: Messages from BOSS: State: review at 2012-07-24T14:48:59 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:wonko:CE:Apps / qmlcalendar -> CE:Apps / qmlcalendar changes files: -------------- --- qmlcalendar.changes +++ qmlcalendar.changes @@ -0,0 +1,4 @@ +* Tue Jul 24 2012 Ruediger Gad <[email protected]> - 0.16 +- Fix dependency. +- Bump version to make BOSS happy. + old: ---- qmlcalendar-0.15.tar.gz new: ---- qmlcalendar-0.16.tar.gz spec files: ----------- --- qmlcalendar.spec +++ qmlcalendar.spec @@ -9,7 +9,7 @@ # << macros Summary: Calendar application made with QML -Version: 0.15 +Version: 0.16 Release: 1 Group: Applications/System License: BSD @@ -17,7 +17,7 @@ Source0: qmlcalendar-%{version}.tar.gz Source100: qmlcalendar.yaml Requires: libdeclarative-organizer -Requires: mkcal >= 0.3.11-2 +Requires: mkcal >= 0.3.11 Requires: systemd Requires(preun): systemd Requires(post): systemd other changes: -------------- ++++++ qmlcalendar-0.15.tar.gz -> qmlcalendar-0.16.tar.gz --- qtc_packaging/rpm_nemo/qmlcalendar.changes +++ qtc_packaging/rpm_nemo/qmlcalendar.changes @@ -1,6 +1,12 @@ +* Mon Jun 25 2012 Ruediger Gad <[email protected]> - 0.15 +- Further improve the UI. +- Fix menu bars not shown correctly. +- Enable persistence for storing events. + * Thu May 24 2012 Ruediger Gad <[email protected]> - 0.14 - Add icon files showing numbers from 1 to 31. - Automatically update icon to show current day of month. +- Fixes NEMO#184: Calendar view doesn't scale properly on larger screens * Thu May 24 2012 Ruediger Gad <[email protected]> - 0.13 - Repackage qmlcalender such that *.js and *.qml files are accessible via filesystem. --- qtc_packaging/rpm_nemo/qmlcalendar.spec +++ qtc_packaging/rpm_nemo/qmlcalendar.spec @@ -1,13 +1,15 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.22 +# Generated by: spectacle version 0.25 # + +Name: qmlcalendar + # >> macros # << macros -Name: qmlcalendar Summary: Calendar application made with QML -Version: 0.14 +Version: 0.15 Release: 1 Group: Applications/System License: BSD @@ -15,17 +17,20 @@ Source0: qmlcalendar-%{version}.tar.gz Source100: qmlcalendar.yaml Requires: libdeclarative-organizer +Requires: mkcal >= 0.3.11-2 +Requires: systemd +Requires(preun): systemd +Requires(post): systemd +Requires(postun): systemd BuildRequires: pkgconfig(QtDeclarative) BuildRequires: pkgconfig(QtOrganizer) BuildRequires: qt-components-devel BuildRequires: desktop-file-utils - %description Calendar application written using QML. - %prep %setup -q -n %{name}-%{version} @@ -42,6 +47,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -50,18 +56,23 @@ # >> install post # << install post + desktop-file-install --delete-original \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/*.desktop - %preun +if [ "$1" -eq 0 ]; then +systemctl stop calenderr.service +fi # >> preun systemctl stop calenderr.service systemctl disable calenderr.service # << preun %post +systemctl daemon-reload +systemctl reload-or-try-restart calenderr.service # >> post systemctl --system daemon-reload systemctl start calenderr.service @@ -69,11 +80,11 @@ # << post %postun +systemctl daemon-reload # >> postun systemctl --system daemon-reload # << postun - %files %defattr(-,root,root,-) /lib/systemd/system/calenderr.service @@ -82,5 +93,3 @@ %{_datadir}/applications/*.desktop # >> files # << files - - --- qtc_packaging/rpm_nemo/qmlcalendar.yaml +++ qtc_packaging/rpm_nemo/qmlcalendar.yaml @@ -1,6 +1,6 @@ Name: qmlcalendar Summary: Calendar application made with QML -Version: 0.14 +Version: 0.15 Release: 1 Group: Applications/System License: BSD @@ -16,6 +16,7 @@ - QtOrganizer Requires: - libdeclarative-organizer + - mkcal >= 0.3.11-2 Configure: none Builder: qmake Files: ++++++ qmlcalendar.yaml --- qmlcalendar.yaml +++ qmlcalendar.yaml @@ -1,6 +1,6 @@ Name: qmlcalendar Summary: Calendar application made with QML -Version: 0.15 +Version: 0.16 Release: 1 Group: Applications/System License: BSD @@ -16,7 +16,7 @@ - QtOrganizer Requires: - libdeclarative-organizer - - mkcal >= 0.3.11-2 + - mkcal >= 0.3.11 Configure: none Builder: qmake Files:
