Hello community,

here is the log from the commit of package udftools for openSUSE:Factory 
checked in at 2020-01-15 16:08:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udftools (Old)
 and      /work/SRC/openSUSE:Factory/.udftools.new.30080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udftools"

Wed Jan 15 16:08:32 2020 rev:25 rq:763640 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/udftools/udftools.changes        2019-02-13 
10:17:28.865355432 +0100
+++ /work/SRC/openSUSE:Factory/.udftools.new.30080/udftools.changes     
2020-01-15 16:53:00.997421326 +0100
@@ -1,0 +2,20 @@
+Thu Jan  9 12:52:46 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com>
+
+- Update to version 2.2
+  * Allow to build udftools without udev
+  * Use standard ISO C99 features instead of GCC extensions
+  * Detect optional readline dependency via pkg-config when possible
+  * Added support for UTF-16 surrogate pairs
+  * udfinfo & udflabel:
+        Added support for UDF 2.50 and UDF 2.60 revisions
+        Fixed calculating free space blocks
+        In read-only mode throw warning when device is busy
+        Do not fail on disks with too many Sparing Tables
+        Show and respect UDF write protect flags
+  * mkudffs:
+        Fixed accessing invalid memory on disks with small number of sectors
+        Added new option --read-only which sets UDF disk to read-only mode
+        Adjust partition size to work around Windows chkdsk bug
+        Autodetect media type
+
+-------------------------------------------------------------------

Old:
----
  udftools-2.1.tar.gz

New:
----
  udftools-2.2.tar.gz

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

Other differences:
------------------
++++++ udftools.spec ++++++
--- /var/tmp/diff_new_pack.rdUibd/_old  2020-01-15 16:53:01.529421576 +0100
+++ /var/tmp/diff_new_pack.rdUibd/_new  2020-01-15 16:53:01.533421578 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package udftools
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           udftools
-Version:        2.1
+Version:        2.2
 Release:        0
 Summary:        UDF filesystem tools
 License:        GPL-2.0-or-later
 Group:          System/Filesystems
-Url:            https://github.com/pali/udftools
+URL:            https://github.com/pali/udftools
 Source:         
https://github.com/pali/udftools/releases/download/%{version}/udftools-%{version}.tar.gz
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
@@ -31,7 +31,6 @@
 BuildRequires:  udev
 Provides:       udf = %{version}
 Obsoletes:      udf < %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 These are tools for UDF file systems as used, e.g., on DVD-ROMs.
@@ -53,7 +52,6 @@
 rm -r %{buildroot}%{_datadir}/doc
 
 %files
-%defattr(-,root,root)
 %{_bindir}/cdrwtool
 %{_bindir}/udfinfo
 %{_bindir}/wrudf
@@ -61,13 +59,13 @@
 %{_sbindir}/mkudffs
 %{_sbindir}/pktsetup
 %{_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/udflabel.8%{ext_man}
+%{_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/udflabel.8%{?ext_man}
 %{_udevrulesdir}/80-pktsetup.rules
 
 %changelog

++++++ udftools-2.1.tar.gz -> udftools-2.2.tar.gz ++++++
++++ 13135 lines of diff (skipped)


Reply via email to