Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package filebench for openSUSE:Factory checked in at 2023-06-22 23:27:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filebench (Old) and /work/SRC/openSUSE:Factory/.filebench.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filebench" Thu Jun 22 23:27:09 2023 rev:5 rq:1094689 version:1.4.9.1+git.20200220 Changes: -------- --- /work/SRC/openSUSE:Factory/filebench/filebench.changes 2020-11-24 22:14:41.831618859 +0100 +++ /work/SRC/openSUSE:Factory/.filebench.new.15902/filebench.changes 2023-06-22 23:27:55.634412612 +0200 @@ -1,0 +2,16 @@ +Thu Jun 22 15:10:30 UTC 2023 - Martin Pluskal <[email protected]> + +- Update to version 1.4.9.1+git.20200220: + * Fix issue #138 + * check fs_readonly flag in fileset_alloc_file + * Update procflow.c + * wifcontinued + * Fix filebench build on FreeBSD + * fix off-by-one error in shm_bitmap + * Removing obsolute attributes from oltp.f workload + * Fixing netsfs.f workload + * Perform complete random variable initialization +- Drop no longer needed: + * make-dofile-global.patch + +------------------------------------------------------------------- Old: ---- filebench-1.4.9.1.tar.gz make-dofile-global.patch New: ---- _service _servicedata filebench-1.4.9.1+git.20200220.obscpio filebench-1.4.9.1+git.20200220.tar.gz filebench.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filebench.spec ++++++ --- /var/tmp/diff_new_pack.PtObH8/_old 2023-06-22 23:27:56.134415162 +0200 +++ /var/tmp/diff_new_pack.PtObH8/_new 2023-06-22 23:27:56.138415182 +0200 @@ -1,7 +1,7 @@ # # spec file for package filebench # -# Copyright (c) 2020 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 @@ -17,19 +17,18 @@ Name: filebench -Version: 1.4.9.1 +Version: 1.4.9.1+git.20200220 Release: 0 Summary: File system and storage benchmark License: CDDL-1.0 -Group: System/Benchmark URL: https://github.com/filebench/filebench/wiki -Source0: https://github.com/filebench/filebench/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz Source1: %{name}.1 -Patch0: make-dofile-global.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison BuildRequires: flex +BuildRequires: libtool %description Filebench is a file system and storage benchmark that allows to generate a @@ -41,23 +40,28 @@ deploying real applications. It is also a handy tool for micro-benchmarking. %prep -%autosetup -p0 +%autosetup %build +mkdir m4 autoreconf -fiv -%configure +%configure \ + --enable-static=no %make_build %install %make_install install -Dpm 0644 %{SOURCE1} \ %{buildroot}%{_mandir}/man1/%{name}.1 +find %{buildroot} -type f -name "*.la" -delete -print %files %license COPYING LICENSE -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS ChangeLog NEWS README %{_bindir}/%{name} %{_datadir}/%{name}/ +%dir %{_libdir}/%{name} +%{_libdir}/%{name}/* %{_mandir}/man1/%{name}.1%{?ext_man} %changelog ++++++ _service ++++++ <services> <service mode="disabled" name="obs_scm"> <param name="url">https://github.com/filebench/filebench.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">filebench</param> <param name="versionformat">1.4.9.1+git.%cd</param> </service> <service mode="disabled" name="set_version"/> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/filebench/filebench.git</param> <param name="changesrevision">22620e602cbbebad90c0bd041896ebccf70dbf5f</param></service></servicedata> (No newline at EOF) ++++++ filebench.obsinfo ++++++ name: filebench version: 1.4.9.1+git.20200220 mtime: 1582227381 commit: 22620e602cbbebad90c0bd041896ebccf70dbf5f
