* Sat Jan 28 2017 idonmez@suse.com
- Update to version 1.3
* No changelog upstream, see upstream git log
https://github.com/pali/udftools/compare/1.2...1.3
- Drop cdmrw.c and cdmrw-include.patch, they are outdated.
* Fri Dec 16 2016 idonmez@suse.com
- Update to the maintained version
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter
Changes in 1.1
* Included various patches from Linux distributions
* Lots of fixes for compilation, crashes, buffer overflows,
memory corruptions, reading from uninitialized memory, etc.
* Fixed UTF-8 support
* Fixed detection of device blocksize
* Corrections and updates in man pages
* mkudffs:
* Set first 16 chars of Volume Set Identifier to timestamp and
random value
* Set default block-size to device logical block (sector) size
* Add support for label and uuid options
* Add support for setting uid and gid of the root directory
* Fixed support for UDF 1.02
* Symlink to mkfs.udf
- Drop all the patches:
udftools-1.0.0b3-extend-extsize.patch
udftools-1.0.0b3-pktsetup-chardev.patch,
udftools-HZ.patch, udftools-gcc4.patch,
udftools-include.patch, udftools-open.patch,
udftools-wrong-memset.patch, udftools-1.0.0b3.dif
* Mon Nov 16 2015 wolfgang.engel@suse.com
- Adding patch for fixing segfault (bnc#743773)
File: udftools-1.0.0b3-extend-extsize.patch
* Mon Jun 08 2015 schwab@suse.de
- Force gnu89 inline semantics
* Fri Nov 07 2014 mpluskal@suse.com
- Add license
- Clean up spec file
- Remove static library
* Tue Dec 27 2011 idonmez@suse.com
- Fix wrong size parameter in memset call
* Wed Nov 23 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Tue Oct 04 2011 uli@suse.com
- cross-build fix: use %__cc, %configure macros
* Sat Jan 12 2008 coolo@suse.de
- fix build with glibc 2.7
* Thu Jan 10 2008 coolo@suse.de
- fix includes
* Mon Aug 07 2006 ro@suse.de
- use sysconf(_SC_CLK_TCK) instead of HZ
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Oct 04 2005 sbrabec@suse.cz
- Added cdmrw for preformatting of CD-MRW media.
- Fixed missing includes.
* Wed Jun 15 2005 hvogel@suse.de
- Update to 1.0.0b3
* Thu Nov 06 2003 schwab@suse.de
- Fix quoting in configure script.
* Wed Jun 12 2002 ro@suse.de
- fixed build for bigendian
* Thu Apr 25 2002 uli@suse.de
- fixed for lib64
* Tue Apr 02 2002 ro@suse.de
- use AC_LIBOBJ for new automake/autoconf
* Tue Feb 26 2002 ro@suse.de
- copy/rename from udf package
- update to 1.0.0b2
* Wed Oct 10 2001 stepan@suse.de
- use kernel-source instead of lx_sus22 to get package
working on ia64, too. Kernel 2.4 is default now anyways.