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.changes        2011-10-04 
17:05:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2012-01-09 
21:44:32.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan  5 07:58:55 UTC 2012 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.iW0Ees/_new  2012-01-09 21:44:38.000000000 +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 <[email protected]>
+# Copyright (c) 2011, Pascal Bleser <[email protected]>
 #
 # 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}
+cat<<EOF >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) %{_sysconfdir}/%{name}/subscription.conf
 %config(noreplace) %{_sysconfdir}/%{name}/tdmcard.conf
+%config(noreplace) %{_sysconfdir}/%{name}/tonegen.conf
 %config(noreplace) %{_sysconfdir}/%{name}/users.conf
 %config(noreplace) %{_sysconfdir}/%{name}/wpcard.conf
 %config(noreplace) %{_sysconfdir}/%{name}/yate.conf
@@ -237,4 +270,11 @@
 %defattr (-,root,root)
 %{_datadir}/%{name}/scripts
 
+%if 0%{?packman_bs}
+
+%files with-amrnb
+%defattr (-,root,root)
+%doc README.amrnb
+%endif
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to