Hello community,

here is the log from the commit of package libbde for openSUSE:Factory checked 
in at 2019-04-20 17:13:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbde (Old)
 and      /work/SRC/openSUSE:Factory/.libbde.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbde"

Sat Apr 20 17:13:12 2019 rev:8 rq:695967 version:0~20190317

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbde/libbde.changes    2017-11-03 
16:23:11.655826862 +0100
+++ /work/SRC/openSUSE:Factory/.libbde.new.5536/libbde.changes  2019-04-20 
17:13:21.686941309 +0200
@@ -1,0 +2,9 @@
+Mon Apr  1 23:28:03 UTC 2019 - Greg Freemyer <[email protected]>
+
+- update to v0~20190317
+       * worked on AES-XTS support
+       * Added support for volumes without metadata value type 0x000f
+       * Worked on mount tool
+       * Worked on BitLocker Used Disk Space Only encryption format support
+
+-------------------------------------------------------------------

Old:
----
  libbde-alpha-20170204.tar.gz

New:
----
  libbde-alpha-20190317.tar.gz

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

Other differences:
------------------
++++++ libbde.spec ++++++
--- /var/tmp/diff_new_pack.czd87E/_old  2019-04-20 17:13:22.298942233 +0200
+++ /var/tmp/diff_new_pack.czd87E/_new  2019-04-20 17:13:22.302942239 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbde
 #
-# 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  libbde1
-%define timestamp 20170204
+%define timestamp 20190317
 Name:           libbde
 Version:        0~%{timestamp}
 Release:        0
 Summary:        Library and tools to access Microsoft Bitlocker Disk Encrypted 
partitions
-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/libbde/wiki
 Source:         
https://github.com/libyal/libbde/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
@@ -49,7 +49,7 @@
 BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(python3)
 # fails to build with factory package, use internal  - verified 2/16/2017
-#BuildRequires:  pkgconfig(libcpath) >= 20130609
+BuildRequires:  pkgconfig(libcpath) >= 20130609
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,7 +79,7 @@
 
 %package -n %{lname}
 Summary:        Library to access Microsoft Bitlocker Drive Encrypted volumes
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          System/Libraries
 
 %description -n %{lname}
@@ -87,7 +87,7 @@
 
 %package tools
 Summary:        Tools to access Microsoft Bitlocker Drive Encrypted volumes
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Productivity/File utilities
 Requires:       %{lname} = %{version}
 
@@ -96,7 +96,7 @@
 
 %package devel
 Summary:        Development files for libbde, used to access Bitlocker Drive 
Encrypted Volumes
-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}
 
@@ -108,7 +108,7 @@
 
 %package -n python2-%{name}
 Summary:        Python 2 bindings for libbde, a Bitlocker Drive Encryption 
library
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
 Requires:       %{lname} = %{version}
 Requires:       python2
@@ -119,7 +119,7 @@
 
 %package -n python3-%{name}
 Summary:        Python 3 bindings for libbde, a Bitlocker Drive Encryption 
library
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
 Requires:       %{lname} = %{version}
 Requires:       python3
@@ -148,18 +148,21 @@
 
 %files -n %{lname}
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING 
 %{_libdir}/libbde.so.*
 
 %files tools
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING 
 %{_bindir}/bde*
 %{_mandir}/man1/bde*.1*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog
+%license COPYING 
+%doc AUTHORS README ChangeLog
 %doc BitLocker_Drive_Encryption_*.pdf
 %{_includedir}/libbde.h
 %{_includedir}/libbde/
@@ -169,12 +172,14 @@
 
 %files -n python2-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS README ChangeLog
+%license COPYING 
 %{python_sitearch}/pybde.so
 
 %files -n python3-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS README ChangeLog
+%license COPYING 
 %{python3_sitearch}/pybde.so
 
 %changelog

++++++ libbde-alpha-20170204.tar.gz -> libbde-alpha-20190317.tar.gz ++++++
++++ 155155 lines of diff (skipped)


Reply via email to