Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcfile for openSUSE:Factory checked in at 2021-06-09 21:51:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcfile (Old) and /work/SRC/openSUSE:Factory/.libcfile.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcfile" Wed Jun 9 21:51:54 2021 rev:12 rq:898041 version:20210409 Changes: -------- --- /work/SRC/openSUSE:Factory/libcfile/libcfile.changes 2020-12-18 19:59:40.446080798 +0100 +++ /work/SRC/openSUSE:Factory/.libcfile.new.32437/libcfile.changes 2021-06-09 21:52:08.522457625 +0200 @@ -1,0 +2,7 @@ +Wed May 12 15:55:48 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to snapshot 20210409 (1b077fb7) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libcfile-alpha-20200216.tar.gz New: ---- _service libcfile-20210409.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcfile.spec ++++++ --- /var/tmp/diff_new_pack.TkwAWf/_old 2021-06-09 21:52:09.102458659 +0200 +++ /var/tmp/diff_new_pack.TkwAWf/_new 2021-06-09 21:52:09.106458666 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcfile # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -12,56 +12,57 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libcfile %define lname libcfile1 -%define timestamp 20200216 -Version: 0~%timestamp +Version: 20210409 Release: 0 -Summary: Library for cross-platform C file functions -License: LGPL-3.0+ +Summary: Library for C file functions +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: https://github.com/libyal/libcfile/wiki -Source: https://github.com/libyal/libcfile/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz +URL: https://github.com/libyal/libcfile +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(libcerror) >= 20130609 -BuildRequires: pkgconfig(libclocale) >= 20130609 -BuildRequires: pkgconfig(libcnotify) >= 20130103 -BuildRequires: pkgconfig(libcstring) >= 20150101 -# This can cause a build loop. The internal version should be used. -#BuildRequires: pkgconfig(libuna) >= 20120425 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(libcerror) >= 20201121 +BuildRequires: pkgconfig(libclocale) >= 20200913 +BuildRequires: pkgconfig(libcnotify) >= 20200913 +BuildRequires: pkgconfig(libuna) >= 20201204 %description -A library and devel package for cross-platform C file functions. +A library and devel package for C file functions. %package -n %lname -Summary: Library for cross-platform C file functions +Summary: Library for C file functions Group: System/Libraries %description -n %lname -A library for cross-platform C file functions. Part of the libyal library collection. +A library for C file functions. Part of the libyal library collection. %package devel -Summary: Development files for libcfile, a cross-platform C file library +Summary: Development files for libcfile, a C file library Group: Development/Libraries/C and C++ Requires: %lname = %{version} %description devel -A library for cross-platform C file functions. +A library for C file functions. This subpackage contains libraries and header files for developing applications that want to make use of libcfile. %prep -%setup -qn libcfile-%timestamp +%autosetup -p1 %build +if [ ! -e configure ]; then ./autogen.sh; fi %configure --disable-static --enable-wide-character-type -make %{?_smp_mflags} +%make_build %install %make_install @@ -71,12 +72,10 @@ %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%license COPYING.LESSER %{_libdir}/libcfile.so.1* %files devel -%defattr(-,root,root) %{_includedir}/libcfile* %{_libdir}/libcfile.so %{_libdir}/pkgconfig/libcfile.pc ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libcfile</param> <param name="revision">1b077fb7780786ad7ab34df52c3bbe400598b4e8</param> <!-- see configure.ac --> <param name="versionformat">20210409</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: libcfile/Makefile.am =================================================================== --- libcfile.orig/Makefile.am +++ libcfile/Makefile.am @@ -3,10 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ - libclocale \ - libcnotify \ - libuna \ libcfile \ po \ manuals \ @@ -56,10 +52,6 @@ lib: library library: cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS) - cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS) - cd $(srcdir)/libclocale && $(MAKE) $(AM_MAKEFLAGS) - cd $(srcdir)/libcnotify && $(MAKE) $(AM_MAKEFLAGS) - cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS) cd $(srcdir)/libcfile && $(MAKE) $(AM_MAKEFLAGS) cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS) Index: libcfile/configure.ac =================================================================== --- libcfile.orig/configure.ac +++ libcfile/configure.ac @@ -109,10 +109,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([libclocale/Makefile]) -AC_CONFIG_FILES([libcnotify/Makefile]) -AC_CONFIG_FILES([libuna/Makefile]) AC_CONFIG_FILES([libcfile/Makefile]) AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([po/Makevars])