[meego-commits] 14869: Changes to Trunk/meego-handset-sms
Ulf Hofemeier
no_reply at build.meego.com
Wed Mar 16 13:33:17 UTC 2011
Hi,
I have made the following changes to meego-handset-sms in project Trunk. Please review and accept ASAP.
Thank You,
Ulf Hofemeier
[This message was auto-generated]
---
Request #14869:
submit: Trunk:Testing/meego-handset-sms(r2) -> Trunk/meego-handset-sms
Message:
* Mon Mar 14 2011 Benjamin T. Drucker <benjamin.t.drucker at intel.com> - 0.0.39
- fix for URL highlighting code bug with port numbers
- changed .desktop icon so it works with new home screen
State: new 2011-03-16T06:33:11 ulf
Comment: None
changes files:
--------------
--- meego-handset-sms.changes
+++ meego-handset-sms.changes
@@ -0,0 +1,4 @@
+* Mon Mar 14 2011 Benjamin T. Drucker <benjamin.t.drucker at intel.com> - 0.0.39
+- fix for URL highlighting code bug with port numbers
+- changed .desktop icon so it works with new home screen
+
old:
----
meego-handset-sms-0.0.38.tar.bz2
new:
----
meego-handset-sms-0.0.39.tar.bz2
spec files:
-----------
--- meego-handset-sms.spec
+++ meego-handset-sms.spec
@@ -1,13 +1,13 @@
#
# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.21
+# Generated by: spectacle version 0.22
#
# >> macros
# << macros
Name: meego-handset-sms
Summary: MeeGo Touch Framework based SMS Application
-Version: 0.0.38
+Version: 0.0.39
Release: 1
Group: System/GUI/Other
License: Apache License, Version 2.0
@@ -20,17 +20,17 @@
BuildRequires: pkgconfig(QtCore) >= 4.6.0
BuildRequires: pkgconfig(QtDBus)
BuildRequires: pkgconfig(QtGui)
+BuildRequires: pkgconfig(QtContacts)
BuildRequires: pkgconfig(meegotouch)
BuildRequires: pkgconfig(qmfmessageserver)
BuildRequires: pkgconfig(qmfclient)
BuildRequires: libseaside-devel
-BuildRequires: qt-mobility-devel
BuildRequires: desktop-file-utils
Provides: sms
%description
-MeeGo Touch Framework based SMS Application
+Short-message text application using Meego Touch Framework user interface
%package branding-upstream
other changes:
--------------
++++++ meego-handset-sms-0.0.38.tar.bz2 -> meego-handset-sms-0.0.39.tar.bz2
--- sms.desktop
+++ sms.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=SMS
-Icon=icons-Applications-sms
+Icon=Appicon-sms
Exec=sms
Comment=MeeGo text messaging application
Terminal=false
--- src/highlighter.cpp
+++ src/highlighter.cpp
@@ -41,7 +41,7 @@
"([\\w.-_]+(:[-@ ]+)?@)?" // user:passwd@
"([\\w-_]+\\.)+(com|net|org|edu|gov|info|co|ly|gl)" // domain
")"
- "(:\d+)?" // :port
+ "(:\\d+)?" // :port
"(/[- /]+)?" // /path
"(\\?[- #]+)?" // query
"(#[\\w]+)?" // #fragment
++++++ meego-handset-sms.yaml
--- meego-handset-sms.yaml
+++ meego-handset-sms.yaml
@@ -1,13 +1,13 @@
Name: meego-handset-sms
Summary: MeeGo Touch Framework based SMS Application
-Version: 0.0.38
+Version: 0.0.39
Release: 1
Group: System/GUI/Other
License: Apache License, Version 2.0
URL: http://www.meego.com
Sources:
- "%{name}-%{version}.tar.bz2"
-Description: MeeGo Touch Framework based SMS Application
+Description: Short-message text application using Meego Touch Framework user interface
Requires:
- ofono
@@ -15,11 +15,11 @@
- meego-handset-sms-branding
PkgBR:
- libseaside-devel
- - qt-mobility-devel
PkgConfigBR:
- QtCore >= 4.6.0
- QtDBus
- QtGui
+ - QtContacts
- meegotouch
- qmfmessageserver
- qmfclient
More information about the MeeGo-commits
mailing list