packaging: pulled in latest fixes, bumped version, updated changelog.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 23 May 2014 09:57:51 +0000 (12:57 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 16 Dec 2014 19:28:38 +0000 (21:28 +0200)
Change-Id: Iba11d7045bd87b82a474d26b2e50fa0c6a82ca19

packaging/speech-recognition.changes
packaging/speech-recognition.spec

index efe1c3e..3059062 100644 (file)
@@ -1,3 +1,7 @@
+* Fri May 23 14:10:15 EEST 2014 Krisztian Litkey <kli@iki.fi> - 0.0.7
+- client: (re-)request last focus upon resource connection establishment.
+- festival: don't leak rendered sample buffers.
+
 * Tue Mar 11 14:10:15 EEST 2014 Krisztian Litkey <kli@iki.fi> - 0.0.6
 - tts: added API support for TTS rate and pitch.
 - voice: properly administed cancellation of the active TTS request.
index ae29aa1..b171861 100644 (file)
@@ -6,7 +6,7 @@
 
 Summary: Speech recognition service for Tizen
 Name: speech-recognition
-Version: 0.0.6
+Version: 0.0.7
 Release: 0
 License: BSD-3-Clause
 Group: Base/Utilities
@@ -15,18 +15,9 @@ Source0: %{name}-%{version}.tar.gz
 
 BuildRequires: pkgconfig(libpulse)
 
-# Termporarily had to replace these with explicit package-dependencies,
-# because the murphy pkgconfig files lack the correct version (needs to
-# be fixed) and now we need a new enough murphy with native-types support.
-# Switch these back once this is fixed on the murphy side.
-
-# BuildRequires: pkgconfig(murphy-common) >= 0.0.42
-# BuildRequires: pkgconfig(murphy-pulse) >= 0.0.42
-# BuildRequires: pkgconfig(murphy-glib) >= 0.0.42
-
-BuildRequires: murphy-devel >= 0.0.43
-BuildRequires: murphy-glib-devel >= 0.0.43
-BuildRequires: murphy-pulse-devel >= 0.0.43
+BuildRequires: pkgconfig(murphy-common)
+BuildRequires: pkgconfig(murphy-pulse)
+BuildRequires: pkgconfig(murphy-glib)
 
 BuildRequires: pkgconfig(libudev)
 BuildRequires: pkgconfig(json)