I have made the following changes intended for : CE:UX:MTF / meegotouchcp-regionformat
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/3752 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3752: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-12-21T12:48:20 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: Project:MTF:UX / meegotouchcp-regionformat -> CE:UX:MTF / meegotouchcp-regionformat changes files: -------------- --- meegotouchcp-regionformat.changes +++ meegotouchcp-regionformat.changes @@ -0,0 +1,8 @@ +* Wed Dec 21 2011 Marko Saukko <[email protected]> - 0.5.3 +- Removed unapplied patch BMC_16758_meegotouchcp-regionformat-tests_does_not_work_with_test_automation.patch +- Added meegotouchcp-regionformat-0.5.3-add-missing-libs-for-linking.patch + to fix linking with newer toolchain. + +* Thu Dec 15 2011 Marko Saukko <[email protected]> - 0.5.3 +- Updated to version 0.5.3 + old: ---- BMC_16758_meegotouchcp-regionformat-tests_does_not_work_with_test_automation.patch Makefile meegotouchcp-regionformat-0.5.1.tar.bz2 new: ---- meegotouch-meegotouch-controlpanelregionformatapplet-0.5.3.tar.gz meegotouchcp-regionformat-0.5.3-add-missing-libs-for-linking.patch spec files: ----------- --- meegotouchcp-regionformat.spec +++ meegotouchcp-regionformat.spec @@ -7,13 +7,14 @@ Name: meegotouchcp-regionformat Summary: MeeGo Region Format -Version: 0.5.1 +Version: 0.5.3 Release: 1 Group: Application Framework/MeeGo Touch Settings License: LGPLv2.1 URL: http://meego.gitorious.org/meegotouch/meegotouch-controlpanelregionformatapplet -Source0: %{name}-%{version}.tar.bz2 +Source0: meegotouch-meegotouch-controlpanelregionformatapplet-%{version}.tar.gz Source100: meegotouchcp-regionformat.yaml +Patch0: meegotouchcp-regionformat-0.5.3-add-missing-libs-for-linking.patch Requires: meegotouchcp-regionformat-l10n-engineering-english = %{version} BuildRequires: pkgconfig(QtGui) BuildRequires: pkgconfig(icu-uc) @@ -46,8 +47,10 @@ %prep -%setup -q -n %{name}-%{version} +%setup -q -n meegotouch-meegotouch-controlpanelregionformatapplet +# meegotouchcp-regionformat-0.5.3-add-missing-libs-for-linking.patch +%patch0 -p1 # >> setup # << setup other changes: -------------- ++++++ meegotouch-meegotouch-controlpanelregionformatapplet-0.5.3.tar.gz (new) ++++++ meegotouchcp-regionformat-0.5.3-add-missing-libs-for-linking.patch (new) --- meegotouchcp-regionformat-0.5.3-add-missing-libs-for-linking.patch +++ meegotouchcp-regionformat-0.5.3-add-missing-libs-for-linking.patch @@ -0,0 +1,25 @@ +From 91390163a8f354074bc9668cd34b7eb6837c6b8f Mon Sep 17 00:00:00 2001 +From: Marko Saukko <[email protected]> +Date: Wed, 21 Dec 2011 15:08:34 +0200 +Subject: [PATCH] Fix linking with newer toolchain. + +Signed-off-by: Marko Saukko <[email protected]> +--- + test/ut_regionview/ut_regionview.pro | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +diff --git a/test/ut_regionview/ut_regionview.pro b/test/ut_regionview/ut_regionview.pro +index 2ee83b8..d41832f 100644 +--- a/test/ut_regionview/ut_regionview.pro ++++ b/test/ut_regionview/ut_regionview.pro +@@ -25,5 +25,7 @@ HEADERS += $$SRCDIR/regionview.h \ + $$DOUBLESDIR/businesslogic-stub.h \ + $$TOOLSDIR/stubbase.h + ++LIBS += -lmeegotouchviews ++ + include(../tail.pri) + +-- +1.7.6.4 + ++++++ meegotouchcp-regionformat.yaml --- meegotouchcp-regionformat.yaml +++ meegotouchcp-regionformat.yaml @@ -1,12 +1,14 @@ Name: meegotouchcp-regionformat Summary: MeeGo Region Format -Version: 0.5.1 +Version: 0.5.3 Release: 1 Group: Application Framework/MeeGo Touch Settings License: LGPLv2.1 URL: http://meego.gitorious.org/meegotouch/meegotouch-controlpanelregionformatapplet Sources: - - "%{name}-%{version}.tar.bz2" + - "meegotouch-meegotouch-controlpanelregionformatapplet-%{version}.tar.gz" +Patches: + - meegotouchcp-regionformat-0.5.3-add-missing-libs-for-linking.patch Description: Regionformat applet for the control panel application PkgConfigBR: - QtGui @@ -15,11 +17,8 @@ - meegotouch-controlpanel Requires: - meegotouchcp-regionformat-l10n-engineering-english = %{version} -#Patches: -# - BMC_16758_meegotouchcp-regionformat-tests_does_not_work_with_test_automation.patch Configure: none Builder: qmake -SetupOptions: "-q -n %{name}-%{version}" Files: - "%{_libdir}/duicontrolpanel/*" - "%{_datadir}/duicontrolpanel/desktops/regionformat.desktop" ++++++ deleted files: --- BMC_16758_meegotouchcp-regionformat-tests_does_not_work_with_test_automation.patch --- Makefile --- meegotouchcp-regionformat-0.5.1.tar.bz2
