Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libfwsi"

Fri Jun 11 00:18:16 2021 rev:8 rq:898721 version:20210419

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfwsi/libfwsi.changes  2020-12-30 
17:13:47.148456007 +0100
+++ /work/SRC/openSUSE:Factory/.libfwsi.new.32437/libfwsi.changes       
2021-06-11 00:18:31.945302185 +0200
@@ -1,0 +2,7 @@
+Thu May 13 11:38:39 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to snapshot 20210419 (4142a726)
+  * No changelog was provided
+- Add system-libs.patch
+
+-------------------------------------------------------------------

Old:
----
  libfwsi-experimental-20201204.tar.gz

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

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

Other differences:
------------------
++++++ libfwsi.spec ++++++
--- /var/tmp/diff_new_pack.yEEGqN/_old  2021-06-11 00:18:32.337302866 +0200
+++ /var/tmp/diff_new_pack.yEEGqN/_new  2021-06-11 00:18:32.341302873 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwsi
 #
-# 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,30 +17,31 @@
 
 
 %define lname  libfwsi1
-%define timestamp 20201204
 Name:           libfwsi
-Version:        0~%{timestamp}
+Version:        20210419
 Release:        0
 Summary:        Library to access the Windows Shell Item format
-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/libfwsi/wiki
-Source:         
https://github.com/libyal/libfwsi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
+URL:            https://github.com/libyal/libfwsi
+Source:         %name-%version.tar.xz
 Source2:        Windows_Shell_Item_format.pdf
+Patch1:         system-libs.patch
+BuildRequires:  c_compiler
+BuildRequires:  gettext-tools >= 0.18.1
+BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcdata) >= 20140105
-BuildRequires:  pkgconfig(libcerror) >= 20140105
-BuildRequires:  pkgconfig(libclocale)
-BuildRequires:  pkgconfig(libcnotify)
-BuildRequires:  pkgconfig(libcstring) >= 20150101
-BuildRequires:  pkgconfig(libcthreads) >= 20130723
-BuildRequires:  pkgconfig(libfdatetime)
-BuildRequires:  pkgconfig(libfguid)
-BuildRequires:  pkgconfig(libfole)
-BuildRequires:  pkgconfig(libuna)
-# not (yet) packaged in OBS
-#BuildRequires:  pkgconfig(libfwps)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(libcdata) >= 20200509
+BuildRequires:  pkgconfig(libcerror) >= 20201121
+BuildRequires:  pkgconfig(libclocale) >= 20200913
+BuildRequires:  pkgconfig(libcnotify) >= 20200913
+BuildRequires:  pkgconfig(libcthreads) >= 20200508
+BuildRequires:  pkgconfig(libfdatetime) >= 20180910
+BuildRequires:  pkgconfig(libfguid) >= 20180724
+BuildRequires:  pkgconfig(libfole) >= 20170502
+BuildRequires:  pkgconfig(libfwps) >= 20191221
+BuildRequires:  pkgconfig(libuna) >= 20201204
+BuildRequires:  pkgconfig(python3)
 
 %description
 Library to access the Windows Shell Item format for the libyal family of 
libraries.
@@ -57,7 +58,7 @@
 
 %package devel
 Summary:        Development files for libfwsi
-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}
 
@@ -83,37 +84,31 @@
 Summary:        Python bindings for libfwsi
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/Python
-Requires:       %{lname} = %{version}
-BuildRequires:  pkgconfig(python3)
 
 %description -n python3-%name
 Python3 bindings for libfwsi, a library to access Windows Shell Items.
 
 %prep
-%setup -q -n libfwsi-%{timestamp}
+%autosetup -p1
 cp "%{S:2}" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3 
-make %{?_smp_mflags}
+if [ ! -e configure ]; then ./autogen.sh; fi
+%configure --disable-static --enable-python2 --enable-python3
+%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}/libfwsi.so.*
 
 %files devel
-%defattr(-,root,root)
-%doc AUTHORS README ChangeLog
 %license COPYING*
 %doc Windows_Shell_Item_format.pdf
 %{_includedir}/libfwsi.h
@@ -123,14 +118,10 @@
 %{_mandir}/man3/libfwsi.3*
 
 %files -n python2-%name
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog
 %license COPYING*
 %python2_sitearch/pyfwsi.so
 
 %files -n python3-%name
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog
 %license COPYING*
 %python3_sitearch/pyfwsi.so
 

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/libyal/libfwsi</param>
                <param 
name="revision">4142a726b75f643d7b446d93a4c250bc22023a6a</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 <[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  |   20 --------------------
 configure.ac |   10 ----------
 2 files changed, 30 deletions(-)

Index: libfwsi/Makefile.am
===================================================================
--- libfwsi.orig/Makefile.am
+++ libfwsi/Makefile.am
@@ -3,16 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = \
        include \
        common \
-       libcerror \
-       libcthreads \
-       libcdata \
-       libclocale \
-       libcnotify \
-       libuna \
-       libfdatetime \
-       libfguid \
-       libfole \
-       libfwps \
        libfwsi \
        pyfwsi \
        pyfwsi-python2 \
@@ -72,16 +62,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)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfole && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfwps && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/libfwsi && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
 
Index: libfwsi/configure.ac
===================================================================
--- libfwsi.orig/configure.ac
+++ libfwsi/configure.ac
@@ -142,16 +142,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([libfdatetime/Makefile])
-AC_CONFIG_FILES([libfguid/Makefile])
-AC_CONFIG_FILES([libfole/Makefile])
-AC_CONFIG_FILES([libfwps/Makefile])
 AC_CONFIG_FILES([libfwsi/Makefile])
 AC_CONFIG_FILES([pyfwsi/Makefile])
 AC_CONFIG_FILES([pyfwsi-python2/Makefile])

Reply via email to