commit libfvde for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package libfvde for openSUSE:Factory checked 
in at 2020-05-01 11:11:40

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


Package is "libfvde"

Fri May  1 11:11:40 2020 rev:4 rq:799057 version:0~20190104

Changes:

--- /work/SRC/openSUSE:Factory/libfvde/libfvde.changes  2019-06-12 
13:08:29.417128321 +0200
+++ /work/SRC/openSUSE:Factory/.libfvde.new.2738/libfvde.changes
2020-05-01 11:12:15.503704591 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 01:29:36 UTC 2020 - Greg Freemyer 
+
+- remove python2 submodule 
+
+---



Other differences:
--
++ libfvde.spec ++
--- /var/tmp/diff_new_pack.Ni1d8V/_old  2020-05-01 11:12:16.019705714 +0200
+++ /var/tmp/diff_new_pack.Ni1d8V/_new  2020-05-01 11:12:16.023705723 +0200
@@ -89,17 +89,6 @@
 This package contains libraries and header files for developing
 applications that want to make use of libfvde.
 
-%package -n python2-%{name}
-Summary:Python 2 bindings for libfvde
-License:LGPL-3.0-or-later
-Group:  Development/Libraries/Python
-Requires:   %{lname} = %{version}
-BuildRequires:  pkgconfig(python2)
-Obsoletes:  python-%{name}
-
-%description -n python2-%{name}
-This packinge provides Python 2 bindings for libfvde
-
 %package -n python3-%{name}
 Summary:Python 3 bindings for libfvde
 License:LGPL-3.0-or-later
@@ -115,7 +104,7 @@
 %setup -q -n libfvde-%{timestamp}
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
+%configure --disable-static --enable-wide-character-type --enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -151,12 +140,6 @@
 %{_libdir}/pkgconfig/libfvde.pc
 %{_mandir}/man3/libfvde.3*
 
-%files -n python2-%{name}
-%defattr(-,root,root)
-%doc AUTHORS 
-%license COPYING
-%{python_sitearch}/pyfvde.so
-
 %files -n python3-%{name}
 %defattr(-,root,root)
 %doc AUTHORS 




commit libfvde for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libfvde for openSUSE:Factory checked 
in at 2019-06-12 13:08:25

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


Package is "libfvde"

Wed Jun 12 13:08:25 2019 rev:3 rq:695357 version:0~20190104

Changes:

--- /work/SRC/openSUSE:Factory/libfvde/libfvde.changes  2017-11-03 
16:23:18.259586511 +0100
+++ /work/SRC/openSUSE:Factory/.libfvde.new.4811/libfvde.changes
2019-06-12 13:08:29.417128321 +0200
@@ -1,0 +2,9 @@
+Mon Apr 15 20:32:03 UTC 2019 - Greg Freemyer 
+
+- update to 0~20190104
+* Worked on Python bindings
+* Worked on format support
+* Fixed infinite loop in getopt fallback functions
+* Worked on mount tool
+
+---

Old:

  libfvde-experimental-20160918.tar.gz

New:

  libfvde-experimental-20190104.tar.gz



Other differences:
--
++ libfvde.spec ++
--- /var/tmp/diff_new_pack.DWCsPU/_old  2019-06-12 13:08:29.977128086 +0200
+++ /var/tmp/diff_new_pack.DWCsPU/_new  2019-06-12 13:08:29.981128084 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfvde
 #
-# 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  libfvde1
-%define timestamp 20160918
+%define timestamp 20190104
 Name:   libfvde
 Version:0~%{timestamp}
 Release:0
 Summary:Library to access the File Vault Drive Encryption 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/libfvde/
 Source: 
https://github.com/libyal/libfvde/releases/download/%{timestamp}/libfvde-experimental-%{timestamp}.tar.gz
@@ -58,7 +58,7 @@
 
 %package -n %{lname}
 Summary:Library to access the File Vault Drive Encryption format
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %{lname}
@@ -66,7 +66,7 @@
 
 %package tools
 Summary:Several tools for reading the File Vault Drive Encryption 
format
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
 Requires:   %{lname} = %{version}
 
@@ -77,7 +77,7 @@
 
 %package devel
 Summary:Header files and libraries for developing applications for 
libfvde
-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}
 
@@ -91,7 +91,7 @@
 
 %package -n python2-%{name}
 Summary:Python 2 bindings for libfvde
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/Python
 Requires:   %{lname} = %{version}
 BuildRequires:  pkgconfig(python2)
@@ -102,7 +102,7 @@
 
 %package -n python3-%{name}
 Summary:Python 3 bindings for libfvde
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/Python
 Requires:   %{lname} = %{version}
 Requires:   python3
@@ -136,13 +136,15 @@
 
 %files tools
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS 
+%license COPYING
 %{_bindir}/fvde*
 %{_mandir}/man1/fvde*.1*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS 
+%license COPYING
 %{_includedir}/libfvde.h
 %{_includedir}/libfvde/
 %{_libdir}/libfvde.so
@@ -151,12 +153,14 @@
 
 %files -n python2-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS 
+%license COPYING
 %{python_sitearch}/pyfvde.so
 
 %files -n python3-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS 
+%license COPYING
 %{python3_sitearch}/pyfvde.so
 
 %changelog

++ libfvde-experimental-20160918.tar.gz -> 
libfvde-experimental-20190104.tar.gz ++
 216623 lines of diff (skipped)




commit libfvde for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package libfvde for openSUSE:Factory checked 
in at 2017-11-03 16:23:18

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


Package is "libfvde"

Fri Nov  3 16:23:18 2017 rev:2 rq:535311 version:0~20160918

Changes:

--- /work/SRC/openSUSE:Factory/libfvde/libfvde.changes  2016-09-30 
15:31:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfvde.new/libfvde.changes 2017-11-03 
16:23:18.259586511 +0100
@@ -1,0 +2,6 @@
+Wed Oct  4 22:50:04 UTC 2017 - greg.freem...@gmail.com
+
+- rename python-libfvde to python2-libfvde as expected by singlespec
+- remove Provides pyfvde as it is not versioned
+
+---



Other differences:
--
++ libfvde.spec ++
--- /var/tmp/diff_new_pack.mknvLH/_old  2017-11-03 16:23:18.915562637 +0100
+++ /var/tmp/diff_new_pack.mknvLH/_new  2017-11-03 16:23:18.915562637 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfvde
 #
-# 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
@@ -28,10 +28,11 @@
 Source: 
https://github.com/libyal/libfvde/releases/download/%{timestamp}/libfvde-experimental-%{timestamp}.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fuse)
-BuildRequires:  pkgconfig(zlib)
 BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(zlib)
 
 BuildRequires:  pkgconfig(libbfio) >= 20130721
+BuildRequires:  pkgconfig(libcaes)
 BuildRequires:  pkgconfig(libcdata) >= 20140105
 BuildRequires:  pkgconfig(libcfile) >= 20130609
 BuildRequires:  pkgconfig(libclocale) >= 20130609
@@ -42,11 +43,10 @@
 BuildRequires:  pkgconfig(libcthreads) >= 20150101
 BuildRequires:  pkgconfig(libfcache) >= 20120405
 BuildRequires:  pkgconfig(libfdata) >= 20120405
-BuildRequires:  pkgconfig(libfvalue) >= 20150101
-BuildRequires:  pkgconfig(libuna) >= 20150101
-BuildRequires:  pkgconfig(libcaes) 
 BuildRequires:  pkgconfig(libfguid) 
+BuildRequires:  pkgconfig(libfvalue) >= 20150101
 BuildRequires:  pkgconfig(libhmac) 
+BuildRequires:  pkgconfig(libuna) >= 20150101
 #BuildRequires:  pkgconfig(libtool) 
 #BuildRequires:  pkgconfig(libcerror) >= 20140105
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
@@ -89,16 +89,15 @@
 This package contains libraries and header files for developing
 applications that want to make use of libfvde.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:Python 2 bindings for libfvde
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
 Requires:   %{lname} = %{version}
-Requires:   python
 BuildRequires:  pkgconfig(python2)
-Provides:   pyfvde
+Obsoletes: python-%{name}
 
-%description -n python-%{name}
+%description -n python2-%{name}
 This packinge provides Python 2 bindings for libfvde
 
 %package -n python3-%{name}
@@ -108,7 +107,6 @@
 Requires:   %{lname} = %{version}
 Requires:   python3
 BuildRequires:  pkgconfig(python3)
-Provides:   pyfvde
 
 %description -n python3-%{name}
 This packinge provides Python 3 bindings for libfvde
@@ -151,7 +149,7 @@
 %{_libdir}/pkgconfig/libfvde.pc
 %{_mandir}/man3/libfvde.3*
 
-%files -n python-%{name}
+%files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING
 %{python_sitearch}/pyfvde.so




commit libfvde for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package libfvde for openSUSE:Factory checked 
in at 2016-09-30 15:31:33

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


Package is "libfvde"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.libfvde.new/libfvde.changes 2016-09-30 
15:31:34.0 +0200
@@ -0,0 +1,5 @@
+---
+Thu Sep  1 02:25:08 UTC 2016 - greg.freem...@gmail.com
+
+- initial package 0~20160918
+

New:

  libfvde-experimental-20160918.tar.gz
  libfvde.changes
  libfvde.spec



Other differences:
--
++ libfvde.spec ++
#
# spec file for package libfvde
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%define lname   libfvde1
%define timestamp 20160918
Name:   libfvde
Version:0~%{timestamp}
Release:0
Summary:Library to access the File Vault Drive Encryption format
License:LGPL-3.0+ and GFDL-1.3+
Group:  Productivity/File utilities
Url:https://github.com/libyal/libfvde/
Source: 
https://github.com/libyal/libfvde/releases/download/%{timestamp}/libfvde-experimental-%{timestamp}.tar.gz
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(fuse)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  pkgconfig(openssl)

BuildRequires:  pkgconfig(libbfio) >= 20130721
BuildRequires:  pkgconfig(libcdata) >= 20140105
BuildRequires:  pkgconfig(libcfile) >= 20130609
BuildRequires:  pkgconfig(libclocale) >= 20130609
BuildRequires:  pkgconfig(libcnotify) >= 20120425
BuildRequires:  pkgconfig(libcpath) >= 20130609
BuildRequires:  pkgconfig(libcsplit) >= 20130609
BuildRequires:  pkgconfig(libcsystem) >= 20120425
BuildRequires:  pkgconfig(libcthreads) >= 20150101
BuildRequires:  pkgconfig(libfcache) >= 20120405
BuildRequires:  pkgconfig(libfdata) >= 20120405
BuildRequires:  pkgconfig(libfvalue) >= 20150101
BuildRequires:  pkgconfig(libuna) >= 20150101
BuildRequires:  pkgconfig(libcaes) 
BuildRequires:  pkgconfig(libfguid) 
BuildRequires:  pkgconfig(libhmac) 
#BuildRequires:  pkgconfig(libtool) 
#BuildRequires:  pkgconfig(libcerror) >= 20140105
#BuildRequires:  pkgconfig(libcstring) >= 20120425

BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libfvde is a library to access the File Vault Drive Encryption format.

%package -n %{lname}
Summary:Library to access the File Vault Drive Encryption format
License:LGPL-3.0+
Group:  System/Libraries

%description -n %{lname}
The libfvde library is a library to access the File Vault Drive Encryption 
format

%package tools
Summary:Several tools for reading the File Vault Drive Encryption format
License:LGPL-3.0+
Group:  Productivity/File utilities
Requires:   %{lname} = %{version}

%description tools
Several tools for reading the File Vault Drive Encryption format

See libfvde for additional details.

%package devel
Summary:Header files and libraries for developing applications for 
libfvde
License:LGPL-3.0+ and GFDL-1.3+
Group:  Development/Libraries/C and C++
Requires:   %{lname} = %{version}

%description devel
Header files and libraries for developing applications for libfvde

See libfvde for additional details.

This package contains libraries and header files for developing
applications that want to make use of libfvde.

%package -n python-%{name}
Summary:Python 2 bindings for libfvde
License:LGPL-3.0+
Group:  Development/Libraries/Python
Requires:   %{lname} = %{version}
Requires:   python
BuildRequires:  pkgconfig(python2)
Provides:   pyfvde

%description -n python-%{name}
This packinge provides Python 2 bindings for libfvde

%package -n python3-%{name}
Summary:Python 3 bindings for libfvde
License:LGPL-3.0+
Group:  Development/Libraries/Python
Requires:   %{lname} = %{version}
Requires:   python3
BuildRequires:  pkgconfig(python3)
Provides:   pyfvde

%description -n