Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libbfio for openSUSE:Factory checked 
in at 2021-06-11 00:18:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbfio (Old)
 and      /work/SRC/openSUSE:Factory/.libbfio.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbfio"

Fri Jun 11 00:18:06 2021 rev:15 rq:898565 version:20210416

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbfio/libbfio.changes  2020-12-18 
19:59:35.250075245 +0100
+++ /work/SRC/openSUSE:Factory/.libbfio.new.32437/libbfio.changes       
2021-06-11 00:18:12.589268553 +0200
@@ -1,0 +2,7 @@
+Wed May 12 14:55:53 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to snapshot 20210416 (3516e2a7f4)
+  * No changelog was provided
+- Add system-libs.patch
+
+-------------------------------------------------------------------

Old:
----
  libbfio-alpha-20201127.tar.gz

New:
----
  _service
  libbfio-20210416.tar.xz
  system-libs.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libbfio.spec ++++++
--- /var/tmp/diff_new_pack.NWykf3/_old  2021-06-11 00:18:13.113269463 +0200
+++ /var/tmp/diff_new_pack.NWykf3/_new  2021-06-11 00:18:13.117269470 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbfio
 #
-# 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,26 +18,27 @@
 
 Name:           libbfio
 %define lname  libbfio1
-%define timestamp 20201127
-Version:        0~%timestamp
+Version:        20210416
 Release:        0
 Summary:        Library to provide basic file input/output abstraction
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-URL:            https://github.com/libyal/libbfio/wiki
-Source:         
https://github.com/libyal/libbfio/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
+URL:            https://github.com/libyal/libbfio
+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) >= 20190112
-BuildRequires:  pkgconfig(libcerror) >= 20150101
-BuildRequires:  pkgconfig(libcfile) >= 20120425
-BuildRequires:  pkgconfig(libclocale) >= 20120425
-BuildRequires:  pkgconfig(libcnotify) >= 20130609
-BuildRequires:  pkgconfig(libcpath) >= 20120425
-BuildRequires:  pkgconfig(libcsplit) >= 20130609
-BuildRequires:  pkgconfig(libcstring) >= 20150101
-BuildRequires:  pkgconfig(libcthreads) >= 20130723
-BuildRequires:  pkgconfig(libuna) >= 20120425
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+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(libuna) >= 20201204
 
 %description
 libbfio is used in multiple other libraries like libewf, libmsiecf,
@@ -67,27 +68,25 @@
 applications that want to make use of libbfio.
 
 %prep
-%setup -qn libbfio-%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 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
+%license COPYING*
 %_libdir/libbfio.so.1*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/libbfio*
 %_libdir/libbfio.so
 %_libdir/pkgconfig/libbfio.pc

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/libyal/libbfio</param>
                <param 
name="revision">3516e2a7f4ca8b8092f58209700e9967b3465df8</param>
                <!-- see configure.ac -->
                <param name="versionformat">20210416</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  |   18 ------------------
 configure.ac |    9 ---------
 2 files changed, 27 deletions(-)

Index: libbfio-20210416/Makefile.am
===================================================================
--- libbfio-20210416.orig/Makefile.am
+++ libbfio-20210416/Makefile.am
@@ -3,15 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = \
        include \
        common \
-       libcerror \
-       libcthreads \
-       libcdata \
-       libclocale \
-       libcnotify \
-       libcsplit \
-       libuna \
-       libcfile \
-       libcpath \
        libbfio \
        po \
        manuals \
@@ -61,15 +52,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)/po && $(MAKE) $(AM_MAKEFLAGS))
 
Index: libbfio-20210416/configure.ac
===================================================================
--- libbfio-20210416.orig/configure.ac
+++ libbfio-20210416/configure.ac
@@ -124,15 +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([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([po/Makefile.in])
 AC_CONFIG_FILES([po/Makevars])

Reply via email to