Hello community, here is the log from the commit of package libqcow for openSUSE:Factory checked in at 2019-06-19 21:02:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqcow (Old) and /work/SRC/openSUSE:Factory/.libqcow.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqcow" Wed Jun 19 21:02:46 2019 rev:8 rq:706932 version:0~20181227 Changes: -------- --- /work/SRC/openSUSE:Factory/libqcow/libqcow.changes 2018-01-13 21:47:04.335683817 +0100 +++ /work/SRC/openSUSE:Factory/.libqcow.new.4811/libqcow.changes 2019-06-19 21:03:00.018220054 +0200 @@ -1,0 +2,7 @@ +Sun Jun 2 19:15:36 UTC 2019 - Greg Freemyer <[email protected]> + +- update to v0~20181227 + * Worked on mount tool + * Added a new API call "is_locked" + +------------------------------------------------------------------- Old: ---- libqcow-alpha-20170222.tar.gz New: ---- libqcow-alpha-20181227.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqcow.spec ++++++ --- /var/tmp/diff_new_pack.nsVd4N/_old 2019-06-19 21:03:01.162221047 +0200 +++ /var/tmp/diff_new_pack.nsVd4N/_new 2019-06-19 21:03:01.162221047 +0200 @@ -1,7 +1,7 @@ # # spec file for package libqcow # -# Copyright (c) 2018 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 libqcow1 -%define timestamp 20170222 +%define timestamp 20181227 Name: libqcow Version: 0~%{timestamp} Release: 0 Summary: Library and tooling to access the QEMU Copy-On-Write (QCOW) image format -License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libqcow/wiki Source: https://github.com/libyal/libqcow/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz @@ -73,7 +73,7 @@ %package -n %{lname} Summary: Library to access the QEMU Copy-On-Write (QCOW) image format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Libraries %description -n %{lname} @@ -94,7 +94,7 @@ %package tools Summary: Tools to access the QEMU Copy-On-Write (QCOW) image format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities Requires: %{lname} = %{version} @@ -116,7 +116,7 @@ %package devel Summary: Development files for libqcow -License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} @@ -128,7 +128,7 @@ %package -n python2-%{name} Summary: Python 2 bindings for libqcow -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python Requires: python BuildRequires: pkgconfig(python2) @@ -141,7 +141,7 @@ %package -n python3-%{name} Summary: Python 3 bindings for libqcow -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python Requires: python3 BuildRequires: pkgconfig(python3) @@ -168,19 +168,22 @@ %files -n %{lname} %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %{_libdir}/libqcow.so.* %files tools %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %{_bindir}/qcow* %{_mandir}/man1/qcow*.1* %files devel %defattr(-,root,root) -%doc AUTHORS COPYING README ChangeLog +%doc AUTHORS README ChangeLog %doc QEMU_Copy-On-Write_file_format.pdf +%license COPYING %{_includedir}/libqcow.h %{_includedir}/libqcow/ %{_libdir}/libqcow.so @@ -189,12 +192,14 @@ %files -n python2-%{name} %defattr(-,root,root) -%doc AUTHORS COPYING README ChangeLog +%doc AUTHORS README ChangeLog +%license COPYING %{python_sitearch}/pyqcow.so %files -n python3-%{name} %defattr(-,root,root) -%doc AUTHORS COPYING README ChangeLog +%doc AUTHORS README ChangeLog +%license COPYING %{python3_sitearch}/pyqcow.so %changelog ++++++ libqcow-alpha-20170222.tar.gz -> libqcow-alpha-20181227.tar.gz ++++++ ++++ 98450 lines of diff (skipped)
