Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfwnt for openSUSE:Factory checked in at 2021-06-11 00:18:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfwnt (Old) and /work/SRC/openSUSE:Factory/.libfwnt.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfwnt" Fri Jun 11 00:18:11 2021 rev:9 rq:898711 version:20210421 Changes: -------- --- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes 2020-12-17 17:09:04.541957202 +0100 +++ /work/SRC/openSUSE:Factory/.libfwnt.new.32437/libfwnt.changes 2021-06-11 00:18:22.949286554 +0200 @@ -1,0 +2,7 @@ +Wed May 12 22:33:15 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to snapshot 20210421 (fa9d27e5) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libfwnt-alpha-20200723.tar.gz New: ---- _service libfwnt-20210421.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfwnt.spec ++++++ --- /var/tmp/diff_new_pack.VJ3oFj/_old 2021-06-11 00:18:24.545289327 +0200 +++ /var/tmp/diff_new_pack.VJ3oFj/_new 2021-06-11 00:18:24.549289334 +0200 @@ -1,7 +1,7 @@ # # spec file for package libfwnt # -# 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,23 +17,25 @@ %define lname libfwnt1 -%define timestamp 20200723 Name: libfwnt -Version: 0~%{timestamp} +Version: 20210421 Release: 0 Summary: Library for Windows NT data types -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/libfwnt/wiki -Source: https://github.com/libyal/libfwnt/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz +URL: https://github.com/libyal/libfwnt +Source: %name-%version.tar.xz Source2: Locale_identifier_LCID.pdf +Patch1: system-libs.patch +BuildRequires: c_compiler +BuildRequires: gettext-tools >= 0.18.1 +BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(libcdata) >= 20140105 -BuildRequires: pkgconfig(libcerror) >= 20140105 -BuildRequires: pkgconfig(libcnotify) -BuildRequires: pkgconfig(libcstring) >= 20120425 -BuildRequires: pkgconfig(libcthreads) >= 20130723 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(libcdata) >= 20200509 +BuildRequires: pkgconfig(libcerror) >= 20201121 +BuildRequires: pkgconfig(libcnotify) >= 20200913 +BuildRequires: pkgconfig(libcthreads) >= 20200508 +BuildRequires: pkgconfig(python3) %description Library to provide Windows NT data type support for the libyal family of libraries. @@ -50,7 +52,7 @@ %package devel Summary: Development files for libfwnt -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} @@ -66,40 +68,35 @@ Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 -BuildRequires: pkgconfig(python3) %description -n python3-%{name} This packinge provides Python 3 bindings for ${name} %prep -%setup -q -n libfwnt-%{timestamp} +%autosetup -p1 cp "%{S:2}" . %build -%configure --disable-static --enable-wide-character-type --enable-python3 -make %{?_smp_mflags} +if [ ! -e configure ]; then ./autogen.sh; fi +%configure --disable-static --enable-python3 +%make_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install find %{buildroot} -type f -name "*.la" -delete -print %check # make check %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}/libfwnt.so.* %files devel -%defattr(-,root,root) -%doc AUTHORS README ChangeLog -%license COPYING +%license COPYING* %doc Locale_identifier_LCID.pdf %{_includedir}/libfwnt.h %{_includedir}/libfwnt/ @@ -108,9 +105,7 @@ %{_mandir}/man3/libfwnt.3* %files -n python3-%{name} -%defattr(-,root,root) -%doc AUTHORS -%license COPYING +%license COPYING* %{python3_sitearch}/pyfwnt.so %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libfwnt</param> <param name="revision">fa9d27e506cf221d803adce4ab7145b6b2ecca05</param> <!-- see configure.ac --> <param name="versionformat">20210421</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 | 8 -------- configure.ac | 4 ---- 2 files changed, 12 deletions(-) Index: libfwnt/Makefile.am =================================================================== --- libfwnt.orig/Makefile.am +++ libfwnt/Makefile.am @@ -3,10 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ - libcthreads \ - libcdata \ - libcnotify \ libfwnt \ pyfwnt \ pyfwnt-python2 \ @@ -66,10 +62,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)/libcnotify && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/libfwnt && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) Index: libfwnt/configure.ac =================================================================== --- libfwnt.orig/configure.ac +++ libfwnt/configure.ac @@ -124,10 +124,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([libcnotify/Makefile]) AC_CONFIG_FILES([libfwnt/Makefile]) AC_CONFIG_FILES([pyfwnt/Makefile]) AC_CONFIG_FILES([pyfwnt-python2/Makefile])