commit libnice for openSUSE:Factory
Hello community, here is the log from the commit of package libnice for openSUSE:Factory checked in at Tue May 3 09:17:51 CEST 2011. -------- --- GNOME/libnice/libnice.changes 2010-07-23 08:47:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/libnice/libnice.changes 2011-05-02 23:49:50.000000000 +0200 @@ -1,0 +2,24 @@ +Mon May 2 23:48:09 CEST 2011 - vuntz@opensuse.org + +- Remove explicit Requires of glib2-devel in devel subpackage: it + will automatically be added the pkgconfig() way. +- Remove unneeded openssl-devel BuildRequires. + +------------------------------------------------------------------- +Sat Apr 30 11:38:14 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.1.0: + + Added nice_candidate_copy to the public API + + Make stun_timer timeouts configurable (Break API and ABI) + + Add compatibility support for MSOC 2007 and MSOC 2007 R2 + + Add MS-TURN support for MSOC + + Added and completed TURN RFC 5766 support + + Add a nice_agent_set_port_range API to force a component to use + a specific port + + Fix various bugs and memory leaks + + Improve documentation. +- Change libnice-doc Obsoletes from <= to <: fix rpmlint warning. +- Rename libnice0 to libnice10 after soversion change. +- Use source services: download_url, recompress and set_version. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libnice-0.0.13.tar.bz2 New: ---- _service _service:recompress:download_url:libnice-0.1.0.tar.bz2 _service:set_version:libnice.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _service:set_version:libnice.spec ++++++ # # spec file for package libnice # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # # norootforbuild Name: libnice Version: 0.1.0 Release: 1 License: LGPLv2.1+ Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1030 BuildRequires: gstreamer-0_10-devel %else BuildRequires: gstreamer010-devel %endif BuildRequires: glib2-devel BuildRequires: libgupnp-igd-devel Url: http://nice.freedesktop.org/ Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.bz2 Summary: Interactive Connectivity Establishment implementation %description libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). %package -n libnice10 License: LGPLv2.1+ Group: System/Libraries Summary: Interactive Connectivity Establishment implementation Recommends: gstreamer-0_10-libnice %description -n libnice10 libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). %package -n gstreamer-0_10-libnice License: LGPLv2.1+ ; MPL .. Group: System/Libraries Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in %description -n gstreamer-0_10-libnice libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). %package devel License: LGPLv2.1+ Group: Development/Libraries/C and C++ Summary: Interactive Connectivity Establishment implementation - development files Requires: libnice10 = %{version} Provides: libnice-doc = %{version} Obsoletes: libnice-doc < %{version} %description devel libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). %prep %setup -q %build %configure --disable-static %{__make} %check %{__make} check %install %makeinstall rm -f %{buildroot}/%{_libdir}/*.la rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la %post -n libnice10 -p /sbin/ldconfig %postun -n libnice10 -p /sbin/ldconfig %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/* %files -n libnice10 %defattr(-,root,root,-) %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so %{_includedir}/nice %{_includedir}/stun %{_datadir}/gtk-doc %files -n gstreamer-0_10-libnice %defattr(-,root,root,-) %{_libdir}/gstreamer-0.10/*.so %changelog ++++++ libnice.spec ++++++ --- /var/tmp/diff_new_pack.JGN7B2/_old 2011-05-03 09:16:20.000000000 +0200 +++ /var/tmp/diff_new_pack.JGN7B2/_new 2011-05-03 09:16:20.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libnice (Version 0.0.13) +# spec file for package libnice # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: libnice Version: 0.0.13 -Release: 1 +Release: 5 License: LGPLv2.1+ Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -29,7 +29,7 @@ %else BuildRequires: gstreamer010-devel %endif -BuildRequires: glib2-devel openssl-devel +BuildRequires: glib2-devel BuildRequires: libgupnp-igd-devel Url: http://nice.freedesktop.org/ Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.bz2 @@ -41,13 +41,13 @@ -%package -n libnice0 +%package -n libnice10 License: LGPLv2.1+ Group: System/Libraries Summary: Interactive Connectivity Establishment implementation Recommends: gstreamer-0_10-libnice -%description -n libnice0 +%description -n libnice10 libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). @@ -68,10 +68,9 @@ License: LGPLv2.1+ Group: Development/Libraries/C and C++ Summary: Interactive Connectivity Establishment implementation - development files -Requires: libnice0 = %{version} -Requires: glib2-devel +Requires: libnice10 = %{version} Provides: libnice-doc = %{version} -Obsoletes: libnice-doc <= %{version} +Obsoletes: libnice-doc < %{version} %description devel libnice is an implementation of the IETF's draft Interactive @@ -87,16 +86,16 @@ %{__make} %check -#%{__make} check +%{__make} check %install %makeinstall rm -f %{buildroot}/%{_libdir}/*.la rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la -%post -n libnice0 -p /sbin/ldconfig +%post -n libnice10 -p /sbin/ldconfig -%postun -n libnice0 -p /sbin/ldconfig +%postun -n libnice10 -p /sbin/ldconfig %clean %{__rm} -rf %{buildroot} @@ -105,7 +104,7 @@ %defattr(-,root,root,-) %{_bindir}/* -%files -n libnice0 +%files -n libnice10 %defattr(-,root,root,-) %{_libdir}/*.so.* ++++++ _service ++++++ <services> <service name="download_url"> <param name="protocol">http</param> <param name="host">nice.freedesktop.org</param> <param name="path">/releases/libnice-0.1.0.tar.gz</param> </service> <service name="recompress"> <param name="file">_service:download_url:*.tar.gz</param> <param name="compression">bz2</param> </service> <service name="set_version" /> </services> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de