Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfwevt for openSUSE:Factory checked in at 2021-11-27 00:51:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfwevt (Old) and /work/SRC/openSUSE:Factory/.libfwevt.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfwevt" Sat Nov 27 00:51:16 2021 rev:7 rq:933960 version:20211121 Changes: -------- --- /work/SRC/openSUSE:Factory/libfwevt/libfwevt.changes 2021-06-27 19:00:23.804379696 +0200 +++ /work/SRC/openSUSE:Factory/.libfwevt.new.1895/libfwevt.changes 2021-11-27 00:51:59.482663887 +0100 @@ -1,0 +2,12 @@ +Sun Nov 21 12:18:19 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20211121 + * Updates to Python bindings + +------------------------------------------------------------------- +Sun Nov 14 12:29:29 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20210714 + * No changelog was provided + +------------------------------------------------------------------- Old: ---- libfwevt-experimental-20210528.tar.gz New: ---- libfwevt-experimental-20211121.tar.gz libfwevt-experimental-20211121.tar.gz.asc libfwevt.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfwevt.spec ++++++ --- /var/tmp/diff_new_pack.Hk3uPo/_old 2021-11-27 00:52:00.126661664 +0100 +++ /var/tmp/diff_new_pack.Hk3uPo/_new 2021-11-27 00:52:00.130661650 +0100 @@ -18,26 +18,28 @@ %define lname libfwevt1 Name: libfwevt -Version: 20210528 +Version: 20211121 Release: 0 Summary: Library for Windows NT data types License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Productivity/File utilities URL: https://github.com/libyal/libfwevt Source: https://github.com/libyal/libfwevt/releases/download/%version/libfwevt-experimental-%version.tar.gz +Source2: https://github.com/libyal/libfwevt/releases/download/%version/libfwevt-experimental-%version.tar.gz.asc +Source3: %name.keyring Patch1: system-libs.patch BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.18.1 BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(libcdata) >= 20200509 +BuildRequires: pkgconfig(libcdata) >= 20210625 BuildRequires: pkgconfig(libcerror) >= 20201121 BuildRequires: pkgconfig(libcnotify) >= 20200913 -BuildRequires: pkgconfig(libcthreads) >= 20200508 +BuildRequires: pkgconfig(libcthreads) >= 20211115 BuildRequires: pkgconfig(libfdatetime) >= 20180910 BuildRequires: pkgconfig(libfguid) >= 20180724 BuildRequires: pkgconfig(libfvalue) >= 20210510 -BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(libuna) >= 20210801 %description Library to provide Windows NT data type support for the libyal family of libraries. @@ -68,7 +70,7 @@ %autosetup -p1 %build -if [ ! -e configure ]; then ./autogen.sh; fi +autoreconf -fi %configure --disable-static %make_build ++++++ libfwevt-experimental-20210528.tar.gz -> libfwevt-experimental-20211121.tar.gz ++++++ ++++ 18649 lines of diff (skipped) ++++++ system-libs.patch ++++++ --- /var/tmp/diff_new_pack.Hk3uPo/_old 2021-11-27 00:52:00.482660435 +0100 +++ /var/tmp/diff_new_pack.Hk3uPo/_new 2021-11-27 00:52:00.486660421 +0100 @@ -9,10 +9,10 @@ configure.ac | 8 -------- 2 files changed, 24 deletions(-) -Index: libfwevt/Makefile.am +Index: libfwevt-20211121/Makefile.am =================================================================== ---- libfwevt.orig/Makefile.am -+++ libfwevt/Makefile.am +--- libfwevt-20211121.orig/Makefile.am ++++ libfwevt-20211121/Makefile.am @@ -3,14 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ @@ -26,9 +26,9 @@ - libfguid \ - libfvalue \ libfwevt \ - po \ - manuals \ -@@ -61,14 +53,6 @@ lib: library + pyfwevt \ + pyfwevt-python2 \ +@@ -70,14 +62,6 @@ lib: library library: (cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS)) @@ -43,11 +43,11 @@ (cd $(srcdir)/libfwevt && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) -Index: libfwevt/configure.ac +Index: libfwevt-20211121/configure.ac =================================================================== ---- libfwevt.orig/configure.ac -+++ libfwevt/configure.ac -@@ -120,14 +120,6 @@ dnl Generate Makefiles +--- libfwevt-20211121.orig/configure.ac ++++ libfwevt-20211121/configure.ac +@@ -136,14 +136,6 @@ dnl Generate Makefiles AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([include/Makefile]) AC_CONFIG_FILES([common/Makefile]) @@ -60,5 +60,5 @@ -AC_CONFIG_FILES([libfguid/Makefile]) -AC_CONFIG_FILES([libfvalue/Makefile]) AC_CONFIG_FILES([libfwevt/Makefile]) - AC_CONFIG_FILES([po/Makefile.in]) - AC_CONFIG_FILES([po/Makevars]) + AC_CONFIG_FILES([pyfwevt/Makefile]) + AC_CONFIG_FILES([pyfwevt-python2/Makefile])