Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libcreg"

Fri Jun 11 00:18:03 2021 rev:2 rq:898218 version:20210505

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcreg/libcreg.changes  2020-12-31 
10:03:04.611121142 +0100
+++ /work/SRC/openSUSE:Factory/.libcreg.new.32437/libcreg.changes       
2021-06-11 00:18:08.321261136 +0200
@@ -1,0 +2,8 @@
+Thu May 13 23:30:59 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to snapshot 20210505 (1852cb6e)
+  * No changelog was provided
+- Add system-libs.patch
+- Enable FUSE integration
+
+-------------------------------------------------------------------

Old:
----
  libcreg-experimental-20200725.tar.gz

New:
----
  _service
  libcreg-20210505.tar.xz
  system-libs.patch

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

Other differences:
------------------
++++++ libcreg.spec ++++++
--- /var/tmp/diff_new_pack.XrLUBE/_old  2021-06-11 00:18:09.913263902 +0200
+++ /var/tmp/diff_new_pack.XrLUBE/_new  2021-06-11 00:18:09.913263902 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcreg
 #
-# 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,30 +18,32 @@
 
 Name:           libcreg
 %define lname  libcreg1
-%define timestamp      20200725
-Version:        0~%timestamp
+Version:        20210505
 Release:        0
 Summary:        Library to access Windows 9x/Me REGF-type Registry 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/libcreg/wiki
-Source:         
https://github.com/libyal/libcreg/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
-BuildRequires:  pkgconfig(libbfio) 
-BuildRequires:  pkgconfig(libcdata)
-BuildRequires:  pkgconfig(libcerror)
-BuildRequires:  pkgconfig(libcfile)
-BuildRequires:  pkgconfig(libclocale)
-BuildRequires:  pkgconfig(libcnotify)
-BuildRequires:  pkgconfig(libcpath)
-BuildRequires:  pkgconfig(libcsplit)
-BuildRequires:  pkgconfig(libcthreads)
-BuildRequires:  pkgconfig(libfcache)
-BuildRequires:  pkgconfig(libfdata)
-BuildRequires:  pkgconfig(libuna)
-
-
-#BuildRequires:  pkgconfig(libcpath) >= 20130809
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            https://github.com/libyal/libcreg
+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(fuse) >= 2.6
+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(libuna) >= 20201204
+BuildRequires:  pkgconfig(python3)
 
 %description
 libcreg is a library to access Windows 9x/Me Registry files of the REGF
@@ -67,7 +69,7 @@
 
 %package devel
 Summary:        Development files for libcreg, a Windows 9x/Me REGF-type 
Registry file parser
-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}
 
@@ -79,12 +81,9 @@
 applications that want to make use of %{name}.
 
 %package -n python3-%{name}
-Summary:        Python3 bindings for libcreg, a library to access Windows 
9x/Me REGF Registry files
+Summary:        Python3 bindings for libcreg, a library to read Win9x .reg 
files
 License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
-Requires:       %lname = %version
-Requires:       python3
-BuildRequires:  pkgconfig(python3)
 
 %description -n python3-%{name}
 libcreg is a library to access Windows 9x/Me Registry files of the REGF
@@ -93,14 +92,15 @@
 This subpackage contains the Python3 bindings for libcreg.
 
 %prep
-%setup -qn libcreg-%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_install
@@ -110,18 +110,14 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog
 %license COPYING*
 %{_libdir}/libcreg.so.*
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/creg*
 %{_mandir}/man1/creg*.1*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/libcreg.h
 %{_includedir}/libcreg/
 %{_libdir}/libcreg.so
@@ -129,8 +125,6 @@
 %{_mandir}/man3/libcreg.3*
 
 %files -n python3-%{name}
-%defattr(-,root,root)
-%doc AUTHORS README
 %license COPYING*
 %{python3_sitearch}/pycreg.so
 

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/libyal/libcreg</param>
                <param 
name="revision">1852cb6eb3a668756eea781ccdd0fc59d87827a1</param>
                <!-- see configure.ac -->
                <param name="versionformat">20210505</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  |   24 ------------------------
 configure.ac |   12 ------------
 2 files changed, 36 deletions(-)

Index: libcreg/Makefile.am
===================================================================
--- libcreg.orig/Makefile.am
+++ libcreg/Makefile.am
@@ -3,18 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = \
        include \
        common \
-       libcerror \
-       libcthreads \
-       libcdata \
-       libclocale \
-       libcnotify \
-       libcsplit \
-       libuna \
-       libcfile \
-       libcpath \
-       libbfio \
-       libfcache \
-       libfdata \
        libcreg \
        cregtools \
        pycreg \
@@ -76,18 +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)/libcreg && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
 
Index: libcreg/configure.ac
===================================================================
--- libcreg.orig/configure.ac
+++ libcreg/configure.ac
@@ -167,18 +167,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([libcreg/Makefile])
 AC_CONFIG_FILES([pycreg/Makefile])
 AC_CONFIG_FILES([pycreg-python2/Makefile])

Reply via email to