Merge from 3.0 local branch 49/10849/3
authorSunwook Bae <sunwook45.bae@samsung.com>
Mon, 14 Oct 2013 07:28:06 +0000 (16:28 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Tue, 15 Oct 2013 02:13:12 +0000 (11:13 +0900)
- [ACR][10/10/2013][Remove]Removing API versioning to support E_OUT_OF_RANGE exception from Parse() and Decode() API in Number classes
- [ACR][01/10/2013][Add|Deprecate]Adding ToInt8() method in Number, Int8, Integer8, Integer, Long, LongLong & Short classes
- [3.0] Modify String::Replace() which shared buffer even when the whole string was replaced
- [3.0][ACR]Modify IteratorT/RandomIteratorT/PairIteratorT to satisfy the reqirements of STL Iterators
- [3.0] String::Contains() seems to block for long time for very long String. Remove needless while loop in Contains().
- [ACR][20/08/2013][Add]Enhance Double::ToString() andFloat::ToString() to set a specific precision

Change-Id: I2e5dd0bc5affc74e4310c61c6f834a2a83630bbd
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
1  2 
packaging/osp-appfw.spec

index 9ab81b7,19d49b5..f27cf1c
mode 100755,100644..100755
@@@ -97,19 -95,20 +97,19 @@@ Requires(postun):  /sbin/ldconfi
  The App Framework library of OSP
  
  %package devel
 -Summary:    The App Framework library of OSP (Development)
 -Group:      TO_BE/FILLED_IN
 -Requires:   %{name} = %{version}-%{release}
 -Requires: boost-devel
 -Requires: pkgconfig(pkgmgr-info)
 +Summary:        The App Framework library of OSP (Development)
 +Requires:       %{name} = %{version}
 +Requires:       boost-devel
 +Requires:       pkgconfig(capi-appfw-app-manager)
 +Requires:       pkgconfig(pkgmgr-info)
  
  %description devel
 -The  App Framework library of OSP (DEV)
 +The   App Framework library of OSP (DEV)
  
  %package internal-devel
- Summary:        OSP app framework internel (Internal)
- Requires:       %{name} = %{version}
- Requires:       %{name}-devel
 -Summary:    osp app framework internel (Internal)
 -Group:      TO_BE/FILLED_IN
++Summary:    OSP app framework internal (Internal)
+ Requires:   %{name} = %{version}-%{release}
+ Requires:   %{name}-devel
  
  %description internal-devel
  The App Framework library of OSP (Internal-DEV)