Changelog for
udpcast-devel-20120424-9.el7.x86_64.rpm :
* Fri Jun 19 2015 Fedora Release Engineering
- 20120424-9- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon Aug 18 2014 Fedora Release Engineering - 20120424-8- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering - 20120424-7- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering - 20120424-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 22 2013 Ville Skyttä - 20120424-5- Sanitize CFLAGS and LDFLAGS (#914704).- Move %configure to %build section, build with %{_smp_mflags}.- Fix bogus date in %changelog.
* Wed Feb 20 2013 Richard W.M. Jones - 20120424-4- Add patch to try to fix build failure on Rawhide.- +BR /usr/bin/pod2man.
* Mon Feb 18 2013 Richard W.M. Jones - 20120424-1- New upstream version 20120424.- Modernize the spec file.- Make a -devel package.
* Fri Feb 15 2013 Fedora Release Engineering - 20071228-11- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Jul 22 2012 Fedora Release Engineering - 20071228-10- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering - 20071228-9- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Feb 07 2011 Fedora Release Engineering - 20071228-8- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue Aug 11 2009 Ville Skyttä - 20071228-7- Use bzipped upstream tarball.
* Sun Jul 26 2009 Fedora Release Engineering - 20071228-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering - 20071228-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun May 04 2008 Richard W.M. Jones - 20071228-4- Since using configure macro, don\'t need the other parameters.
* Fri May 02 2008 Richard W.M. Jones - 20071228-3- Remove \'-s\' flag from Makefile.- Remove unused udpcast_version macro.- Use configure macro.- Fix the license, GPLv2+ and BSD.- BuildRequires perl.
* Mon Apr 21 2008 Richard W.M. Jones - 20071228-2- BR m4.
* Mon Apr 21 2008 Richard W.M. Jones - 20071228-1- Initial packaging for Fedora.
* Fri Jun 01 2007 Alain Knaff - Patch to fix parallel make & make DESTDIR=/tmp/xxx install- Address gcc4 warnings- Remove some #define fn udpc_fn lines
* Wed May 30 2007 Jan Oelschlaegel - Adapt to Solaris 10 x86 (added includes and configure checks)- Tested on Linux and Solaris 10 (maybe some other OS are broken now...)
* Fri Mar 23 2007 Alain Knaff - Fixed typoes in socklib.c
* Tue Mar 06 2007 Alain Knaff - Fix issue with pipes and no destination file on receiver
* Sun Feb 18 2007 Alain Knaff - Documentation fix
* Mon Feb 05 2007 Alain Knaff - Adapt to busybox 1.4.1 (Config.in)
* Wed Jan 31 2007 Alain Knaff - Added #include to make it compile under (K)ubuntu- Fix uninitialized variable in udp-receiver
* Mon Jan 29 2007 Alain Knaff - Adapt to busybox 1.3.2
* Wed Dec 20 2006 Alain Knaff - Adapt to new busybox 1.3.0
* Sat Dec 16 2006 Alain Knaff - Added startTimeout flag: abort if sender does not start within specifiedtime- Darwin build fixes patch- Refactoring to postpone file creation until sender is located
* Fri Oct 20 2006 Alain Knaff - Fix usage message to use full names for --mcast-data-address andmcast-rdv-address
* Thu Sep 21 2006 Alain Knaff - Include uio.h into socklib.h, needed with older include files for iovec- Avoid variable name \"log\", apparently, for older compilers, this shadows thename of a built-in
* Wed Sep 20 2006 Alain Knaff - Added missing format string to printMyIp
* Sun Sep 17 2006 Alain Knaff - If --rexmit-hello-interval set on sender, still only display promptonce on receiver- Improved logging (on sender, offer option to periodically loginstantaneous bandwidth, log retransmission, and added datestamp toall log)- Enable autoconf (configure) in order to make it easier to compile iton other Unices- Reorganized cmd.html file to make it cleaner HTML (all the man stuffnow in separate files)- Fix a buffer overrun on Windows
* Sat Mar 25 2006 Alain Knaff - Separate commandline spec file and mkimage spec file