Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpff for openSUSE:Factory checked in at 2021-06-11 00:18:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpff (Old) and /work/SRC/openSUSE:Factory/.libpff.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpff" Fri Jun 11 00:18:29 2021 rev:8 rq:898776 version:20210508 Changes: -------- --- /work/SRC/openSUSE:Factory/libpff/libpff.changes 2020-05-02 22:19:15.476777450 +0200 +++ /work/SRC/openSUSE:Factory/.libpff.new.32437/libpff.changes 2021-06-11 00:18:54.461341307 +0200 @@ -1,0 +2,7 @@ +Wed May 12 22:39:33 UTC 2021 - Jan Engelhardt <[email protected]> + +- Update to snapshot 20210508 (b736acdd) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libpff-experimental-20180714.tar.gz New: ---- _service libpff-20210508.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpff.spec ++++++ --- /var/tmp/diff_new_pack.XCJ9Ff/_old 2021-06-11 00:18:55.109342433 +0200 +++ /var/tmp/diff_new_pack.XCJ9Ff/_new 2021-06-11 00:18:55.113342440 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpff # -# 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 @@ -18,46 +18,43 @@ Name: libpff %define lname libpff1 -%define timestamp 20180714 -Version: 0~%timestamp +Version: 20210508 Release: 0 Summary: Library and tools to access Microsoft PFF and OFF format files -License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later +License: GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities -URL: https://github.com/libyal/libpff/wiki -Source: https://github.com/libyal/libpff/releases/download/%{timestamp}/libpff-experimental-%{timestamp}.tar.gz +URL: https://github.com/libyal/libpff +Source: %name-%version.tar.xz Source2: PFF_Forensics_-_analyzing_the_horrible_reference_file_format.pdf Source3: PFF_forensics_-_e-mail_and_appoinment_falsification_analysis.pdf Source4: Personal_Folder_File_PFF_format.pdf Source5: MAPI_definitions.pdf Source6: libpff-libfdata.pdf -Patch1: pkgconfig.diff - -# use factory packages if available -%if 0%{?suse_version} > 1230 -BuildRequires: pkgconfig(libbfio) >= 20130721 -BuildRequires: pkgconfig(libcdata) >= 20190112 -BuildRequires: pkgconfig(libcerror) >= 20181117 -BuildRequires: pkgconfig(libcfile) >= 20130609 -BuildRequires: pkgconfig(libclocale) >= 20130609 -BuildRequires: pkgconfig(libcnotify) >= 20120425 -BuildRequires: pkgconfig(libcsplit) >= 20130609 -BuildRequires: pkgconfig(libcstring) >= 20120425 -BuildRequires: pkgconfig(libcsystem) >= 20120425 -BuildRequires: pkgconfig(libcthreads) -BuildRequires: pkgconfig(libfcache) >= 20120405 -BuildRequires: pkgconfig(libfdata) >= 20120405 -BuildRequires: pkgconfig(libfdatetime) >= 20120522 -BuildRequires: pkgconfig(libfguid) >= 20120426 +Patch1: system-libs.patch +Patch2: pkgconfig.diff +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(libfcache) >= 20200708 +BuildRequires: pkgconfig(libfdata) >= 20201129 +BuildRequires: pkgconfig(libfdatetime) >= 20180910 +BuildRequires: pkgconfig(libfguid) >= 20180724 BuildRequires: pkgconfig(libfmapi) >= 20180714 -BuildRequires: pkgconfig(libfvalue) >= 20120428 -BuildRequires: pkgconfig(libfwnt) >= 20120426 -BuildRequires: pkgconfig(libuna) >= 20120425 -%endif -# fails to build with factory package, use internal -# verified 4/19/2019 -#BuildRequires: pkgconfig(libcpath) >= 20181228 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(libfvalue) >= 20210510 +BuildRequires: pkgconfig(libfwnt) >= 20210421 +BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(python3) +BuildRequires: pkgconfig(zlib) %description libpff is a library to access the Personal Folder File (PFF) and the @@ -90,7 +87,7 @@ %package devel Summary: Development files for libpff, a PFF/OFF file format library -License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later +License: GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version @@ -107,8 +104,6 @@ Summary: Python bindings for libpff, a PFF/OFF file format parser License: LGPL-3.0-or-later Group: Development/Libraries/Python -Requires: python3 -BuildRequires: pkgconfig(python3) #python-%name was previously the name of this submodule. It was python2 bindings. Obsoletes: python-%name <= 20180714 @@ -117,38 +112,33 @@ and Offline Folder File (OFF) formats. %prep -%setup -qn libpff-%timestamp -%patch -P 1 -p1 +%autosetup -p1 cp "%{S:2}" "%{S:3}" "%{S:4}" "%{S:5}" "%{S:6}" . %build +if [ ! -e configure ]; then ./autogen.sh; fi +# Package has a history of not bumping on ABI breaks (e.g. 59bcd7a46e) +echo "V_%version { global: *; };" >sym.ver %configure --disable-static --enable-wide-character-type --enable-python3 -make %{?_smp_mflags} +%make_build LDFLAGS="-Wl,--version-script=$PWD/sym.ver" %install -make install DESTDIR="%buildroot" +%make_install find "%buildroot" -name "*.la" -delete %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) -%doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %_libdir/libpff.so.* %files tools -%defattr(-,root,root) -%doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %_bindir/pff* %_mandir/man1/pff*.1* %files devel -%defattr(-,root,root) -%doc AUTHORS README ChangeLog -%license COPYING %doc MAPI_definitions.pdf %doc PFF_Forensics_-_analyzing_the_horrible_reference_file_format.pdf %doc PFF_forensics_-_e-mail_and_appoinment_falsification_analysis.pdf @@ -160,7 +150,6 @@ %_mandir/man3/libpff.3* %files -n python3-%name -%defattr(-,root,root) %python3_sitearch/pypff.so %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libpff</param> <param name="revision">b736acdd85b7e1f68d0a93642fdd51489327c971</param> <!-- see configure.ac --> <param name="versionformat">20210508</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 <[email protected]> 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 | 33 --------------------------------- configure.ac | 17 ----------------- 2 files changed, 50 deletions(-) Index: libpff/Makefile.am =================================================================== --- libpff.orig/Makefile.am +++ libpff/Makefile.am @@ -3,23 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ - libcthreads \ - libcdata \ - libclocale \ - libcnotify \ - libcsplit \ - libuna \ - libcfile \ - libcpath \ - libbfio \ - libfcache \ - libfdata \ - libfdatetime \ - libfguid \ - libfvalue \ - libfwnt \ - libfmapi \ libpff \ pfftools \ jpff \ @@ -82,22 +65,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)/libfguid && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfvalue && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfwnt && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfmapi && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/libpff && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) Index: libpff/configure.ac =================================================================== --- libpff.orig/configure.ac +++ libpff/configure.ac @@ -179,23 +179,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([libfwnt/Makefile]) -AC_CONFIG_FILES([libfmapi/Makefile]) AC_CONFIG_FILES([libpff/Makefile]) AC_CONFIG_FILES([pypff/Makefile]) AC_CONFIG_FILES([pypff-python2/Makefile])
