I have made the following changes intended for :
  CE:Apps / qmlpinquery

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/8406

Thank You,
Robin Burchell

[This message was auto-generated]

---

Request # 8406:

Messages from BOSS:

State: review at 2013-03-12T11:03:20 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 / qmlpinquery -> CE:Apps / qmlpinquery
  
changes files:
--------------

++++++ new changes file:
--- qmlpinquery.changes
+++ qmlpinquery.changes
@@ -0,0 +1,33 @@
+* Tue Mar 12 2013 Robin Burchell <[email protected]> - 0.1.1
+- Fixes NEM#602: meego-pinquery returns 1 if pinquery isn't needed
+- Fix a regression: PIN query should quit when the QML asks it to
+
+* Mon Mar 04 2013 Robin Burchell <[email protected]> - 0.1.0
+- Rename package to qmlpinquery
+- Change UI to use MeeGo components
+- Rewrite C++ and buildsystem a bit to more closely match other Nemo
+  applications, use best practices, and fix a leak
+
+* Tue Feb 05 2013 Bernd Wachter <[email protected]> - 0.0.2
+- Change service from 'oneshot' to 'simple' to avoid systemd killing the user 
session if no pin is entered
+
+* Thu Jan 10 2013 Marko Saukko <[email protected]> - 0.0.2
+- Move Type to right section of service file.
+
+* Sun Sep 30 2012 Carsten Munk <[email protected]> - 0.0.2
+- Add .service file for systemd user sessions
+
+* Thu Nov 03 2011 Marko Saukko <[email protected]> - 0.0.2
+- Added missing dependency to libdeclarative-sensors and removed manual 
ofono-qt dependency.
+
+* Fri Sep 30 2011 Marko Saukko <[email protected]> - 0.0.2
+- Executed newer spectacle and fixed some packaging warnings.
+
+* Mon Sep 12 2011 vnayani <[email protected]> - 0.0.2
+- fix-the-Meego-pin-query-issue.patch: Fixes the meego pin query issue, 
(BMC#22279)
+
+* Mon Jun 27 2011 Sirpa Kemppainen <[email protected]> - 0.0.2  
+- Added support for resetting SIM pin with PUK code.
+
+* Wed May 11 2011 Sirpa Kemppainen <[email protected]> - 0.0.1  
+- Initial version of QML based MeeGo pin query UI.

new:
----
  qmlpinquery-0.1.1.tar.bz2
  qmlpinquery.changes
  qmlpinquery.service
  qmlpinquery.spec
  qmlpinquery.yaml

spec files:
-----------

++++++ new spec file:
--- qmlpinquery.spec
+++ qmlpinquery.spec
@@ -0,0 +1,70 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.25
+# 
+
+Name:       qmlpinquery
+
+# >> macros
+# << macros
+
+Summary:    QML based PIN query application using ofono-qt
+Version:    0.1.1
+Release:    1
+Group:      Applications/Communications
+License:    BSD
+URL:        https://github.com/nemomobile/qmlpinquery
+Source0:    %{name}-%{version}.tar.bz2
+Source1:    qmlpinquery.service
+Source100:  qmlpinquery.yaml
+Requires:   qt-components
+BuildRequires:  pkgconfig(qdeclarative-boostable)
+BuildRequires:  pkgconfig(QtCore) >= 4.7.0
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(QtDBus)
+BuildRequires:  pkgconfig(QtDeclarative)
+BuildRequires:  pkgconfig(ofono-qt)
+Provides:   meego-pinquery > 0.0.2
+Obsoletes:   meego-pinquery <= 0.0.2
+
+%description
+QML PIN query dialog
+
+
+%prep
+%setup -q -n %{name}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+%qmake 
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+%qmake_install
+mkdir -p %{buildroot}%{_libdir}/systemd/user/
+cp -a %{SOURCE1} %{buildroot}%{_libdir}/systemd/user/
+
+
+# >> install post
+# << install post
+
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/qmlpinquery
+%{_usr}/share/applications/qmlpinquery.desktop
+%{_libdir}/systemd/user/qmlpinquery.service
+# >> files
+# << files

other changes:
--------------

++++++ qmlpinquery-0.1.1.tar.bz2 (new)

++++++ qmlpinquery.service (new)
--- qmlpinquery.service
+++ qmlpinquery.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Pin query app
+After=xorg.target
+Requires=dbus.socket xorg.target 
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/meego-pinquery
+

++++++ qmlpinquery.yaml (new)
--- qmlpinquery.yaml
+++ qmlpinquery.yaml
@@ -0,0 +1,33 @@
+Name: qmlpinquery
+Summary: QML based PIN query application using ofono-qt
+Version: 0.1.1
+Release: 1
+Group: Applications/Communications
+License:  BSD
+URL: https://github.com/nemomobile/qmlpinquery
+Sources:  
+     - "%{name}-%{version}.tar.bz2"
+Provides:
+    - meego-pinquery > 0.0.2
+Obsoletes:
+    - meego-pinquery <= 0.0.2
+SetupOptions: -q -n %{name}
+ExtraSources:
+     - qmlpinquery.service;%{_libdir}/systemd/user/
+Description: QML PIN query dialog
+
+PkgConfigBR:  
+     - qdeclarative-boostable
+     - QtCore >= 4.7.0  
+     - QtGui
+     - QtDBus
+     - QtDeclarative
+     - ofono-qt
+Requires : 
+     - qt-components
+Configure: none  
+Builder: qmake    
+Files:  
+     - "%{_bindir}/qmlpinquery"
+     - "%{_usr}/share/applications/qmlpinquery.desktop"
+     - "%{_libdir}/systemd/user/qmlpinquery.service"



Reply via email to