commit yate for openSUSE:Factory

2020-03-05 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2020-03-05 23:25:31

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new.26092 (New)


Package is "yate"

Thu Mar  5 23:25:31 2020 rev:33 rq:781884 version:6.2.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2019-05-28 
09:43:07.937847044 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new.26092/yate.changes 2020-03-05 
23:25:45.049425365 +0100
@@ -1,0 +2,6 @@
+Tue Mar  3 19:49:00 UTC 2020 - Martin Hauke 
+
+- Update to version 6.2.0
+  * Upstream does not provide a changelog
+
+---

Old:

  yate-6.1.0-1.tar.gz

New:

  yate-6.2.0-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.SK01Ty/_old  2020-03-05 23:25:46.977426425 +0100
+++ /var/tmp/diff_new_pack.SK01Ty/_new  2020-03-05 23:25:46.981426427 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2011, Sascha Peilicke 
 # Copyright (c) 2011, Pascal Bleser 
 #
@@ -19,7 +19,7 @@
 
 
 Name:   yate
-Version:6.1.0
+Version:6.2.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0-or-later
@@ -126,7 +126,8 @@
 rm %{buildroot}%{_prefix}/lib/menu/yate-qt4.menu # Unused, causes lots of 
rpmlint warnings
 %endif
 mkdir -p %{buildroot}%{_docdir}/%{name} # We want docs in 
/usr/share/doc/packages/yate
-mv %{buildroot}%{_datadir}/doc/%{name}-%{version} 
%{buildroot}%{_docdir}/%{name}
+mv %{buildroot}%{_datadir}/doc/%{name}-%{version}/* 
%{buildroot}%{_docdir}/%{name}
+rm -f %{buildroot}%{_docdir}/%{name}/COPYING
 
 %if 0%{?packman_bs}
 cat  yate-6.2.0-1.tar.gz ++
 24978 lines of diff (skipped)




commit yate for openSUSE:Factory

2019-05-28 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2019-05-28 09:43:05

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new.5148 (New)


Package is "yate"

Tue May 28 09:43:05 2019 rev:32 rq:705654 version:6.1.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2018-07-06 
10:49:23.230725362 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new.5148/yate.changes  2019-05-28 
09:43:07.937847044 +0200
@@ -1,0 +2,11 @@
+Mon May 20 09:52:34 UTC 2019 - Christophe Giboudeaux 
+
+- Explicitly require zlib at build time.
+- Obsolete yate-qt4 for the factory package to avoid file conflicts.
+
+---
+Sun Apr 28 15:52:20 UTC 2019 - Christophe Giboudeaux 
+
+- Only build the Qt4 GUI up to suse_version 1500.
+
+---



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.R8Xxn1/_old  2019-05-28 09:43:08.565846827 +0200
+++ /var/tmp/diff_new_pack.R8Xxn1/_new  2019-05-28 09:43:08.569846825 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke 
 # Copyright (c) 2011, Pascal Bleser 
 #
@@ -14,7 +14,7 @@
 # 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/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:Yet Another Telephony Engine
 License:GPL-2.0-or-later
 Group:  Productivity/Telephony/Clients
-Url:http://www.yate.null.ro/
+URL:http://www.yate.null.ro/
 Source0:http://yate.null.ro/tarballs/yate6/yate-%{version}-1.tar.gz
 Patch1: dont-mess-with-cflags.patch
 Patch2: add-arm64-support.patch
@@ -33,7 +33,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libgsm-devel
-BuildRequires:  libqt4-devel
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -42,6 +41,13 @@
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(spandsp)
 BuildRequires:  pkgconfig(speex)
+BuildRequires:  pkgconfig(zlib)
+%if 0%{?suse_version} <= 1500
+BuildRequires:  libqt4-devel
+%else
+# Needed to avoid conflicts caused by providers.conf which is now in the main 
package
+Obsoletes:  yate-qt4 <= %{version}-%{release}
+%endif
 %if 0%{?packman_bs}
 BuildRequires:  libamrnb-devel
 %endif
@@ -71,6 +77,7 @@
 This package contains all necessary include files and libraries needed
 to compile and develop applications that use Yate.
 
+%if 0%{?suse_version} <= 1500
 %package qt4
 Summary:Qt4 client package for Yate
 License:GPL-2.0-only
@@ -80,6 +87,7 @@
 %description qt4
 The yate-qt4 package includes the files needed to use Yate as a VoIP client
 with a Qt4 graphical interface.
+%endif
 
 %package scripts
 Summary:External scripting package for Yate
@@ -113,8 +121,10 @@
 
 %install
 %make_install
+%if 0%{?suse_version} <= 1500
 %suse_update_desktop_file -i %{name}-qt4 Network Telephony Qt
 rm %{buildroot}%{_prefix}/lib/menu/yate-qt4.menu # Unused, causes lots of 
rpmlint warnings
+%endif
 mkdir -p %{buildroot}%{_docdir}/%{name} # We want docs in 
/usr/share/doc/packages/yate
 mv %{buildroot}%{_datadir}/doc/%{name}-%{version} 
%{buildroot}%{_docdir}/%{name}
 
@@ -123,18 +133,29 @@
 This %{name} package has been built with AMRNB support.
 EOF
 %endif
+
+%if 0%{?suse_version} > 1500
+# These files are installed unconditionally but belong to the -qt4 package
+rm -fr %{buildroot}%{_datadir}/%{name}/skins
+rm -fr %{buildroot}%{_datadir}/%{name}/help
+rm %{buildroot}%{_sysconfdir}/%{name}/yate-qt4.conf
+%endif
+
 %fdupes %{buildroot}/%{_prefix}
 
 %post   -n libyate6 -p /sbin/ldconfig
 %postun -n libyate6 -p /sbin/ldconfig
+%if 0%{?suse_version} <= 1500
 %post qt4 -p /sbin/ldconfig
 %postun qt4 -p /sbin/ldconfig
+%endif
 
 %files
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README
 %doc %{_docdir}/%{name}/%{name}-%{version}/
 %{_bindir}/%{name}
-%{_mandir}/man8/%{name}.8%{ext_man}
+%{_mandir}/man8/%{name}.8%{?ext_man}
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/data
 %{_datadir}/%{name}/sounds
@@ -234,6 +255,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/pbxassist.conf
 %config(noreplace) %{_sysconfdir}/%{name}/pgsqldb.conf
 %config(noreplace) %{_sysconfdir}/%{name}/presence.conf
+%config(noreplace) %{_sysconfdir}/%{name}/providers.conf

commit yate for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2018-07-06 10:49:05

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Fri Jul  6 10:49:05 2018 rev:31 rq:621154 version:6.1.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2018-02-27 
17:00:44.741998282 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2018-07-06 
10:49:23.230725362 +0200
@@ -1,0 +2,8 @@
+Wed Jul  4 08:19:41 UTC 2018 - mar...@gmx.de
+
+- Update tp version 6.1.0
+  * upstream does not provide changelog
+- remove patch:
+  * yate-openssl-1.1.patch
+
+---

Old:

  yate-6.0.0-1.tar.gz
  yate-openssl-1.1.patch

New:

  yate-6.1.0-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.mClOib/_old  2018-07-06 10:49:24.682723569 +0200
+++ /var/tmp/diff_new_pack.mClOib/_new  2018-07-06 10:49:24.682723569 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yate
-Version:6.0.0
+Version:6.1.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0-or-later
@@ -28,7 +28,6 @@
 Source0:http://yate.null.ro/tarballs/yate6/yate-%{version}-1.tar.gz
 Patch1: dont-mess-with-cflags.patch
 Patch2: add-arm64-support.patch
-Patch3: yate-openssl-1.1.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -104,7 +103,6 @@
 %setup -q -n %{name}
 %patch1 -p1
 %patch2 -p1
-%patch3
 
 %build
 autoreconf -fiv

++ yate-6.0.0-1.tar.gz -> yate-6.1.0-1.tar.gz ++
 19475 lines of diff (skipped)




commit yate for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2018-02-27 17:00:20

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Tue Feb 27 17:00:20 2018 rev:30 rq:580570 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2018-01-10 
23:34:44.101242382 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2018-02-27 
17:00:44.741998282 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 11:08:10 UTC 2018 - mar...@gmx.de
+
+- Build with support for sctp
+
+---
@@ -4 +9 @@
-- Implement shareed library packaging guideline.
+- Implement shared library packaging guideline.



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.nVGDaF/_old  2018-02-27 17:00:46.461936139 +0100
+++ /var/tmp/diff_new_pack.nVGDaF/_new  2018-02-27 17:00:46.461936139 +0100
@@ -22,7 +22,7 @@
 Version:6.0.0
 Release:0
 Summary:Yet Another Telephony Engine
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
 Source0:http://yate.null.ro/tarballs/yate6/yate-%{version}-1.tar.gz
@@ -35,6 +35,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libgsm-devel
 BuildRequires:  libqt4-devel
+BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(alsa)
@@ -53,7 +54,7 @@
 
 %package -n libyate6
 Summary:Shared libraries for Yate
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Libraries
 
 %description -n libyate6
@@ -63,7 +64,7 @@
 
 %package devel
 Summary:Development package for Yate
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Libraries/C and C++
 Requires:   libyate6 = %{version}
 
@@ -73,7 +74,7 @@
 
 %package qt4
 Summary:Qt4 client package for Yate
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Telephony/Clients
 Requires:   %{name} = %{version}
 
@@ -83,7 +84,7 @@
 
 %package scripts
 Summary:External scripting package for Yate
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Telephony/Clients
 Requires:   %{name}
 
@@ -92,7 +93,7 @@
 
 %package with-amrnb
 Summary:Yate with AMRNB codec support
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Telephony/Clients
 Requires:   %{name} = %{version}-%{release}
 
@@ -108,7 +109,8 @@
 %build
 autoreconf -fiv
 %configure \
-  --docdir=%{_docdir}
+  --docdir=%{_docdir} \
+  --enable-sctp
 make #%%{?_smp_mflags} # Parallel build causes side-effects (compile errors)
 
 %install




commit yate for openSUSE:Factory

2018-01-10 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2018-01-10 23:34:38

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Wed Jan 10 23:34:38 2018 rev:29 rq:562522 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2017-12-18 
08:57:27.676726931 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2018-01-10 
23:34:44.101242382 +0100
@@ -1,0 +2,22 @@
+Mon Jan  8 11:54:19 UTC 2018 - jeng...@inai.de
+
+- Implement shareed library packaging guideline.
+- Drop one instance of an unnecessary %if..%endif guard.
+  Remove marketing from description.
+
+---
+Fri Jan  5 19:37:54 UTC 2018 - mar...@gmx.de
+
+- openh323 was dropped from factory (unmaintained and broken)
+  * Do not longer build against openh323
+- Always build against libgsm and spandsp
+- Use pkg-config style BuildRequires
+- Run spec-cleaner
+
+---
+Thu Jan  4 20:29:41 UTC 2018 - mar...@gmx.de
+
+- Update to version 6.0.0
+  * upstream does not provide changelog
+
+---

Old:

  yate-5.5.0-1.tar.gz

New:

  yate-6.0.0-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.JZcd0T/_old  2018-01-10 23:34:44.825208412 +0100
+++ /var/tmp/diff_new_pack.JZcd0T/_new  2018-01-10 23:34:44.825208412 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke 
 # Copyright (c) 2011, Pascal Bleser 
 #
@@ -19,57 +19,53 @@
 
 
 Name:   yate
-Version:5.5.0
+Version:6.0.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
-Source0:http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
+Source0:http://yate.null.ro/tarballs/yate6/yate-%{version}-1.tar.gz
 Patch1: dont-mess-with-cflags.patch
 Patch2: add-arm64-support.patch
 Patch3: yate-openssl-1.1.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libgsm-devel
 BuildRequires:  libqt4-devel
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-BuildRequires:  openssl-devel
-%else
-BuildRequires:  libopenssl-devel
-BuildRequires:  pwlib-devel
-BuildRequires:  speex-devel
-%if 0%{?suse_version} >= 1110
-BuildRequires:  alsa-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-%if 0%{?sles_version}
-%else
-BuildRequires:  libgsm-devel
-BuildRequires:  openh323-devel
-%if 0%{?suse_version} <= 1210
-BuildRequires:  spandsp-devel
-%endif
-%endif
-%endif
-%endif
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(libcrypto)
+BuildRequires:  pkgconfig(libusb-1.0)
+BuildRequires:  pkgconfig(spandsp)
+BuildRequires:  pkgconfig(speex)
 %if 0%{?packman_bs}
 BuildRequires:  libamrnb-devel
 %endif
 
 %description
-Yate is a next-generation telephony engine. While currently focused on Voice
-over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be
-easily extended. Voice, video, data and instant messenging can all be unified
-under Yate's flexible routing engine, maximizing communications efficiency and
-minimizing infrastructure costs for businesses.
+Yate is a telephony engine. Its focus is on Voice over Internet
+Protocol (VoIP) and PSTN. It can be extended. Voice, video, data and
+instant messenging can be unified under Yate's routing engine.
+
+%package -n libyate6
+Summary:Shared libraries for Yate
+License:GPL-2.0+
+Group:  System/Libraries
+
+%description -n libyate6
+Yate is a telephony engine. Its focus is on Voice over Internet
+Protocol (VoIP) and PSTN. It can be extended. Voice, video, data and
+instant messenging can be unified under Yate's routing engine.
 
 %package devel
 Summary:Development package for Yate
 License:GPL-2.0
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
+Requires:   libyate6 = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -94,17 +90,14 @@
 %description scripts
 The yate-scripts package includes libraries for using external scripts with 
Yate.
 
-%if 

commit yate for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2017-12-18 08:57:25

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Mon Dec 18 08:57:25 2017 rev:28 rq:556059 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2017-09-28 
12:35:36.373690947 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2017-12-18 
08:57:27.676726931 +0100
@@ -1,0 +2,6 @@
+Tue Dec  5 16:03:51 CET 2017 - r...@suse.de
+
+- add patch yate-openssl-1.1.patch
+  to fix build against openssl-1.1 
+
+---

New:

  yate-openssl-1.1.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.wOZx4V/_old  2017-12-18 08:57:28.272698161 +0100
+++ /var/tmp/diff_new_pack.wOZx4V/_new  2017-12-18 08:57:28.272698161 +0100
@@ -28,6 +28,7 @@
 Source0:http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
 Patch1: dont-mess-with-cflags.patch
 Patch2: add-arm64-support.patch
+Patch3: yate-openssl-1.1.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -109,6 +110,7 @@
 %setup -q -n %{name}
 %patch1 -p1
 %patch2 -p1
+%patch3
 
 %build
 autoreconf -fiv

++ yate-openssl-1.1.patch ++
--- modules/openssl.cpp
+++ modules/openssl.cpp
@@ -36,6 +36,10 @@
 #include 
 #endif
 
+#if OPENSSL_VERSION_NUMBER >= 0x1010L
+#include 
+#endif
+
 using namespace TelEngine;
 namespace { // anonymous
 
@@ -644,6 +648,17 @@
inpData = outData;
 unsigned int num = 0;
 unsigned char eCountBuf[AES_BLOCK_SIZE];
+#if OPENSSL_VERSION_NUMBER >= 0x1010L
+CRYPTO_ctr128_encrypt(
+   (const unsigned char*)inpData,
+   (unsigned char*)outData,
+   len,
+   m_key,
+   m_initVector,
+   eCountBuf,
+   ,
+   (block128_f)AES_encrypt);
+#else
 AES_ctr128_encrypt(
(const unsigned char*)inpData,
(unsigned char*)outData,
@@ -652,6 +667,7 @@
m_initVector,
eCountBuf,
);
+#endif
 return true;
 }
 



commit yate for openSUSE:Factory

2017-09-28 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2017-09-28 12:35:12

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Thu Sep 28 12:35:12 2017 rev:27 rq:528983 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2017-04-06 
11:02:02.036569538 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2017-09-28 
12:35:36.373690947 +0200
@@ -1,0 +2,5 @@
+Wed Sep 27 15:14:11 UTC 2017 - o...@aepfle.de
+
+- Remove dropped php5 from Requires in scripts subpkg
+
+---



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.vhvpXr/_old  2017-09-28 12:35:37.649511546 +0200
+++ /var/tmp/diff_new_pack.vhvpXr/_new  2017-09-28 12:35:37.649511546 +0200
@@ -89,7 +89,6 @@
 License:GPL-2.0
 Group:  Productivity/Telephony/Clients
 Requires:   %{name}
-Requires:   php5
 
 %description scripts
 The yate-scripts package includes libraries for using external scripts with 
Yate.




commit yate for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2017-04-06 11:01:59

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Thu Apr  6 11:01:59 2017 rev:26 rq:482833 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2016-08-25 
09:56:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2017-04-06 
11:02:02.036569538 +0200
@@ -1,0 +2,6 @@
+Wed Mar 15 21:06:36 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package files installed by make install into _docdir:
+  rpm 4.13 no longer implicitly packages those files.
+
+---



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.okuxJZ/_old  2017-04-06 11:02:02.888449138 +0200
+++ /var/tmp/diff_new_pack.okuxJZ/_new  2017-04-06 11:02:02.888449138 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke 
 # Copyright (c) 2011, Pascal Bleser 
 #
@@ -142,6 +142,7 @@
 %files
 %defattr (-,root,root)
 %doc ChangeLog COPYING README
+%doc %{_docdir}/%{name}/%{name}-%{version}/
 %{_bindir}/%{name}
 %{_mandir}/man*/%{name}.*
 %dir %{_datadir}/%{name}




commit yate for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2016-08-25 09:56:17

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2016-05-08 
10:46:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2016-08-25 
09:56:20.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug 21 09:23:39 UTC 2016 - jeng...@inai.de
+
+- Run fdupes to reduce duplicated files reported by rpmlint.
+
+---
+Thu May 26 14:55:36 UTC 2016 - mbrug...@suse.com
+
+- add support for aarch64 architecture
+  * add-arm64-support.patch
+
+---

New:

  add-arm64-support.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.OogfCK/_old  2016-08-25 09:56:21.0 +0200
+++ /var/tmp/diff_new_pack.OogfCK/_new  2016-08-25 09:56:21.0 +0200
@@ -27,9 +27,11 @@
 Url:http://www.yate.null.ro/
 Source0:http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
 Patch1: dont-mess-with-cflags.patch
+Patch2: add-arm64-support.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -73,7 +75,7 @@
 to compile and develop applications that use Yate.
 
 %package qt4
-Summary:Qt-4 client package for Yate
+Summary:Qt4 client package for Yate
 License:GPL-2.0
 Group:  Productivity/Telephony/Clients
 Requires:   %{name} = %{version}
@@ -107,6 +109,7 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv
@@ -122,10 +125,11 @@
 mv %{buildroot}%{_datadir}/doc/%{name}-%{version} 
%{buildroot}%{_docdir}/%{name}
 
 %if 0%{?packman_bs}
-cat

commit yate for openSUSE:Factory

2016-05-08 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2016-05-08 10:45:29

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2015-10-19 
22:49:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2016-05-08 
10:46:06.0 +0200
@@ -1,0 +2,5 @@
+Tue May  3 18:30:59 UTC 2016 - aloi...@gmx.com
+
+- Fixed build problem on PMBS 
+
+---



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.l401uL/_old  2016-05-08 10:46:07.0 +0200
+++ /var/tmp/diff_new_pack.l401uL/_new  2016-05-08 10:46:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke 
 # Copyright (c) 2011, Pascal Bleser 
 #
@@ -199,6 +199,7 @@
 %{_libdir}/%{name}/zlibcompress.yate
 %if 0%{?packman_bs}
 %{_libdir}/%{name}/amrnbcodec.yate
+%{_libdir}/%{name}/efrcodec.yate
 %endif
 %dir %{_libdir}/%{name}/sig
 %{_libdir}/%{name}/sig/camel_map.yate




commit yate for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2015-10-19 22:49:35

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is "yate"

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2015-04-07 
09:29:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2015-10-19 
22:49:51.0 +0200
@@ -1,0 +2,6 @@
+Sat May  9 14:59:17 UTC 2015 - mar...@gmx.de
+
+- update to 5.5.0
+  - upstream does not provide changelog
+
+---

Old:

  yate-5.4.2-1.tar.gz

New:

  yate-5.5.0-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.LJt4hx/_old  2015-10-19 22:49:52.0 +0200
+++ /var/tmp/diff_new_pack.LJt4hx/_new  2015-10-19 22:49:52.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yate
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
@@ -144,11 +144,12 @@
 %{_datadir}/%{name}/data
 %{_datadir}/%{name}/sounds
 %{_libdir}/lib%{name}.so.*
-%{_libdir}/libyategsm.so.*
+%{_libdir}/libyateasn.so.*
 %{_libdir}/libyatejabber.so.*
 %{_libdir}/libyatesig.so.*
 %{_libdir}/libyatemgcp.so.*
 %{_libdir}/libyatescript.so.*
+%{_libdir}/libyateradio.so.*
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/analyzer.yate
 %{_libdir}/%{name}/callfork.yate

++ yate-5.4.2-1.tar.gz -> yate-5.5.0-1.tar.gz ++
 18408 lines of diff (skipped)




commit yate for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2015-04-07 09:29:53

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2014-12-16 
14:47:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2015-04-07 
09:29:54.0 +0200
@@ -1,0 +2,15 @@
+Fri Mar  6 21:16:52 UTC 2015 - mar...@gmx.de
+
+- update to 5.4.2:
+  - upstream does not provide changelog
+- updated patch: dont-mess-with-cflags.patch
+- removed patches (fixed upstream)
+  * yate-fix-bashisms.patch
+  * yate-ppc64-libdir.patch
+  * yate-ppc64.patch
+- moved %{_datadir}/%{name}/sounds from the qt4-subpackge to
+  the base package since this directory also provides the
+  music on hold files that may be needed when using yate as
+  a PBX
+
+---
@@ -11 +26 @@
-- update to 5.4.0
+- update to 5.4.0:

Old:

  yate-5.4.0-1.tar.gz
  yate-fix-bashisms.patch
  yate-ppc64-libdir.patch
  yate-ppc64.patch

New:

  yate-5.4.2-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.2V1dby/_old  2015-04-07 09:29:55.0 +0200
+++ /var/tmp/diff_new_pack.2V1dby/_new  2015-04-07 09:29:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke sasc...@gmx.de
 # Copyright (c) 2011, Pascal Bleser pascal.ble...@opensuse.org
 #
@@ -19,19 +19,17 @@
 
 
 Name:   yate
-Version:5.4.0
+Version:5.4.2
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
 Source0:http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
-Patch1: yate-ppc64-libdir.patch
-Patch2: yate-ppc64.patch
-Patch3: dont-mess-with-cflags.patch
-Patch4: yate-fix-bashisms.patch
+Patch1: dont-mess-with-cflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -109,13 +107,9 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
-rm configure
-autoconf
+autoreconf -fiv
 
 %configure --docdir=%{_docdir}
 make #%{?_smp_mflags} # Parallel build causes side-effects (compile errors)
@@ -148,6 +142,7 @@
 %{_mandir}/man*/%{name}.*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/data
+%{_datadir}/%{name}/sounds
 %{_libdir}/lib%{name}.so.*
 %{_libdir}/libyategsm.so.*
 %{_libdir}/libyatejabber.so.*
@@ -258,6 +253,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/sip_cnam_lnp.conf
 %config(noreplace) %{_sysconfdir}/%{name}/sigtransport.conf
 %config(noreplace) %{_sysconfdir}/%{name}/sipfeatures.conf
+%config(noreplace) %{_sysconfdir}/%{name}/sqlitedb.conf
 %config(noreplace) %{_sysconfdir}/%{name}/ss7_lnp_ansi.conf
 %config(noreplace) %{_sysconfdir}/%{name}/subscription.conf
 %config(noreplace) %{_sysconfdir}/%{name}/tdmcard.conf
@@ -293,7 +289,6 @@
 %{_datadir}/applications/yate-qt4.desktop
 %{_datadir}/pixmaps/null_team-*.png
 %{_datadir}/%{name}/skins
-%{_datadir}/%{name}/sounds
 %{_datadir}/%{name}/help
 %config(noreplace) %{_sysconfdir}/%{name}/yate-qt4.conf
 %config(noreplace) %{_sysconfdir}/%{name}/providers.conf

++ dont-mess-with-cflags.patch ++
--- /var/tmp/diff_new_pack.2V1dby/_old  2015-04-07 09:29:55.0 +0200
+++ /var/tmp/diff_new_pack.2V1dby/_new  2015-04-07 09:29:55.0 +0200
@@ -1,12 +1,12 @@
-Index: yate/configure.in
-===
 yate.orig/configure.in
-+++ yate/configure.in
-@@ -1447,7 +1447,6 @@ fi
+diff --git a/configure.ac b/configure.ac
+index 163f2b0..a531b88 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1652,7 +1652,6 @@ AC_SUBST(INSTALL_L)
  
  
  INSTALL_D=install -D
--CFLAGS=`echo $CFLAGS | sed 's/\(^\| *\)-g[[0-9]]*//' | sed 
's/[[[:space:]]]\{2,\}/ /g'`
+-CFLAGS=`echo $CFLAGS | sed 's/\(^\| \+\)-g[[0-9]]*//' | sed 
's/[[[:space:]]]\{2,\}/ /g'`
  MODULE_CFLAGS=-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK 
$HAVE_BLOCK_RETURN
- MODULE_CPPFLAGS=-fno-check-new $RTTI_OPT $MODULE_CFLAGS
- MODULE_LDRELAX=-export-dynamic -shared
+ MODULE_CPPFLAGS=$HAVE_NO_OVERLOAD_VIRT_WARN $RTTI_OPT $MODULE_CFLAGS
+ MODULE_LDRELAX=-rdynamic -shared

++ yate-5.4.0-1.tar.gz - 

commit yate for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2014-12-16 14:47:59

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2014-08-13 
17:08:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2014-12-16 
14:47:24.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 17 01:51:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in echo.sh script
+- add patches:
+  * yate-fix-bashisms.patch
+
+---

New:

  yate-fix-bashisms.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.eV2Zh2/_old  2014-12-16 14:47:25.0 +0100
+++ /var/tmp/diff_new_pack.eV2Zh2/_new  2014-12-16 14:47:25.0 +0100
@@ -29,6 +29,7 @@
 Patch1: yate-ppc64-libdir.patch
 Patch2: yate-ppc64.patch
 Patch3: dont-mess-with-cflags.patch
+Patch4: yate-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
@@ -110,6 +111,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 rm configure

++ yate-fix-bashisms.patch ++
diff -Ndur yate/share/scripts/echo.sh yate-fix-bashisms/share/scripts/echo.sh
--- yate/share/scripts/echo.sh  2014-02-05 12:42:17.0 +0200
+++ yate-fix-bashisms/share/scripts/echo.sh 2014-11-17 03:49:47.506159322 
+0200
@@ -26,8 +26,8 @@
 # put here a proper wave/play file to play before starting echoing
 # prompt=share/sounds/tone.wav
 
-read
-echo $REPLY | sed 's/^[^:]*:\([^:]*\):.*$/%%message:\1:true:/;'
+read reply
+echo $reply | sed 's/^[^:]*:\([^:]*\):.*$/%%message:\1:true:/;'
 
 if [ -n $prompt -a -f $prompt ]; then
 echo  play prompt  2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yate for openSUSE:Factory

2014-08-13 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2014-08-13 17:08:12

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2014-06-01 
19:40:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2014-08-13 
17:08:17.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 25 20:05:24 UTC 2014 - mar...@gmx.de
+
+- update to 5.4.0
+  - updated and renamed patch
+yate-3.3.2-ppc64-libdir.patch - yate-ppc64-libdir.patch
+  - upstream does not provide changelog
+
+---

Old:

  yate-3.3.2-ppc64-libdir.patch
  yate-5.3.0-1.tar.gz

New:

  yate-5.4.0-1.tar.gz
  yate-ppc64-libdir.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.bUIUD3/_old  2014-08-13 17:08:18.0 +0200
+++ /var/tmp/diff_new_pack.bUIUD3/_new  2014-08-13 17:08:18.0 +0200
@@ -19,14 +19,14 @@
 
 
 Name:   yate
-Version:5.3.0
+Version:5.4.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
 Source0:http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
-Patch1: yate-3.3.2-ppc64-libdir.patch
+Patch1: yate-ppc64-libdir.patch
 Patch2: yate-ppc64.patch
 Patch3: dont-mess-with-cflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yate-5.3.0-1.tar.gz - yate-5.4.0-1.tar.gz ++
 150202 lines of diff (skipped)

++ yate-ppc64-libdir.patch ++
diff --git a/configure b/configure
index f41b3eb..747169c 100755
--- a/configure
+++ b/configure
@@ -2022,7 +2022,7 @@ case x$archname in
 x*-*-*)
ARCHLIB=lib/$archname
;;
-x*x86_64*)
+x*x86_64*|xppc64|xppc64le|xaarch64)
ARCHLIB=lib64
;;
 esac
diff --git a/configure.in b/configure.in
index c54645c..6cc1987 100644
--- a/configure.in
+++ b/configure.in
@@ -43,7 +43,7 @@ case x$archname in
 x*-*-*)
ARCHLIB=lib/$archname
;;
-x*x86_64*)
+x*x86_64*|xppc64|xppc64le|xaarch64)
ARCHLIB=lib64
;;
 esac
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yate for openSUSE:Factory

2014-06-01 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2014-06-01 19:40:35

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2013-12-23 
22:22:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2014-06-01 
19:40:47.0 +0200
@@ -1,0 +2,12 @@
+Wed May 28 09:02:55 UTC 2014 - tchva...@suse.com
+
+- Fix source url
+
+---
+Tue May 20 14:43:58 UTC 2014 - mar...@gmx.de
+
+- update to 5.3.0:
+  - removed patch: yate-fix-ssl-detection.patch (fixed upstream)
+  - upstream does not provide changelog
+
+---

Old:

  yate-4.3.0-1.tar.gz
  yate-fix-ssl-detection.patch

New:

  yate-5.3.0-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.KkETCg/_old  2014-06-01 19:40:49.0 +0200
+++ /var/tmp/diff_new_pack.KkETCg/_new  2014-06-01 19:40:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke sasc...@gmx.de
 # Copyright (c) 2011, Pascal Bleser pascal.ble...@opensuse.org
 #
@@ -19,17 +19,16 @@
 
 
 Name:   yate
-Version:4.3.0
+Version:5.3.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
-Source0:http://yate.null.ro/tarballs/yate4/yate-%{version}-1.tar.gz
+Source0:http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
 Patch1: yate-3.3.2-ppc64-libdir.patch
 Patch2: yate-ppc64.patch
 Patch3: dont-mess-with-cflags.patch
-Patch4: yate-fix-ssl-detection.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
@@ -111,7 +110,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4
 
 %build
 rm configure
@@ -149,6 +147,7 @@
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/data
 %{_libdir}/lib%{name}.so.*
+%{_libdir}/libyategsm.so.*
 %{_libdir}/libyatejabber.so.*
 %{_libdir}/libyatesig.so.*
 %{_libdir}/libyatemgcp.so.*
@@ -159,11 +158,13 @@
 %{_libdir}/%{name}/callgen.yate
 %{_libdir}/%{name}/cdrbuild.yate
 %{_libdir}/%{name}/cdrfile.yate
+%{_libdir}/%{name}/cdrcombine.yate
 %{_libdir}/%{name}/client
 %{_libdir}/%{name}/conference.yate
 %{_libdir}/%{name}/dumbchan.yate
 %{_libdir}/%{name}/enumroute.yate
 %{_libdir}/%{name}/extmodule.yate
+%{_libdir}/%{name}/fileinfo.yate
 %{_libdir}/%{name}/filetransfer.yate
 %if 0%{?suse_version}  0%{?suse_version} = 1210  ! 0%{?sles_version}
 %{_libdir}/%{name}/faxchan.yate
@@ -225,6 +226,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/eventlogs.conf
 %config(noreplace) %{_sysconfdir}/%{name}/extmodule.conf
 %config(noreplace) %{_sysconfdir}/%{name}/filetransfer.conf
+%config(noreplace) %{_sysconfdir}/%{name}/fileinfo.conf
 %config(noreplace) %{_sysconfdir}/%{name}/gvoice.conf
 %config(noreplace) %{_sysconfdir}/%{name}/h323chan.conf
 %config(noreplace) %{_sysconfdir}/%{name}/heartbeat.conf

++ yate-4.3.0-1.tar.gz - yate-5.3.0-1.tar.gz ++
 112985 lines of diff (skipped)

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



commit yate for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-12-23 22:22:13

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2013-08-18 
22:26:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-12-23 
22:22:14.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 15 01:17:28 UTC 2013 - uweig...@de.ibm.com
+
+- yate-3.3.2-ppc64-libdir.patch: Add ppc64le.
+- yate-ppc64.patch: Fix ppc64 and add ppc64le support.
+
+---



Other differences:
--
++ yate-3.3.2-ppc64-libdir.patch ++
--- /var/tmp/diff_new_pack.xK48uf/_old  2013-12-23 22:22:15.0 +0100
+++ /var/tmp/diff_new_pack.xK48uf/_new  2013-12-23 22:22:15.0 +0100
@@ -7,7 +7,7 @@
  ARCHLIB=lib
  case x$archname in
 -x*x86_64*)
-+x*x86_64*|xppc64|xaarch64)
++x*x86_64*|xppc64|xppc64le|xaarch64)
ARCHLIB=lib64
;;
  esac
@@ -15,12 +15,12 @@
 ===
 --- yate.orig/configure
 +++ yate/configure
-@@ -2004,7 +2004,7 @@ archname=`uname -m` 2/dev/null
+@@ -2009,7 +2009,7 @@ archname=`uname -m` 2/dev/null
  test -z $archname  archname=`arch -k`
  ARCHLIB=lib
  case x$archname in
 -x*x86_64*)
-+x*x86_64*|xppc64|xaarch64)
++x*x86_64*|xppc64|xppc64le|xaarch64)
ARCHLIB=lib64
;;
  esac

++ yate-ppc64.patch ++
--- /var/tmp/diff_new_pack.xK48uf/_old  2013-12-23 22:22:15.0 +0100
+++ /var/tmp/diff_new_pack.xK48uf/_new  2013-12-23 22:22:15.0 +0100
@@ -2,19 +2,30 @@
 ===
 --- yate.orig/libs/miniwebrtc/typedefs.h
 +++ yate/libs/miniwebrtc/typedefs.h
-@@ -79,8 +79,14 @@
+@@ -79,6 +79,26 @@
  #elif defined(__mips__)
  #define WEBRTC_ARCH_32_BITS
  #define WEBRTC_BIG_ENDIAN
-+#elif defined(_powerpc64_)
-+#define WEBRTC_BIG_ENDIAN
++#elif defined(__powerpc64__)
++#define WEBRTC_ARCH_PPC64 1
 +#define WEBRTC_ARCH_64_BITS
-+#elif defined(_powerpc_)
++#ifdef __LITTLE_ENDIAN__
++#define WEBRTC_ARCH_LITTLE_ENDIAN
++#define WEBRTC_LITTLE_ENDIAN
++#else
++#define WEBRTC_ARCH_BIG_ENDIAN
 +#define WEBRTC_BIG_ENDIAN
++#endif
++#elif defined(__powerpc__)
++#define WEBRTC_ARCH_PPC 1
 +#define WEBRTC_ARCH_32_BITS
++#ifdef __LITTLE_ENDIAN__
++#define WEBRTC_ARCH_LITTLE_ENDIAN
++#define WEBRTC_LITTLE_ENDIAN
++#else
++#define WEBRTC_ARCH_BIG_ENDIAN
++#define WEBRTC_BIG_ENDIAN
++#endif
  #else
--#error Please add support for your architecture in typedefs.h
-+
+ #error Please add support for your architecture in typedefs.h
  #endif
- 
- #if defined(__SSE2__) || defined(_MSC_VER)

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



commit yate for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-08-18 22:26:02

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2013-04-24 
09:22:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-08-18 
22:26:04.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 16 15:06:07 UTC 2013 - d...@suse.com
+
+- update to 4.3.0:
+  * Various changes to improve Jingle and Google Voice support
+  * Javascript is now usable in routing scripts 
+  * SIGTRAN links failures fixed by always setting the SCTP socket
+timers 
+  * Flood protection in the SIP channel 
+  * iLBC codes based on fixed point WebRTC library 
+  * Added XML support in Javascript
+  * SCCP - GTT routing between different networks
+  * Stability improvements
+
+---

Old:

  yate-4.1.0-1.tar.gz

New:

  yate-4.3.0-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.MeUxSp/_old  2013-08-18 22:26:05.0 +0200
+++ /var/tmp/diff_new_pack.MeUxSp/_new  2013-08-18 22:26:05.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yate
-Version:4.1.0
+Version:4.3.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
@@ -174,6 +174,7 @@
 %{_libdir}/%{name}/h323chan.yate
 %endif
 %{_libdir}/%{name}/ilbccodec.yate
+%{_libdir}/%{name}/ilbcwebrtc.yate
 %{_libdir}/%{name}/isaccodec.yate
 %{_libdir}/%{name}/jabber
 %{_libdir}/%{name}/javascript.yate
@@ -207,6 +208,7 @@
 %dir %config(noreplace) %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/accfile.conf
 %config(noreplace) %{_sysconfdir}/%{name}/analog.conf
+%config(noreplace) %{_sysconfdir}/%{name}/amrnbcodec.conf
 %config(noreplace) %{_sysconfdir}/%{name}/cache.conf
 %config(noreplace) %{_sysconfdir}/%{name}/callcounters.conf
 %config(noreplace) %{_sysconfdir}/%{name}/callfork.conf
@@ -220,6 +222,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/dbpbx.conf
 %config(noreplace) %{_sysconfdir}/%{name}/dsoundchan.conf
 %config(noreplace) %{_sysconfdir}/%{name}/enumroute.conf
+%config(noreplace) %{_sysconfdir}/%{name}/eventlogs.conf
 %config(noreplace) %{_sysconfdir}/%{name}/extmodule.conf
 %config(noreplace) %{_sysconfdir}/%{name}/filetransfer.conf
 %config(noreplace) %{_sysconfdir}/%{name}/gvoice.conf
@@ -231,6 +234,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/javascript.conf
 %config(noreplace) %{_sysconfdir}/%{name}/jbfeatures.conf
 %config(noreplace) %{_sysconfdir}/%{name}/lateroute.conf
+%config(noreplace) %{_sysconfdir}/%{name}/lksctp.conf
 %config(noreplace) %{_sysconfdir}/%{name}/mgcpca.conf
 %config(noreplace) %{_sysconfdir}/%{name}/mgcpgw.conf
 %config(noreplace) %{_sysconfdir}/%{name}/moh.conf

++ yate-4.1.0-1.tar.gz - yate-4.3.0-1.tar.gz ++
 63108 lines of diff (skipped)

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



commit yate for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-04-24 09:22:26

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2013-03-21 
11:19:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-04-24 
09:22:29.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 22 23:33:38 UTC 2013 - dims...@opensuse.org
+
+- Add yate-fix-ssl-detection.patch: Fix openssl detection: checkin
+  for the return value of pkg-config --cflags $pkg, and relying on
+  pkg-config returning an empty string 'when package exists but
+  does not specify CFLAGS' is just wrong.
+
+---

New:

  yate-fix-ssl-detection.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.JCziWF/_old  2013-04-24 09:22:35.0 +0200
+++ /var/tmp/diff_new_pack.JCziWF/_new  2013-04-24 09:22:35.0 +0200
@@ -29,6 +29,7 @@
 Patch1: yate-3.3.2-ppc64-libdir.patch
 Patch2: yate-ppc64.patch
 Patch3: dont-mess-with-cflags.patch
+Patch4: yate-fix-ssl-detection.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
@@ -110,6 +111,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4
 
 %build
 rm configure

++ yate-fix-ssl-detection.patch ++
Index: configure.in
===
--- configure.in.orig
+++ configure.in
@@ -1229,7 +1229,7 @@ if [[ x$ac_cv_use_openssl = xyes ]];
 fi
 incssl=`(pkg-config --cflags $pkg) 2/dev/null`
 libssl=`(pkg-config --libs $pkg) 2/dev/null`
-if [[ x$incssl != x -a x$libssl != x ]]; then
+if [[ x$verssl != x ]]; then
HAVE_OPENSSL=yes
OPENSSL_VER=$verssl
OPENSSL_INC=$incssl
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yate for openSUSE:Factory

2013-03-21 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-03-21 11:19:30

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2012-07-06 
09:53:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-03-21 
11:19:30.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar 20 15:19:06 UTC 2013 - idon...@suse.com
+
+- dont-mess-with-cflags.patch: don't mess with CFLAGS
+
+---
+Tue Mar 19 10:09:04 UTC 2013 - sch...@suse.de
+
+- Add aarch64 to the list of lib64 platforms
+
+---

New:

  dont-mess-with-cflags.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.VzWOlr/_old  2013-03-21 11:19:33.0 +0100
+++ /var/tmp/diff_new_pack.VzWOlr/_new  2013-03-21 11:19:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke sasc...@gmx.de
 # Copyright (c) 2011, Pascal Bleser pascal.ble...@opensuse.org
 #
@@ -28,7 +28,9 @@
 Source0:http://yate.null.ro/tarballs/yate4/yate-%{version}-1.tar.gz
 Patch1: yate-3.3.2-ppc64-libdir.patch
 Patch2: yate-ppc64.patch
+Patch3: dont-mess-with-cflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -107,8 +109,12 @@
 %setup -q -n %{name}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
+rm configure
+autoconf
+
 %configure --docdir=%{_docdir}
 make #%{?_smp_mflags} # Parallel build causes side-effects (compile errors)
 

++ dont-mess-with-cflags.patch ++
Index: yate/configure.in
===
--- yate.orig/configure.in
+++ yate/configure.in
@@ -1447,7 +1447,6 @@ fi
 
 
 INSTALL_D=install -D
-CFLAGS=`echo $CFLAGS | sed 's/\(^\| *\)-g[[0-9]]*//' | sed 
's/[[[:space:]]]\{2,\}/ /g'`
 MODULE_CFLAGS=-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK $HAVE_BLOCK_RETURN
 MODULE_CPPFLAGS=-fno-check-new $RTTI_OPT $MODULE_CFLAGS
 MODULE_LDRELAX=-export-dynamic -shared
++ yate-3.3.2-ppc64-libdir.patch ++
--- /var/tmp/diff_new_pack.VzWOlr/_old  2013-03-21 11:19:33.0 +0100
+++ /var/tmp/diff_new_pack.VzWOlr/_new  2013-03-21 11:19:33.0 +0100
@@ -7,7 +7,7 @@
  ARCHLIB=lib
  case x$archname in
 -x*x86_64*)
-+x*x86_64*|xppc64)
++x*x86_64*|xppc64|xaarch64)
ARCHLIB=lib64
;;
  esac
@@ -20,7 +20,7 @@
  ARCHLIB=lib
  case x$archname in
 -x*x86_64*)
-+x*x86_64*|xppc64)
++x*x86_64*|xppc64|xaarch64)
ARCHLIB=lib64
;;
  esac

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



commit yate for openSUSE:Factory

2012-07-06 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2012-07-06 09:53:51

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2012-06-10 
21:52:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2012-07-06 
09:53:53.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  3 14:39:55 UTC 2012 - dval...@suse.com
+
+- add ppc64 to the known platforms 
+
+---

New:

  yate-ppc64.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.m48AhU/_old  2012-07-06 09:53:54.0 +0200
+++ /var/tmp/diff_new_pack.m48AhU/_new  2012-07-06 09:53:54.0 +0200
@@ -27,6 +27,7 @@
 Url:http://www.yate.null.ro/
 Source0:http://yate.null.ro/tarballs/yate4/yate-%{version}-1.tar.gz
 Patch1: yate-3.3.2-ppc64-libdir.patch
+Patch2: yate-ppc64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
@@ -105,6 +106,7 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --docdir=%{_docdir}

++ yate-3.3.2-ppc64-libdir.patch ++
--- /var/tmp/diff_new_pack.m48AhU/_old  2012-07-06 09:53:54.0 +0200
+++ /var/tmp/diff_new_pack.m48AhU/_new  2012-07-06 09:53:54.0 +0200
@@ -15,7 +15,7 @@
 ===
 --- yate.orig/configure
 +++ yate/configure
-@@ -1983,7 +1983,7 @@ archname=`uname -m` 2/dev/null
+@@ -2004,7 +2004,7 @@ archname=`uname -m` 2/dev/null
  test -z $archname  archname=`arch -k`
  ARCHLIB=lib
  case x$archname in

++ yate-ppc64.patch ++
Index: yate/libs/miniwebrtc/typedefs.h
===
--- yate.orig/libs/miniwebrtc/typedefs.h
+++ yate/libs/miniwebrtc/typedefs.h
@@ -79,8 +79,14 @@
 #elif defined(__mips__)
 #define WEBRTC_ARCH_32_BITS
 #define WEBRTC_BIG_ENDIAN
+#elif defined(_powerpc64_)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_64_BITS
+#elif defined(_powerpc_)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_32_BITS
 #else
-#error Please add support for your architecture in typedefs.h
+
 #endif
 
 #if defined(__SSE2__) || defined(_MSC_VER)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yate for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2012-06-10 20:20:56

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2012-03-08 
19:46:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2012-06-10 
21:52:53.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  6 17:19:58 UTC 2012 - fi...@opensuse.org
+
+- Update to 4.1.0, no changelog from upstream provided.
+
+---

Old:

  yate-3.3.2-1.tar.gz

New:

  yate-4.1.0-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.hF4hrs/_old  2012-06-10 21:52:55.0 +0200
+++ /var/tmp/diff_new_pack.hF4hrs/_new  2012-06-10 21:52:55.0 +0200
@@ -18,15 +18,14 @@
 #
 
 
-
 Name:   yate
-Version:3.3.2
+Version:4.1.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
-Source0:http://yate.null.ro/tarballs/yate3/yate-%{version}-1.tar.gz
+Source0:http://yate.null.ro/tarballs/yate4/yate-%{version}-1.tar.gz
 Patch1: yate-3.3.2-ppc64-libdir.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
@@ -54,7 +53,6 @@
 BuildRequires:  libamrnb-devel
 %endif
 
-
 %description
 Yate is a next-generation telephony engine. While currently focused on Voice
 over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be
@@ -63,53 +61,47 @@
 minimizing infrastructure costs for businesses.
 
 %package devel
-License:GPL-2.0
 Summary:Development package for Yate
+License:GPL-2.0
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 
-
 %description devel
 This package contains all necessary include files and libraries needed
 to compile and develop applications that use Yate.
 
 %package qt4
-License:GPL-2.0
 Summary:Qt-4 client package for Yate
+License:GPL-2.0
 Group:  Productivity/Telephony/Clients
 Requires:   %{name} = %{version}
 
-
 %description qt4
 The yate-qt4 package includes the files needed to use Yate as a VoIP client
 with a Qt4 graphical interface.
 
 %package scripts
-License:GPL-2.0
 Summary:External scripting package for Yate
+License:GPL-2.0
 Group:  Productivity/Telephony/Clients
 Requires:   %{name}
 Requires:   php5
 
-
 %description scripts
 The yate-scripts package includes libraries for using external scripts with 
Yate.
 
 %if 0%{?packman_bs}
 
-
 %package with-amrnb
-License:GPL-2.0
 Summary:Yate with amrnb codec support
+License:GPL-2.0
 Group:  Productivity/Telephony/Clients
 Requires:   %{name} = %{version}-%{release}
 
-
 %description with-amrnb
 Guarantees Yate with amrnb codec support.
 %endif
 
-
 %prep
 %setup -q -n %{name}
 %patch1 -p1
@@ -118,7 +110,6 @@
 %configure --docdir=%{_docdir}
 make #%{?_smp_mflags} # Parallel build causes side-effects (compile errors)
 
-
 %install
 %makeinstall
 %suse_update_desktop_file -i %{name}-qt4 Network Telephony Qt
@@ -132,19 +123,14 @@
 EOF
 %endif
 
-
 %post -p /sbin/ldconfig
 
-
 %postun -p /sbin/ldconfig
 
-
 %post qt4 -p /sbin/ldconfig
 
-
 %postun qt4 -p /sbin/ldconfig
 
-
 %files
 %defattr (-,root,root)
 %doc ChangeLog COPYING README
@@ -156,6 +142,7 @@
 %{_libdir}/libyatejabber.so.*
 %{_libdir}/libyatesig.so.*
 %{_libdir}/libyatemgcp.so.*
+%{_libdir}/libyatescript.so.*
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/analyzer.yate
 %{_libdir}/%{name}/callfork.yate
@@ -171,12 +158,15 @@
 %if 0%{?suse_version}  0%{?suse_version} = 1210  ! 0%{?sles_version}
 %{_libdir}/%{name}/faxchan.yate
 %endif
+%{_libdir}/%{name}/gvoice.yate
 %if 0%{?suse_version}  ! 0%{?sles_version}
 %{_libdir}/%{name}/gsmcodec.yate
 %{_libdir}/%{name}/h323chan.yate
 %endif
 %{_libdir}/%{name}/ilbccodec.yate
+%{_libdir}/%{name}/isaccodec.yate
 %{_libdir}/%{name}/jabber
+%{_libdir}/%{name}/javascript.yate
 %{_libdir}/%{name}/moh.yate
 %{_libdir}/%{name}/msgsniff.yate
 %{_libdir}/%{name}/mux.yate
@@ -200,11 +190,17 @@
 %if 0%{?packman_bs}
 %{_libdir}/%{name}/amrnbcodec.yate
 %endif
+%dir %{_libdir}/%{name}/sig
+%{_libdir}/%{name}/sig/camel_map.yate
+%{_libdir}/%{name}/sig/isupmangler.yate
+%{_libdir}/%{name}/sig/ss7_lnp_ansi.yate
 %dir %config(noreplace) %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/accfile.conf
 %config(noreplace) %{_sysconfdir}/%{name}/analog.conf

commit yate for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2012-01-09 21:44:31

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2011-10-04 
17:05:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2012-01-09 
21:44:32.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  5 07:58:55 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 3.3.2:
+  upstream does not provide any changelog
+
+---

Old:

  yate3.tar.bz2

New:

  yate-3.3.2-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.iW0Ees/_old  2012-01-09 21:44:38.0 +0100
+++ /var/tmp/diff_new_pack.iW0Ees/_new  2012-01-09 21:44:38.0 +0100
@@ -1,8 +1,9 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke sasc...@gmx.de
+# Copyright (c) 2011, Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +20,13 @@
 
 
 Name:   yate
-Version:3.0.0
+Version:3.3.2
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
-Source0:%{name}3.tar.bz2
+Source0:http://yate.null.ro/tarballs/yate3/yate-%{version}-1.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
@@ -42,10 +43,15 @@
 %else
 BuildRequires:  libgsm-devel
 BuildRequires:  openh323-devel
+%if 0%{?suse_version} = 1210
 BuildRequires:  spandsp-devel
 %endif
 %endif
 %endif
+%endif
+%if 0%{?packman_bs}
+BuildRequires:  libamrnb-devel
+%endif
 
 %description
 Yate is a next-generation telephony engine. While currently focused on Voice
@@ -84,6 +90,18 @@
 %description scripts
 The yate-scripts package includes libraries for using external scripts with 
Yate.
 
+%if 0%{?packman_bs}
+
+%package with-amrnb
+License:GPL-2.0
+Summary:Yate with amrnb codec support
+Group:  Productivity/Telephony/Clients
+Requires:   %{name} = %{version}-%{release}
+
+%description with-amrnb
+Guarantees Yate with amrnb codec support.
+%endif
+
 %prep
 %setup -q -n %{name}
 
@@ -98,6 +116,12 @@
 mkdir -p %{buildroot}%{_docdir}/%{name} # We want docs in 
/usr/share/doc/packages/yate
 mv %{buildroot}%{_datadir}/doc/%{name}-%{version} 
%{buildroot}%{_docdir}/%{name}
 
+%if 0%{?packman_bs}
+catEOF README.amrnb
+This %{name} package has been built with amrnb support.
+EOF
+%endif
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -129,8 +153,10 @@
 %{_libdir}/%{name}/enumroute.yate
 %{_libdir}/%{name}/extmodule.yate
 %{_libdir}/%{name}/filetransfer.yate
-%if 0%{?suse_version}  ! 0%{?sles_version}
+%if 0%{?suse_version}  0%{?suse_version} = 1210  ! 0%{?sles_version}
 %{_libdir}/%{name}/faxchan.yate
+%endif
+%if 0%{?suse_version}  ! 0%{?sles_version}
 %{_libdir}/%{name}/gsmcodec.yate
 %{_libdir}/%{name}/h323chan.yate
 %endif
@@ -144,6 +170,7 @@
 %{_libdir}/%{name}/regexroute.yate
 %{_libdir}/%{name}/rmanager.yate
 %{_libdir}/%{name}/server
+%{_libdir}/%{name}/sip
 %{_libdir}/%{name}/speexcodec.yate
 %{_libdir}/%{name}/tonedetect.yate
 %{_libdir}/%{name}/tonegen.yate
@@ -155,10 +182,14 @@
 %{_libdir}/%{name}/ysockschan.yate
 %{_libdir}/%{name}/ystunchan.yate
 %{_libdir}/%{name}/zlibcompress.yate
+%if 0%{?packman_bs}
+%{_libdir}/%{name}/amrnbcodec.yate
+%endif
 %dir %config(noreplace) %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/accfile.conf
 %config(noreplace) %{_sysconfdir}/%{name}/analog.conf
 %config(noreplace) %{_sysconfdir}/%{name}/callcounters.conf
+%config(noreplace) %{_sysconfdir}/%{name}/callfork.conf
 %config(noreplace) %{_sysconfdir}/%{name}/ccongestion.conf
 %config(noreplace) %{_sysconfdir}/%{name}/cdrbuild.conf
 %config(noreplace) %{_sysconfdir}/%{name}/cdrfile.conf
@@ -193,10 +224,12 @@
 %config(noreplace) %{_sysconfdir}/%{name}/regfile.conf
 %config(noreplace) %{_sysconfdir}/%{name}/register.conf
 %config(noreplace) %{_sysconfdir}/%{name}/rmanager.conf
+%config(noreplace) %{_sysconfdir}/%{name}/sip_cnam_lnp.conf
 %config(noreplace) %{_sysconfdir}/%{name}/sigtransport.conf
 %config(noreplace) %{_sysconfdir}/%{name}/sipfeatures.conf
 %config(noreplace) 

commit yate for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2011-12-06 19:20:56

Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and  /work/SRC/openSUSE:Factory/.yate.new (New)


Package is yate, Maintainer is 

Changes:




Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.IIjR11/_old  2011-12-06 20:02:46.0 +0100
+++ /var/tmp/diff_new_pack.IIjR11/_new  2011-12-06 20:02:46.0 +0100
@@ -55,7 +55,7 @@
 minimizing infrastructure costs for businesses.
 
 %package devel
-License:GPLv2
+License:GPL-2.0
 Summary:Development package for Yate
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -65,7 +65,7 @@
 to compile and develop applications that use Yate.
 
 %package qt4
-License:GPLv2
+License:GPL-2.0
 Summary:Qt-4 client package for Yate
 Group:  Productivity/Telephony/Clients
 Requires:   %{name} = %{version}
@@ -75,7 +75,7 @@
 with a Qt4 graphical interface.
 
 %package scripts
-License:GPLv2
+License:GPL-2.0
 Summary:External scripting package for Yate
 Group:  Productivity/Telephony/Clients
 Requires:   %{name}

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