Hello community, here is the log from the commit of package libeXosip2 for openSUSE:Factory checked in at 2013-06-27 11:36:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libeXosip2 (Old) and /work/SRC/openSUSE:Factory/.libeXosip2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libeXosip2" Changes: -------- --- /work/SRC/openSUSE:Factory/libeXosip2/libeXosip2.changes 2013-01-29 10:47:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libeXosip2.new/libeXosip2.changes 2013-06-27 11:36:30.000000000 +0200 @@ -1,0 +2,14 @@ +Thu Jun 20 13:16:25 UTC 2013 - [email protected] + +- Update to 4.0.0: + * modify configuration APIs to use eXosip_set_option + * fix bug: do not create new PRACK if it already exist for an answer. + * use ephemaral port in standard TCP and TLS version. + * return tid number so that we can match the response event. + * use system independant time for osip_gettimeofday on unix platform. + * major API update: several "struct eXosip_t" can be + handled at the same time. This can be used to have several + transport layer running at the same time. + * many tiny other change. + +------------------------------------------------------------------- Old: ---- libeXosip2-3.5.0.tar.bz2 New: ---- libeXosip2-4.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libeXosip2.spec ++++++ --- /var/tmp/diff_new_pack.78hb9G/_old 2013-06-27 11:36:31.000000000 +0200 +++ /var/tmp/diff_new_pack.78hb9G/_new 2013-06-27 11:36:31.000000000 +0200 @@ -16,89 +16,73 @@ # +%define soname libeXosip2-10 + Name: libeXosip2 +Version: 4.0.0 +Release: 0 Summary: Extended osip2 library License: GPL-2.0 Group: Productivity/Networking/Other -Version: 3.5.0 -Release: 0 -Url: http://savannah.nongnu.org/forum/forum.php?forum_id=3778 - -Source: libeXosip2-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: http://savannah.nongnu.org/projects/exosip/ +Source: http://download.savannah.gnu.org/releases/exosip/%{name}-%{version}.tar.gz BuildRequires: glibc-devel -BuildRequires: libopenssl-devel -BuildRequires: libosip2-devel +BuildRequires: pkg-config +BuildRequires: pkgconfig(libosip2) +BuildRequires: pkgconfig(openssl) +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Extended library for the osip2 protocol. - - -Authors: --------- - Aymeric MOIZARD, <[email protected]> - -%package -n libeXosip2-6 -Provides: libeXosip2 = %{version}-%{release} +%package -n %{soname} Summary: Extended osip2 library Group: Productivity/Networking/Other +Provides: libeXosip2 = %{version} -%description -n libeXosip2-6 +%description -n %{soname} Extended library for the osip2 protocol. - - -Authors: --------- - Aymeric MOIZARD, <[email protected]> - %package devel Summary: Extended osip2 library Group: Development/Libraries/C and C++ -Provides: libeXosip2-6-devel = %{version}-%{release} +Requires: %{soname} = %{version} Requires: glibc-devel -Requires: libeXosip2-6 = %{version} Requires: libopenssl-devel Requires: libosip2-devel +Provides: %{soname}-devel = %{version} %description devel Extended library for the osip2 protocol. - - -Authors: --------- - Aymeric MOIZARD, <[email protected]> - %prep -%setup -q -n libeXosip2-%{version} +%setup -q %build -#./autogen.sh -%configure --disable-static -make +%configure \ + --disable-static +make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install -rm $RPM_BUILD_ROOT/%{_prefix}/%{_lib}/lib*.la +%makeinstall +rm -rf %{buildroot}%{_libdir}/lib*.la -%post -n libeXosip2-6 -p /sbin/ldconfig +%post -n %{soname} -p /sbin/ldconfig -%postun -n libeXosip2-6 -p /sbin/ldconfig +%postun -n %{soname} -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/sip_reg -%files -n libeXosip2-6 +%files -n %{soname} %defattr(-,root,root) -%{_prefix}/%{_lib}/lib*.so.* +%{_libdir}/lib*.so.* %files devel %defattr(-,root,root) -%{_prefix}/include/eXosip2/*.h -%dir %{_prefix}/include/eXosip2 -%{_prefix}/%{_lib}/lib*.so +%{_includedir}/eXosip2/*.h +%dir %{_includedir}/eXosip2 +%{_libdir}/lib*.so %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
