Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvshadow for openSUSE:Factory checked in at 2021-06-11 00:18:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvshadow (Old) and /work/SRC/openSUSE:Factory/.libvshadow.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvshadow" Fri Jun 11 00:18:25 2021 rev:17 rq:898773 version:20210507 Changes: -------- --- /work/SRC/openSUSE:Factory/libvshadow/libvshadow.changes 2020-12-25 18:50:58.417256634 +0100 +++ /work/SRC/openSUSE:Factory/.libvshadow.new.32437/libvshadow.changes 2021-06-11 00:18:49.645332939 +0200 @@ -1,0 +2,7 @@ +Sun May 16 10:44:23 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to snapshot 20210507 (9f06d799) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libvshadow-alpha-20201222.tar.gz New: ---- _service libvshadow-20210507.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvshadow.spec ++++++ --- /var/tmp/diff_new_pack.3Ru1tS/_old 2021-06-11 00:18:52.025337074 +0200 +++ /var/tmp/diff_new_pack.3Ru1tS/_new 2021-06-11 00:18:52.029337081 +0200 @@ -1,7 +1,7 @@ # # spec file for package libvshadow # -# 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 @@ -16,37 +16,37 @@ # -Name: libvshadow %define lname libvshadow1 -%define timestamp 20201222 -Version: 0~%{timestamp} +Name: libvshadow +Version: 20210507 Release: 0 Summary: Library to access the Volume Shadow Snapshot (VSS) format -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: System/Filesystems -URL: https://github.com/libyal/libvshadow/wiki -Source: https://github.com/libyal/libvshadow/releases/download/%{timestamp}/libvshadow-alpha-%{timestamp}.tar.gz +URL: https://github.com/libyal/libvshadow +Source: %{name}-%{version}.tar.xz Source1: Paper_-_Windowless_Shadow_Snapshots.pdf Source2: Slides_-_Windowless_Shadow_Snapshots.pdf Source3: Volume_Shadow_Snapshot_VSS_format.pdf -BuildRequires: fuse-devel -BuildRequires: gcc +Patch1: system-libs.patch +BuildRequires: c_compiler +BuildRequires: gettext-tools >= 0.18.1 +BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(libbfio) >= 20130908 -BuildRequires: pkgconfig(libcdata) >= 20130407 -BuildRequires: pkgconfig(libcerror) > 20130904 -BuildRequires: pkgconfig(libcfile) >= 20130609 -BuildRequires: pkgconfig(libclocale) >= 20130609 -BuildRequires: pkgconfig(libcnotify) >= 20130609 -BuildRequires: pkgconfig(libcpath) >= 20130609 -BuildRequires: pkgconfig(libcsplit) > 20130904 -BuildRequires: pkgconfig(libcsystem) -BuildRequires: pkgconfig(libcthreads) >= 20130723 -BuildRequires: pkgconfig(libfdatetime) -BuildRequires: pkgconfig(libfguid) -BuildRequires: pkgconfig(libuna) >= 20130609 -# These packages are not released as separate packages by upstream. Internal only -#BuildRequires: pkgconfig(libcmulti) +BuildRequires: pkgconfig(fuse) +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(libfdatetime) >= 20180910 +BuildRequires: pkgconfig(libfguid) >= 20180724 +BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(python3) %description Library and tools to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. @@ -74,14 +74,13 @@ Summary: Tools to access the Volume Shadow Snapshot (VSS) format License: LGPL-3.0-or-later Group: System/Filesystems -Requires: %{lname} = %{version} %description tools Tools to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. %package devel Summary: Development files for %{name} -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} @@ -93,52 +92,42 @@ Summary: Python 3 binding for libvshadow License: LGPL-3.0-or-later Group: Development/Languages/Python -Requires: %{lname} = %{version} -Requires: python3 -BuildRequires: pkgconfig(python3) %description -n python3-%{name} Python 3 binding for libvshadow. libvshadow can read windows event files %prep -%setup -q -n libvshadow-%{timestamp} +%autosetup -p1 mkdir doc cp %SOURCE1 . cp %SOURCE2 . cp "%SOURCE3" . %build +if [ ! -e configure ]; then ./autogen.sh; fi export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="%{optflags}" %configure --disable-static --enable-wide-character-type --enable-python3 - -make %{?_smp_mflags} +%make_build %install -# maintain SLES compatibility -make install DESTDIR="%buildroot" -find %{buildroot} -name '*.la' -exec rm -f {} ';' +%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 ABOUT-NLS -%license COPYING +%license COPYING* %doc doc %{_libdir}/*.so.* %files tools -%defattr(-,root,root,-) %{_bindir}/vshadow* %{_mandir}/man1/*.gz %files devel -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog ABOUT-NLS -%license COPYING +%license COPYING* %doc Paper_-_Windowless_Shadow_Snapshots.pdf %doc Slides_-_Windowless_Shadow_Snapshots.pdf %doc Volume_Shadow_Snapshot_*.pdf @@ -149,9 +138,7 @@ %{_mandir}/man3/*.gz %files -n python3-%{name} -%defattr(644,root,root,755) -%doc AUTHORS README -%license COPYING +%license COPYING* %{python3_sitearch}/*.so %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libvshadow</param> <param name="revision">9f06d799bb6551061eee281ca985daa0fbdae011</param> <!-- see configure.ac --> <param name="versionformat">20210507</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 | 24 ------------------------ configure.ac | 12 ------------ 2 files changed, 36 deletions(-) Index: libvshadow/Makefile.am =================================================================== --- libvshadow.orig/Makefile.am +++ libvshadow/Makefile.am @@ -3,18 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ - libcthreads \ - libcdata \ - libclocale \ - libcnotify \ - libcsplit \ - libuna \ - libcfile \ - libcpath \ - libbfio \ - libfdatetime \ - libfguid \ libvshadow \ vshadowtools \ pyvshadow \ @@ -76,18 +64,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)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/libvshadow && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) Index: libvshadow/configure.ac =================================================================== --- libvshadow.orig/configure.ac +++ libvshadow/configure.ac @@ -167,18 +167,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([libfdatetime/Makefile]) -AC_CONFIG_FILES([libfguid/Makefile]) AC_CONFIG_FILES([libvshadow/Makefile]) AC_CONFIG_FILES([pyvshadow/Makefile]) AC_CONFIG_FILES([pyvshadow-python2/Makefile])