From 89ac861f6b10f222d318797219abe38dceffde9a42271fdbe2dbc870af7ab32a Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sat, 25 Jan 2014 10:42:41 +0000
Subject: [PATCH] Accepting request 215089 from
home:poorboywilly:branches:devel:languages:python
Update to 0.5
OBS-URL: https://build.opensuse.org/request/show/215089
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-espeak?expand=0&rev=5
---
python-espeak-0.4.tar.gz | 3 ---
python-espeak-0.5.tar.gz | 3 +++
python-espeak.changes | 8 ++++++++
python-espeak.spec | 13 +++++++------
4 files changed, 18 insertions(+), 9 deletions(-)
delete mode 100644 python-espeak-0.4.tar.gz
create mode 100644 python-espeak-0.5.tar.gz
diff --git a/python-espeak-0.4.tar.gz b/python-espeak-0.4.tar.gz
deleted file mode 100644
index 00663d4..0000000
--- a/python-espeak-0.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f7280060ceecbfd2386b7e24aa34cfbcbd0307195fd12bf9f086f369540fd166
-size 16885
diff --git a/python-espeak-0.5.tar.gz b/python-espeak-0.5.tar.gz
new file mode 100644
index 0000000..3bf8815
--- /dev/null
+++ b/python-espeak-0.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bf471ecd7b1a08a32b1b01e8f2453f817bebbeeb45734d566378dc20a90295bb
+size 17227
diff --git a/python-espeak.changes b/python-espeak.changes
index bdd7ee0..75b041e 100644
--- a/python-espeak.changes
+++ b/python-espeak.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Sat Jan 25 02:24:58 UTC 2014 - os-dev@jacraig.com
+
+- Update to 0.5:
+ * Added support for Python 3.
+ * Minor fixes (eg. compiler warnings).
+- Added CFLAGS to build step since it compiles a C++ file.
+
-------------------------------------------------------------------
Tue Mar 6 11:52:11 UTC 2012 - cfarrell@suse.com
diff --git a/python-espeak.spec b/python-espeak.spec
index 6edc6fe..ac37597 100644
--- a/python-espeak.spec
+++ b/python-espeak.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-espeak
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Malcolm J Lewis
#
# All modifications and additions to the file contributed by third parties
@@ -16,14 +16,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-espeak
-Version: 0.4
+Version: 0.5
Release: 0
-License: GPL-3.0+
Summary: Python bindings for espeak
-Url: https://launchpad.net/python-espeak
+License: GPL-3.0+
Group: Development/Languages/Python
-Source0: http://launchpad.net/python-espeak/trunk/0.4/+download/python-espeak-0.4.tar.gz
+Url: https://launchpad.net/python-espeak
+Source0: https://launchpad.net/python-espeak/trunk/0.5/+download/python-espeak-0.5.tar.gz
BuildRequires: espeak-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -39,7 +40,7 @@ Simple to use yet complete Python bindings for the eSpeak speech synthesizer.
%setup -q
%build
-python setup.py build
+CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install -O1 --skip-build --prefix=%{_prefix} --root=%{buildroot}