landing-team-changes team mailing list archive
-
landing-team-changes team
-
Mailing list archive
-
Message #02603
[stable-overlay] pay-service (15.10+15.04.20160114-0ubuntu1)
Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive
---------------
Format: 1.8
Date: Thu, 14 Jan 2016 03:17:44 +0000
Source: pay-service
Binary: pay-service libpay2 libpay2-dev pay-test-app
Architecture: source
Version: 15.10+15.04.20160114-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Rodney Dawes <ci-train-bot@xxxxxxxxxxxxx>
Description:
libpay2 - Library for interacting with the in app payments
libpay2-dev - Pay service - library development files
pay-service - service to allow requesting payment for an item
pay-test-app - Small application to help test payment
Launchpad-Bugs-Fixed: 1377866 1452334 1468032 1477710 1478711 1479526 1524941 1524943 1526929 1533242
Changes:
pay-service (15.10+15.04.20160114-0ubuntu1) vivid; urgency=medium
.
* Add trust-store integration for requests to purchase items.
Introduce translations support, as trust-store had a displayed
string. (LP: #1524943)
* Call observer with status UNKNOWN and refund timeout of 0 on error.
(LP: #1526929)
* Fix typo in setup-staging.sh. Also include remounting / in setup-
staging.sh to enable writable for key. (LP: #1533242)
* Pull in the gettext package for golang.
* Update to handle purchase correctly after server has been fixed.
(LP: #1524941)
.
pay-service (15.10+16.04.20151124.2-0ubuntu1) xenial; urgency=medium
.
[ Rodney Dawes ]
* Add support for in-app-purchases.
* Make pay-service a dbus activated service. (LP: #1377866)
* Make libpay2 depend on pay-service of the same version.
* Drop the perl-base recommends to resolve a lintian complaint.
* Force gccgo on ppc64el.
.
[ CI Train Bot ]
* New rebuild forced.
.
pay-service (2.0.0+15.10.20150902-0ubuntu1) wily; urgency=medium
.
[ Rodney Dawes ]
* Add initial stub method calls for new DBus API. Add initial test
code stubs for new DBus API.
* Export the new method subtree over dbus.
* Import the ExportSubtree support for godbus.
* Pause and reset the shutdown timer whenever dbus methods are called.
* Update the bzrignore file.
.
pay-service (2.0.0+15.10.20150826-0ubuntu1) wily; urgency=medium
.
[ Rodney Dawes ]
* Depend on golang-go.tools or newer golang-go which replaces it.
.
pay-service (2.0.0+15.10.20150812-0ubuntu1) wily; urgency=medium
.
[ Charles Kerr ]
* Cleanups and compiler warning fixes
.
[ Rodney Dawes ]
* Add a default timeout to exit the service when unused.
* Update the vendored dbus lib.
.
pay-service (2.0.0+15.10.20150731-0ubuntu1) wily; urgency=medium
.
[ Charles Kerr ]
* Re-enable tests that were disabled temporarily to expedite the gcc5
landing
.
[ Rodney Dawes ]
* Add some unit tests for the new go service. Integrate tests into the
cmake build. Remove gocov and gocov-xml vendorings in favor of
future packages.
.
pay-service (2.0.0+15.10.20150730-0ubuntu2~gcc5.1) wily; urgency=medium
.
* Build using GCC 5.
.
pay-service (2.0.0+15.10.20150730-0ubuntu1) wily; urgency=medium
.
[ Charles Kerr ]
* Build pay-service with -fPIC instead of -fPIE because Qt+gcc5 needs
it. (LP: #1479526, #1478711)
.
pay-service (2.0.0+15.10.20150727-0ubuntu1) wily; urgency=medium
.
[ CI Train Bot ]
* New rebuild forced.
.
[ Rodney Dawes ]
* Add initial go build system integration.
* Add script and config file to update external go lib sources. Import
some external go lib sources that we'll need here. Add an os.Exit()
call to the main() in the new go service.
* Build the common lib with -fPIC instead of -fPIE as libpay needs it.
(LP: #1477710)
* Implement basic empty dbus service.
.
pay-service (2.0.0+15.10.20150721-0ubuntu1) wily; urgency=medium
.
[ Andreas Pokorny ]
* rebuild for ABI changes in libmirclient9 - part of mir release
0.14.0
.
[ CI Train Bot ]
* New rebuild forced.
.
pay-service (2.0.0+15.10.20150702-0ubuntu1) wily; urgency=medium
.
[ CI Train Bot ]
* New rebuild forced.
.
[ Rodney Dawes ]
* Ensure refund expiration time is properly cached and sent via dbus
signal. (LP: #1468032)
.
pay-service (2.0.0+15.10.20150619.1-0ubuntu1) wily; urgency=medium
.
[ CI Train Bot ]
* New rebuild forced.
.
[ Rodney Dawes ]
* Switch to using myapps.d.u.c instead of s-c.u.c as the host. Use the
correct URL for validating in-app purchases. Parse the JSON for by-
sku verification checks.
* Switch to using space characters everywhere. Remove usage of astyle,
as it modifies code during the running of tests.
.
pay-service (2.0.0+15.10.20150617-0ubuntu1) wily; urgency=medium
.
[ CI Train Bot ]
* New rebuild forced.
.
[ Charles Kerr ]
* Implement the "RefundItem" service method.
.
[ Rodney Dawes ]
* Fix verification of purchased apps.
* Implement the "RefundItem" service method.
* Remove the explicit gcc 4.9 requirement. Remove the locally included
coverage cmake modules. Use cmake-extras to enable coverage. Add
dependencies for cmake-extras, gcovr, and lcov. (LP: #1452334)
.
pay-service (2.0.0+15.10.20150604.2-0ubuntu1) wily; urgency=medium
.
[ Ted Gould ]
* Move trusted session code to use libUAL session untrusted helpers
.
pay-service (2.0.0+15.10.20150508-0ubuntu1) wily; urgency=medium
.
[ CI Train Bot ]
* debian/libpay2.symbols: update to released version.
.
[ Charles Kerr ]
* Move the knowledge of the Click Purchases API from the Verification
classes into its own class, ClickPurchasesAPI.
.
[ Rodney Dawes ]
* Move the HTTP factory out to a separate class which can be used
outside of just purchase verification. added: service/webclient-
curl.cpp service/webclient-curl.h service/webclient-factory.h
service/webclient-null.cpp service/webclient-null.h tests/webclient-
curl-tests.cpp renamed: service/verification-curl.cpp =>
service/verification-http.cpp service/verification-curl.h =>
service/verification-http.h tests/verification-curl-endpoints/ =>
tests/verification-http-endpoints/ tests/verification-curl-tests.cpp
=> tests/verification-http-tests.cpp
.
[ Ted Gould ]
* Add API to libpay for refunds
* Convert libpay over to using GLib Context Thread added: common/
common/CMakeLists.txt renamed: service/glib-thread.h => common/glib-
thread.h
* Factor out GLib thread component and cleanup Purchase UAL added:
service/glib-thread.h
* Put the glib-thread into a static lib with a cleaner header file
added: common/glib-thread.cpp
Checksums-Sha1:
f1b96524602372d1ebc8c4536086c502f87420db 2524 pay-service_15.10+15.04.20160114-0ubuntu1.dsc
3d2e6d688c14b804a0fdc72d9f7e8d04c676b092 192485 pay-service_15.10+15.04.20160114.orig.tar.gz
003aa628b1a24560b409e8f6f8054893672a190a 7409 pay-service_15.10+15.04.20160114-0ubuntu1.diff.gz
Checksums-Sha256:
db0616716c8015683e4771ecf3ec64eafcd1318ee2098e014b8d58ce634bcfd9 2524 pay-service_15.10+15.04.20160114-0ubuntu1.dsc
970871dffdbe1728f1ab4075fd0a16f75f91a58423596d9effd4f9f662dc1b55 192485 pay-service_15.10+15.04.20160114.orig.tar.gz
bde635ba7015137b2532a50b1948c00553a1ed0ebc67ad637e91000780f32945 7409 pay-service_15.10+15.04.20160114-0ubuntu1.diff.gz
Files:
1cf34f01dc5d889a1ca9b67c9c976c5b 2524 gnome optional pay-service_15.10+15.04.20160114-0ubuntu1.dsc
7a98fef2f0622ddabf0c54197069237a 192485 gnome optional pay-service_15.10+15.04.20160114.orig.tar.gz
2dbcc88568a1d16994aecdc42e900469 7409 gnome optional pay-service_15.10+15.04.20160114-0ubuntu1.diff.gz