Hello community, here is the log from the commit of package tcludp for openSUSE:Factory checked in at 2015-04-02 16:03:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcludp (Old) and /work/SRC/openSUSE:Factory/.tcludp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcludp" Changes: -------- --- /work/SRC/openSUSE:Factory/tcludp/tcludp.changes 2011-09-23 12:47:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tcludp.new/tcludp.changes 2015-04-02 16:03:55.000000000 +0200 @@ -1,0 +2,15 @@ +Tue Mar 31 17:56:20 UTC 2015 - [email protected] + +- Update to version 1.0.11 + * generic/udp_tcl.c,tests/*.test: + - solved tcl8.6.2 incompatility issue + (see http://core.tcl.tk/tcl/tktview/1ff0660e6e) + - updated unit tests + - added IPV6 support + - enhanced reuse option for use on all platforms + - refactored get/set option functions + - enhanced mcastadd/drop option to be able to specify network +- Specfile cleanup +- Use download Url + +------------------------------------------------------------------- Old: ---- tcludp-1.0.8.tar.bz2 New: ---- tcludp-1.0.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcludp.spec ++++++ --- /var/tmp/diff_new_pack.6i8kkM/_old 2015-04-02 16:03:55.000000000 +0200 +++ /var/tmp/diff_new_pack.6i8kkM/_new 2015-04-02 16:03:55.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package tcludp (Version 1.0.8) +# spec file for package tcludp # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,18 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: tcludp BuildRequires: tcl-devel Url: http://tcludp.sourceforge.net/ Summary: UDP Socket Extension for Tcl -Version: 1.0.8 -Release: 38 +Version: 1.0.11 +Release: 0 License: BSD-3-Clause Group: Development/Libraries/Tcl -Source0: %{name}-%{version}.tar.bz2 +Source0: http://sourceforge.net/projects/tcludp/files/tcludp/%{version}/%{name}-%{version}.tar.gz Source1: man.macros BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,18 +33,12 @@ allows access to message-oriented UDP through stream-oriented Tcl channels. - - -Authors: --------- - Xiaotao Wu <[email protected]> - Pat Thoyts <[email protected]> - %prep -%setup -q +%setup -q -n %{name} +chmod a-x ChangeLog license.terms README %build -%configure --with-tcl=%_libdir --libdir=%tcl_archdir +%configure --with-tcl=%_libdir --libdir=%tcl_archdir --enable-ipv6 make make pkgIndex.tcl-hand @@ -57,9 +49,6 @@ sed -i -e "/man\.macros/r %SOURCE1" -e "/man\.macros/d" $f done -%clean -rm -rf %buildroot - %files %defattr(-,root,root,-) %doc ChangeLog README license.terms demos
