Merge lp:~alecu/unity-scope-click/merge-trunk into lp:unity-scope-click/devel

Proposed by Alejandro J. Cura
Status: Merged
Approved by: Ted Gould
Approved revision: no longer in the source branch.
Merged at revision: 386
Proposed branch: lp:~alecu/unity-scope-click/merge-trunk
Merge into: lp:unity-scope-click/devel
Diff against target: 92 lines (+13/-6)
7 files modified
CMakeLists.txt (+1/-1)
debian/changelog (+7/-0)
debian/control (+1/-1)
scope/clickapps/apps-scope.cpp (+1/-1)
scope/clickapps/apps-scope.h (+1/-1)
scope/clickstore/store-scope.cpp (+1/-1)
scope/clickstore/store-scope.h (+1/-1)
To merge this branch: bzr merge lp:~alecu/unity-scope-click/merge-trunk
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Ted Gould (community) Approve
Review via email: mp+229687@code.launchpad.net

Commit message

Merge tip of trunk

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)
386. By PS Jenkins bot

Merge tip of trunk.

Approved by PS Jenkins bot, Ted Gould.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2014-07-14 08:49:39 +0000
3+++ CMakeLists.txt 2014-08-05 20:14:44 +0000
4@@ -22,7 +22,7 @@
5 include(UseGSettings)
6 find_package (PkgConfig REQUIRED)
7
8-pkg_check_modules(UNITY_SCOPES REQUIRED libunity-scopes>=0.5.0 libunity-api>=0.1.3)
9+pkg_check_modules(UNITY_SCOPES REQUIRED libunity-scopes>=0.6.0 libunity-api>=0.1.3)
10 add_definitions(${UNITY_SCOPES_CFLAGS} ${UNITY_SCOPES_CFLAGS_OTHER})
11
12 pkg_check_modules(UBUNTUONE REQUIRED ubuntuoneauth-2.0)
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2014-08-01 14:14:34 +0000
16+++ debian/changelog 2014-08-05 20:14:44 +0000
17@@ -1,3 +1,10 @@
18+unity-scope-click (0.1+14.10.20140801.2-0ubuntu1) utopic; urgency=low
19+
20+ [ Pete Woods ]
21+ * Compatibility with unity-scopes-api 0.6.0
22+
23+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 01 Aug 2014 22:12:26 +0000
24+
25 unity-scope-click (0.1+14.10.20140801.1-0ubuntu1) utopic; urgency=medium
26
27 [ Alejandro J. Cura (alecu) ]
28
29=== modified file 'debian/control'
30--- debian/control 2014-07-23 11:07:46 +0000
31+++ debian/control 2014-08-05 20:14:44 +0000
32@@ -17,7 +17,7 @@
33 libubuntu-download-manager-common-dev (>= 0.3+14.10.20140430-0ubuntu1),
34 libubuntuoneauth-2.0-dev,
35 libunity-api-dev (>= 7.80.7),
36- libunity-scopes-dev (>= 0.5.0),
37+ libunity-scopes-dev (>= 0.6.0),
38 libgsettings-qt-dev,
39 pkg-config,
40 python3-all:native,
41
42=== modified file 'scope/clickapps/apps-scope.cpp'
43--- scope/clickapps/apps-scope.cpp 2014-07-25 05:40:04 +0000
44+++ scope/clickapps/apps-scope.cpp 2014-08-05 20:14:44 +0000
45@@ -65,7 +65,7 @@
46 {
47 }
48
49-void click::Scope::start(std::string const&, scopes::RegistryProxy const&)
50+void click::Scope::start(std::string const&)
51 {
52 setlocale(LC_ALL, "");
53 bindtextdomain(GETTEXT_PACKAGE, GETTEXT_LOCALEDIR);
54
55=== modified file 'scope/clickapps/apps-scope.h'
56--- scope/clickapps/apps-scope.h 2014-07-02 15:36:28 +0000
57+++ scope/clickapps/apps-scope.h 2014-08-05 20:14:44 +0000
58@@ -52,7 +52,7 @@
59 Scope();
60 ~Scope();
61
62- virtual void start(std::string const&, scopes::RegistryProxy const&) override;
63+ virtual void start(std::string const&) override;
64
65 virtual void run() override;
66 virtual void stop() override;
67
68=== modified file 'scope/clickstore/store-scope.cpp'
69--- scope/clickstore/store-scope.cpp 2014-07-25 16:52:39 +0000
70+++ scope/clickstore/store-scope.cpp 2014-08-05 20:14:44 +0000
71@@ -68,7 +68,7 @@
72 {
73 }
74
75-void click::Scope::start(std::string const&, scopes::RegistryProxy const&)
76+void click::Scope::start(std::string const&)
77 {
78 setlocale(LC_ALL, "");
79 // FIXME: This is wrong, but needed for json-cpp workaround.
80
81=== modified file 'scope/clickstore/store-scope.h'
82--- scope/clickstore/store-scope.h 2014-07-22 10:20:38 +0000
83+++ scope/clickstore/store-scope.h 2014-08-05 20:14:44 +0000
84@@ -56,7 +56,7 @@
85 Scope();
86 ~Scope();
87
88- virtual void start(std::string const&, scopes::RegistryProxy const&) override;
89+ virtual void start(std::string const&) override;
90
91 virtual void run() override;
92 virtual void stop() override;

Subscribers

People subscribed via source and target branches

to all changes: