Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libscca"

Fri Jun 11 00:18:22 2021 rev:7 rq:898769 version:20210419

Changes:
--------
--- /work/SRC/openSUSE:Factory/libscca/libscca.changes  2020-12-30 
17:13:43.324458957 +0100
+++ /work/SRC/openSUSE:Factory/.libscca.new.32437/libscca.changes       
2021-06-11 00:18:46.069326726 +0200
@@ -1,0 +2,7 @@
+Sun May 16 09:11:08 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to snapshot 20210419 (048a9a44)
+  * No changelog was provided
+- Add system-libs.patch
+
+-------------------------------------------------------------------

Old:
----
  libscca-alpha-20200717.tar.gz

New:
----
  _service
  libscca-20210419.tar.xz
  system-libs.patch

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

Other differences:
------------------
++++++ libscca.spec ++++++
--- /var/tmp/diff_new_pack.oO6Hty/_old  2021-06-11 00:18:46.737327886 +0200
+++ /var/tmp/diff_new_pack.oO6Hty/_new  2021-06-11 00:18:46.737327886 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libscca
 #
-# 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,33 +17,35 @@
 
 
 %define lname  libscca1
-%define timestamp      20200717
 Name:           libscca
-Version:        0~%{timestamp}
+Version:        20210419
 Release:        0
 Summary:        Library and tools to access the Windows Prefetch File (PF) 
format
-License:        LGPL-3.0-or-later AND GFDL-1.3-only
+License:        GFDL-1.3-only AND LGPL-3.0-or-later
 Group:          Productivity/File utilities
-URL:            https://github.com/libyal/libscca/wiki
-Source:         
https://github.com/libyal/libscca/releases/download/%{timestamp}/%{name}-alpha-%{timestamp}.tar.gz
-#BuildRequires:  pkgconfig
-BuildRequires:  python-devel
-BuildRequires:  pkgconfig(libbfio) >= 20130721
-BuildRequires:  pkgconfig(libcdata) >= 20130904
-BuildRequires:  pkgconfig(libcerror) > 20150407
-BuildRequires:  pkgconfig(libcfile) >= 20130609
-BuildRequires:  pkgconfig(libclocale) >= 20130609
-BuildRequires:  pkgconfig(libcnotify) >= 20130609
-BuildRequires:  pkgconfig(libcpath) >= 20130609
-BuildRequires:  pkgconfig(libcsplit) >= 20130609
-BuildRequires:  pkgconfig(libcsystem) >= 20120425
-BuildRequires:  pkgconfig(libcthreads)
-BuildRequires:  pkgconfig(libfcache)
-BuildRequires:  pkgconfig(libfdata)
-BuildRequires:  pkgconfig(libfdatetime) >= 20130317
-BuildRequires:  pkgconfig(libfvalue)
-BuildRequires:  pkgconfig(libfwnt)
-BuildRequires:  pkgconfig(libuna) >= 20120425
+URL:            https://github.com/libyal/libscca
+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(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(libfcache) >= 20200708
+BuildRequires:  pkgconfig(libfdata) >= 20201129
+BuildRequires:  pkgconfig(libfdatetime) >= 20180910
+BuildRequires:  pkgconfig(libfvalue) >= 20210510
+BuildRequires:  pkgconfig(libfwnt) >= 20210421
+BuildRequires:  pkgconfig(libuna) >= 20201204
+BuildRequires:  pkgconfig(python3)
 
 %description
 Library and tools to access the Windows Prefetch File (PF) format.
@@ -72,7 +74,7 @@
 
 %package devel
 Summary:        Development files for libscca
-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}
 
@@ -86,18 +88,15 @@
 Summary:        Python 3 bindings for libscca
 License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(python3)
-Requires:       %{lname} = %{version}
-Requires:       python3
 
 %description -n python3-%{name}
 Python 3 binding for libscca, which can access the Windows Prefetch File (PF) 
format.
 
 %prep
-%setup -q -n libscca-%{timestamp}
+%autosetup -p1
 
 %build
+if [ ! -e configure ]; then ./autogen.sh; fi
 %configure --disable-static --enable-wide-character-type --enable-python3
 %make_build
 
@@ -110,7 +109,6 @@
 
 %files -n %{lname}
 %license COPYING*
-%doc AUTHORS ChangeLog
 %{_libdir}/libscca.so.*
 
 %files tools
@@ -126,7 +124,6 @@
 
 %files -n python3-%{name}
 %license COPYING*
-%doc AUTHORS
 %{python3_sitearch}/pyscca.so
 
 %changelog

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/libyal/libscca</param>
                <param 
name="revision">048a9a44e3218abfccd4c51479c2a86715fa2595</param>
                <!-- see configure.ac -->
                <param name="versionformat">20210419</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  |   30 ------------------------------
 configure.ac |   15 ---------------
 2 files changed, 45 deletions(-)

Index: libscca/Makefile.am
===================================================================
--- libscca.orig/Makefile.am
+++ libscca/Makefile.am
@@ -3,21 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = \
        include \
        common \
-       libcerror \
-       libcthreads \
-       libcdata \
-       libclocale \
-       libcnotify \
-       libcsplit \
-       libuna \
-       libcfile \
-       libcpath \
-       libbfio \
-       libfcache \
-       libfdata \
-       libfdatetime \
-       libfvalue \
-       libfwnt \
        libscca \
        sccatools \
        pyscca \
@@ -79,21 +64,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)/libfcache && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfdata && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfvalue && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfwnt && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/libscca && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
 
Index: libscca/configure.ac
===================================================================
--- libscca.orig/configure.ac
+++ libscca/configure.ac
@@ -166,21 +166,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([libfcache/Makefile])
-AC_CONFIG_FILES([libfdata/Makefile])
-AC_CONFIG_FILES([libfdatetime/Makefile])
-AC_CONFIG_FILES([libfvalue/Makefile])
-AC_CONFIG_FILES([libfwnt/Makefile])
 AC_CONFIG_FILES([libscca/Makefile])
 AC_CONFIG_FILES([pyscca/Makefile])
 AC_CONFIG_FILES([pyscca-python2/Makefile])

Reply via email to