Hello community, here is the log from the commit of package twinkle for openSUSE:Factory checked in at 2019-07-11 13:16:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/twinkle (Old) and /work/SRC/openSUSE:Factory/.twinkle.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "twinkle" Thu Jul 11 13:16:57 2019 rev:43 rq:714183 version:1.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/twinkle/twinkle.changes 2018-06-08 23:16:29.301847454 +0200 +++ /work/SRC/openSUSE:Factory/.twinkle.new.4615/twinkle.changes 2019-07-11 13:16:58.802794107 +0200 @@ -1,0 +2,12 @@ +Mon Jul 8 13:48:48 UTC 2019 - Joop Boonen <[email protected]> + +- update to version 1.10.2 + * Fix sound not working with ALSA 1.1.7. + * Translation updates. + * Various bug fixes. +- patch Include-QRegExpValidator-explicitly.patch is included in the code +- removed patches Revert-Build-fix-for-a-probably-broken-std-match_res.patch and + Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch as gcc 4.8 is not + used any more in a supported openSUSE version + +------------------------------------------------------------------- Old: ---- Include-QRegExpValidator-explicitly.patch Revert-Build-fix-for-a-probably-broken-std-match_res.patch Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch twinkle-1.10.1.tar.xz New: ---- v1.10.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ twinkle.spec ++++++ --- /var/tmp/diff_new_pack.479Zbf/_old 2019-07-11 13:17:00.618793536 +0200 +++ /var/tmp/diff_new_pack.479Zbf/_new 2019-07-11 13:17:00.618793536 +0200 @@ -1,7 +1,7 @@ # # spec file for package twinkle # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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/ # Name: twinkle -Version: 1.10.1 +Version: 1.10.2 Release: 0 Summary: A SIP Soft Phone -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Telephony/SIP/Clients Url: https://twinkle.dolezel.info/ -Source: %{name}-%{version}.tar.xz +Source: https://github.com/LubosD/%{name}/archive/v%{version}.tar.gz BuildRequires: alsa-devel BuildRequires: bison BuildRequires: cmake @@ -55,11 +55,6 @@ BuildRequires: ilbc %endif -Patch1: Include-QRegExpValidator-explicitly.patch -# workaround for broken std::regex in gcc 4.8; please keep at the end -Patch91: Revert-Build-fix-for-a-probably-broken-std-match_res.patch -Patch92: Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch - %description Twinkle is a SIP-based soft phone for making telephone calls over IP networks. @@ -67,12 +62,6 @@ %prep %setup -q -%patch1 -p1 -# workaround for broken std::regex in gcc 4.8 -%if 0%{?suse_version} <= 1320 -%patch91 -p1 -%patch92 -p1 -%endif %build %cmake \
