I have made the following changes intended for :
  CE:UX:MTF / meegotouchcp-regionformat

Please review and accept ASAP - BOSS has already processed this request and 
suggests ???
See the "Messages from BOSS" section below

https://build.pub.meego.com/request/show/2718

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 2718:

Messages from BOSS:
  None

State:   new          2011-10-24T20:43:32 bossbot

Reviews:
     from bossbot  :BOSS suggests accepting this review. See email for more 
details.
BOSS accepted this review because:
 Target repo CE_UX_MTF_armv7hl found.
     accepted on No date

Changes:
  submit: Project:MTF / meegotouchcp-regionformat -> CE:UX:MTF / 
meegotouchcp-regionformat
  Index: meegotouchcp-regionformat.yaml
===================================================================
--- meegotouchcp-regionformat.yaml (revision 0)
+++ meegotouchcp-regionformat.yaml (revision 6)
@@ -0,0 +1,48 @@
+Name: meegotouchcp-regionformat
+Summary: MeeGo Region Format
+Version: 0.5.1
+Release: 1
+Group: Application Framework/MeeGo Touch Settings
+License: LGPLv2.1
+URL: 
http://meego.gitorious.org/meegotouch/meegotouch-controlpanelregionformatapplet
+Sources:
+    - "%{name}-%{version}.tar.bz2"
+Description: Regionformat applet for the control panel application
+PkgConfigBR:
+    - QtGui
+    - icu-uc    
+    - meegotouch
+    - 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"
+    - "%{_sysconfdir}/meego-supported-regions.conf"
+
+SubPackages:  
+ - Name: meegotouchcp-regionformat-l10n-engineering-english
+   AsWholeName: True
+   Summary: Engineering English translations for the regionformat applet
+   Group: System/Libraries
+   Files:  
+    - "%{_datadir}/l10n/meegotouch/region.qm"
+   Description: |
+      Engineering English translations for the regionformat applet
+
+ - Name: meegotouchcp-regionformat-tests
+   AsWholeName: True
+   Summary: meegotouchcp-regionalformat applet functional and unit tests
+   Group: System/Libraries
+   Files:
+    - "%{_datadir}/meegotouchcp-regionformat-tests/*"
+    - "%{_libdir}/meegotouchcp-regionformat-tests/*"
+   Requires:
+    - meegotouchcp-regionformat = %{version}
+   Description: |
+      Functional and Unit testing binaries and shellscripts for testing 
meegotouchcp regionformat applet
Index: meegotouchcp-regionformat.spec
===================================================================
--- meegotouchcp-regionformat.spec (revision 0)
+++ meegotouchcp-regionformat.spec (revision 6)
@@ -0,0 +1,105 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+# << macros
+
+Name:       meegotouchcp-regionformat
+Summary:    MeeGo Region Format
+Version:    0.5.1
+Release:    1
+Group:      Application Framework/MeeGo Touch Settings
+License:    LGPLv2.1
+URL:        
http://meego.gitorious.org/meegotouch/meegotouch-controlpanelregionformatapplet
+Source0:    %{name}-%{version}.tar.bz2
+Source100:  meegotouchcp-regionformat.yaml
+Requires:   meegotouchcp-regionformat-l10n-engineering-english = %{version}
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(icu-uc)
+BuildRequires:  pkgconfig(meegotouch)
+BuildRequires:  pkgconfig(meegotouch-controlpanel)
+
+
+%description
+Regionformat applet for the control panel application
+
+
+%package -n meegotouchcp-regionformat-l10n-engineering-english
+Summary:    Engineering English translations for the regionformat applet
+Group:      System/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description -n meegotouchcp-regionformat-l10n-engineering-english
+Engineering English translations for the regionformat applet
+
+
+%package -n meegotouchcp-regionformat-tests
+Summary:    meegotouchcp-regionalformat applet functional and unit tests
+Group:      System/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   meegotouchcp-regionformat = %{version}
+
+%description -n meegotouchcp-regionformat-tests
+Functional and Unit testing binaries and shellscripts for testing meegotouchcp 
regionformat applet
+
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+# >> 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
+
+# >> install post
+# << install post
+
+
+
+
+
+
+
+
+
+
+
+
+%files
+%defattr(-,root,root,-)
+%{_libdir}/duicontrolpanel/*
+%{_datadir}/duicontrolpanel/desktops/regionformat.desktop
+%{_sysconfdir}/meego-supported-regions.conf
+# >> files
+# << files
+
+
+%files -n meegotouchcp-regionformat-l10n-engineering-english
+%defattr(-,root,root,-)
+%{_datadir}/l10n/meegotouch/region.qm
+# >> files meegotouchcp-regionformat-l10n-engineering-english
+# << files meegotouchcp-regionformat-l10n-engineering-english
+
+%files -n meegotouchcp-regionformat-tests
+%defattr(-,root,root,-)
+%{_datadir}/meegotouchcp-regionformat-tests/*
+%{_libdir}/meegotouchcp-regionformat-tests/*
+# >> files meegotouchcp-regionformat-tests
+# << files meegotouchcp-regionformat-tests
+
Index: meegotouchcp-regionformat.changes
===================================================================
--- meegotouchcp-regionformat.changes (revision 0)
+++ meegotouchcp-regionformat.changes (revision 6)
@@ -0,0 +1,42 @@
+* Tue Oct 03 2011 Marko Saukko <[email protected]> - 0.5.1
+- Updated to latest upstream version.
+
+* Fri Aug 12 2011 Gabor Juhasz <[email protected]> - 0.2.39.2
+- BMC#16758 meegotouchcp-regionformat-tests does not work with test automation
+
+* Fri Jun 17 2011 Gabor Juhasz <[email protected]> - 0.2.39.2
+- BMC#19491 - Initial version of meegotouchp-region 0.2.39.2 [CE]
+- Fixes: Change order of Text input and Regional format plugins in Time and 
language subview
+- Fixes: Grouping not correct for region list, thanks to Mike FABIAN
+- Fixes: Settings; a region name in 'regional settings view is truncated: 
?qtn_regn_zh_tw_pinyin?
+- Fixes: Region view in startup wizard needs to load faster
+- Fixes: Groupping not correct for region list
+- Fixes: order of "Time and language" (regionformat should be after "text 
input")
+- Fixes: Current selected number format is not showing correctly when region 
is set to Arabic.
+- Fixes: Group headers are not visually correct according to layout guide
+
+* Mon Mar 01 2011 Gabor Juhasz <[email protected]> - 0.2.32.2
+- New version of meegotouchcp-region - BMC#13957
+- Fixes: Region list is not updated on language change
+- Fixes: Current selected region is not shown in regions list view, after 
search field is closed.
+- Fixes: No highlight seen for current region in filtered language list in 
given scenario
+- Inverted style for number format combobox
+- Editing group: Application Framework/MeeGo Touch Settings
+
+* Sat Jan 18 2011 Gabor Juhasz <[email protected]> - 0.2.29.2
+- BMC#12586
+- Fixes: Wrong fast scroll component used in Regional settings.
+- Fixes: Wrong style of fast scroll widget used in Regions list view
+
+* Sat Dec 11 2010 Gabor Juhasz <[email protected]> - 0.2.28
+- BMC#11191
+- Adding search support
+- Fixes: Region is not getting updated with the changed language in a scenario.
+- Using inverted MList style
+- Fixing logical IDs
+- Optimize the main-view creation. Construction increased with ~30 ms
+- Fixes: The search entry and its list is still shown in the region list view 
on reopening the list for the second time
+
+* Fri Dec 03 2010 Gabor Juhasz <[email protected]> - 0.2.24
+- Initial version of meegotouchcp-region : 0.2.24
+- BMC#10869
Index: meegotouchcp-regionformat-0.5.1.tar.bz2
===================================================================
Binary file meegotouchcp-regionformat-0.5.1.tar.bz2 added
Index: Makefile
===================================================================
--- Makefile (revision 0)
+++ Makefile (revision 6)
@@ -0,0 +1,5 @@
+PKG_NAME := meegotouchcp-regionformat
+SPECFILE = $(addsuffix .spec, $(PKG_NAME))  
+YAMLFILE = $(addsuffix .yaml, $(PKG_NAME))  
+  
+include /usr/share/packaging-tools/Makefile.common  
Index: 
BMC_16758_meegotouchcp-regionformat-tests_does_not_work_with_test_automation.patch
===================================================================
--- 
BMC_16758_meegotouchcp-regionformat-tests_does_not_work_with_test_automation.patch
 (revision 0)
+++ 
BMC_16758_meegotouchcp-regionformat-tests_does_not_work_with_test_automation.patch
 (revision 6)
@@ -0,0 +1,76 @@
+diff --git a/test/gen-tests-xml.sh b/test/gen-tests-xml.sh
+index 595ec4c..301213d 100755
+--- a/test/gen-tests-xml.sh
++++ b/test/gen-tests-xml.sh
+@@ -7,7 +7,7 @@ for TEST in `ls -d ?t_*`; do
+       if [ -x $TEST/$TEST ]; then
+ 
+ TESTCASE_TEMPLATE="<case name=\"$TEST\" description=\"$TEST\" 
requirement=\"\" timeout=\"60\">
+-        <step 
expected_result=\"0\">/usr/lib/duicontrolpanel-regionformatapplet-tests/$TEST</step>
++        <step 
expected_result=\"0\">/usr/lib/meegotouchcp-regionformat-tests/$TEST</step>
+       </case>
+       "
+ 
+@@ -21,7 +21,7 @@ done
+ 
+ TESTSUITE_TEMPLATE="<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>
+ <testdefinition version=\"0.1\">
+-  <suite name=\"duicontrolpanel-regionformatapplet-tests\"> 
++  <suite name=\"meegotouchcp-regionformat-tests\"> 
+     <set name=\"unit_tests\" description=\"Unit Tests\">
+ 
+       $UT_TESTCASES
+diff --git a/test/head.pri b/test/head.pri
+index 4673630..ffe08e1 100644
+--- a/test/head.pri
++++ b/test/head.pri
+@@ -28,7 +28,7 @@ INCLUDEPATH += $$MOCKSDIR
+ QMAKE_LIBDIR += $$TOOLSDIR
+ LIBS += -ltools
+ 
+-target.path += $${PREFIX}/lib/duicontrolpanel-regionformatapplet-tests
++target.path += $${PREFIX}/lib/meegotouchcp-regionformat-tests
+ 
+ include($$PKGROOT/report.pri)
+ 
+diff --git a/test/shell.pri b/test/shell.pri
+index b6b9a23..7ed7608 100644
+--- a/test/shell.pri
++++ b/test/shell.pri
+@@ -2,7 +2,7 @@ include(../common.pri)
+ shell_scripts.commands += ./gen-tests-xml.sh > tests.xml
+ shell_scripts.files += tests.xml
+ 
+-shell_scripts.path += 
$$(DCP_PREFIX)/usr/share/duicontrolpanel-regionformatapplet-tests
++shell_scripts.path += $$(DCP_PREFIX)/usr/share/meegotouchcp-regionformat-tests
+ 
+ shell_scripts.CONFIG += no_check_exist
+ 
+diff --git a/test/test.pro b/test/test.pro
+index 103c184..6f6eec3 100644
+--- a/test/test.pro
++++ b/test/test.pro
+@@ -25,12 +25,12 @@ UNIT_TESTING=$$(UNIT_TESTING)
+       dummy_file.commands += touch $$OUT_PWD/keep_this_dir
+       dummy_file.target = dummy_file
+       dummy_file.files += $$OUT_PWD/keep_this_dir
+-      dummy_file.path = 
$$PREFIX/share/duicontrolpanel-regionformatapplet-tests
++      dummy_file.path = $$PREFIX/share/meegotouchcp-regionformat-tests
+       INSTALLS += dummy_file
+       dummy_libfile.commands += touch $$OUT_PWD/keep_this_dir
+       dummy_libfile.target = dummy_file
+       dummy_libfile.files += $$OUT_PWD/keep_this_dir
+-      dummy_libfile.path = 
$$PREFIX/lib/duicontrolpanel-regionformatapplet-tests
++      dummy_libfile.path = $$PREFIX/lib/meegotouchcp-regionformat-tests
+       INSTALLS += dummy_file dummy_libfile
+ 
+ }
+@@ -48,7 +48,7 @@ contains(REGION_BUILD_FEATURES,coverage) {
+ 
+ 
+ testsxml.files += runtests.sh tests.xml
+-testsxml.path += $$PREFIX/share/duicontrolpanel-regionformatapplet-tests
++testsxml.path += $$PREFIX/share/meegotouchcp-regionformat-tests
+ INSTALLS += testsxml
+ 
+ 



Reply via email to