Hello community,

here is the log from the commit of package mimic for openSUSE:Factory checked 
in at 2020-01-15 16:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mimic (Old)
 and      /work/SRC/openSUSE:Factory/.mimic.new.30080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mimic"

Wed Jan 15 16:16:51 2020 rev:2 rq:764414 version:1.2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mimic/mimic.changes      2018-08-31 
10:40:37.854933735 +0200
+++ /work/SRC/openSUSE:Factory/.mimic.new.30080/mimic.changes   2020-01-15 
16:41:46.009086727 +0100
@@ -1,0 +2,11 @@
+Tue Jan 14 18:20:45 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Add _constraints file to ensure enough disk for ppc64(le) builds
+- Remove unwanted comments in .spec file
+
+-------------------------------------------------------------------
+Tue Jan 14 16:19:04 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Disable LTO to build correctly
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ mimic.spec ++++++
--- /var/tmp/diff_new_pack.aIBqBg/_old  2020-01-15 16:41:50.497088345 +0100
+++ /var/tmp/diff_new_pack.aIBqBg/_new  2020-01-15 16:41:50.501088346 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mimic
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define _lto_cflags %{nil}
 Name:           mimic
 Version:        1.2.0.2
 Release:        0
 Summary:        Mycroft's TTS engine, based on CMU's Flite (Festival Lite)
-# FIXME: Select a correct license from 
https://github.com/openSUSE/spec-cleaner#spdx-licenses
-License:        BSD-3-Clause and MIT-CMU
-# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
+License:        BSD-3-Clause AND MIT-CMU
 Group:          Productivity/Text/Convertors
-Url:            https://mimic.mycroft.ai
+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
+BuildRequires:  automake
 BuildRequires:  gcc
+BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  pkgconfig
-BuildRequires:  automake
-BuildRequires:  pkgconfig(icu-i18n)
-BuildRequires:  libtool
 BuildRequires:  pkgconfig(alsa) >= 1.0.11
+BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(libpulse)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -45,7 +44,6 @@
 %package -n libttsmimic0
 Summary:        Core libraries of Mycroft's TTS engine
 Group:          System/Libraries
-License:        BSD-3-Clause and MIT-CMU
 
 %description -n libttsmimic0
 Mimic is a text-to-speech engine based on Carnegie Mellon
@@ -55,7 +53,6 @@
 %package devel
 Summary:        Development files for mimic (Mycroft's TTS engine)
 Group:          Development/Libraries/C and C++
-License:        BSD-3-Clause and MIT-CMU
 Requires:       %{name} = %version
 
 %description devel

++++++ _constraints ++++++
<?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>
</constraints>


Reply via email to