Hello community,

here is the log from the commit of package espeak for openSUSE:Factory checked 
in at 2014-01-13 12:00:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/espeak (Old)
 and      /work/SRC/openSUSE:Factory/.espeak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "espeak"

Changes:
--------
--- /work/SRC/openSUSE:Factory/espeak/espeak.changes    2013-12-19 
15:08:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.espeak.new/espeak.changes       2014-01-13 
12:00:53.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Jan  8 08:28:46 UTC 2014 - tchva...@suse.com
+
+- Remove voices/en directory to avoid cpio rename error that is
+  caused by dir -> file conversion. This makes the package
+  updateable again.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ espeak.spec ++++++
--- /var/tmp/diff_new_pack.yqXAXi/_old  2014-01-13 12:00:54.000000000 +0100
+++ /var/tmp/diff_new_pack.yqXAXi/_new  2014-01-13 12:00:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package espeak
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -82,7 +82,6 @@
     ../src/speak --compile=$voice; \
 done
 
-
 %install
 cd src
 make LIBDIR=%{_libdir} DESTDIR=%{buildroot} install
@@ -94,6 +93,13 @@
 # Rename docs subdir for installation with %doc
 %{__mv} docs/ html/
 
+%pre
+# Support for seamless update
+# Remove when 13.1 is out of update scope
+# or when this is directory again
+test -d %{_datadir}/espeak-data/voices/en && rm -rf 
%{_datadir}/espeak-data/voices/en
+exit 0
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig


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

Reply via email to