Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsigscan for openSUSE:Factory checked in at 2021-06-11 00:18:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsigscan (Old) and /work/SRC/openSUSE:Factory/.libsigscan.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsigscan" Fri Jun 11 00:18:23 2021 rev:9 rq:898770 version:20210419 Changes: -------- --- /work/SRC/openSUSE:Factory/libsigscan/libsigscan.changes 2020-12-25 18:51:09.881271379 +0100 +++ /work/SRC/openSUSE:Factory/.libsigscan.new.32437/libsigscan.changes 2021-06-11 00:18:46.921328206 +0200 @@ -1,0 +2,7 @@ +Sun May 16 09:52:03 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to snapshot 20210419 (a5c92123) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libsigscan-experimental-20201117.tar.gz New: ---- _service libsigscan-20210419.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsigscan.spec ++++++ --- /var/tmp/diff_new_pack.8EABQw/_old 2021-06-11 00:18:47.393329026 +0200 +++ /var/tmp/diff_new_pack.8EABQw/_new 2021-06-11 00:18:47.397329033 +0200 @@ -1,7 +1,7 @@ # # spec file for package libsigscan # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,29 +17,30 @@ %define lname libsigscan1 -%define timestamp 20201117 -%define experimental_tag experimental- Name: libsigscan -Version: 0~%{timestamp} +Version: 20210419 Release: 0 Summary: Library for binary signature scanning License: LGPL-3.0-or-later Group: Productivity/File utilities -URL: https://github.com/libyal/libsigscan/wiki -Source: https://github.com/libyal/libsigscan/releases/download/%{timestamp}/%{name}-%{?experimental_tag}%{timestamp}.tar.gz -BuildRequires: pkgconfig -BuildRequires: pkgconfig(libbfio) >= 20120701 -BuildRequires: pkgconfig(libcdata) >= 20120701 -BuildRequires: pkgconfig(libcerror) >= 20120425 -BuildRequires: pkgconfig(libcfile) >= 20120526 -BuildRequires: pkgconfig(libclocale) >= 20120425 -BuildRequires: pkgconfig(libcnotify) >= 20120425 -BuildRequires: pkgconfig(libcpath) >= 20120701 -BuildRequires: pkgconfig(libcsplit) >= 20120701 -BuildRequires: pkgconfig(libcstring) >= 20120425 -BuildRequires: pkgconfig(libcsystem) >= 20120425 -BuildRequires: pkgconfig(libcthreads) >= 20120426 -BuildRequires: pkgconfig(libuna) >= 20120425 +URL: https://github.com/libyal/libsigscan +Source: %{name}-%{version}.tar.xz +Patch1: system-libs.patch +BuildRequires: c_compiler +BuildRequires: gettext-tools >= 0.18.1 +BuildRequires: libtool +BuildRequires: pkg-config +BuildRequires: pkgconfig(libbfio) >= 20201229 +BuildRequires: pkgconfig(libcdata) >= 20200509 +BuildRequires: pkgconfig(libcerror) >= 20201121 +BuildRequires: pkgconfig(libcfile) >= 20201229 +BuildRequires: pkgconfig(libclocale) >= 20200913 +BuildRequires: pkgconfig(libcnotify) >= 20200913 +BuildRequires: pkgconfig(libcpath) >= 20200623 +BuildRequires: pkgconfig(libcsplit) >= 20200703 +BuildRequires: pkgconfig(libcthreads) >= 20200508 +BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(python3) %description libsigscan is a library for binary signature scanning @@ -75,10 +76,6 @@ %package -n python3-%{name} Summary: Python 3 bindings for libsigscan Group: Development/Languages/Python -BuildRequires: pkgconfig -BuildRequires: pkgconfig(python3) -Requires: %{lname} = %{version} -Requires: python3 Provides: pysigscan = %{version} %description -n python3-%{name} @@ -87,11 +84,12 @@ libsigscan is a library for scanning for binary signatures. %prep -%setup -q -n libsigscan-%{timestamp} +%autosetup -p1 %build +if [ ! -e configure ]; then ./autogen.sh; fi %configure --disable-static --enable-wide-character-type --enable-python3 -make %{?_smp_mflags} +%make_build %install %make_install @@ -101,20 +99,17 @@ %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} -%doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %{_libdir}/libsigscan.so.* %files tools -%doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %{_bindir}/sigscan %{_mandir}/man1/sigscan.1%{?ext_man} %config %{_sysconfdir}/sigscan.conf %files devel -%doc AUTHORS README ChangeLog -%license COPYING +%license COPYING* %{_includedir}/libsigscan.h %{_includedir}/libsigscan/ %{_libdir}/libsigscan.so ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libsigscan</param> <param name="revision">a5c92123c039eadb9c0e9428164cb600416c29a6</param> <!-- see configure.ac --> <param name="versionformat">20210419</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ system-libs.patch ++++++ From: Jan Engelhardt <jeng...@inai.de> Date: 2021-05-12 17:36:02.536572543 +0200 Some dirs are not present in snapshots directly generated from git (nor are they marked as a submodule). Patch it out, since we have them as system libs. --- Makefile.am | 20 -------------------- configure.ac | 10 ---------- 2 files changed, 30 deletions(-) Index: libsigscan/Makefile.am =================================================================== --- libsigscan.orig/Makefile.am +++ libsigscan/Makefile.am @@ -3,16 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ - libcthreads \ - libcdata \ - libclocale \ - libcnotify \ - libcsplit \ - libuna \ - libcfile \ - libcpath \ - libbfio \ libsigscan \ sigscantools \ pysigscan \ @@ -78,16 +68,6 @@ lib: library library: (cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcthreads && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcdata && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libclocale && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcnotify && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcsplit && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcfile && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcpath && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libbfio && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/libsigscan && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) Index: libsigscan/configure.ac =================================================================== --- libsigscan.orig/configure.ac +++ libsigscan/configure.ac @@ -151,16 +151,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([libsigscan/Makefile]) AC_CONFIG_FILES([pysigscan/Makefile]) AC_CONFIG_FILES([pysigscan-python2/Makefile])