commit libisoburn for openSUSE:Factory

2020-09-01 Thread root
Hello community,

here is the log from the commit of package libisoburn for openSUSE:Factory 
checked in at 2020-09-01 20:01:29

Comparing /work/SRC/openSUSE:Factory/libisoburn (Old)
 and  /work/SRC/openSUSE:Factory/.libisoburn.new.3399 (New)


Package is "libisoburn"

Tue Sep  1 20:01:29 2020 rev:8 rq:828512 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes2018-11-08 
09:48:30.129098983 +0100
+++ /work/SRC/openSUSE:Factory/.libisoburn.new.3399/libisoburn.changes  
2020-09-01 20:01:33.076429181 +0200
@@ -1,0 +2,16 @@
+Thu Aug 20 13:42:11 UTC 2020 - Dirk Mueller 
+
+- update to 1.5.2:
+  * Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory
+  * Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV
+  * Bug fix: -osirrox "concat_split_on" worked only together with -split_size
+larger than 0. Thanks William Willems.
+  * New API calls isoburn_igopt_set_part_type_guid(),
+isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(),
+isoburn_igopt_get_iso_type_guid()
+  * Enabled GPT type GUIDs with -append_partition,
+-boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type
+  * Made libisoburn and GNU xorriso ready for building out-of-source.
+Thanks Ross Burton.
+
+---

Old:

  libisoburn-1.5.0.tar.gz

New:

  libisoburn-1.5.2.tar.gz



Other differences:
--
++ libisoburn.spec ++
--- /var/tmp/diff_new_pack.mH9RZZ/_old  2020-09-01 20:01:35.744430429 +0200
+++ /var/tmp/diff_new_pack.mH9RZZ/_new  2020-09-01 20:01:35.748430431 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisoburn
 #
-# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 %define so_ver 1
 Name:   libisoburn
-Version:1.5.0
+Version:1.5.2
 Release:0
 Summary:Frontend for libburn and libisofs
 License:GPL-2.0-or-later

++ libisoburn-1.5.0.tar.gz -> libisoburn-1.5.2.tar.gz ++
 7071 lines of diff (skipped)




commit libisoburn for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package libisoburn for openSUSE:Factory 
checked in at 2018-11-08 09:48:20

Comparing /work/SRC/openSUSE:Factory/libisoburn (Old)
 and  /work/SRC/openSUSE:Factory/.libisoburn.new (New)


Package is "libisoburn"

Thu Nov  8 09:48:20 2018 rev:7 rq:646179 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes2018-04-04 
11:09:05.016070170 +0200
+++ /work/SRC/openSUSE:Factory/.libisoburn.new/libisoburn.changes   
2018-11-08 09:48:30.129098983 +0100
@@ -1,0 +2,13 @@
+Thu Nov  1 20:01:27 UTC 2018 - Asterios Dramis 
+
+- Update to 1.5.0:
+  * Bug fix: Multi-session emulation was not recognized with
+non-zero partition offset
+  * New bit10 of isoburn_drive_aquire() to accept all xattr
+namespaces
+  * New -xattr mode "any" to process all xattr namespaces of local
+filesystem
+  * New -as mkisofs option --xattr-any
+  * New -as mkisofs options -uid and -gid
+
+---

Old:

  libisoburn-1.4.8.tar.gz

New:

  libisoburn-1.5.0.tar.gz



Other differences:
--
++ libisoburn.spec ++
--- /var/tmp/diff_new_pack.5bWR8i/_old  2018-11-08 09:48:30.581098451 +0100
+++ /var/tmp/diff_new_pack.5bWR8i/_new  2018-11-08 09:48:30.581098451 +0100
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %define so_ver 1
 Name:   libisoburn
-Version:1.4.8
+Version:1.5.0
 Release:0
 Summary:Frontend for libburn and libisofs
 License:GPL-2.0-or-later
@@ -137,11 +137,15 @@
 %install_info --info-dir="%{_infodir}" "%{_infodir}/xorriso.info%{ext_info}"
 %install_info --info-dir="%{_infodir}" "%{_infodir}/xorrisofs.info%{ext_info}"
 %install_info --info-dir="%{_infodir}" "%{_infodir}/xorrecord.info%{ext_info}"
+%post -n xorriso-tcltk
+%install_info --info-dir="%{_infodir}" 
"%{_infodir}/xorriso-tcltk.info%{?ext_info}"
 
 %preun -n xorriso
 %install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}/xorriso.info%{ext_info}"
 %install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}/xorrisofs.info%{ext_info}"
 %install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}/xorrecord.info%{ext_info}"
+%preun -n xorriso-tcltk
+%install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}/xorriso-tcltk.info%{?ext_info}"
 
 %files devel
 %license COPYING
@@ -174,5 +178,7 @@
 %files -n xorriso-tcltk
 %doc frontend/README-tcltk
 %{_bindir}/xorriso-tcltk
+%{_mandir}/man1/xorriso-tcltk.1%{?ext_man}
+%{_infodir}/xorriso-tcltk.info%{?ext_info}
 
 %changelog

++ libisoburn-1.4.8.tar.gz -> libisoburn-1.5.0.tar.gz ++
 4340 lines of diff (skipped)




commit libisoburn for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package libisoburn for openSUSE:Factory 
checked in at 2018-04-04 11:08:26

Comparing /work/SRC/openSUSE:Factory/libisoburn (Old)
 and  /work/SRC/openSUSE:Factory/.libisoburn.new (New)


Package is "libisoburn"

Wed Apr  4 11:08:26 2018 rev:6 rq:593272 version:1.4.8

Changes:

--- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes2018-02-10 
17:58:06.880246312 +0100
+++ /work/SRC/openSUSE:Factory/.libisoburn.new/libisoburn.changes   
2018-04-04 11:09:05.016070170 +0200
@@ -1,0 +2,10 @@
+Tue Apr  3 13:35:23 UTC 2018 - dims...@opensuse.org
+
+- Split out xorriso-tcltk from xorriso: The frontend is advertised
+  as proof-of-concept by upstream. Additionally, we can save a
+  dependency on Tcl/Tk on the main xorriso package.
+- Cleanup using spec-cleaner:
+  + use SPDX3 license string.
+  + Package licence files as license, not doc (boo#1082318).
+
+---



Other differences:
--
++ libisoburn.spec ++
--- /var/tmp/diff_new_pack.BLrm3p/_old  2018-04-04 11:09:06.34511 +0200
+++ /var/tmp/diff_new_pack.BLrm3p/_new  2018-04-04 11:09:06.34511 +0200
@@ -21,9 +21,9 @@
 Version:1.4.8
 Release:0
 Summary:Frontend for libburn and libisofs
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/CD/Record
-Url:http://libburnia-project.org/
+URL:http://libburnia-project.org/
 Source0:
http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -75,8 +75,6 @@
 %package -n xorriso
 Summary:ISO 9660 Rock Ridge Filesystem Manipulator
 Group:  Productivity/Multimedia/CD/Record
-Requires:   tcl
-Requires:   tk
 Requires(post): info
 Requires(preun): info
 # libburnia-tools was last used in version 1.4.0
@@ -94,6 +92,22 @@
 filesystem objects.
 Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
 
+%package -n xorriso-tcltk
+Summary:Graphical frontend for xorriso
+Group:  Productivity/Multimedia/CD/Record
+Requires:   tcl
+Requires:   tk
+Requires:   xorriso = %{version}
+
+%description -n xorriso-tcltk
+xorriso is a program which maps file objects from POSIX compliant filesystems
+into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
+manipulation of such filesystems. It can load the management information of
+existing ISO images and it writes the session results to optical media or to
+filesystem objects.
+
+This package provides a graphical frontend to xorriso.
+
 %prep
 %setup -q
 
@@ -130,7 +144,8 @@
 %install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}/xorrecord.info%{ext_info}"
 
 %files devel
-%doc AUTHORS COPYING COPYRIGHT ChangeLog README TODO
+%license COPYING
+%doc AUTHORS COPYRIGHT ChangeLog README TODO
 %doc doc/partition_offset.wiki
 %doc %{_docdir}/%{name}-devel/html/
 %{_includedir}/libisoburn/
@@ -141,20 +156,23 @@
 %{_libdir}/libisoburn.so.%{so_ver}*
 
 %files -n xorriso
-%doc COPYING COPYRIGHT
+%license COPYING
+%doc COPYRIGHT
 %doc doc/{qemu_xorriso.wiki,startup_file.txt}
-%doc frontend/README-tcltk
 %doc xorriso/README_gnu_xorriso
 %{_bindir}/osirrox
 %{_bindir}/xorrecord
-%{_bindir}/xorriso-tcltk
 %{_bindir}/xorriso
 %{_bindir}/xorrisofs
-%{_mandir}/man1/xorriso.1%{ext_man}
-%{_mandir}/man1/xorrisofs.1%{ext_man}
-%{_mandir}/man1/xorrecord.1%{ext_man}
-%{_infodir}/xorriso.info%{ext_info}
-%{_infodir}/xorrisofs.info%{ext_info}
-%{_infodir}/xorrecord.info%{ext_info}
+%{_mandir}/man1/xorriso.1%{?ext_man}
+%{_mandir}/man1/xorrisofs.1%{?ext_man}
+%{_mandir}/man1/xorrecord.1%{?ext_man}
+%{_infodir}/xorriso.info%{?ext_info}
+%{_infodir}/xorrisofs.info%{?ext_info}
+%{_infodir}/xorrecord.info%{?ext_info}
+
+%files -n xorriso-tcltk
+%doc frontend/README-tcltk
+%{_bindir}/xorriso-tcltk
 
 %changelog




commit libisoburn for openSUSE:Factory

2018-02-10 Thread root
Hello community,

here is the log from the commit of package libisoburn for openSUSE:Factory 
checked in at 2018-02-10 17:58:05

Comparing /work/SRC/openSUSE:Factory/libisoburn (Old)
 and  /work/SRC/openSUSE:Factory/.libisoburn.new (New)


Package is "libisoburn"

Sat Feb 10 17:58:05 2018 rev:5 rq:574399 version:1.4.8

Changes:

--- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes2017-03-02 
19:37:25.338899483 +0100
+++ /work/SRC/openSUSE:Factory/.libisoburn.new/libisoburn.changes   
2018-02-10 17:58:06.880246312 +0100
@@ -1,0 +2,24 @@
+Thu Feb  8 20:33:18 UTC 2018 - asterios.dra...@gmail.com
+
+- Update to 1.4.8:
+  * Bug fix: -as mkisofs -no-emul-boot without -boot-load-size
+defaulted to size 4, instead of full boot image size
+  * Bug fix: -read_fs "norock" did not prevent reading of root Rock
+Ridge info
+  * Bug fix: Mix of absolute and relative disk paths could cause
+SIGSEGV with pattern expansion
+  * Bug fix: --mbr-force-bootable did not get into effect with
+-append_partition
+  * Bug fix: Exit value of failed -mount command was reported as 0
+  * Bug fix: -boot_image actions "keep" and "patch" did not work
+any more. Regression by libisofs 1.4.4.
+  * New -find tests -maxdepth and -mindepth
+  * New commands -update_lxi and -update_li
+  * New API calls isoburn_igopt_set_iso_mbr_part_type(),
+isoburn_igopt_get_iso_mbr_part_type()
+  * New -boot_image bootspec iso_mbr_part_type=
+  * New -as mkisofs option -iso_mbr_part_type
+  * New -as mkisofs option -eltorito-platform
+  * Properly refusing on Pseudo Overwritable formatted BD-R
+
+---

Old:

  libisoburn-1.4.6.tar.gz

New:

  libisoburn-1.4.8.tar.gz



Other differences:
--
++ libisoburn.spec ++
--- /var/tmp/diff_new_pack.LLtesY/_old  2018-02-10 17:58:07.556221841 +0100
+++ /var/tmp/diff_new_pack.LLtesY/_new  2018-02-10 17:58:07.556221841 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libisoburn
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 %define so_ver 1
 Name:   libisoburn
-Version:1.4.6
+Version:1.4.8
 Release:0
 Summary:Frontend for libburn and libisofs
 License:GPL-2.0+
@@ -30,13 +30,12 @@
 BuildRequires:  libacl-devel
 BuildRequires:  libburn-devel
 BuildRequires:  libisofs-devel
+BuildRequires:  pkgconfig
+BuildRequires:  readline-devel
+BuildRequires:  zlib-devel
 %if 0%{?suse_version} > 1320 || (0%{?is_opensuse} && 0%{?sle_version} >= 
120300)
 BuildRequires:  libjte-devel
 %endif
-BuildRequires:  pkg-config
-BuildRequires:  readline-devel
-BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libisoburn is a frontend for libraries libburn and libisofs which enables
@@ -112,18 +111,14 @@
 # Remove libtool config files
 find %{buildroot} -type f -name "*.la" -delete -print
 
-# Install devel docs (do it manually to fix also rpmlint warning 
"files-duplicate" with %%fdupes)
+# Install devel docs
 mkdir -p %{buildroot}%{_docdir}/%{name}-devel
-install -pm 0644 AUTHORS COPYING COPYRIGHT ChangeLog README TODO 
%{buildroot}%{_docdir}/%{name}-devel/
-install -pm 0644 doc/partition_offset.wiki 
%{buildroot}%{_docdir}/%{name}-devel/
 cp -a doc/html/ %{buildroot}%{_docdir}/%{name}-devel/
 
 %fdupes -s %{buildroot}%{_docdir}/%{name}-devel/
 
 %post -n libisoburn%{so_ver} -p /sbin/ldconfig
-
 %postun -n libisoburn%{so_ver} -p /sbin/ldconfig
-
 %post -n xorriso
 %install_info --info-dir="%{_infodir}" "%{_infodir}/xorriso.info%{ext_info}"
 %install_info --info-dir="%{_infodir}" "%{_infodir}/xorrisofs.info%{ext_info}"
@@ -135,18 +130,17 @@
 %install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}/xorrecord.info%{ext_info}"
 
 %files devel
-%defattr(-,root,root,-)
-%doc %{_docdir}/%{name}-devel/
+%doc AUTHORS COPYING COPYRIGHT ChangeLog README TODO
+%doc doc/partition_offset.wiki
+%doc %{_docdir}/%{name}-devel/html/
 %{_includedir}/libisoburn/
 %{_libdir}/pkgconfig/libisoburn-1.pc
 %{_libdir}/libisoburn.so
 
 %files -n libisoburn%{so_ver}
-%defattr(-,root,root,-)
 %{_libdir}/libisoburn.so.%{so_ver}*
 
 %files -n xorriso
-%defattr(-,root,root,-)
 %doc COPYING COPYRIGHT
 %doc doc/{qemu_xorriso.wiki,startup_file.txt}
 %doc frontend/README-tcltk
@@ -156,11 +150,11 @@
 %{_bindir}/xorriso-tcltk
 %{_bindir}/xorriso
 %{_bindir}/xorrisofs
-%doc %{_mandir}/man1/xorriso.1%{ext_man}
-%doc %{_mandir}/man1/xorrisofs.1%{ext_man}
-%doc 

commit libisoburn for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package libisoburn for openSUSE:Factory 
checked in at 2017-03-02 19:37:24

Comparing /work/SRC/openSUSE:Factory/libisoburn (Old)
 and  /work/SRC/openSUSE:Factory/.libisoburn.new (New)


Package is "libisoburn"

Thu Mar  2 19:37:24 2017 rev:4 rq:460681 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes2017-02-03 
17:47:40.504015344 +0100
+++ /work/SRC/openSUSE:Factory/.libisoburn.new/libisoburn.changes   
2017-03-02 19:37:25.338899483 +0100
@@ -1,0 +2,12 @@
+Sat Feb 25 20:53:58 UTC 2017 - asterios.dra...@gmail.com
+
+- Use sle_version >= 120300 instead of leap_version >= 420300
+  (leap_version does not work).
+
+---
+Sat Feb 18 19:38:16 UTC 2017 - asterios.dra...@gmail.com
+
+- Added new build requirement libjte-devel for Tumbleweed and
+  Leap >= 42.3.
+
+---



Other differences:
--
++ libisoburn.spec ++
--- /var/tmp/diff_new_pack.O2Dz6f/_old  2017-03-02 19:37:25.934815156 +0100
+++ /var/tmp/diff_new_pack.O2Dz6f/_new  2017-03-02 19:37:25.934815156 +0100
@@ -30,6 +30,9 @@
 BuildRequires:  libacl-devel
 BuildRequires:  libburn-devel
 BuildRequires:  libisofs-devel
+%if 0%{?suse_version} > 1320 || (0%{?is_opensuse} && 0%{?sle_version} >= 
120300)
+BuildRequires:  libjte-devel
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel




commit libisoburn for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package libisoburn for openSUSE:Factory 
checked in at 2017-02-01 09:52:40

Comparing /work/SRC/openSUSE:Factory/libisoburn (Old)
 and  /work/SRC/openSUSE:Factory/.libisoburn.new (New)


Package is "libisoburn"

Changes:

--- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes2016-08-05 
18:16:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libisoburn.new/libisoburn.changes   
2017-02-03 17:47:40.504015344 +0100
@@ -1,0 +2,21 @@
+Sun Jan 29 21:09:53 UTC 2017 - asterios.dra...@gmail.com
+
+- Update to 1.4.6:
+  * Bug fix: The default setting of -compliance did not apply
+rec_mtime to Joliet and ISO:1999. mkisofs emulation was not
+affected by this bug.
+  * Bug fix: -file_size_limit did not increase ISO level if
+necessary. Thanks Mattias Schlenker.
+  * New API calls isoburn_igopt_set_gpt_guid(),
+isoburn_igopt_get_gpt_guid()
+  * New command -use_immed_bit, new -as cdrecord option
+use_immed_bit=
+  * New -volume_date mode "all_file_dates"
+  * New -as mkisofs option --set_all_file_dates
+  * New bootspec "gpt_disk_guid=", new -as mkisofs option
+--gpt_disk_guid
+  * New -report_system_area modes "gpt_disk_guid", "make_guid"
+  * New environment variable SOURCE_DATE_EPOCH
+  * New -find action "set_to_mtime"
+
+---

Old:

  libisoburn-1.4.4.tar.gz

New:

  libisoburn-1.4.6.tar.gz



Other differences:
--
++ libisoburn.spec ++
--- /var/tmp/diff_new_pack.n5gJjM/_old  2017-02-03 17:47:40.939953888 +0100
+++ /var/tmp/diff_new_pack.n5gJjM/_new  2017-02-03 17:47:40.943953325 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libisoburn
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %define so_ver 1
 Name:   libisoburn
-Version:1.4.4
+Version:1.4.6
 Release:0
 Summary:Frontend for libburn and libisofs
 License:GPL-2.0+

++ libisoburn-1.4.4.tar.gz -> libisoburn-1.4.6.tar.gz ++
 5423 lines of diff (skipped)




commit libisoburn for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package libisoburn for openSUSE:Factory 
checked in at 2016-08-05 18:16:10

Comparing /work/SRC/openSUSE:Factory/libisoburn (Old)
 and  /work/SRC/openSUSE:Factory/.libisoburn.new (New)


Package is "libisoburn"

Changes:

--- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes2016-07-27 
16:29:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libisoburn.new/libisoburn.changes   
2016-08-05 18:16:11.0 +0200
@@ -1,0 +2,35 @@
+Wed Jul 27 22:00:32 UTC 2016 - asterios.dra...@gmail.com
+
+- Update to 1.4.4:
+  * Bug fix: -as mkisofs did not unescape "\=" in the source part
+of pathspecs
+  * Bug fix: -boot_image "any" "system_area=/dev/zero" did not
+zeroize loaded data
+  * Bug fix: -pathspecs "on" did not properly handle "\\="
+  * Bug fix: HFS+ production could cause MBR partition of type 0xEE
+without GPT
+  * Bug fix: HFS+ directories could announce more children than
+they actually have
+  * Bug fix: The HFS+ filesystem was not marked by in GPT of GRUB2
+hybrid layout
+  * Bug fix: When reading an ISO filesystem, the presence of
+--protective-msdos-label was not recognized if a partition is
+appended
+  * Bug fix: xorrisofs option --protective-msdos-label did not work
+if no system area data were given by option -G or alike
+  * Bug fix: -modesty_on_drive properties timeout_sec, min_usec,
+max_usec read wrong numbers from the parameter text
+  * Letting -as mkisofs --norock revoke the special effect of -r
+  * Letting -blank on overwritable media invalidate UDF extended
+descriptors
+  * New -pathspecs mode "as_mkisofs"
+  * New -boot_image setting mbr_force_bootable=, -as mkisofs
+--mbr-force-bootable
+  * New -boot_image bootspecs appended_part_as=apm,
+part_like_isohybrid=on
+  * New -as mkisofs options -appended_part_as_apm,
+-part_like_isohybrid
+  * New command -scsi_dev_family, new -as cdrecord option
+drive_scsi_dev_family=
+
+---

Old:

  libisoburn-1.4.2.tar.gz

New:

  libisoburn-1.4.4.tar.gz



Other differences:
--
++ libisoburn.spec ++
--- /var/tmp/diff_new_pack.DPauPX/_old  2016-08-05 18:16:12.0 +0200
+++ /var/tmp/diff_new_pack.DPauPX/_new  2016-08-05 18:16:12.0 +0200
@@ -18,7 +18,7 @@
 
 %define so_ver 1
 Name:   libisoburn
-Version:1.4.2
+Version:1.4.4
 Release:0
 Summary:Frontend for libburn and libisofs
 License:GPL-2.0+

++ libisoburn-1.4.2.tar.gz -> libisoburn-1.4.4.tar.gz ++
 6873 lines of diff (skipped)