diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2023-10-14 23:22:31 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2023-10-14 23:22:31 +0800 |
commit | 2869e1a3459971d827200da0ce9b8bec8c97b08c (patch) | |
tree | a1750d50fa0a14a44789a4f2c523ac3aab21f815 /tcc | |
parent | ddd7acfdd34e748f617e6be06b6331bc30ffe3e2 (diff) | |
download | copr-rpm-spec-2869e1a3459971d827200da0ce9b8bec8c97b08c.tar copr-rpm-spec-2869e1a3459971d827200da0ce9b8bec8c97b08c.tar.gz copr-rpm-spec-2869e1a3459971d827200da0ce9b8bec8c97b08c.tar.bz2 copr-rpm-spec-2869e1a3459971d827200da0ce9b8bec8c97b08c.tar.lz copr-rpm-spec-2869e1a3459971d827200da0ce9b8bec8c97b08c.tar.xz copr-rpm-spec-2869e1a3459971d827200da0ce9b8bec8c97b08c.tar.zst copr-rpm-spec-2869e1a3459971d827200da0ce9b8bec8c97b08c.zip |
tcc: Update to the latest git snapshot
Diffstat (limited to 'tcc')
-rw-r--r-- | tcc/tcc/tcc.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tcc/tcc/tcc.spec b/tcc/tcc/tcc.spec index a188a8c..16dbe3e 100644 --- a/tcc/tcc/tcc.spec +++ b/tcc/tcc/tcc.spec @@ -10,13 +10,13 @@ %global debug_package %{nil} %endif -%global date 20230415 -%global gitrev 6a24b762d3e1086dcffd002c68cb5ca3a33a5c6d +%global date 20231008 +%global gitrev 08c777053cb3b7f4f5d33bb0beeb82787d30ebe0 %global shortgitrev %(c=%{gitrev}; echo "${c:0:7}") Name: %{pkg_fullname} Version: 0.9.28 -Release: 0.5.%{date}git%{shortgitrev}%{?dist} +Release: 0.6.%{date}git%{shortgitrev}%{?dist} Summary: Tiny C Compiler License: LGPLv2 @@ -140,6 +140,9 @@ fi %changelog +* Sat Oct 14 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.9.28-0.6.20231008git08c7770 +- Update to the latest git snapshot + * Tue Apr 18 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.9.28-0.5.20230415git6a24b76 - Update to the latest git snapshot |