public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libcorrect] rawhide: Update source name to include project name and .tar.gz extension
@ 2026-06-07 13:02 David Auer
0 siblings, 0 replies; only message in thread
From: David Auer @ 2026-06-07 13:02 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-07 13:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 13:02 [rpms/libcorrect] rawhide: Update source name to include project name and .tar.gz extension David Auer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox