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/f3] f45: Update to 10.0
Date: Wed, 02 Sep 2026 02:31:20 GMT	[thread overview]
Message-ID: <178831628010.1.9328978032322740538.rpms-f3-e95d99887e9a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/f3
            Branch : f45
            Commit : e95d99887e9a198a62d68d5df944f426491167dd
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-08-23T00:40:08-03:00
            Stats  : +10/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/f3/c/e95d99887e9a198a62d68d5df944f426491167dd?branch=f45

            Log:
            Update to 10.0

Resolves: rhbz#2464522

---
diff --git a/.gitignore b/.gitignore
index 309178f..3664312 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /f3-7.0.zip
 /f3-8.0.zip
 /f3-9.0.zip
+/f3-10.0.zip

diff --git a/f3.spec b/f3.spec
index bd35d21..115434c 100644
--- a/f3.spec
+++ b/f3.spec
@@ -1,5 +1,5 @@
 Name:		f3
-Version:	9.0
+Version:	10.0
 Release:	%autorelease
 Summary:	Utility to test for fake flash drives and cards
 License:	GPL-3.0-only
@@ -20,17 +20,18 @@ analyze the files to determine whether the contents are corrupted, as
 happens with fake flash.
 
 %prep
-%setup -q
-sed -i -e 's/gcc/gcc $(CFLAGS)/' Makefile
+%autosetup -p1
 
 %build
-%make_build CFLAGS="%{optflags}" all extra
+%set_build_flags
+%make_build all extra
 
 %install
 install -d -m0755 %{buildroot}%{_bindir}
-install -p -m0755 f3read f3write f3probe f3brew f3fix %{buildroot}%{_bindir}
+install -p -m0755 build/f3read build/f3write build/f3probe build/f3brew build/f3fix %{buildroot}%{_bindir}
 install -d -m0755 %{buildroot}%{_mandir}/man1
-install -p -m0644 f3read.1 %{buildroot}%{_mandir}/man1
+install -p -m0644 man/f3read.1 %{buildroot}%{_mandir}/man1
+ln -s f3read.1 %{buildroot}%{_mandir}/man1/f3write.1
 
 %files
 %license LICENSE
@@ -41,6 +42,7 @@ install -p -m0644 f3read.1 %{buildroot}%{_mandir}/man1
 %{_bindir}/f3fix
 %{_bindir}/f3probe
 %{_mandir}/man1/f3read.1*
+%{_mandir}/man1/f3write.1*
 
 %changelog
 %autochangelog

diff --git a/sources b/sources
index 0c3ba9d..2dc78f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (f3-9.0.zip) = 7463eb3f71c5876e366b750fa7b73af86c00ec709c0a0f56ebc4ce49fbfd3e35ce55a74d8e7e85935c72e1258f20e22ca3a4ce5f03bfce696f7e3a70709ee06e
+SHA512 (f3-10.0.zip) = 4496e437ee546511dbd9d357c57513ccc82177c498b16f3e7e05048662d5c3e06b66de1ae57299e4eb46ed62e9e4ed5fdef8ee9af0c6a7d7213e90cd72a1feb6

                 reply	other threads:[~2026-09-02  2:31 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=178831628010.1.9328978032322740538.rpms-f3-e95d99887e9a@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