public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/f3] f45: Update to 10.0
@ 2026-09-02  2:31 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-09-02  2:31 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-02  2:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02  2:31 [rpms/f3] f45: Update to 10.0 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox