Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mimic for openSUSE:Factory checked in at 2021-04-19 21:06:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mimic (Old) and /work/SRC/openSUSE:Factory/.mimic.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mimic" Mon Apr 19 21:06:39 2021 rev:3 rq:886723 version:1.3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mimic/mimic.changes 2020-01-15 16:41:46.009086727 +0100 +++ /work/SRC/openSUSE:Factory/.mimic.new.12324/mimic.changes 2021-04-19 21:07:23.340154372 +0200 @@ -1,0 +2,10 @@ +Fri Apr 9 07:18:55 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Set disk constraints for all archs + +------------------------------------------------------------------- +Tue Jan 05 01:00:56 UTC 2021 - Wang Jun <jgw...@suse.com> + +- Update to version 1.3.0.1 + +------------------------------------------------------------------- Old: ---- 1.2.0.2.tar.gz New: ---- 1.3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mimic.spec ++++++ --- /var/tmp/diff_new_pack.gngfm8/_old 2021-04-19 21:07:27.304160315 +0200 +++ /var/tmp/diff_new_pack.gngfm8/_new 2021-04-19 21:07:27.304160315 +0200 @@ -1,7 +1,7 @@ # # spec file for package mimic # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,18 @@ %define _lto_cflags %{nil} Name: mimic -Version: 1.2.0.2 +Version: 1.3.0.1 Release: 0 Summary: Mycroft's TTS engine, based on CMU's Flite (Festival Lite) License: BSD-3-Clause AND MIT-CMU Group: Productivity/Text/Convertors URL: https://mimic.mycroft.ai -#Source: https://github.com/MycroftAI/mimic/archive/1.2.0.2.tar.gz -Source: 1.2.0.2.tar.gz +Source: https://github.com/MycroftAI/mimic/archive/%{version}.tar.gz BuildRequires: automake BuildRequires: gcc BuildRequires: libtool BuildRequires: make +BuildRequires: pcre2-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) >= 1.0.11 BuildRequires: pkgconfig(icu-i18n) @@ -63,7 +63,7 @@ This package contains the headers and development libraries for mimic. %prep -%setup -q +%setup -q -n %{name}1-%{version} %build ./autogen.sh @@ -79,13 +79,17 @@ %files %defattr(-,root,root) -%doc README.md NEWS.md ACKNOWLEDGEMENTS +%doc README.md ACKNOWLEDGEMENTS %license COPYING %{_bindir}/compile_regexes %{_bindir}/mimic %{_bindir}/mimic_time %{_bindir}/mimicvox_info %{_bindir}/t2p +%{_mandir}/man?/mimic.1.gz +%{_datadir}/mimic/ +%{_datadir}/mimic/voices/ +%{_datadir}/mimic/voices/cmu_us_slt_hts.htsvoice %files -n libttsmimic0 %{_libdir}/libttsmimic.so.0* @@ -104,6 +108,7 @@ %{_libdir}/libttsmimic_lang_cmulex.so.0* %{_libdir}/libttsmimic_lang_usenglish.so.0* %{_libdir}/libttsmimic_lang_vid_gb_ap.so.0* +%{_libdir}/libttsmimic_lang_cmu_us_slt_hts.so.0* %files devel %{_includedir}/ttsmimic @@ -124,5 +129,6 @@ %{_libdir}/libttsmimic_lang_cmulex.so %{_libdir}/libttsmimic_lang_usenglish.so %{_libdir}/libttsmimic_lang_vid_gb_ap.so +%{_libdir}/libttsmimic_lang_cmu_us_slt_hts.so %changelog ++++++ 1.2.0.2.tar.gz -> 1.3.0.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/mimic/1.2.0.2.tar.gz /work/SRC/openSUSE:Factory/.mimic.new.12324/1.3.0.1.tar.gz differ: char 12, line 1 ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.gngfm8/_old 2021-04-19 21:07:27.348160382 +0200 +++ /var/tmp/diff_new_pack.gngfm8/_new 2021-04-19 21:07:27.352160387 +0200 @@ -1,15 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <constraints> - <overwrite> - <conditions> - <arch>ppc64</arch> - <arch>ppc64le</arch> - </conditions> - <hardware> - <disk> - <size unit="M">4000</size> - </disk> - </hardware> - </overwrite> + <hardware> + <disk> + <size unit="G">6</size> + </disk> + </hardware> </constraints>