summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--location-appman.sql3
-rw-r--r--packaging/liblocation-appman.spec2
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f252e2a..8f55047 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+liblocation-appman (0.1.1-1) unstable; urgency=low
+
+ * remove HomeScreen in DB
+ * Tag: liblocation-appman_0.1.1-1
+
+ -- root <sena06.kim@samsung.com> Fri, 07 Sep 2012 21:42:27 +0900
+
liblocation-appman (0.1.0-6) unstable; urgency=low
* Change the name of homescreen. PLM defect <P120806-4426>
diff --git a/location-appman.sql b/location-appman.sql
index 4724951..3ffc844 100644
--- a/location-appman.sql
+++ b/location-appman.sql
@@ -10,6 +10,5 @@ CREATE TABLE LocationApp(
enable BOOL
);
-INSERT INTO "LocationApp" (package, app_id, installed_date, recently_used, enable) VALUES ("HomeScreen", 0, 0, 0, 0);
-INSERT INTO "LocationApp" (package, app_id, installed_date, recently_used, enable) VALUES ("com.samsung.setting", 0, 0, 0, 1);
+INSERT INTO "LocationApp" (package, app_id, installed_date, recently_used, enable) VALUES ("org.tizen.setting", 0, 0, 0, 1);
diff --git a/packaging/liblocation-appman.spec b/packaging/liblocation-appman.spec
index 32e809e..4cdf22a 100644
--- a/packaging/liblocation-appman.spec
+++ b/packaging/liblocation-appman.spec
@@ -1,7 +1,7 @@
%define _optdir /opt
Name: liblocation-appman
Summary: Location DB controler
-Version: 0.1.0
+Version: 0.1.1
Release: 1
Group: System/Libraries
License: TBD