From 317fed87a98de64c7a7fc12c8621b974449b1b4c Mon Sep 17 00:00:00 2001 From: Nimika Keshri Date: Fri, 17 Dec 2010 12:46:18 +0200 Subject: [PATCH] Changes: changelog for meego updated. RevBy: TrustMe --- meego/0.15.5/meegotouch-applauncherd.changes | 22 +++-------------- meego/0.15.7/meegotouch-applauncherd.changes | 26 ++++---------------- meego/0.15.7/meegotouch-applauncherd.spec | 2 +- meego/0.15.7/meegotouch-applauncherd.yaml | 2 +- 4 files changed, 11 insertions(+), 41 deletions(-) diff --git a/meego/0.15.5/meegotouch-applauncherd.changes b/meego/0.15.5/meegotouch-applauncherd.changes index 39433c7..a64a2e3 100644 --- a/meego/0.15.5/meegotouch-applauncherd.changes +++ b/meego/0.15.5/meegotouch-applauncherd.changes @@ -1,22 +1,8 @@ -* Fri Nov 30 2010 Nimika Keshri - 0.15.5 +* Wed Dec 1 2010 Nimika Keshri - 0.15.5 - BCM#10591 - meegotouch-applauncherd outdated in MeeGo -- Changes: A bit confusing Booster::readCommand() renamed to - Booster::receiveDataFromInvoker(). -- Changes: Access Booster::m_connection and Booster::m_appData through setter - /getter in derived classes. -- Changes: License plates added to some test apps. -- Changes: Default C-flags added to top-level CMakeLists. -- Changes: Launcher library exports only main() -- Changes: Install /usr/bin/applauncherd.launcher to /usr/lib/libapplauncherd.so - due to dh_strip problems and because it's not -pie. -- Changes: Basic implementation of library-based launcher -- Changes: no-wait option for invoker is added -- Changes: invoker - launcher protocol simplification -- Changes: use at() instead of [] operator to read-only access to vector elements -- Changes: use RTLD_LOCAL flag instead of RTLD_GLOBAL in dlopen() to load application binary -- Changes: remove -rdynamic linker parameter -- Changes: acceptConn() => accept(), closeConn() => close(), socket pool is cleared on closeAllSockets() -- Changes: Preloaded libraries are loaded with dlopen() (preload.h) +- Remove obsolete patch 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch +- Remove obsolete patch 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch +- Change yaml file updated with various changes * Thu Sep 2 2010 Pertti Kellomäki - 0.12.1 - Updated to version 0.12.1. diff --git a/meego/0.15.7/meegotouch-applauncherd.changes b/meego/0.15.7/meegotouch-applauncherd.changes index 815737b..723bb88 100644 --- a/meego/0.15.7/meegotouch-applauncherd.changes +++ b/meego/0.15.7/meegotouch-applauncherd.changes @@ -1,25 +1,9 @@ -* Fri Dec 3 2010 Jussi Lind - 0.15.7 -- Changes: Install libapplauncherd.so to /usr/lib/applauncherd/libapplauncherd.so - -* Fri Nov 30 2010 Nimika Keshri - 0.15.5 +* Wed Dec 8 2010 Nimika Keshri - 0.15.7 - BCM#10591 - meegotouch-applauncherd outdated in MeeGo -- Changes: A bit confusing Booster::readCommand() renamed to - Booster::receiveDataFromInvoker(). -- Changes: Access Booster::m_connection and Booster::m_appData through setter - /getter in derived classes. -- Changes: License plates added to some test apps. -- Changes: Default C-flags added to top-level CMakeLists. -- Changes: Launcher library exports only main() -- Changes: Install /usr/bin/applauncherd.launcher to /usr/lib/libapplauncherd.so - due to dh_strip problems and because it's not -pie. -- Changes: Basic implementation of library-based launcher -- Changes: no-wait option for invoker is added -- Changes: invoker - launcher protocol simplification -- Changes: use at() instead of [] operator to read-only access to vector elements -- Changes: use RTLD_LOCAL flag instead of RTLD_GLOBAL in dlopen() to load application binary -- Changes: remove -rdynamic linker parameter -- Changes: acceptConn() => accept(), closeConn() => close(), socket pool is cleared on closeAllSockets() -- Changes: Preloaded libraries are loaded with dlopen() (preload.h) +- Remove obsolete patch 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch +- Remove obsolete patch 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch +- Change yaml file updated with various changes +- /usr/lib/libapplauncherd.so now installs at /usr/lib/applauncherd/libapplauncherd.so * Thu Sep 2 2010 Pertti Kellomäki - 0.12.1 - Updated to version 0.12.1. diff --git a/meego/0.15.7/meegotouch-applauncherd.spec b/meego/0.15.7/meegotouch-applauncherd.spec index 7e09097..05d3331 100644 --- a/meego/0.15.7/meegotouch-applauncherd.spec +++ b/meego/0.15.7/meegotouch-applauncherd.spec @@ -109,7 +109,7 @@ mv %{buildroot}/usr/share/applauncherd-tests %{buildroot}/usr/lib %files %defattr(-,root,root,-) %{_bindir}/invoker -%{_libdir}/libapplauncherd/libapplauncherd.so +%{_libdir}/applauncherd/libapplauncherd.so %{_bindir}/applauncherd.bin %{_bindir}/applauncherd %config %{_sysconfdir}/xdg/autostart/applauncherd.desktop diff --git a/meego/0.15.7/meegotouch-applauncherd.yaml b/meego/0.15.7/meegotouch-applauncherd.yaml index d92d4a9..bc89656 100644 --- a/meego/0.15.7/meegotouch-applauncherd.yaml +++ b/meego/0.15.7/meegotouch-applauncherd.yaml @@ -120,7 +120,7 @@ SubPackages: - "%{_datadir}/dbus-1/services/com.nokia.fala_wol.service" Files: - "%{_bindir}/invoker" - - "%{_libdir}/libapplauncherd/libapplauncherd.so" + - "%{_libdir}/applauncherd/libapplauncherd.so" - "%{_bindir}/applauncherd.bin" - "%{_bindir}/applauncherd" - "%config %{_sysconfdir}/xdg/autostart/applauncherd.desktop"