Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbde for openSUSE:Factory checked in at 2022-08-09 15:28:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbde (Old) and /work/SRC/openSUSE:Factory/.libbde.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbde" Tue Aug 9 15:28:12 2022 rev:15 rq:993964 version:20220807 Changes: -------- --- /work/SRC/openSUSE:Factory/libbde/libbde.changes 2022-01-22 09:13:42.343628997 +0100 +++ /work/SRC/openSUSE:Factory/.libbde.new.1521/libbde.changes 2022-08-09 15:28:45.281694158 +0200 @@ -1,0 +2,6 @@ +Mon Aug 8 15:36:25 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 20220827 + * No changelog was provided + +------------------------------------------------------------------- Old: ---- libbde-alpha-20220121.tar.gz libbde-alpha-20220121.tar.gz.asc New: ---- libbde-alpha-20220807.tar.gz libbde-alpha-20220807.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbde.spec ++++++ --- /var/tmp/diff_new_pack.kwceBi/_old 2022-08-09 15:28:45.857695803 +0200 +++ /var/tmp/diff_new_pack.kwceBi/_new 2022-08-09 15:28:45.877695860 +0200 @@ -18,7 +18,7 @@ %define lname libbde1 Name: libbde -Version: 20220121 +Version: 20220807 Release: 0 Summary: Library and tools to access Microsoft Bitlocker Disk Encrypted partitions License: GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later @@ -31,28 +31,27 @@ Patch1: system-libs.patch BuildRequires: %python_module devel BuildRequires: c_compiler -BuildRequires: gettext-tools >= 0.18.1 +BuildRequires: gettext-tools >= 0.21 BuildRequires: libtool BuildRequires: pkg-config BuildRequires: python-rpm-macros BuildRequires: pkgconfig(fuse) >= 2.6 BuildRequires: pkgconfig(libbfio) >= 20220120 -BuildRequires: pkgconfig(libcaes) >= 20210522 +BuildRequires: pkgconfig(libcaes) >= 20220529 BuildRequires: pkgconfig(libcdata) >= 20220115 BuildRequires: pkgconfig(libcerror) >= 20220101 -BuildRequires: pkgconfig(libcfile) >= 20201229 +BuildRequires: pkgconfig(libcfile) >= 20210409 BuildRequires: pkgconfig(libclocale) >= 20220107 BuildRequires: pkgconfig(libcnotify) >= 20220108 BuildRequires: pkgconfig(libcpath) >= 20220108 BuildRequires: pkgconfig(libcsplit) >= 20220109 BuildRequires: pkgconfig(libcthreads) >= 20220102 BuildRequires: pkgconfig(libfcache) >= 20220110 -BuildRequires: pkgconfig(libfdata) >= 20211023 BuildRequires: pkgconfig(libfdatetime) >= 20220112 BuildRequires: pkgconfig(libfguid) >= 20220113 BuildRequires: pkgconfig(libfvalue) >= 20220120 -BuildRequires: pkgconfig(libhmac) >= 20200104 -BuildRequires: pkgconfig(libuna) >= 20220102 +BuildRequires: pkgconfig(libhmac) >= 20220425 +BuildRequires: pkgconfig(libuna) >= 20220611 %python_subpackages %description @@ -117,7 +116,11 @@ # OOT builds are presently broken, so we have to install # within each python iteration now, not in %%install. %{python_expand # -%configure --disable-static --enable-wide-character-type --enable-python PYTHON_VERSION="%{$python_bin_suffix}" +# see libcdata for version-sc +echo "V_%version { global: *; };" >v.sym +%configure --disable-static --enable-wide-character-type --enable-python \ + PYTHON_VERSION="%{$python_bin_suffix}" \ + LDFLAGS="-Wl,--version-script=$PWD/v.sym" %make_build %make_install DESTDIR="%_builddir/rt" %make_build clean ++++++ libbde-alpha-20220121.tar.gz -> libbde-alpha-20220807.tar.gz ++++++ ++++ 123896 lines of diff (skipped) ++++++ system-libs.patch ++++++ --- /var/tmp/diff_new_pack.kwceBi/_old 2022-08-09 15:28:46.441697472 +0200 +++ /var/tmp/diff_new_pack.kwceBi/_new 2022-08-09 15:28:46.445697483 +0200 @@ -5,15 +5,14 @@ (nor are they marked as a submodule). Patch it out, since we have them as system libs. --- - Makefile.am | 34 ---------------------------------- - configure.ac | 17 ----------------- - 2 files changed, 51 deletions(-) + Makefile.am | 32 -------------------------------- + 1 file changed, 32 deletions(-) -Index: libbde/Makefile.am +Index: libbde-20220807/Makefile.am =================================================================== ---- libbde.orig/Makefile.am -+++ libbde/Makefile.am -@@ -3,23 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 +--- libbde-20220807.orig/Makefile.am ++++ libbde-20220807/Makefile.am +@@ -3,22 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ @@ -28,7 +27,6 @@ - libcpath \ - libbfio \ - libfcache \ -- libfdata \ - libfdatetime \ - libfguid \ - libfvalue \ @@ -37,7 +35,7 @@ libbde \ bdetools \ pybde \ -@@ -81,23 +64,6 @@ lib: library +@@ -79,22 +63,6 @@ lib: library library: (cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS)) @@ -52,7 +50,6 @@ - (cd $(srcdir)/libcpath && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libbfio && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfcache && $(MAKE) $(AM_MAKEFLAGS)) -- (cd $(srcdir)/libfdata && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfvalue && $(MAKE) $(AM_MAKEFLAGS)) @@ -61,32 +58,4 @@ (cd $(srcdir)/libbde && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) -Index: libbde/configure.ac -=================================================================== ---- libbde.orig/configure.ac -+++ libbde/configure.ac -@@ -182,23 +182,6 @@ dnl Generate Makefiles - AC_CONFIG_FILES([Makefile]) - AC_CONFIG_FILES([include/Makefile]) - AC_CONFIG_FILES([common/Makefile]) --AC_CONFIG_FILES([libcerror/Makefile]) --AC_CONFIG_FILES([libcthreads/Makefile]) --AC_CONFIG_FILES([libcdata/Makefile]) --AC_CONFIG_FILES([libclocale/Makefile]) --AC_CONFIG_FILES([libcnotify/Makefile]) --AC_CONFIG_FILES([libcsplit/Makefile]) --AC_CONFIG_FILES([libuna/Makefile]) --AC_CONFIG_FILES([libcfile/Makefile]) --AC_CONFIG_FILES([libcpath/Makefile]) --AC_CONFIG_FILES([libbfio/Makefile]) --AC_CONFIG_FILES([libfcache/Makefile]) --AC_CONFIG_FILES([libfdata/Makefile]) --AC_CONFIG_FILES([libfdatetime/Makefile]) --AC_CONFIG_FILES([libfguid/Makefile]) --AC_CONFIG_FILES([libfvalue/Makefile]) --AC_CONFIG_FILES([libhmac/Makefile]) --AC_CONFIG_FILES([libcaes/Makefile]) - AC_CONFIG_FILES([libbde/Makefile]) - AC_CONFIG_FILES([pybde/Makefile]) - AC_CONFIG_FILES([pybde-python2/Makefile])
