This is the second time I've run into this issue. Specifically there seems to be a build without a commit so I had to bump the release a second time.

I can see here where the 2nd rebuild bumped the release to 0.4 but git pull doesn't retrieve this commit:

https://src.fedoraproject.org/rpms/freeimage/c/f25f07cd134eeb349f95e2ecb72cb6fbfaa7cda5?branch=rawhide

I have since bumed the release again and pushed it but it's not showing up.

commit 49efbd8bc23b44e5bdf417a96ef174c31ccca359 (HEAD -> rawhide, origin/rawhide, origin/HEAD)
Author: Richard Shaw <hobbes1069@gmail.com>
Date:   Sun Aug 1 19:57:58 2021 -0500

    Bump release for bad mass rebuild commit.

I can see my commit in the log but it's not actually "there":

commit 49efbd8bc23b44e5bdf417a96ef174c31ccca359 (HEAD -> rawhide, origin/rawhide, origin/HEAD)
Author: Richard Shaw <hobbes1069@gmail.com>
Date:   Sun Aug 1 19:57:58 2021 -0500

    Bump release for bad mass rebuild commit.

$ git show 49efbd8bc23b44e5bdf417a96ef174c31ccca359
commit 49efbd8bc23b44e5bdf417a96ef174c31ccca359 (HEAD -> rawhide, origin/rawhide, origin/HEAD)
Author: Richard Shaw <hobbes1069@gmail.com>
Date:   Sun Aug 1 19:57:58 2021 -0500

    Bump release for bad mass rebuild commit.

diff --git a/freeimage.spec b/freeimage.spec
index 0702698..7059274 100644
--- a/freeimage.spec
+++ b/freeimage.spec
@@ -6,7 +6,7 @@
 
 Name:           freeimage
 Version:        3.19.0
-Release:        0.4%{?svn_rev:.svn%svn_rev}%{?dist}
+Release:        0.5%{?svn_rev:.svn%svn_rev}%{?dist}
 Summary:        Multi-format image decoder library
 
 # freeimage is tripple-licensed, see
@@ -156,6 +156,9 @@ ldconfig -n %{buildroot}%{_libdir}
 
 
 %changelog
+* Mon Aug 02 2021 Richard Shaw <hobbes1069@gmail.com> - 3.19.0-0.5.svn1859
+- Bump release for bad mass rebuild commit.

But this does not show here even though I've pushed it:

https://src.fedoraproject.org/rpms/freeimage/commits/rawhide

WTF?!?!?

Here's the error during the build:

$ git clone -n https://src.fedoraproject.org/rpms/freeimage.git /var/lib/mock/f35-build-28911845-3916986/root/chroot_tmpdir/scmroot/freeimage
Cloning into '/var/lib/mock/f35-build-28911845-3916986/root/chroot_tmpdir/scmroot/freeimage'...
$ git reset --hard 49efbd8bc23b44e5bdf417a96ef174c31ccca359
fatal: Could not parse object '49efbd8bc23b44e5bdf417a96ef174c31ccca359'.

Thanks,
Richard