Hello community, here is the log from the commit of package freerdp for openSUSE:Factory checked in at Tue Oct 4 16:56:53 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/freerdp/freerdp.changes 2011-09-22 19:07:36.000000000 +0200 @@ -0,0 +1,42 @@ +------------------------------------------------------------------- +Thu Sep 22 15:31:28 UTC 2011 - [email protected] + +- cleanup to comply with the packaging policy + - add header + - use the correct license format + - remove %clean section + - simplify the manipulation of PLUGIN_PATH + - remove %debug_package + - add meaningful description + - do not recompres the source tarball any more + - corrected URLs + +------------------------------------------------------------------- +Tue Jun 7 22:21:56 UTC 2011 - [email protected] + +- fix bnc#688484 by passing --with-sound=alsa and alsa-devel in BuildRequires + +------------------------------------------------------------------- +Wed Nov 17 11:35:04 UTC 2010 - [email protected] + +- rewrote most of the spec file (wrong group, wrong subpackages, ldconfig + called on devel package, shlibs inj devel package, ...) + +- update to 0.8.2: + * libfreerdp: + + fix buffer overflow when local timezone doesn't fit in 32 bytes + + fix data corruption after TLS license package + + free TLS resources to avoid memory leaks + * mcs: + + fix connecting to VirtualBox with extra channels + * rdpsnd plugin: + + ensure the ALSA device is closed when freeing resources + * rdpdr plugin: + + fix various memory leaks + + fix a segfault in multi-session environment + +------------------------------------------------------------------- +Wed Oct 27 00:00:00 UTC 2010 - [email protected] + +- initial build + calling whatdependson for head-i586 New: ---- freerdp-0.8.2.tar.gz freerdp-remove_am_silent_rules.patch freerdp.changes freerdp.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freerdp.spec ++++++ # # spec file for package freerdp # # 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/ # %define soname 0 Name: freerdp Version: 0.8.2 Release: 1 Summary: Remote Desktop Viewer URL: http://www.freerdp.com/ License: GPL-2.0+ Group: Productivity/Networking/Other Source0: http://sourceforge.net/projects/freerdp/files/0.8/freerdp-%{version}.tar.gz # PATCH-FIX-OPENSUSE freerdp-remove_am_silent_rules.patch [email protected] -- Remove the AM_SILENT_RULES tag, useless and is undefined on older dists when running autoreconf Patch0: freerdp-remove_am_silent_rules.patch BuildRequires: ed BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(alsa) BuildRequires: cups-devel BuildRequires: xorg-x11-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: libfreerdp%{soname} = %{version} %description FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications. %package -n libfreerdp%{soname} Summary: Remote Desktop Viewer Library Group: System/Libraries Provides: libfreerdpchanman%{soname} = %{version}-%{release} Provides: libfreerdpgdi%{soname} = %{version}-%{release} Provides: libfreerdpkbd%{soname} = %{version}-%{release} %description -n libfreerdp%{soname} FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications. This package provides the shared library as well as its plugins. %package devel Summary: Development Files for %{name} Group: Development/Libraries/C and C++ Requires: libfreerdp%{soname} = %{version} %description devel This package contains development files necessary for developing applications based on libfreerdp. %prep %setup -q %patch0 # use a versioned subdirectory for plugins in order to comply with the shared # library policy ed -s configure.ac 2>/dev/null <<'EOF' ,s/PLUGIN_PATH='\${libdir}\/freerdp'/PLUGIN_PATH='\${libdir}\/freerdp%{soname}'/ w EOF %build autoreconf -fi %configure \ --disable-static \ --with-ipv6 \ --enable-smartcard \ --with-sound=alsa \ --with-crypto=openssl make %{?_smp_mflags} V=1 %install %make_install find "%{buildroot}%{_libdir}" -name '*.la' -exec rm -f {} + %post -n libfreerdp%{soname} -p /sbin/ldconfig %postun -n libfreerdp%{soname} -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING AUTHORS doc/ipv6.txt doc/ChangeLog %{_bindir}/xfreerdp %{_datadir}/%{name} %{_mandir}/man1/xfreerdp.1%{ext_man} %files -n libfreerdp%{soname} %defattr(-,root,root) %doc COPYING %{_libdir}/libfreerdp.so.%{soname} %{_libdir}/libfreerdp.so.%{soname}.* %{_libdir}/libfreerdpchanman.so.%{soname} %{_libdir}/libfreerdpchanman.so.%{soname}.* %{_libdir}/libfreerdpgdi.so.%{soname} %{_libdir}/libfreerdpgdi.so.%{soname}.* %{_libdir}/libfreerdpkbd.so.%{soname} %{_libdir}/libfreerdpkbd.so.%{soname}.* %dir %{_libdir}/freerdp%{soname} %{_libdir}/freerdp%{soname}/audin.so %{_libdir}/freerdp%{soname}/cliprdr.so %{_libdir}/freerdp%{soname}/disk.so %{_libdir}/freerdp%{soname}/drdynvc.so %{_libdir}/freerdp%{soname}/parallel.so %{_libdir}/freerdp%{soname}/pnpdr.so %{_libdir}/freerdp%{soname}/printer.so %{_libdir}/freerdp%{soname}/rdpdr.so %{_libdir}/freerdp%{soname}/rdpsnd.so %{_libdir}/freerdp%{soname}/serial.so %files devel %defattr(-,root,root) %{_includedir}/freerdp %{_libdir}/lib*.so %{_libdir}/pkgconfig/freerdp.pc ++++++ freerdp-remove_am_silent_rules.patch ++++++ --- configure.ac.orig 2010-11-17 14:10:59.000000000 +0100 +++ configure.ac 2010-11-17 14:25:59.000000000 +0100 @@ -1,7 +1,6 @@ AC_INIT(freerdp, m4_esyscmd([build-aux/git-version-gen .tarball-version]), [[email protected]]) -AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests]) -AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. +AM_INIT_AUTOMAKE([1.10]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_SRCDIR([libfreerdp/freerdp.c]) continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
