public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mbuffer] rawhide: update to 20260511
Date: Tue, 02 Jun 2026 03:29:36 GMT [thread overview]
Message-ID: <178037097671.1.11703108285362056838.rpms-mbuffer-cbdb46a58235@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mbuffer
Branch : rawhide
Commit : cbdb46a58235116941ab88a979734bce49bb1956
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-06-02T00:29:26-03:00
Stats : +35/-37 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/mbuffer/c/cbdb46a58235116941ab88a979734bce49bb1956?branch=rawhide
Log:
update to 20260511
---
diff --git a/.gitignore b/.gitignore
index 4325a67..6fa59db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,32 +1 @@
-mbuffer-20100526.tgz
-/mbuffer-20110317.tgz
-/mbuffer-20110724.tgz
-/mbuffer-20121111.tgz
-/mbuffer-20130220.tgz
-/mbuffer-20140126.tgz
-/mbuffer.spec
-/mbuffer-20140310.tgz
-/mbuffer-20141227.tgz
-/mbuffer-20150412.tgz
-/mbuffer-20151002.tgz
-/mbuffer-20160228.tgz
-/mbuffer-20160613.tgz
-/mbuffer-20161115.tgz
-/mbuffer-20170515.tgz
-/mbuffer-20171011.tgz
-/mbuffer-20181119.tgz
-/mbuffer-20190127.tgz
-/mbuffer-20190725.tgz
-/mbuffer-20191016.tgz
-/mbuffer-20200505.tgz
-/mbuffer-20200929.tgz
-/mbuffer-20210209.tgz
-/mbuffer-20210328.tgz
-/mbuffer-20211018.tgz
-/mbuffer-20220418.tgz
-/mbuffer-20230301.tgz
-/mbuffer-20231216.tgz
-/mbuffer-20240107.tgz
-/mbuffer-20240707.tgz
-/mbuffer-20240929.tgz
-/mbuffer-20241007.tgz
+/mbuffer-*.tgz
diff --git a/0001-fix-x86-configure.patch b/0001-fix-x86-configure.patch
new file mode 100644
index 0000000..26e50c5
--- /dev/null
+++ b/0001-fix-x86-configure.patch
@@ -0,0 +1,20 @@
+diff -ruN mbuffer-20260511-orig/configure.in mbuffer-20260511/configure.in
+--- mbuffer-20260511-orig/configure.in 2026-05-11 17:19:26.000000000 -0300
++++ mbuffer-20260511/configure.in 2026-06-01 00:31:31.618676429 -0300
+@@ -154,8 +154,6 @@
+ if test -z "$OBJDUMP"; then
+ AC_MSG_WARN([unable to find objdump, which is needed to run tests])
+ else
+- cflags_tmp="${CFLAGS}"
+- CFLAGS="-O0"
+ AC_MSG_CHECKING([linking open() and write() to detect libc names])
+ AC_LINK_IFELSE([
+ AC_LANG_SOURCE([[
+@@ -192,7 +190,6 @@
+ ],
+ [AC_MSG_FAILURE([failed to link open/write test])]
+ )
+- CFLAGS="${cflags_tmp}"
+ fi
+
+
diff --git a/mbuffer.spec b/mbuffer.spec
index 4298364..05d6417 100644
--- a/mbuffer.spec
+++ b/mbuffer.spec
@@ -1,12 +1,13 @@
Name: mbuffer
-Version: 20241007
+Version: 20260511
Release: %autorelease
Summary: Measuring Buffer is an enhanced version of buffer
# Automatically converted from old format: GPLv3+ - review is highly recommended.
License: GPL-3.0-or-later
-URL: http://www.maier-komor.de/mbuffer.html
-Source0: http://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz
+URL: https://www.maier-komor.de/mbuffer.html
+Source: https://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz
+Patch: 0001-fix-x86-configure.patch
BuildRequires: autoconf
BuildRequires: automake
@@ -14,9 +15,11 @@ BuildRequires: gcc
BuildRequires: make
BuildRequires: mhash-devel
BuildRequires: mt-st
+BuildRequires: openssl
+BuildRequires: openssl-devel
%description
-Measuring Buffer is an enhanced version of buffer. It features displayof
+Measuring Buffer is an enhanced version of buffer. It features display of
throughput, memory-mapped file I/O for huge buffers, and multithreading.
%prep
@@ -27,6 +30,7 @@ throughput, memory-mapped file I/O for huge buffers, and multithreading.
# suppress detection of MD5_Init functions if openssl-devel
# is available on build system, let only mhash_init be
# detected if the md5 hash feature is enabled
+autoreconf -vfi
export ac_cv_search_MD5_Init=no
%configure
%make_build
@@ -35,6 +39,11 @@ export ac_cv_search_MD5_Init=no
%make_install
rm -rf %{buildroot}/usr/etc/mbuffer.rc
+# tests disabled for now due memory error
+# mbuffer: fatal: Cannot address so much memory (17179869184*1023)
+# check
+# make_build check
+
%files
%doc AUTHORS ChangeLog NEWS README
%license LICENSE
diff --git a/sources b/sources
index 0d28be3..d449678 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mbuffer-20241007.tgz) = cb8f9e962510030f8e1500dcd21a556b73144c445bc12ece3915df201fa5e8849c183546c7ce700e06d1c734c0fdf36e31046ac984e232b64f9b019b54e1ddd2
+SHA512 (mbuffer-20260511.tgz) = 5b18e55db47aed2766b0b6b893c2523cff2d45f6a19235012f4197aa54a72df91d621d91c7577a027479a971fe4c0193df5c725c19f7688dfd01b2cc52b5e5dc
reply other threads:[~2026-06-02 3:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178037097671.1.11703108285362056838.rpms-mbuffer-cbdb46a58235@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox