Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libodraw for openSUSE:Factory checked in at 2021-06-11 00:18:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libodraw (Old) and /work/SRC/openSUSE:Factory/.libodraw.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libodraw" Fri Jun 11 00:18:19 2021 rev:9 rq:898739 version:20210503 Changes: -------- --- /work/SRC/openSUSE:Factory/libodraw/libodraw.changes 2020-12-30 17:13:39.680457529 +0100 +++ /work/SRC/openSUSE:Factory/.libodraw.new.32437/libodraw.changes 2021-06-11 00:18:37.613312033 +0200 @@ -1,0 +2,7 @@ +Fri May 14 00:38:39 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to snapshot 20210503 (59e73642) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libodraw-alpha-20201003.tar.gz New: ---- _service libodraw-20210503.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libodraw.spec ++++++ --- /var/tmp/diff_new_pack.lPCJc6/_old 2021-06-11 00:18:38.697313916 +0200 +++ /var/tmp/diff_new_pack.lPCJc6/_new 2021-06-11 00:18:38.697313916 +0200 @@ -1,7 +1,7 @@ # # spec file for package libodraw # -# 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,32 +18,32 @@ Name: libodraw %define lname libodraw1 -%define timestamp 20201003 -Version: 0~%timestamp +Version: 20210503 Release: 0 Summary: Library and tools to access to optical disc (split) RAW image 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/libodraw/wiki -Source: https://github.com/libyal/libodraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz +URL: https://github.com/libyal/libodraw +Source: %name-%version.tar.xz Source2: CUE_sheet_format.pdf -#BuildRequires: pkg-config -BuildRequires: pkgconfig(libbfio) >= 20120426 -BuildRequires: pkgconfig(libcdata) >= 20120425 -BuildRequires: pkgconfig(libcfile) >= 20120526 -BuildRequires: pkgconfig(libclocale) >= 20140105 -BuildRequires: pkgconfig(libcnotify) >= 20120425 -BuildRequires: pkgconfig(libcpath) >= 20120701 -BuildRequires: pkgconfig(libcsplit) >= 20120701 -BuildRequires: pkgconfig(libcthreads) -BuildRequires: pkgconfig(libuna) >= 20120425 -#use internal package, factory version causes build failure -# verified 1/11/2015 -#BuildRequires: pkgconfig(libcsystem) >= 20120425 -#BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libcstring) >= 20120425 -#BuildRequires: pkgconfig(libhmac) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Patch1: system-libs.patch +BuildRequires: bison +BuildRequires: c_compiler +BuildRequires: flex +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(libhmac) >= 20200104 +BuildRequires: pkgconfig(libuna) >= 20201204 %description libodraw is a library to access optical disc (split) RAW images such @@ -60,7 +60,7 @@ %package devel Summary: Development files for libodraw, a disc image file library -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 @@ -82,29 +82,26 @@ can read optical disc (split) RAW image files such as BIN/ISO/CUE. %prep -%setup -qn libodraw-%timestamp +%autosetup -p1 cp "%{S:2}" . %build +if [ ! -e configure ]; then ./autogen.sh; fi %configure --disable-static --enable-wide-character-type -make %{?_smp_mflags} +%make_build %install -make install DESTDIR="%buildroot" +%make_install rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) -%doc AUTHORS ChangeLog %license COPYING* %_libdir/libodraw.so.1* %files devel -%defattr(-,root,root) -%doc AUTHORS ChangeLog %license COPYING* %doc CUE_*.pdf %_includedir/libodraw* @@ -113,8 +110,6 @@ %_mandir/man3/libodraw.3* %files tools -%defattr(-,root,root) -%doc AUTHORS ChangeLog %license COPYING* %_bindir/odrawverify %_bindir/odrawinfo ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libodraw</param> <param name="revision">59e73642336c13de034b2444d2eba09aa2c5b76b</param> <!-- see configure.ac --> <param name="versionformat">20210503</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 | 21 --------------------- configure.ac | 11 ----------- 2 files changed, 32 deletions(-) Index: libodraw/Makefile.am =================================================================== --- libodraw.orig/Makefile.am +++ libodraw/Makefile.am @@ -3,18 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ - libcthreads \ - libcdata \ - libclocale \ - libcnotify \ - libcsplit \ - libuna \ - libcfile \ - libcpath \ - libbfio \ libodraw \ - libhmac \ odrawtools \ po \ manuals \ @@ -66,16 +55,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)/libodraw && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) Index: libodraw/configure.ac =================================================================== --- libodraw.orig/configure.ac +++ libodraw/configure.ac @@ -145,18 +145,7 @@ 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([libodraw/Makefile]) -AC_CONFIG_FILES([libhmac/Makefile]) AC_CONFIG_FILES([odrawtools/Makefile]) AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([po/Makevars])