Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsmdev for openSUSE:Factory checked in at 2021-06-11 00:18:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmdev (Old) and /work/SRC/openSUSE:Factory/.libsmdev.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsmdev" Fri Jun 11 00:18:20 2021 rev:12 rq:898741 version:20210418 Changes: -------- --- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes 2020-12-30 17:13:44.856459556 +0100 +++ /work/SRC/openSUSE:Factory/.libsmdev.new.32437/libsmdev.changes 2021-06-11 00:18:39.601315487 +0200 @@ -1,0 +2,7 @@ +Fri May 14 00:51:33 UTC 2021 - Jan Engelhardt <[email protected]> + +- Update to snapshot 20210418 (3b84f9f7) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libsmdev-alpha-20201204.tar.gz New: ---- _service libsmdev-20210418.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmdev.spec ++++++ --- /var/tmp/diff_new_pack.7ZDpYI/_old 2021-06-11 00:18:43.365322028 +0200 +++ /var/tmp/diff_new_pack.7ZDpYI/_new 2021-06-11 00:18:43.365322028 +0200 @@ -1,7 +1,7 @@ # # spec file for package libsmdev # -# 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,24 +17,27 @@ %define lname libsmdev1 -%define timestamp 20201204 Name: libsmdev -Version: 0~%{timestamp} +Version: 20210418 Release: 0 Summary: Library to access storage media devices License: LGPL-3.0-or-later Group: Productivity/File utilities -URL: https://github.com/libyal/libsmdev/wiki -Source: https://github.com/libyal/libsmdev/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz -#BuildRequires: pkg-config -BuildRequires: pkgconfig(libcdata) >= 20120425 -BuildRequires: pkgconfig(libcerror) >= 20170101 -BuildRequires: pkgconfig(libcfile) >= 20130609 -BuildRequires: pkgconfig(libclocale) >= 20130609 -BuildRequires: pkgconfig(libcnotify) >= 20130609 -BuildRequires: pkgconfig(libcthreads) >= 20130723 -BuildRequires: pkgconfig(libuna) >= 20120425 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +URL: https://github.com/libyal/libsmdev +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(libcdata) >= 20200509 +BuildRequires: pkgconfig(libcerror) >= 20201121 +BuildRequires: pkgconfig(libcfile) >= 20201229 +BuildRequires: pkgconfig(libclocale) >= 20200913 +BuildRequires: pkgconfig(libcnotify) >= 20200913 +BuildRequires: pkgconfig(libcthreads) >= 20200508 +BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(python3) %description libsmdev is a library to access and read storage media devices. @@ -69,37 +72,31 @@ %package -n python3-%{name} Summary: Python bindings for libsmdev Group: Development/Languages/Python -Requires: %{lname} = %{version} -BuildRequires: pkgconfig(python3) Provides: pysmdev = %{version} %description -n python3-%{name} Python 3 bindings for libsmdev, which is a library to access and read storage media devices. %prep -%setup -q -n libsmdev-%{timestamp} +%autosetup -p1 %build +if [ ! -e configure ]; then ./autogen.sh; fi %configure --disable-static --enable-wide-character-type --enable-python3 -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n %{lname} -p /sbin/ldconfig - %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} -%defattr(-,root,root) -%doc AUTHORS ChangeLog %license COPYING* %{_libdir}/libsmdev.so.1* %files devel -%defattr(-,root,root) -%doc AUTHORS ChangeLog %license COPYING* %{_includedir}/libsmdev* %{_libdir}/libsmdev.so @@ -107,15 +104,11 @@ %{_mandir}/man3/libsmdev.3* %files tools -%defattr(-,root,root) -%doc AUTHORS ChangeLog %license COPYING* %{_bindir}/smdevinfo %{_mandir}/man1/smdevinfo.1* %files -n python3-%{name} -%defattr(-,root,root) -%doc AUTHORS ChangeLog %license COPYING* %{python3_sitearch}/pysmdev.so ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libsmdev</param> <param name="revision">3b84f9f752b37867985565e58768bab146026065</param> <!-- see configure.ac --> <param name="versionformat">20210418</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 | 14 -------------- configure.ac | 7 ------- 2 files changed, 21 deletions(-) Index: libsmdev/Makefile.am =================================================================== --- libsmdev.orig/Makefile.am +++ libsmdev/Makefile.am @@ -3,13 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ - libcthreads \ - libcdata \ - libclocale \ - libcnotify \ - libuna \ - libcfile \ libsmdev \ smdevtools \ pysmdev \ @@ -70,13 +63,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)/libuna && $(MAKE) $(AM_MAKEFLAGS)) - (cd $(srcdir)/libcfile && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/libsmdev && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) Index: libsmdev/configure.ac =================================================================== --- libsmdev.orig/configure.ac +++ libsmdev/configure.ac @@ -140,13 +140,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([libuna/Makefile]) -AC_CONFIG_FILES([libcfile/Makefile]) AC_CONFIG_FILES([libsmdev/Makefile]) AC_CONFIG_FILES([pysmdev/Makefile]) AC_CONFIG_FILES([pysmdev-python2/Makefile])
