Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2013-05-13 15:34:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
 and      /work/SRC/openSUSE:Factory/.speech-dispatcher.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speech-dispatcher"

Changes:
--------
--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes      
2011-09-23 12:46:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.speech-dispatcher.new/speech-dispatcher.changes 
2013-05-13 15:34:42.000000000 +0200
@@ -1,0 +2,24 @@
+Sun May  5 12:51:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.8:
+  + No changes since 0.8beta1.
+
+-------------------------------------------------------------------
+Fri Apr 19 19:55:42 UTC 2013 - dims...@opensuse.org
+
+- Update to 0.8beta1:
+  + Python 3 compatibility of the Python bindings.
+  + User configuration, logs and runtime files are now stored in
+    directories according to the XDG specification.
+  + Internationalization of spd-say and translations into
+    Hungarian and Czech languages.
+  + Espeak output can now use libsonic for faster speech.
+  + Pico output module.
+  + Lots of bugfixes, cleanups and fine-tunnings.
+- Drop speech-dispatcher_paths+files.patch: fixed upstream.
+- Replace python-setuptools with python3-setuptools.
+- Add intltool and libtool BuildRequires: new dependencies.
+- Rename python-speechd to python3-speechd, as the bindings are
+  for python 3.
+
+-------------------------------------------------------------------

Old:
----
  speech-dispatcher-0.7.1.tar.bz2
  speech-dispatcher_paths+files.patch

New:
----
  speech-dispatcher-0.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ speech-dispatcher.spec ++++++
--- /var/tmp/diff_new_pack.bo3fld/_old  2013-05-13 15:34:44.000000000 +0200
+++ /var/tmp/diff_new_pack.bo3fld/_new  2013-05-13 15:34:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package speech-dispatcher
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,31 @@
 #
 
 
-
 Name:           speech-dispatcher
-Version:        0.7.1
-Release:        5
+Version:        0.8
+Release:        0
 # FIXME missing backends: festival lite, ibmeci (ibm tts), dumbtts/ivona, nas
 # Almost all files are under GPLv2+, however src/c/clients/spdsend/spdsend.h is
 # licensed under GPLv2, which makes %%{_bindir}/spdsend GPLv2.
-License:        GPL-2.0+
 Summary:        Device independent layer for speech synthesis
+License:        GPL-2.0+
 Group:          System/Daemons
 Url:            http://www.freebsoft.org/pub/projects/speechd/
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.tar.gz
 # Init file
 Source1:        speech-dispatcher.init
 # Logrotate file taken from Debian
 Source2:        speech-dispatcher.logrotate
-# PATCH-FIX-UPSTREAM speech-dispatcher_paths+files.patch vu...@opensuse.org -- 
Taken from Debian, use `speech-dispatcher' instead of `speechd' in paths
-Patch0:         speech-dispatcher_paths+files.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dotconf-devel
 BuildRequires:  espeak-devel
 BuildRequires:  glib2-devel
+BuildRequires:  intltool
 BuildRequires:  libao-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  libsndfile-devel
-BuildRequires:  python-setuptools
+BuildRequires:  libtool
+BuildRequires:  python3-setuptools
 BuildRequires:  texinfo
 PreReq:         %install_info_prereq
 Recommends:     espeak
@@ -66,7 +65,6 @@
 tricky aspects of the speech subsystem.
 
 %package configure
-License:        GPL-2.0+
 Summary:        Configuration tool for Speech Dispatcher
 Group:          System/Daemons
 Requires:       %{name} = %{version}
@@ -88,7 +86,6 @@
 Dispatcher.
 
 %package module-espeak
-License:        GPL-2.0+
 Summary:        ESpeak module for Speech Dispatcher
 Group:          System/Daemons
 Requires:       %{name} = %{version}
@@ -107,7 +104,6 @@
 This package contains the espeak module.
 
 %package -n libspeechd2
-License:        GPL-2.0+
 Summary:        Device independent layer for speech synthesis - Client library
 Group:          System/Libraries
 Recommends:     %{name}
@@ -123,7 +119,6 @@
 tricky aspects of the speech subsystem.
 
 %package -n libspeechd-devel
-License:        GPL-2.0+
 Summary:        Device independent layer for speech synthesis - Development 
files
 Group:          Development/Languages/C and C++
 Requires:       libspeechd2 = %{version}
@@ -141,16 +136,13 @@
 devices directly nor to handle concurrent access, sound output and other
 tricky aspects of the speech subsystem.
 
-%package -n python-speechd
-License:        GPL-2.0+
+%package -n python3-speechd
 Summary:        Device independent layer for speech synthesis - Python Bindings
 Group:          Development/Libraries/Python
-Recommends:     %{name}
-Provides:       speechd-python = %{version}
-Obsoletes:      speechd-python < %{version}
+Requires:       %{name} >= %{version}
 %py_requires
 
-%description -n python-speechd
+%description -n python3-speechd
 The goal of Speech Dispatcher project is to provide a high-level device
 independent layer for speech synthesis through a simple, stable and
 well documented interface.
@@ -162,7 +154,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static \
@@ -184,9 +175,6 @@
 install -d -m 0700 %{buildroot}%{_localstatedir}/log/speech-dispatcher/
 # Install logrotate script
 install -D -m 0644 %{SOURCE2} 
%{buildroot}%{_sysconfdir}/logrotate.d/speech-dispatcher
-# Rename certain generically named binaries
-mv %{buildroot}%{_bindir}/long_message %{buildroot}%{_bindir}/spd_long_message
-mv %{buildroot}%{_bindir}/run_test %{buildroot}%{_bindir}/spd_run_test
 # Remove config files for modules we don't support
 %{__rm} %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/flite.conf
 %{__rm} %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/ibmtts.conf
@@ -195,6 +183,7 @@
 %{__rm} -r %{buildroot}%{_datadir}/speech-dispatcher/conf/
 # Remove %{_infodir}/dir file
 %{__rm} %{buildroot}%{_infodir}/dir
+%find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
@@ -218,7 +207,7 @@
 
 %postun -n libspeechd2 -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog NEWS README COPYING
 %dir %{_sysconfdir}/speech-dispatcher/
@@ -232,7 +221,7 @@
 %exclude %{_bindir}/spd-conf
 %{_datadir}/sounds/speech-dispatcher/
 %dir %{_libdir}/speech-dispatcher
-%{_libdir}/speech-dispatcher/libsdaudio.so*
+%{_libdir}/speech-dispatcher/spd_*.so
 # When adding a module, also stop removing its config file in %install
 %dir %{_libdir}/speech-dispatcher-modules
 %{_libdir}/speech-dispatcher-modules/sd_cicero
@@ -252,7 +241,7 @@
 %files configure
 %defattr(-,root,root,-)
 %{_bindir}/spd-conf
-%{python_sitearch}/speechd_config/
+%{python3_sitearch}/speechd_config/
 
 %files module-espeak
 %defattr(-,root,root,-)
@@ -265,11 +254,12 @@
 
 %files -n libspeechd-devel
 %defattr(-,root,root,-)
-%{_includedir}/libspeechd.h
+%{_includedir}/%{name}/
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}.pc
 
-%files -n python-speechd
+%files -n python3-speechd
 %defattr(-,root,root,-)
-%{python_sitearch}/speechd/
+%{python3_sitearch}/speechd/
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to