Hello community, here is the log from the commit of package libvmdk for openSUSE:Factory checked in at 2019-06-12 13:08:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvmdk (Old) and /work/SRC/openSUSE:Factory/.libvmdk.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvmdk" Wed Jun 12 13:08:20 2019 rev:7 rq:695356 version:0~20181227 Changes: -------- --- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes 2017-11-03 16:23:28.231223584 +0100 +++ /work/SRC/openSUSE:Factory/.libvmdk.new.4811/libvmdk.changes 2019-06-12 13:08:25.509129963 +0200 @@ -1,0 +2,8 @@ +Tue Apr 16 21:53:38 UTC 2019 - Greg Freemyer <[email protected]> + +- Update to 20181227 + * Extended pyvmdk with disk and extent types + * Fixed issue in fallback inflate implementation + * Worked on mount tool + +------------------------------------------------------------------- Old: ---- libvmdk-alpha-20170226.tar.gz New: ---- libvmdk-alpha-20181227.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvmdk.spec ++++++ --- /var/tmp/diff_new_pack.baEJpv/_old 2019-06-12 13:08:25.977129767 +0200 +++ /var/tmp/diff_new_pack.baEJpv/_new 2019-06-12 13:08:25.985129764 +0200 @@ -1,7 +1,7 @@ # # spec file for package libvmdk # -# 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,17 +12,17 @@ # 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 lname libvmdk1 -%define timestamp 20170226 +%define timestamp 20181227 Name: libvmdk Version: 0~%{timestamp} Release: 0 Summary: Library to access the VMware Virtual Disk (VMDK) format -License: LGPL-3.0+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libvmdk/ Source: https://github.com/libyal/libvmdk/releases/download/%{timestamp}/libvmdk-alpha-%{timestamp}.tar.gz @@ -70,7 +70,7 @@ %package -n %{lname} Summary: Library to access the VMDK image format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Libraries %description -n %{lname} @@ -93,7 +93,7 @@ %package tools Summary: Tools to access the VMDK image format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities Requires: %{lname} = %{version} @@ -104,7 +104,7 @@ %package devel Summary: Header files and libraries for developing applications for libvmdk -License: LGPL-3.0+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} @@ -118,7 +118,7 @@ %package -n python2-%{name} Summary: Python 2 bindings for libvmdk, a VMDK image format parser -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python @@ -131,7 +131,7 @@ %package -n python3-%{name} Summary: Python 3 bindings for libvmdk, a VMDK image format parser -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 @@ -162,18 +162,21 @@ %files -n %{lname} %defattr(-,root,root) -%doc AUTHORS COPYING NEWS README ChangeLog +%doc AUTHORS NEWS README ChangeLog +%license COPYING %{_libdir}/libvmdk.so.* %files tools %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{_bindir}/vmdk* %{_mandir}/man1/vmdk*.1* %files devel %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %doc VMWare_Virtual_Disk_Format* %{_includedir}/libvmdk.h %{_includedir}/libvmdk/ @@ -183,12 +186,14 @@ %files -n python2-%{name} %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{python_sitearch}/pyvmdk.so %files -n python3-%{name} %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{python3_sitearch}/pyvmdk.so %changelog ++++++ libvmdk-alpha-20170226.tar.gz -> libvmdk-alpha-20181227.tar.gz ++++++ ++++ 110360 lines of diff (skipped)
