Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libcdatetime"

Fri Jun 11 00:18:05 2021 rev:5 rq:898222 version:20210512

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes        
2020-12-28 00:29:00.601791036 +0100
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.32437/libcdatetime.changes     
2021-06-11 00:18:11.829267233 +0200
@@ -1,0 +2,7 @@
+Wed May 12 16:31:30 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to snapshot 20210512 (40e98e83)
+  * No changelog was provided
+- Add system-libs.patch
+
+-------------------------------------------------------------------

Old:
----
  libcdatetime-alpha-20200510.tar.gz

New:
----
  _service
  libcdatetime-20210512.tar.xz
  system-libs.patch

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

Other differences:
------------------
++++++ libcdatetime.spec ++++++
--- /var/tmp/diff_new_pack.VXDwBg/_old  2021-06-11 00:18:12.333268108 +0200
+++ /var/tmp/diff_new_pack.VXDwBg/_new  2021-06-11 00:18:12.337268115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdatetime
 #
-# 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,34 @@
 
 
 %define lname  libcdatetime1
-%define timestamp 20200510
 Name:           libcdatetime
-Version:        0~%{timestamp}
+Version:        20210512
 Release:        0
-Summary:        Library for cross-platform C date and time functions
+Summary:        Library for C date and time functions
 License:        LGPL-3.0-or-later
 Group:          Productivity/File utilities
-URL:            https://github.com/libyal/libcdatetime/wiki
-Source:         
https://github.com/libyal/libcdatetime/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
+URL:            https://github.com/libyal/libcdatetime
+Source:         %{name}-%{version}.tar.xz
+Patch1:         system-libs.patch
+BuildRequires:  c_compiler
+BuildRequires:  gettext-tools >= 0.18.1
+BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
-BuildRequires:  pkgconfig(libcerror) >= 20140105
-BuildRequires:  pkgconfig(libcstring) >= 20120425
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(libcerror) >= 20201121
 
 %description
-Library for cross-platform C date and time functions.  Part of the libyal 
library family.
+Library for C date and time functions.
+
+Part of the libyal library family.
 
 %package -n %{lname}
-Summary:        Library for cross-platform C date and time functions
+Summary:        Library for C date and time functions
 Group:          System/Libraries
 
 %description -n %{lname}
-Library for cross-platform C date and time functions.  libcdatetime is a low 
level member of the libyal library family.
+Library for C date and time functions.
+
+libcdatetime is a low level member of the libyal library family.
 
 %package devel
 Summary:        Development files for libcdatetime, a PFF/OFF file format 
library
@@ -48,36 +52,31 @@
 Requires:       %{lname} = %{version}
 
 %description devel
-libcdatetime is a library cross-platform C date and time functions.  
+libcdatetime is a library C date and time functions.
 
 This subpackage contains libraries and header files for developing
 applications that want to make use of libcdatetime.
 
 %prep
-%setup -q -n libcdatetime-%{timestamp}
+%autosetup -p1
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python
-make %{?_smp_mflags}
+if [ ! -e configure ]; then ./autogen.sh; fi
+%configure --disable-static
+%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 
+%license COPYING*
 %{_libdir}/libcdatetime.so.*
 
 %files devel
-%defattr(-,root,root)
-%doc AUTHORS README ChangeLog
-%license COPYING 
 %{_includedir}/libcdatetime.h
 %{_includedir}/libcdatetime/
 %{_libdir}/libcdatetime.so

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/libyal/libcdatetime</param>
                <param 
name="revision">40e98e839299411c527ee9b88895f4589b76b847</param>
                <!-- see configure.ac -->
                <param name="versionformat">20210512</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  |    2 --
 configure.ac |    1 -
 2 files changed, 3 deletions(-)

Index: libcdatetime/Makefile.am
===================================================================
--- libcdatetime.orig/Makefile.am
+++ libcdatetime/Makefile.am
@@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = \
        include \
        common \
-       libcerror \
        libcdatetime \
        po \
        manuals \
@@ -53,7 +52,6 @@ lib: library
 
 library:
        cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS)
-       cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS)
        cd $(srcdir)/libcdatetime && $(MAKE) $(AM_MAKEFLAGS)
        cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)
 
Index: libcdatetime/configure.ac
===================================================================
--- libcdatetime.orig/configure.ac
+++ libcdatetime/configure.ac
@@ -91,7 +91,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([libcdatetime/Makefile])
 AC_CONFIG_FILES([po/Makefile.in])
 AC_CONFIG_FILES([po/Makevars])

Reply via email to