landing-team-changes team mailing list archive
-
landing-team-changes team
-
Mailing list archive
-
Message #01292
[stable-overlay] libaccounts-qt (1.14+15.04.20151102-0ubuntu1)
Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive
---------------
Format: 1.8
Date: Mon, 02 Nov 2015 09:12:29 +0000
Source: libaccounts-qt
Binary: libaccounts-qt5-1 libaccounts-qt5-dev libaccounts-qt-doc
Architecture: source
Version: 1.14+15.04.20151102-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@xxxxxxxxxxxxxxxx>
Changed-By: David Barth <david.barth@xxxxxxxxxxxxx>
Description:
libaccounts-qt-doc - QT library for single sign on - documentation
libaccounts-qt5-1 - QT library for single sign on
libaccounts-qt5-dev - QT library for single sign on - development files
Changes:
libaccounts-qt (1.14+15.04.20151102-0ubuntu1) vivid; urgency=medium
.
[ Alberto Mardegan ]
* debian/control, debian/rules:
- Remove Qt4-based packages
* New upstream release.
- Fix clazy warnings
- Use gboolean instead of bool to g_object_get (fixes a stack corruption)
- Headers: remove unnecessary semicolon after namespace
- Docs: fix hint on destruction of Account and Service
- Fix memory leaks found by valgrind
Fixes: https://code.google.com/p/accounts-sso/issues/detail?id=239
- Tests: make using a wrapper easier
Tests can now be run with a command like:
make check WRAPPER="valgrind --leak-check=full"
.
[ CI Train Bot ]
* No-change rebuild.
.
libaccounts-qt (1.13+14.10.20140819.1-0ubuntu4~gcc5.1) wily; urgency=medium
.
* No-change test rebuild for g++5 ABI transition
.
libaccounts-qt (1.13+14.10.20140819.1-0ubuntu3) vivid; urgency=low
.
* fix typo in previous upload
.
libaccounts-qt (1.13+14.10.20140819.1-0ubuntu2) vivid; urgency=low
.
* debian/control:
- add "Multi-Arch: same" to libaccounts-qt1 and libaccounts-qt5-1
(no further changes needed thanks to dh9)
- add Vcs-Bzr field
.
libaccounts-qt (1.13+14.10.20140819.1-0ubuntu1) utopic; urgency=medium
.
[ Alberto Mardegan ]
* New upstream release.
- Add flag to suppress usage of D-Bus
.
[ Ubuntu daily release ]
* New rebuild forced
.
libaccounts-qt (1.12+14.10.20140506.1-0ubuntu1) utopic; urgency=medium
.
[ Alberto Mardegan ]
* New upstream release.
- Make the lib easier to use with CMake by adding a Config.cmake file
This will allow CMake applications to use something like:
find_package(AccountsQt REQUIRED CONFIG)
- Application: add default constructor
Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=211
* New upstream release.
- Add CMake config files for the Qt5 build
- Add Provider::domainsRegExp()
- Provider: do not unreference a NULL AgProvider
.
[ Ubuntu daily release ]
* New rebuild forced
.
libaccounts-qt (1.11+14.04.20140410.1-0ubuntu1) trusty; urgency=low
.
[ ??ukasz 'sil2100' Zemczak ]
* Fix file conflicts in the -dev packages. As recommended by upstream,
we only ship the cmake files for the -qt-dev package, as soon they
will add specific variants for every Qt version
.
libaccounts-qt (1.11+14.04.20140307-0ubuntu1) trusty; urgency=medium
.
[ Alberto Mardegan ]
* New upstream release.
- Make the lib easier to use with CMake by adding a Config.cmake file
This will allow CMake applications to use something like:
find_package(AccountsQt REQUIRED CONFIG)
- Application: add default constructor
Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=211
.
[ CI bot ]
* No change rebuild against Qt 5.2.1.
.
[ Ubuntu daily release ]
* New rebuild forced
.
libaccounts-qt (1.10+13.10.20131016.1-0ubuntu1) saucy; urgency=low
.
[ Alberto Mardegan ]
* New upstream release.
- Add Provider::isSingleAccount()
Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=202
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 133
.
libaccounts-qt (1.9+13.10.20130904-0ubuntu1) saucy; urgency=low
.
[ Alberto Mardegan ]
* New upstream release.
- Application: add a method to return the .desktop file
- Add Account::isEnabled(), along with the existing Account::enabled()
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 131
.
libaccounts-qt (1.8daily13.06.18-0ubuntu1) saucy; urgency=low
.
[ Alberto Mardegan ]
* New upstream release.
- Add Application::displayName() and Application::iconName()
- Add Provider::description() and Provider::pluginName()
- Tests: fix service tags tests
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 129
.
libaccounts-qt (1.7daily13.06.05.1-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 127
.
libaccounts-qt (1.7daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
[ Alberto Mardegan ]
* New upstream release.
- Add a new constructor to the Account class:
Account(Manager *mgr, const QString &provider, QObject *parent);
- Add a static method
Account *Account::fromId(Manager *, AccountId id, QObject *parent)
to replicate the existing Manager::account() method, but with a more
clear ownership of the created object, which will not be a child of the
Manager (and therefore won't be destroyed with it).
- Slightly change the semantics of Manager::account(): if an account for
that ID has already been instantiated (and is still alive), return the
same object.
- Make AccountService::account() return the same account which was used to
instantiate the AccountService object.
- Do not initialize QString to NULL
(patch by Jaroslav Reznik <jreznik@xxxxxxxxxx>)
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 126 (ubuntu-unity/next)
.
libaccounts-qt (1.6bzr13.02.27-0ubuntu2) UNRELEASED; urgency=low
.
* Automatic snapshot from revision 124 (bootstrap)
.
libaccounts-qt (1.6bzr13.02.27-0ubuntu1) raring; urgency=low
.
* New upstream release.
- Make libaccounts-qt compile with QT_NO_KEYWORDS
- Tests: increase coverage (now 93%)
- Make AccountService::account() always return a valid account
- Remove excessive debug verbosity
- Fixed pkg-config requires for accounts-qt5
- Documentation fixes for out-of-tree builds
- Remove default value from AccountService::value()
- Add Account::provider()
- AccountService: add a constructor with a parent QObject
- Tests: use dbus-test-runner if available
- Do not instantiate Error before Q_DECLARE_METATYPE
* debian/control
- build depend on qtchooser
- add new binaries for qt5 builds, libaccounts-qt5-1 and libaccounts-qt5-dev
- add build depends for qt5 builds
* debian/rules
- dual build for qt4 and qt5
.
[ Robert Bruce Park ]
* Inline packaging metadata.
.
libaccounts-qt (1.4-0ubuntu1) raring; urgency=low
.
* New upstream release.
- Build with Qt5 (as well as with Qt4)
- Add support for string list values
- Stop using deprecated APIs from libaccounts-glib
- Remove account-tool
- Remove accounts.prf (pkg-config should be used instead)
.
libaccounts-qt (1.3-0ubuntu1) raring; urgency=low
.
* New upstream release.
.
libaccounts-qt (1.2-0ubuntu2) quantal; urgency=low
.
* debian/control
- added build depends for dbus-test-runner
* debian/rules
- enable tests and use dbus-test-runner to run them
.
libaccounts-qt (1.2-0ubuntu1) quantal; urgency=low
.
* New upstream release
.
libaccounts-qt (1.1++bzr78-0quantal1) quantal; urgency=low
.
* snapshot based on r78
.
libaccounts-qt (1.1++bzr77-0quantal1) quantal; urgency=low
.
* rebuild for quantal
.
libaccounts-qt (1.1++bzr77-0precise5) precise; urgency=low
.
* debian/control
- added build depends for qt4-dev-tools, needed for doc generation
.
libaccounts-qt (1.1++bzr77-0precise4) precise; urgency=low
.
* debian/rules
- disable tests
.
libaccounts-qt (1.1++bzr77-0precise3) precise; urgency=low
.
* no change rebuild
.
libaccounts-qt (1.1++bzr77-0precise2) precise; urgency=low
.
* debian/control, debian/rules
- added -dbg package
.
libaccounts-qt (1.1++bzr77-0precise1) precise; urgency=low
.
* snapshot based on r77
.
libaccounts-qt (1.1-0precise2) precise; urgency=low
.
* Converted to native package
.
libaccounts-qt (1.1-0precise1) precise; urgency=low
.
* Initial release
Checksums-Sha1:
27f7fb322e4db6d9d1bc1affba709df43ed170d5 2248 libaccounts-qt_1.14+15.04.20151102-0ubuntu1.dsc
d3fa15e2587f13d345abea1fa7aa1cd983305a89 68611 libaccounts-qt_1.14+15.04.20151102.orig.tar.gz
d940e8f3f3a28488f2fe76a43731da76691101ba 4039 libaccounts-qt_1.14+15.04.20151102-0ubuntu1.diff.gz
Checksums-Sha256:
ae29a80357511436625ffd001d31f7611926ec829f1ec63325b96ef169ab06ae 2248 libaccounts-qt_1.14+15.04.20151102-0ubuntu1.dsc
c521e6b02938d0913e5a13f7f4e1bbbef53a538b5fa0620cbf9eef35f2a8eb8b 68611 libaccounts-qt_1.14+15.04.20151102.orig.tar.gz
3a81fc6e9d262f8b2b92c1d9ff2d65c31ea393b207129f46958aeecc7f2239d8 4039 libaccounts-qt_1.14+15.04.20151102-0ubuntu1.diff.gz
Files:
c268406127093041915412b5548e8c57 2248 libs optional libaccounts-qt_1.14+15.04.20151102-0ubuntu1.dsc
ee80061105084d738b163989271366ad 68611 libs optional libaccounts-qt_1.14+15.04.20151102.orig.tar.gz
ce7b9fece1ce215a9489dc0c1af58e7f 4039 libs optional libaccounts-qt_1.14+15.04.20151102-0ubuntu1.diff.gz