Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libregf for openSUSE:Factory checked in at 2021-06-11 00:18:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libregf (Old) and /work/SRC/openSUSE:Factory/.libregf.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libregf" Fri Jun 11 00:18:22 2021 rev:21 rq:898768 version:20210504 Changes: -------- --- /work/SRC/openSUSE:Factory/libregf/libregf.changes 2020-12-31 10:03:01.427118239 +0100 +++ /work/SRC/openSUSE:Factory/.libregf.new.32437/libregf.changes 2021-06-11 00:18:45.165325155 +0200 @@ -1,0 +2,7 @@ +Thu May 13 11:34:17 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to snapshot 20210504 (ee938acd) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libregf-alpha-20201007.tar.gz New: ---- _service libregf-20210504.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libregf.spec ++++++ --- /var/tmp/diff_new_pack.csLgKJ/_old 2021-06-11 00:18:45.777326218 +0200 +++ /var/tmp/diff_new_pack.csLgKJ/_new 2021-06-11 00:18:45.777326218 +0200 @@ -1,7 +1,7 @@ # # spec file for package libregf # -# 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,43 +17,43 @@ %bcond_without python2 -Name: libregf %define lname libregf1 -%define timestamp 20201007 -Version: 0~%timestamp +Name: libregf +Version: 20210504 Release: 0 Summary: Library to access Windows REGF-type Registry files -License: LGPL-3.0-or-later AND GFDL-1.3-or-later +License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Productivity/File utilities -URL: https://github.com/libyal/libregf/wiki -Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz +URL: https://github.com/libyal/libregf +Source: %name-%version.tar.xz Source2: Windows_NT_Registry_File_REGF_format.pdf -#BuildRequires: pkg-config +Patch1: system-libs.patch %if %{with python2} BuildRequires: python-devel %endif +BuildRequires: c_compiler +BuildRequires: gettext-tools >= 0.18.1 +BuildRequires: libtool +BuildRequires: pkg-config BuildRequires: pkgconfig(fuse) >= 2.6 -BuildRequires: pkgconfig(libbfio) >= 20131003 -BuildRequires: pkgconfig(libcdata) >= 20130904 -BuildRequires: pkgconfig(libcerror) >= 20140105 -BuildRequires: pkgconfig(libcfile) >= 20130809 -BuildRequires: pkgconfig(libclocale) >= 20130609 -BuildRequires: pkgconfig(libcnotify) >= 20130609 -BuildRequires: pkgconfig(libcsplit) >= 20130609 -BuildRequires: pkgconfig(libcstring) >= 20120425 -BuildRequires: pkgconfig(libcsystem) >= 20120425 -BuildRequires: pkgconfig(libfdatetime) >= 20130317 -BuildRequires: pkgconfig(libfguid) >= 20140105 -BuildRequires: pkgconfig(libuna) >= 20130728 -# Using these packages (libf*) are released but are not stable per upstream -# Verified 9/19/2014; 1/1/2017 I'm going to try and use them -BuildRequires: pkgconfig(libfcache) >= 20170111 -BuildRequires: pkgconfig(libfdata) >= 20170112 -BuildRequires: pkgconfig(libfwnt) >= 20170115 -BuildRequires: pkgconfig(libfwsi) >= 20170117 - -#BuildRequires: pkgconfig(libcpath) >= 20130809 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +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(libfcache) >= 20200708 +BuildRequires: pkgconfig(libfdata) >= 20201129 +BuildRequires: pkgconfig(libfdatetime) >= 20180910 +BuildRequires: pkgconfig(libfguid) >= 20180724 +BuildRequires: pkgconfig(libfwnt) >= 20210421 +BuildRequires: pkgconfig(libfwsi) >= 20210419 +BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(python2) +BuildRequires: pkgconfig(python3) %description libregf is a library to access Windows Registry files of the REGF @@ -79,7 +79,7 @@ %package devel Summary: Development files for libregf, a Windows REGF-type Registry file parser -License: LGPL-3.0-or-later AND GFDL-1.3-or-later +License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: %lname = %{version} @@ -94,10 +94,7 @@ Summary: Python2 bindings for libregf, a library to access Windows REGF Registry files License: LGPL-3.0-or-later Group: Development/Languages/Python -Requires: %lname = %version -Requires: python2 Obsoletes: python-%{name} <= 20190303 -BuildRequires: pkgconfig(python2) %description -n python2-%{name} libregf is a library to access Windows Registry files of the REGF @@ -109,9 +106,6 @@ Summary: Python3 bindings for libregf, a library to access Windows REGF Registry files License: LGPL-3.0-or-later Group: Development/Languages/Python -Requires: %lname = %version -Requires: python3 -BuildRequires: pkgconfig(python3) %description -n python3-%{name} libregf is a library to access Windows Registry files of the REGF @@ -120,10 +114,11 @@ This subpackage contains the Python3 bindings for libregf. %prep -%setup -qn libregf-%timestamp +%autosetup -p1 cp "%{SOURCE2}" . %build +if [ ! -e configure ]; then ./autogen.sh; fi %configure \ --disable-static \ --enable-wide-character-type \ @@ -131,7 +126,7 @@ --enable-python2 \ %endif --enable-python3 -make %{?_smp_mflags} +%make_build %install %make_install @@ -141,18 +136,14 @@ %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) -%doc AUTHORS ChangeLog %license COPYING* %{_libdir}/libregf.so.* %files tools -%defattr(-,root,root) %{_bindir}/regf* %{_mandir}/man1/regf*.1* %files devel -%defattr(-,root,root) %doc Windows_NT_Registry_File*.pdf %{_includedir}/libregf.h %{_includedir}/libregf/ @@ -162,15 +153,11 @@ %if %{with python2} %files -n python2-%{name} -%defattr(-,root,root) -%doc AUTHORS README %license COPYING* %{python2_sitearch}/pyregf.so %endif %files -n python3-%{name} -%defattr(-,root,root) -%doc AUTHORS README %license COPYING* %{python3_sitearch}/pyregf.so ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libregf</param> <param name="revision">ee938acd3a691d0c44da8d1e6da7fd7e856ffe85</param> <!-- see configure.ac --> <param name="versionformat">20210504</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 | 27 --------------------------- configure.ac | 14 -------------- 2 files changed, 41 deletions(-) Index: libregf/Makefile.am =================================================================== --- libregf.orig/Makefile.am +++ libregf/Makefile.am @@ -3,20 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ - libcthreads \ - libcdata \ - libclocale \ - libcnotify \ - libcsplit \ - libuna \ - libcfile \ - libcpath \ - libbfio \ - libfcache \ - libfdata \ - libfdatetime \ - libfwnt \ libregf \ regftools \ pyregf \ @@ -78,19 +64,6 @@ lib: library library: (cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcerror && $(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)/libfcache && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfdata && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfwnt && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/libregf && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) Index: libregf/configure.ac =================================================================== --- libregf.orig/configure.ac +++ libregf/configure.ac @@ -173,20 +173,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([libfwnt/Makefile]) AC_CONFIG_FILES([libregf/Makefile]) AC_CONFIG_FILES([pyregf/Makefile]) AC_CONFIG_FILES([pyregf-python2/Makefile])