Hello community,

here is the log from the commit of package udftools for openSUSE:Factory 
checked in at 2019-02-13 10:17:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udftools (Old)
 and      /work/SRC/openSUSE:Factory/.udftools.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udftools"

Wed Feb 13 10:17:24 2019 rev:24 rq:670504 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/udftools/udftools.changes        2017-02-03 
20:04:07.526655123 +0100
+++ /work/SRC/openSUSE:Factory/.udftools.new.28833/udftools.changes     
2019-02-13 10:17:28.865355432 +0100
@@ -1,0 +2,58 @@
+Mon Jan 28 08:40:25 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- Update to version 2.1
+- Changes in 2.0
+  * For UDF uuid is used same algorithm as in util-linux v2.30
+  * Fixed Unicode encode/decode functions to correctly process OSTA Unicode
+    d-string and d-characters
+  * New tool udfinfo which shows various information about UDF (incuding label,
+    uuid, free space)
+  * New tool udflabel which shows or changes UDF label or UDF uuid
+  * pktsetup:
+        Make dev_name argument for setup optional
+        Allow to setup and remove optical device by major:minor numbers
+        Include udev rule file for automatic managing of packet writing devices
+  * mkudffs:
+        Fixed support for VAT and CD-R disks
+        Fixed crashes and infinite loops on disks with small number of sectors
+        Allow to enable VAT via new --vat option for any disk type
+        Allow to enable Sparing Table via --spartable option also for any disk 
type
+       Allow to specify number of entries in Sparing Table via new --sparspace
+        option
+        Added support for CD-ROM, DVD-R and BD-R discs
+        Added new option --new-file for enforcing to create a new image file
+        Added new option --mode for specifying permissions of root directory
+       Added new option --locale for specifying that command line arguments
+        are encoded according to current locale and make it default
+       Added support for disks which have logical sector size 8192, 16384 or
+        32768 bytes
+        Check that block device is not mounted before format process starts
+
+- Changes in 2.1
+  * Fixed compilation with glibc >= 2.25
+  * Allow to compile without libreadline
+  * Use pkgconfig for detection of udev rules directory
+  * Set minimal version of autoconf to 2.64
+  * Enforce ISO C99 compiler
+  * Fixed support for big endian systems
+  * Fixed converting strings to integers
+  * Added support for UDF 1.50 Logical Volume Extended Information (contains
+    volume label)
+  * Added support for UDF 1.01 revision
+  * Added workaround for Year 2038 Bug
+  * udfinfo & udflabel:
+       Fixed accessing disks when MVDS and RVDS descriptors points to same
+        location
+        Fixed support for disks >= 4GB on 32bit systems
+        Implemented reading VAT outside of outside of ICB
+        Various fixes for reading UDF descriptors
+   * mkudffs:
+        Space optimization for small disks
+       Allow to set alignment of UDF structures via --packetlen option for any
+        media type
+        Fixed alignment of VAT and generation of DVD-R and BD-R discs
+  * cdrwtool:
+        Disallow specifying unsupported UDF revisions
+
+
+-------------------------------------------------------------------

Old:
----
  udftools-1.3.tar.gz

New:
----
  udftools-2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ udftools.spec ++++++
--- /var/tmp/diff_new_pack.1YZ57E/_old  2019-02-13 10:17:29.425355219 +0100
+++ /var/tmp/diff_new_pack.1YZ57E/_new  2019-02-13 10:17:29.433355215 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package udftools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,23 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           udftools
-Version:        1.3
+Version:        2.1
 Release:        0
 Summary:        UDF filesystem tools
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Filesystems
 Url:            https://github.com/pali/udftools
 Source:         
https://github.com/pali/udftools/releases/download/%{version}/udftools-%{version}.tar.gz
-BuildRequires:  autoconf
+BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
+BuildRequires:  glibc
 BuildRequires:  libtool
-BuildRequires:  readline-devel
+BuildRequires:  udev
 Provides:       udf = %{version}
 Obsoletes:      udf < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -54,14 +55,19 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/cdrwtool
+%{_bindir}/udfinfo
+%{_bindir}/wrudf
 %{_sbindir}/mkfs.udf
 %{_sbindir}/mkudffs
 %{_sbindir}/pktsetup
-%{_sbindir}/wrudf
+%{_sbindir}/udflabel
 %{_mandir}/man1/cdrwtool.1%{ext_man}
+%{_mandir}/man1/udfinfo.1%{ext_man}
+%{_mandir}/man1/wrudf.1%{ext_man}
 %{_mandir}/man8/mkfs.udf.8%{ext_man}
 %{_mandir}/man8/mkudffs.8%{ext_man}
 %{_mandir}/man8/pktsetup.8%{ext_man}
-%{_mandir}/man8/wrudf.8%{ext_man}
+%{_mandir}/man8/udflabel.8%{ext_man}
+%{_udevrulesdir}/80-pktsetup.rules
 
 %changelog

++++++ udftools-1.3.tar.gz -> udftools-2.1.tar.gz ++++++
++++ 44809 lines of diff (skipped)


Reply via email to