commit libcdatetime for openSUSE:Factory

2024-04-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdatetime for openSUSE:Factory 
checked in at 2024-04-15 20:17:13

Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.libcdatetime.new.26366 (New)


Package is "libcdatetime"

Mon Apr 15 20:17:13 2024 rev:12 rq:1167635 version:20240414

Changes:

--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes
2024-03-14 17:47:03.433824635 +0100
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.26366/libcdatetime.changes 
2024-04-15 20:23:33.263877918 +0200
@@ -1,0 +2,6 @@
+Sun Apr 14 08:40:41 UTC 2024 - Jan Engelhardt 
+
+- Update to release 20240414
+  * No changelog was provided
+
+---

Old:

  libcdatetime-alpha-20240104.tar.gz
  libcdatetime-alpha-20240104.tar.gz.asc

New:

  libcdatetime-alpha-20240414.tar.gz
  libcdatetime-alpha-20240414.tar.gz.asc



Other differences:
--
++ libcdatetime.spec ++
--- /var/tmp/diff_new_pack.NAyJBN/_old  2024-04-15 20:23:33.707894265 +0200
+++ /var/tmp/diff_new_pack.NAyJBN/_new  2024-04-15 20:23:33.707894265 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libcdatetime1
 Name:   libcdatetime
-Version:20240104
+Version:20240414
 Release:0
 Summary:Library for C date and time functions
 License:LGPL-3.0-or-later
@@ -29,7 +29,7 @@
 Source9:%name.keyring
 BuildRequires:  c_compiler
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcerror) >= 20240101
+BuildRequires:  pkgconfig(libcerror) >= 20240413
 # Various notes: https://en.opensuse.org/libyal
 
 %description

++ libcdatetime-alpha-20240104.tar.gz -> libcdatetime-alpha-20240414.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcdatetime-20240104/Makefile.am 
new/libcdatetime-20240414/Makefile.am
--- old/libcdatetime-20240104/Makefile.am   2023-12-03 09:58:30.0 
+0100
+++ new/libcdatetime-20240414/Makefile.am   2024-04-14 06:09:37.0 
+0200
@@ -38,8 +38,15 @@
$(PKGCONFIG_FILES) \
$(SPEC_FILES)
 
-MAINTAINERCLEANFILES = \
-   Makefile.in
+DISTCLEANFILES = \
+   config.status \
+   config.cache \
+   config.log \
+   libcdatetime.pc \
+   libcdatetime.spec \
+   Makefile \
+   Makefile.in \
+   po/Makevars
 
 pkgconfigdir = $(libdir)/pkgconfig
 
@@ -57,15 +64,3 @@
cd $(srcdir)/libcdatetime && $(MAKE) $(AM_MAKEFLAGS)
cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)
 
-distclean: clean
-   -rm -f Makefile
-   -rm -f config.status
-   -rm -f config.cache
-   -rm -f config.log
-   -rm -f libcdatetime.pc
-   -rm -f libcdatetime.spec
-   @for dir in ${subdirs}; do \
-   (cd $$dir && $(MAKE) distclean) \
-   || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
-   done && test -z "$$fail"
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcdatetime-20240104/Makefile.in 
new/libcdatetime-20240414/Makefile.in
--- old/libcdatetime-20240104/Makefile.in   2024-01-04 06:00:36.0 
+0100
+++ new/libcdatetime-20240414/Makefile.in   2024-04-14 06:14:24.0 
+0200
@@ -455,8 +455,15 @@
$(PKGCONFIG_FILES) \
$(SPEC_FILES)
 
-MAINTAINERCLEANFILES = \
-   Makefile.in
+DISTCLEANFILES = \
+   config.status \
+   config.cache \
+   config.log \
+   libcdatetime.pc \
+   libcdatetime.spec \
+   Makefile \
+   Makefile.in \
+   po/Makevars
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = \
@@ -879,15 +886,18 @@
 distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+   -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-   -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-recursive
 
 clean-am: clean-generic clean-libtool mostlyclean-am
 
+distclean: distclean-recursive
+   -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+   -rm -f Makefile
 distclean-am: clean-am distclean-generic distclean-libtool \
distclean-tags
 
@@ -993,18 +1003,6 @@
cd $(srcdir)/libcdatetime && $(MAKE) $(AM_MAKEFLAGS)
cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)
 
-distclean: clean
-   -rm -f Makefile
-   -rm -f config.status
-   -rm 

commit libcdatetime for openSUSE:Factory

2024-03-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdatetime for openSUSE:Factory 
checked in at 2024-03-14 17:45:23

Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.libcdatetime.new.1905 (New)


Package is "libcdatetime"

Thu Mar 14 17:45:23 2024 rev:11 rq:1157903 version:20240104

Changes:

--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes
2024-01-05 21:46:00.560367763 +0100
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.1905/libcdatetime.changes  
2024-03-14 17:47:03.433824635 +0100
@@ -1,0 +2,5 @@
+Thu Mar 14 09:06:05 UTC 2024 - Jan Engelhardt 
+
+- Specfile modernization
+
+---



Other differences:
--
++ libcdatetime.spec ++
--- /var/tmp/diff_new_pack.tPLOhp/_old  2024-03-14 17:47:04.105849308 +0100
+++ /var/tmp/diff_new_pack.tPLOhp/_new  2024-03-14 17:47:04.109849455 +0100
@@ -30,6 +30,7 @@
 BuildRequires:  c_compiler
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcerror) >= 20240101
+# Various notes: https://en.opensuse.org/libyal
 
 %description
 Library for C date and time functions.
@@ -69,8 +70,7 @@
 %make_install
 find %buildroot -type f -name "*.la" -delete -print
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%ldconfig_scriptlets -n %lname
 
 %files -n %lname
 %license COPYING*


commit libcdatetime for openSUSE:Factory

2024-01-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdatetime for openSUSE:Factory 
checked in at 2024-01-05 21:43:33

Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.libcdatetime.new.28375 (New)


Package is "libcdatetime"

Fri Jan  5 21:43:33 2024 rev:10 rq:1136949 version:20240104

Changes:

--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes
2023-01-15 17:58:18.306252404 +0100
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.28375/libcdatetime.changes 
2024-01-05 21:46:00.560367763 +0100
@@ -1,0 +2,6 @@
+Thu Jan  4 17:09:49 UTC 2024 - Jan Engelhardt 
+
+- Update to release 20240104
+  * No changelog was provided
+
+---

Old:

  libcdatetime-alpha-20230115.tar.gz
  libcdatetime-alpha-20230115.tar.gz.asc

New:

  libcdatetime-alpha-20240104.tar.gz
  libcdatetime-alpha-20240104.tar.gz.asc



Other differences:
--
++ libcdatetime.spec ++
--- /var/tmp/diff_new_pack.Cvb4JI/_old  2024-01-05 21:46:01.856415192 +0100
+++ /var/tmp/diff_new_pack.Cvb4JI/_new  2024-01-05 21:46:01.860415338 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdatetime
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libcdatetime1
 Name:   libcdatetime
-Version:20230115
+Version:20240104
 Release:0
 Summary:Library for C date and time functions
 License:LGPL-3.0-or-later
@@ -29,7 +29,7 @@
 Source9:%name.keyring
 BuildRequires:  c_compiler
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcerror) >= 20220101
+BuildRequires:  pkgconfig(libcerror) >= 20240101
 
 %description
 Library for C date and time functions.

++ libcdatetime-alpha-20230115.tar.gz -> libcdatetime-alpha-20240104.tar.gz 
++
 2545 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdatetime-20230115/AUTHORS new/libcdatetime-20240104/AUTHORS
--- old/libcdatetime-20230115/AUTHORS   2023-01-15 07:36:13.0 +0100
+++ new/libcdatetime-20240104/AUTHORS   2024-01-04 05:59:16.0 +0100
@@ -1,4 +1,4 @@
 Acknowledgements: libcdatetime
 
-Copyright (C) 2013-2023, Joachim Metz 
+Copyright (C) 2013-2024, Joachim Metz 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdatetime-20230115/Makefile.am new/libcdatetime-20240104/Makefile.am
--- old/libcdatetime-20230115/Makefile.am   2017-04-12 06:10:02.0 
+0200
+++ new/libcdatetime-20240104/Makefile.am   2023-12-03 09:58:30.0 
+0100
@@ -58,20 +58,14 @@
cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)
 
 distclean: clean
-   /bin/rm -f Makefile
-   /bin/rm -f config.status
-   /bin/rm -f config.cache
-   /bin/rm -f config.log
-   /bin/rm -f libcdatetime.pc
-   /bin/rm -f libcdatetime.spec
+   -rm -f Makefile
+   -rm -f config.status
+   -rm -f config.cache
+   -rm -f config.log
+   -rm -f libcdatetime.pc
+   -rm -f libcdatetime.spec
@for dir in ${subdirs}; do \
(cd $$dir && $(MAKE) distclean) \
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
 
-splint:
-   (cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
-   (cd $(srcdir)/libcdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
-   (cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
-   (cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdatetime-20230115/common/Makefile.am 
new/libcdatetime-20240104/common/Makefile.am
--- old/libcdatetime-20230115/common/Makefile.am2023-01-15 
07:36:12.0 +0100

commit libcdatetime for openSUSE:Factory

2023-01-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdatetime for openSUSE:Factory 
checked in at 2023-01-15 17:58:12

Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.libcdatetime.new.32243 (New)


Package is "libcdatetime"

Sun Jan 15 17:58:12 2023 rev:9 rq:1058442 version:20230115

Changes:

--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes
2022-11-28 11:06:03.455459278 +0100
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.32243/libcdatetime.changes 
2023-01-15 17:58:18.306252404 +0100
@@ -1,0 +2,6 @@
+Sun Jan 15 10:25:55 UTC 2023 - Jan Engelhardt 
+
+- Update to release 202301015
+  * No changelog was provided
+
+---

Old:

  libcdatetime-alpha-20220104.tar.gz
  libcdatetime-alpha-20220104.tar.gz.asc

New:

  libcdatetime-alpha-20230115.tar.gz
  libcdatetime-alpha-20230115.tar.gz.asc



Other differences:
--
++ libcdatetime.spec ++
--- /var/tmp/diff_new_pack.GqAMzt/_old  2023-01-15 17:58:19.366258696 +0100
+++ /var/tmp/diff_new_pack.GqAMzt/_new  2023-01-15 17:58:19.370258720 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdatetime
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libcdatetime1
 Name:   libcdatetime
-Version:20220104
+Version:20230115
 Release:0
 Summary:Library for C date and time functions
 License:LGPL-3.0-or-later
@@ -36,11 +36,11 @@
 
 Part of the libyal library family.
 
-%package -n %{lname}
+%package -n %lname
 Summary:Library for C date and time functions
 Group:  System/Libraries
 
-%description -n %{lname}
+%description -n %lname
 Library for C date and time functions.
 
 libcdatetime is a low level member of the libyal library family.
@@ -48,7 +48,7 @@
 %package devel
 Summary:Development files for libcdatetime, a PFF/OFF file format 
library
 Group:  Development/Libraries/C and C++
-Requires:   %{lname} = %{version}
+Requires:   %lname = %version
 
 %description devel
 libcdatetime is a library C date and time functions.
@@ -67,20 +67,20 @@
 
 %install
 %make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+find %buildroot -type f -name "*.la" -delete -print
 
-%post   -n %{lname} -p /sbin/ldconfig
-%postun -n %{lname} -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n %{lname}
+%files -n %lname
 %license COPYING*
-%{_libdir}/libcdatetime.so.*
+%_libdir/libcdatetime.so.*
 
 %files devel
-%{_includedir}/libcdatetime.h
-%{_includedir}/libcdatetime/
-%{_libdir}/libcdatetime.so
-%{_libdir}/pkgconfig/libcdatetime.pc
-%{_mandir}/man3/libcdatetime.3*
+%_includedir/libcdatetime.h
+%_includedir/libcdatetime/
+%_libdir/libcdatetime.so
+%_libdir/pkgconfig/libcdatetime.pc
+%_mandir/man3/libcdatetime.3*
 
 %changelog

++ libcdatetime-alpha-20220104.tar.gz -> libcdatetime-alpha-20230115.tar.gz 
++
 30828 lines of diff (skipped)


commit libcdatetime for openSUSE:Factory

2022-11-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdatetime for openSUSE:Factory 
checked in at 2022-11-28 11:06:00

Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.libcdatetime.new.1597 (New)


Package is "libcdatetime"

Mon Nov 28 11:06:00 2022 rev:8 rq:1038443 version:20220104

Changes:

--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes
2022-08-09 15:28:50.209708238 +0200
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.1597/libcdatetime.changes  
2022-11-28 11:06:03.455459278 +0100
@@ -1,0 +2,6 @@
+Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt 
+
+- Delete system-libs.patch (not needed - system libs are
+  autodetected)
+
+---

Old:

  system-libs.patch



Other differences:
--
++ libcdatetime.spec ++
--- /var/tmp/diff_new_pack.Y8n6Hz/_old  2022-11-28 11:06:03.959461747 +0100
+++ /var/tmp/diff_new_pack.Y8n6Hz/_new  2022-11-28 11:06:03.967461786 +0100
@@ -27,12 +27,9 @@
 Source: 
https://github.com/libyal/libcdatetime/releases/download/%version/libcdatetime-alpha-%version.tar.gz
 Source2:
https://github.com/libyal/libcdatetime/releases/download/%version/libcdatetime-alpha-%version.tar.gz.asc
 Source9:%name.keyring
-Patch1: system-libs.patch
 BuildRequires:  c_compiler
-BuildRequires:  gettext-tools >= 0.18.1
-BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcerror) >= 20201121
+BuildRequires:  pkgconfig(libcerror) >= 20220101
 
 %description
 Library for C date and time functions.
@@ -63,10 +60,9 @@
 %autosetup -p1
 
 %build
-autoreconf -fi
-# see libcdata for version-sc
 echo "V_%version { global: *; };" >v.sym
 %configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym"
+grep '  local' config.log && exit 1
 %make_build
 
 %install


commit libcdatetime for openSUSE:Factory

2022-08-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdatetime for openSUSE:Factory 
checked in at 2022-08-09 15:28:16

Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.libcdatetime.new.1521 (New)


Package is "libcdatetime"

Tue Aug  9 15:28:16 2022 rev:7 rq:993969 version:20220104

Changes:

--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes
2022-01-08 23:24:44.230286398 +0100
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.1521/libcdatetime.changes  
2022-08-09 15:28:50.209708238 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 11:37:44 UTC 2022 - Jan Engelhardt 
+
+- Add forced symvers
+
+---



Other differences:
--
++ libcdatetime.spec ++
--- /var/tmp/diff_new_pack.NxKLnv/_old  2022-08-09 15:28:50.649709496 +0200
+++ /var/tmp/diff_new_pack.NxKLnv/_new  2022-08-09 15:28:50.657709518 +0200
@@ -64,7 +64,9 @@
 
 %build
 autoreconf -fi
-%configure --disable-static
+# see libcdata for version-sc
+echo "V_%version { global: *; };" >v.sym
+%configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym"
 %make_build
 
 %install


commit libcdatetime for openSUSE:Factory

2022-01-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdatetime for openSUSE:Factory 
checked in at 2022-01-08 23:24:04

Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.libcdatetime.new.1892 (New)


Package is "libcdatetime"

Sat Jan  8 23:24:04 2022 rev:6 rq:944880 version:20220104

Changes:

--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes
2021-06-11 00:18:11.829267233 +0200
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.1892/libcdatetime.changes  
2022-01-08 23:24:44.230286398 +0100
@@ -1,0 +2,6 @@
+Tue Jan  4 10:29:14 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220104
+  * No changelog was provided
+
+---

Old:

  _service
  libcdatetime-20210512.tar.xz

New:

  libcdatetime-alpha-20220104.tar.gz
  libcdatetime-alpha-20220104.tar.gz.asc
  libcdatetime.keyring



Other differences:
--
++ libcdatetime.spec ++
--- /var/tmp/diff_new_pack.gKPNgK/_old  2022-01-08 23:24:44.778286846 +0100
+++ /var/tmp/diff_new_pack.gKPNgK/_new  2022-01-08 23:24:44.786286852 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdatetime
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
 
 %define lname  libcdatetime1
 Name:   libcdatetime
-Version:20210512
+Version:20220104
 Release:0
 Summary:Library for C date and time functions
 License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
 URL:https://github.com/libyal/libcdatetime
-Source: %{name}-%{version}.tar.xz
+Source: 
https://github.com/libyal/libcdatetime/releases/download/%version/libcdatetime-alpha-%version.tar.gz
+Source2:
https://github.com/libyal/libcdatetime/releases/download/%version/libcdatetime-alpha-%version.tar.gz.asc
+Source9:%name.keyring
 Patch1: system-libs.patch
 BuildRequires:  c_compiler
 BuildRequires:  gettext-tools >= 0.18.1
@@ -61,7 +63,7 @@
 %autosetup -p1
 
 %build
-if [ ! -e configure ]; then ./autogen.sh; fi
+autoreconf -fi
 %configure --disable-static
 %make_build
 


commit libcdatetime for openSUSE:Factory

2021-06-10 Thread Source-Sync
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 
+
+- 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 ++


git
https://github.com/libyal/libcdatetime
40e98e839299411c527ee9b88895f4589b76b847

20210512


*.tar
xz



++ system-libs.patch ++
From: Jan Engelhardt 
Date: 2021-05-12 17:36:02.536572543 +0200

Some