Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package twinkle for openSUSE:Factory checked in at 2023-03-22 22:31:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/twinkle (Old) and /work/SRC/openSUSE:Factory/.twinkle.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "twinkle" Wed Mar 22 22:31:26 2023 rev:45 rq:1073747 version:1.10.3 Changes: -------- --- /work/SRC/openSUSE:Factory/twinkle/twinkle.changes 2019-11-08 15:28:49.987199368 +0100 +++ /work/SRC/openSUSE:Factory/.twinkle.new.31432/twinkle.changes 2023-03-22 22:32:10.898658045 +0100 @@ -1,0 +2,6 @@ +Wed Dec 28 12:41:17 UTC 2022 - Dirk Müller <[email protected]> + +- update to 1.10.3: + * Replace manual URL. + +------------------------------------------------------------------- Old: ---- twinkle-1.10.2.tar.gz New: ---- twinkle-1.10.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ twinkle.spec ++++++ --- /var/tmp/diff_new_pack.x5qNs3/_old 2023-03-22 22:32:11.382660480 +0100 +++ /var/tmp/diff_new_pack.x5qNs3/_new 2023-03-22 22:32:11.386660501 +0100 @@ -1,7 +1,7 @@ # # spec file for package twinkle # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: twinkle -Version: 1.10.2 +Version: 1.10.3 Release: 0 Summary: A SIP Soft Phone License: GPL-2.0-or-later @@ -47,7 +47,7 @@ BuildRequires: pkgconfig(speex) BuildRequires: pkgconfig(speexdsp) Requires(post): update-desktop-files -Requires(postun): update-desktop-files +Requires(postun):update-desktop-files Patch1: Add-support-for-the-new-bcg729-API-introduced-in-ver.patch @@ -55,7 +55,6 @@ Twinkle is a SIP-based soft phone for making telephone calls over IP networks. - %prep %setup -q %patch1 -p1 ++++++ twinkle-1.10.2.tar.gz -> twinkle-1.10.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/twinkle-1.10.2/AUTHORS new/twinkle-1.10.3/AUTHORS --- old/twinkle-1.10.2/AUTHORS 2019-02-14 10:01:19.000000000 +0100 +++ new/twinkle-1.10.3/AUTHORS 2022-02-19 06:05:00.000000000 +0100 @@ -33,4 +33,4 @@ Swedish Daniel Nylander Michel de Boer -www.twinklephone.com +https://mfnboer.home.xs4all.nl/twinkle/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/twinkle-1.10.2/CMakeLists.txt new/twinkle-1.10.3/CMakeLists.txt --- old/twinkle-1.10.2/CMakeLists.txt 2019-02-14 10:01:19.000000000 +0100 +++ new/twinkle-1.10.3/CMakeLists.txt 2022-02-19 06:05:00.000000000 +0100 @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) -set(PRODUCT_VERSION "1.10.2") -set(PRODUCT_DATE "February 14, 2018") +set(PRODUCT_VERSION "1.10.3") +set(PRODUCT_DATE "February 18, 2022") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") OPTION(WITH_ZRTP "Enable ZRTP encrypted calls" OFF) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/twinkle-1.10.2/NEWS new/twinkle-1.10.3/NEWS --- old/twinkle-1.10.2/NEWS 2019-02-14 10:01:19.000000000 +0100 +++ new/twinkle-1.10.3/NEWS 2022-02-19 06:05:00.000000000 +0100 @@ -1,3 +1,7 @@ +18 February 2022 - 1.10.3 +========================= +- Replace manual URL. + 14 February 2018 - 1.10.2 ======================= - Fix sound not working with ALSA 1.1.7. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/twinkle-1.10.2/src/gui/lang/twinkle_de.ts new/twinkle-1.10.3/src/gui/lang/twinkle_de.ts --- old/twinkle-1.10.2/src/gui/lang/twinkle_de.ts 2019-02-14 10:01:19.000000000 +0100 +++ new/twinkle-1.10.3/src/gui/lang/twinkle_de.ts 2022-02-19 06:05:00.000000000 +0100 @@ -5620,7 +5620,7 @@ TWINKLE_TRIGGER=in_call. SIPREQUEST_METHOD=INVITE. The request-URI of the INVITE will be passed in <b>SIPREQUEST_URI</b>. The name of the user profile will be passed in <b>TWINKLE_USER_PROFILE</b>.</source> <translation><p> Dieses Script wird gerufen, wenn ein INVITE (Anruf) ankommt. <br> -Bitte lesen Sie im Handbuch unter "/usr/share/doc/packages/twinkle/..." oder "http://twinklephone.com" die ausführliche Beschreibung! +Bitte lesen Sie im Handbuch unter "/usr/share/doc/packages/twinkle/..." oder "https://mfnboer.home.xs4all.nl/twinkle/" die ausführliche Beschreibung! </p> <h3>Rückgabewerte</h3> - print nach STDOUT (z.B. `echo "action=dnd"`), ein Wert pro Zeile: <br> <tt>action=[ continue | reject | dnd | redirect | autoanswer ]<br></tt> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/twinkle-1.10.2/src/gui/mphoneform.cpp new/twinkle-1.10.3/src/gui/mphoneform.cpp --- old/twinkle-1.10.2/src/gui/mphoneform.cpp 2019-02-14 10:01:19.000000000 +0100 +++ new/twinkle-1.10.3/src/gui/mphoneform.cpp 2022-02-19 06:05:00.000000000 +0100 @@ -2290,7 +2290,7 @@ void MphoneForm::manual() { - ((t_gui *)ui)->open_url_in_browser("http://www.twinklephone.com"); + ((t_gui *)ui)->open_url_in_browser("https://mfnboer.home.xs4all.nl/twinkle/"); } void MphoneForm::editUserProfile() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/twinkle-1.10.2/twinkle.spec.in new/twinkle-1.10.3/twinkle.spec.in --- old/twinkle-1.10.2/twinkle.spec.in 2019-02-14 10:01:19.000000000 +0100 +++ new/twinkle-1.10.3/twinkle.spec.in 2022-02-19 06:05:00.000000000 +0100 @@ -10,7 +10,7 @@ #BuildArch: x86_64 BuildRoot: %{_tmppath}/making_of_%{name}_%{version} Packager: -URL: http://www.twinklephone.com +URL: https://mfnboer.home.xs4all.nl/twinkle/ Requires: alsa Requires: ucommon Requires: ccrtp >= 1.6.0
