public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Auer <dreua@posteo.de>
To: git-commits@fedoraproject.org
Subject: [rpms/libcorrect] rawhide: Update source name to include project name and .tar.gz extension
Date: Sun, 07 Jun 2026 13:02:04 GMT	[thread overview]
Message-ID: <178083732490.1.16228741062925928889.rpms-libcorrect-880d9ab79bfc@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/libcorrect
            Branch : rawhide
            Commit : 880d9ab79bfc634edc3f805c41d9c70f96b47ec3
            Author : David Auer <dreua@posteo.de>
            Date   : 2026-06-07T00:13:43+02:00
            Stats  : +9/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/libcorrect/c/880d9ab79bfc634edc3f805c41d9c70f96b47ec3?branch=rawhide

            Log:
            Update source name to include project name and .tar.gz extension

Fix: https://bugzilla.redhat.com/show_bug.cgi?id=2427929

---
diff --git a/.gitignore b/.gitignore
index d1f01b3..e3e040b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /f5a28c74fba7a99736fe49d3a5243eca29517ae9
+/libcorrect-*.tar.gz

diff --git a/libcorrect.spec b/libcorrect.spec
index a02d956..5c35a92 100644
--- a/libcorrect.spec
+++ b/libcorrect.spec
@@ -4,12 +4,12 @@
 
 Name:           libcorrect
 Version:        0
-Release:        19.%{date}git%{gitcommit}%{?dist}
+Release:        20.%{date}git%{gitcommit}%{?dist}
 Summary:        C library for Convolutional codes and Reed-Solomon
 # Automatically converted from old format: BSD - review is highly recommended.
 License:        LicenseRef-Callaway-BSD
 URL:            https://github.com/quiet/libcorrect
-Source0:        %{url}/tarball/%{gitcommit_full}
+Source0:        %{url}/archive/%{gitcommit_full}/%{name}-%{gitcommit_full}.tar.gz
 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -35,7 +35,7 @@ This subpackage contains libraries and header files for developing
 applications that want to make use of libcorrect.
 
 %prep
-%autosetup -p1 -n quiet-%{name}-%{gitcommit}
+%autosetup -p1 -n %{name}-%{gitcommit_full}
 echo "set_property(TARGET correct PROPERTY SOVERSION 0.0.0)" >> CMakeLists.txt
 sed -e "s|DESTINATION lib|DESTINATION %{_lib}|" \
     -e '/CMAKE_C_FLAGS/d' \
@@ -66,6 +66,10 @@ export CMAKE_POLICY_VERSION_MINIMUM=3.5
 %{_libdir}/libcorrect.so
 
 %changelog
+* Sat Jun 06 2026 David Auer <dreua@posteo.de> - 0-20.20181010gitf5a28c7
+- Update source name to include project name and .tar.gz extension.
+  Fix: https://bugzilla.redhat.com/show_bug.cgi?id=2427929
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0-19.20181010gitf5a28c7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 260d613..81aade9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (f5a28c74fba7a99736fe49d3a5243eca29517ae9) = 625e3b03abb76f3f1b9a3c96f2516e6739f387af9f5182b08a83c008e2a7285065c687e919d493944483354e1d630a2d5756e69cdffd162a7e32b9f0056c1cce
+SHA512 (libcorrect-f5a28c74fba7a99736fe49d3a5243eca29517ae9.tar.gz) = 1367834c2a081e007b3eeeacb5bbe912617cce97cbd19d43193078f352fef103a54f030ef61a2def4ab7517476cf6be5d6a1736e43ae84913fe84a56340b69ce

                 reply	other threads:[~2026-06-07 13:02 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=178083732490.1.16228741062925928889.rpms-libcorrect-880d9ab79bfc@fedoraproject.org \
    --to=dreua@posteo.de \
    --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