Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfcrypto for openSUSE:Factory checked in at 2022-12-29 13:09:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfcrypto (Old) and /work/SRC/openSUSE:Factory/.libfcrypto.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfcrypto" Thu Dec 29 13:09:40 2022 rev:3 rq:1045684 version:20221228 Changes: -------- --- /work/SRC/openSUSE:Factory/libfcrypto/libfcrypto.changes 2022-08-09 15:29:00.505737657 +0200 +++ /work/SRC/openSUSE:Factory/.libfcrypto.new.1563/libfcrypto.changes 2022-12-29 13:09:46.497169322 +0100 @@ -1,0 +2,6 @@ +Wed Dec 28 22:38:47 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 20221228 + * Python bindings were updated + +------------------------------------------------------------------- Old: ---- _service libfcrypto-20210415.tar.xz New: ---- libfcrypto-alpha-20221228.tar.gz libfcrypto-alpha-20221228.tar.gz.asc libfcrypto.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfcrypto.spec ++++++ --- /var/tmp/diff_new_pack.tCU8Oq/_old 2022-12-29 13:09:47.001172299 +0100 +++ /var/tmp/diff_new_pack.tCU8Oq/_new 2022-12-29 13:09:47.005172322 +0100 @@ -18,19 +18,21 @@ Name: libfcrypto %define lname libfcrypto1 -Version: 20210415 +Version: 20221228 Release: 0 Summary: Library for encryption formats License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ URL: https://github.com/libyal/libfcrypto -Source: %name-%version.tar.xz +Source: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%version.tar.gz +Source2: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%version.tar.gz.asc +Source9: %name.keyring Patch1: system-libs.patch BuildRequires: c_compiler -BuildRequires: gettext-tools >= 0.18.1 +BuildRequires: gettext-tools >= 0.21 BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(libcerror) >= 20201121 +BuildRequires: pkgconfig(libcerror) >= 20220101 %description libfcrypto is a library for encryption formats. ++++++ system-libs.patch ++++++ --- /var/tmp/diff_new_pack.tCU8Oq/_old 2022-12-29 13:09:47.041172534 +0100 +++ /var/tmp/diff_new_pack.tCU8Oq/_new 2022-12-29 13:09:47.045172559 +0100 @@ -9,19 +9,19 @@ configure.ac | 1 - 2 files changed, 3 deletions(-) -Index: libfcrypto/Makefile.am +Index: libfcrypto-20221228/Makefile.am =================================================================== ---- libfcrypto.orig/Makefile.am -+++ libfcrypto/Makefile.am +--- libfcrypto-20221228.orig/Makefile.am ++++ libfcrypto-20221228/Makefile.am @@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ libfcrypto \ - po \ - manuals \ -@@ -53,7 +52,6 @@ lib: library + pyfcrypto \ + pyfcrypto-python2 \ +@@ -61,7 +60,6 @@ lib: library library: (cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS)) @@ -29,16 +29,16 @@ (cd $(srcdir)/libfcrypto && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) -Index: libfcrypto/configure.ac +Index: libfcrypto-20221228/configure.ac =================================================================== ---- libfcrypto.orig/configure.ac -+++ libfcrypto/configure.ac -@@ -91,7 +91,6 @@ dnl Generate Makefiles +--- libfcrypto-20221228.orig/configure.ac ++++ libfcrypto-20221228/configure.ac +@@ -108,7 +108,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([libfcrypto/Makefile]) - AC_CONFIG_FILES([po/Makefile.in]) - AC_CONFIG_FILES([po/Makevars]) + AC_CONFIG_FILES([pyfcrypto/Makefile]) + AC_CONFIG_FILES([pyfcrypto-python2/Makefile])
