public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xdffileio] rawhide: FTBFS fix (rhbz#2505264)
Date: Fri, 07 Aug 2026 07:23:59 GMT	[thread overview]
Message-ID: <178608743986.1.12120706350106191380.rpms-xdffileio-62d42a9442a3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xdffileio
Branch : rawhide
Commit : 62d42a9442a3be0f53d1d4779670e0cbd141cc5d
Author : Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
Date   : 2026-08-07T10:23:43+03:00
Stats  : +28/-30 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/xdffileio/c/62d42a9442a3be0f53d1d4779670e0cbd141cc5d?branch=rawhide

Log:
FTBFS fix (rhbz#2505264)

---
diff --git a/.gitignore b/.gitignore
index 7f2182b..6fa4927 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xdffileio-0.3.tar.gz
+/xdffileio-*.tar.gz

diff --git a/sources b/sources
index 40b82ec..2ef5634 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e90c98526b51153e88086c05c3bc6ea  xdffileio-0.3.tar.gz
+SHA512 (xdffileio-0.3.tar.gz) = 496dff9dc3290b6a72c9944d68b98bcc6addc3e81266b25e0ac6d01f980c210e5073c3a19ff51b1132fc41877f0b52f81923948db30f3fb8f404d907f5299e65

diff --git a/xdffileio.spec b/xdffileio.spec
index 6fd736e..b13f5a8 100644
--- a/xdffileio.spec
+++ b/xdffileio.spec
@@ -1,16 +1,17 @@
-Name:           xdffileio
-Version:        0.3
-Release:        25%{?dist}
-Summary:        Unified interface to read/write EEG file format in realtime
+Name:		xdffileio
+Version:	0.3
+Release:	26%{?dist}
+Summary:	Unified interface to read/write EEG file format in realtime
 
-License:        LGPL-3.0-or-later
-URL:            http://cnbi.epfl.ch/software/xdffileio.html
-Source0:        https://github.com/nbourdau/xdffileio/archive/%{name}-%{version}.tar.gz
+License:	LGPL-3.0-or-later
+URL:		https://opensource.mindmaze.com/projects/xdffileio
+Source0:	https://github.com/mmlabs-mindmaze/xdffileio/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
 
-BuildRequires: make
-BuildRequires:  gcc
-BuildRequires:  automake autoconf
-BuildRequires:  gnulib-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gcc
+BuildRequires:	gnulib-devel
+BuildRequires:	make
 
 %description
 xdffileio provides a unified interface to read/write EEG file format in
@@ -19,37 +20,31 @@ to all supported file formats while minimizing the CPU cost on the main loop.
 It thus performs all the expensive operation (scaling, data convertion and
 file operation) in a separated thread.
 
-%package        devel
-Summary:        Development files for %{name}
-Requires:       %{name}%{?_isa} = %{version}-%{release}
+%package devel
+Summary:	Development files for %{name}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 
-%description    devel
+%description devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
 %autosetup -n %{name}-%{name}-%{version}
 
-%build
+%conf
 ./autogen.sh
+%configure
 
-%configure \
-%ifarch %{ix86}
-        CFLAGS='%{optflags} -march=pentium4'
-%endif
+%build
+%make_build
 
-%make_build V=1
+%check
+%make_build check -j1
 
 %install
 %make_install
-
-rm -f %{buildroot}%{_libdir}/lib%{name}.la
 rm -vrf %{buildroot}%{_docdir}/%{name}
 
-%check
-make check V=1
-rm -vrf doc/example/{.dirstamp,.deps,*.o}
-
 %ldconfig_scriptlets
 
 %files
@@ -58,13 +53,16 @@ rm -vrf doc/example/{.dirstamp,.deps,*.o}
 %{_libdir}/lib%{name}.so.*
 
 %files devel
-%doc doc/example/
+%doc doc/example
 %{_includedir}/xdfio.h
 %{_mandir}/man3/xdf_*.3*
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Aug 07 2026 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.3-26
+- FTBFS fix (rhbz#2505264)
+
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-25
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-08-07  7:23 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=178608743986.1.12120706350106191380.rpms-xdffileio-62d42a9442a3@fedoraproject.org \
    --to=ali.koroglu@oss.qualcomm.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