public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libclc] f45: libclc is now built as part of the llvm package
@ 2026-09-21 12:36 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-21 12:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libclc
Branch : f45
Commit : 995a9f8b597d226559b02bd12e3ee5ce70199ec4
Author : Timm Bäder <tbaeder@redhat.com>
Date   : 2026-09-21T14:36:04+02:00
Stats  : +1/-668 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/libclc/c/995a9f8b597d226559b02bd12e3ee5ce70199ec4?branch=f45

Log:
libclc is now built as part of the llvm package

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 30fd945..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/libclc-*.tar.xz
-/libclc-*.tar.gz
-/libclc-*.tar.xz.sig
-/libclc-*.src.rpm
-/llvm-project-*.src.tar.xz
-/llvm-project-*.src.tar.xz.sig

diff --git a/.packit.yaml b/.packit.yaml
deleted file mode 100644
index bafcf14..0000000
--- a/.packit.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-# We want to use the following Packit functions in the llvm package:
-# pull_from_upstream
-
-# See the documentation for more information:
-# https://packit.dev/docs/configuration/
-
-specfile_path: libclc.spec
-
-# name in upstream package repository or registry (e.g. in PyPI)
-upstream_package_name: llvm
-upstream_tag_template: llvmorg-{version}
-# downstream (Fedora) RPM package name
-downstream_package_name: libclc
-prerelease_suffix_pattern: "([.\\-_]?)(a(lpha)?|b(eta)?|r?c|pre(view)?)([.\\-_]?\\d+)?"
-prerelease_suffix_macro: prerel
-
-# Do not create README.packit.
-create_sync_note: false
-
-jobs:
-  - job: pull_from_upstream
-    trigger: release
-    dist_git_branches:
-      # We try to keep fedora-latest in sync with fedora-rawhide with
-      # fast-forward merges. For that reason, we only update fedora-rawhide.
-      - fedora-rawhide
-
-# We avoid to use koji_build and bodhi_update because llvm updates are
-# frequently provided via side-tags due to the impact to other packages.

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..dc4c743
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+libclc is now built as part of the llvm package

diff --git a/libclc.spec b/libclc.spec
deleted file mode 100644
index a5d4389..0000000
--- a/libclc.spec
+++ /dev/null
@@ -1,501 +0,0 @@
-# this stop us generating an empty debuginfo
-%global debug_package %{nil}
-
-%global shortname clc
-%global libclc_version 22.1.8
-#global rc_ver 3
-%global src_tarball_dir llvm-project-%{libclc_version}%{?rc_ver:-rc%{rc_ver}}.src
-
-Name:           libclc
-Version:        %{libclc_version}%{?rc_ver:~rc%{rc_ver}}
-Release:        2%{?dist}
-Summary:        An open source implementation of the OpenCL 1.1 library requirements
-
-License:        Apache-2.0 WITH LLVM-exception OR NCSA OR MIT
-URL:            https://libclc.llvm.org
-Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libclc_version}%{?rc_ver:-rc%{rc_ver}}/%{src_tarball_dir}.tar.xz
-Source1:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libclc_version}%{?rc_ver:-rc%{rc_ver}}/%{src_tarball_dir}.tar.xz.sig
-Source2:        release-keys.asc
-
-BuildRequires:  clang-devel >= %{version}
-BuildRequires:  libedit-devel
-BuildRequires:  llvm-devel >= %{version}
-BuildRequires:  python-unversioned-command
-BuildRequires:  zlib-devel
-BuildRequires:  cmake
-BuildRequires:  spirv-llvm-translator-tools
-
-# For signature verification
-BuildRequires:  gnupg2
-
-Requires:       %{name}-spirv%{?_isa} = %{version}-%{release}
-
-%description
-libclc is an open source, BSD licensed implementation of the library
-requirements of the OpenCL C programming language, as specified by the
-OpenCL 1.1 Specification. The following sections of the specification
-impose library requirements:
-
-  * 6.1: Supported Data Types
-  * 6.2.3: Explicit Conversions
-  * 6.2.4.2: Reinterpreting Types Using as_type() and as_typen()
-  * 6.9: Preprocessor Directives and Macros
-  * 6.11: Built-in Functionsj
-  * 9.3: Double Precision Floating-Point
-  * 9.4: 64-bit Atomics
-  * 9.5: Writing to 3D image memory objects
-  * 9.6: Half Precision Floating-Point
-
-libclc is intended to be used with the Clang compiler's OpenCL frontend.
-
-libclc is designed to be portable and extensible. To this end, it provides
-generic implementations of most library requirements, allowing the target
-to override the generic implementation at the granularity of individual
-functions.
-
-libclc currently only supports the PTX target, but support for more
-targets is welcome.
-
-
-%package        spirv
-Summary:        Spirv subset of %{name}
-
-%description    spirv
-The %{name}-spirv package contains the spirv*-mesa3d-.spv files only,
-which are the subset required for upstream Mesa OpenCL support with RustiCL.
-
-%package        devel
-Summary:        Development files for %{name}
-Requires:       %{name}%{?_isa} = %{version}-%{release}
-
-%description    devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
-
-%prep
-%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
-%autosetup -n %{src_tarball_dir}
-
-%build
-export CFLAGS="%{build_cflags} -D__extern_always_inline=inline"
-%set_build_flags
-cd libclc
-%cmake -DCMAKE_INSTALL_DATADIR:PATH=%{_lib}
-
-%cmake_build
-
-%install
-cd libclc
-%cmake_install
-
-%check
-cd libclc
-%cmake_build --target test
-
-%files
-%license libclc/LICENSE.TXT
-%doc libclc/README.md libclc/CREDITS.TXT
-%{_libdir}/%{shortname}/*.bc
-
-%files spirv
-%license libclc/LICENSE.TXT
-%doc libclc/README.md libclc/CREDITS.TXT
-%dir %{_libdir}/%{shortname}
-%{_libdir}/%{shortname}/spirv-mesa3d-.spv
-%{_libdir}/%{shortname}/spirv64-mesa3d-.spv
-
-%files devel
-%{_libdir}/pkgconfig/%{name}.pc
-
-%changelog
-* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 22.1.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Tue Jun 16 2026 Packit <hello@packit.dev> - 22.1.8-1
-- Update to version 22.1.8
-- Resolves: rhbz#2489268
-
-* Tue Jun 02 2026 Packit <hello@packit.dev> - 22.1.7-1
-- Update to version 22.1.7
-- Resolves: rhbz#2483916
-
-* Thu May 21 2026 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 22.1.6-1
-- Update to LLVM 22.1.6
-- Resolves: rhbz#2479764
-
-* Wed May 06 2026 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 22.1.5-1
-- Update to LLVM 22.1.5
-- Resolves: rhbz#2466849
-
-* Tue Apr 21 2026 Packit <hello@packit.dev> - 22.1.4-1
-- Update to version 22.1.4
-- Resolves: rhbz#2460022
-
-* Tue Apr 07 2026 Packit <hello@packit.dev> - 22.1.3-1
-- Update to version 22.1.3
-- Resolves: rhbz#2455883
-
-* Tue Mar 31 2026 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 22.1.2-1
-- Update to LLVM 22.1.2
-
-* Thu Mar 12 2026 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 22.1.1-1
-- Update to LLVM 22.1.1
-
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 21.1.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Tue Dec 16 2025 Packit <hello@packit.dev> - 21.1.8-1
-- Update to version 21.1.8
-- Resolves: rhbz#2422638
-
-* Fri Dec 05 2025 Packit <hello@packit.dev> - 21.1.7-1
-- Update to version 21.1.7
-- Resolves: rhbz#2402496
-
-* Tue Nov 18 2025 Packit <hello@packit.dev> - 21.1.6-1
-- Update to version 21.1.6
-- Resolves: rhbz#2402496
-
-* Tue Nov 04 2025 Packit <hello@packit.dev> - 21.1.5-1
-- Update to version 21.1.5
-- Resolves: rhbz#2402496
-
-* Tue Oct 21 2025 Packit <hello@packit.dev> - 21.1.4-1
-- Update to version 21.1.4
-- Resolves: rhbz#2402496
-
-* Wed Oct 08 2025 Packit <hello@packit.dev> - 21.1.3-1
-- Update to version 21.1.3
-- Resolves: rhbz#2402496
-
-* Thu Sep 25 2025 Tom Stellard <tstellar@redhat.com> - 21.1.2-1
-- Update to LLVM 21.1.2
-
-* Thu Sep 11 2025 Tom Stellard <tstellar@redhat.com> - 21.1.1-1
-- Update to LLVM 21.1.1
-
-* Sat Aug 09 2025 Tom Stellard <tstellar@redhat.com> - 21.1.0-1
-- Update to LLVM 21.1.0
-
-* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20.1.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Thu Jul 10 2025 Nikita Popov <npopov@redhat.com> - 20.1.8-1
-- Update to LLVM 20.1.8
-
-* Fri Jun 20 2025 Nikita Popov <npopov@redhat.com> - 20.1.7-1
-- Update to LLVM 20.1.7
-
-* Mon Jun 02 2025 Nikita Popov <npopov@redhat.com> - 20.1.6-1
-- Update to LLVM 20.1.6
-
-* Mon May 26 2025 Nikita Popov <npopov@redhat.com> - 20.1.5-1
-- Update to LLVM 20.1.5
-
-* Wed May 07 2025 Nikita Popov <npopov@redhat.com> - 20.1.4-1
-- Update to LLVM 20.1.4
-
-* Tue Apr 22 2025 Nikita Popov <npopov@redhat.com> - 20.1.3-1
-- Update to LLVM 20.1.3
-
-* Thu Apr 03 2025 Nikita Popov <npopov@redhat.com> - 20.1.2-1
-- Update to LLVM 20.1.2
-
-* Thu Mar 20 2025 Nikita Popov <npopov@redhat.com> - 20.1.1-1
-- Update to LLVM 20.1.1
-
-* Wed Mar 05 2025 Nikita Popov <npopov@redhat.com> - 20.1.0-1
-- Update to LLVM 20.1.0
-
-* Wed Jan 22 2025 Timm Bäder <tbaeder@redhat.com> - 19.1.7-1
-- Update to 19.1.7
-
-* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 19.1.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Thu Jan 02 2025 Timm Bäder <tbaeder@redhat.com> - 19.1.6-1
-- Update to 19.1.6
-
-* Mon Dec 09 2024 Asahi Lina <lina@asahilina.net> - 19.1.5-2
-- Split off spirv files into a subpackage
-
-* Thu Dec 05 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.5-1
-- Update to 19.1.5
-
-* Mon Nov 25 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.4-1
-- Update to 19.1.4
-
-* Wed Nov 06 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.3-1
-- Update to 19.1.3
-
-* Thu Sep 19 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.0-1
-- Update to 19.1.0
-
-* Fri Sep 13 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.0~rc4-1
-- Update to 19.1.0-rc4
-
-* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 18.1.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Fri Jul 12 2024 Jesus Checa Hidalgo <jchecahi@redhat.com> - 18.1.8-1
-- 18.1.8 Release
-
-* Thu Jun 13 2024 Tom Stellard <tstellar@redhat.com> - 18.1.7-1
-- 18.1.7 Release
-
-* Tue May 21 2024 Tom Stellard <tstellar@redhat.com> - 18.1.6-1
-- 18.1.6 Release
-
-* Fri May 03 2024 Tom Stellard <tstellar@redhat.com> - 18.1.4-1
-- 18.1.4 Release
-
-* Wed Apr 17 2024 Tom Stellard <tstellar@redhat.com> - 18.1.3-1
-- 18.1.3 Release
-
-* Fri Mar 22 2024 Tom Stellard <tstellar@redhat.com> - 18.1.2-1
-- 18.1.2 Release
-
-* Wed Mar 13 2024 Tom Stellard <tstellar@redhat.com> - 18.1.1-1
-- 18.1.1 Release
-
-* Thu Feb 29 2024 Tom Stellard <tstellar@redhat.com> - 18.1.0~rc4-1
-- 18.1.0-rc4 Release
-
-* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 17.0.6-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 17.0.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Wed Nov 29 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.6-1
-- Update to LLVM 17.0.6
-
-* Wed Nov 01 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.4-1
-- Update to LLVM 17.0.4
-
-* Wed Oct 18 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.3-1
-- Update to LLVM 17.0.3
-
-* Thu Oct 05 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.2-1
-- Update to LLVM 17.0.2
-
-* Mon Sep 25 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.1-1
-- Update to LLVM 17.0.1
-
-* Mon Sep 11 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.0~rc4-1
-- Update to LLVM 17.0.0 RC4
-
-* Fri Aug 25 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.0~rc3-1
-- Update to LLVM 17.0.0 RC3
-
-* Mon Aug 07 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.0~rc1-1
-- Update to LLVM 17.0.0 RC1
-
-* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 16.0.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Mon Jul 10 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.6-1
-- Update to LLVM 16.0.6
-
-* Tue Jun 06 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.5-1
-- Update to LLVM 16.0.5
-
-* Fri May 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.4-1
-- Update to LLVM 16.0.4
-
-* Wed May 10 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.3-1
-- Update to LLVM 16.0.3
-
-* Thu Apr 27 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.2-1
-- Update to LLVM 16.0.2
-
-* Thu Apr 13 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-1
-- Update to LLVM 16.0.1
-
-* Tue Mar 21 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-1
-- Update to LLVM 16.0.0
-
-* Wed Mar 15 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-1
-- Update to LLVM 16.0.0 RC4
-
-* Wed Mar 1 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-1
-- Update to LLVM 16.0.0 RC3
-
-* Thu Jan 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-3
-- Update license to SPDX identifiers.
-- Include the Apache license adopted in 2019.
-
-* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Fri Jan 13 2023 Nikita Popov <npopov@redhat.com> - 15.0.7-1
-- Update to LLVM 15.0.7
-
-* Tue Dec 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-1
-- Update to LLVM 15.0.6
-
-* Mon Nov 07 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
-- Update to LLVM 15.0.4
-
-* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
-- Update to LLVM 15.0.0
-
-* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Mon Jun 20 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-1
-- Update to 14.0.5
-
-* Wed Mar 30 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
-- Update to 14.0.0
-
-* Thu Feb 03 2022 Nikita Popov <npopov@redhat.com> - 13.0.1-1
-- Update to LLVM 13.0.1 final
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 13.0.1~rc2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jan 14 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc1-1
-- Update to LLVM 13.0.1rc2
-
-* Fri Oct 01 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-1
-- 13.0.0 Release
-
-* Wed Sep 22 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc3-1
-- 13.0.0-rc3 Release
-
-* Wed Sep 15 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 13.0.0~rc1-2
-- Fix library paths (rhbz 1960955)
-
-* Mon Aug 09 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc1-1
-- 13.0.0-rc1 Release
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jul 14 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1-1
-- 12.0.1 Release
-
-* Wed Jun 30 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1~rc3-1
-- 12.0.1-rc3 Release
-
-* Thu Jun 03 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1~rc1-1
-- 12.0.1-rc1 Release
-
-* Mon May 17 2021 Dave Airlie <airlied@redhat.com> - 12.0.0-2
-- build the spirv
-
-* Fri Apr 16 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-1
-- 12.0.0 Release
-
-* Fri Feb 12 2021 Stephen Gallagher <sgallagh@redhat.com> - 11.0.0-1
-- Latest upstream release that matches llvm 11.0.0
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-19.git9f6204e
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-18.git9f6204e
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-17.git9f6204e
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-16.git9f6204e
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Wed Apr 03 2019 Dave Airlie <airlied@redhat.com> - 0.2.0-15.git9f6204e
-- Update to latest upstream snapshot (prior to moving to cmake)
-
-* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-14.git1ecb16d
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Tue Dec 04 2018 Dave Airlie <airlied@redhat.com> - 0.2.0-13.git1ecb16d
-- Update to latest libclc snapshot
-
-* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-12.gitc45b9df
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Mon Jul 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-11.gitc45b9df
-- Update to latest git snapshot
-
-* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-10.git1cb3fbf
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Wed Aug 02 2017 Dan Horák <dan[at]danny.cz> - 0.2.0-9.git1cb3fbf
-- Drop build workarounds
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-8.git1cb3fbf
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Mon Jul 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-7.git1cb3fbf
-- Update to latest git snapshot
-
-* Sat Mar 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.2.0-6.git520743b
-- Update to latest snapshot which supports LLVM 3.9
-
-* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5.20160207gitdc330a3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Wed Aug 10 2016 Dan Horák <dan[at]danny.cz> - 0.2.0-4.20160207gitdc330a3
-- Build on s390x
-
-* Sun Apr 10 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.0-3.20160207gitdc330a3
-- Build on ARMv7
-
-* Tue Apr 05 2016 Than Ngo <than@redhat.com> - 0.2.0-2.20160207gitdc330a3
-- temporary disable stack-protector on powe64 as workaround due to the bug in llvm
-  which causes the build failure on power64
-
-* Sun Feb 07 2016 Fabian Deutsch <fabiand@fedoraproject.org> - 0.2.0-1.20160207gitdc330a3
-- Update to latest upstream
-- Dorp llvm-static BR
-
-* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-14.20150918git4346c30
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Thu Jan 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.0.1-13.20150918git4346c30
-- Spell aarch64 correctly
-
-* Thu Jan 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.0.1-12.20150918git4346c30
-- Now supported on aarch64/Power64
-
-* Fri Sep 18 2015 Dave Airlie <airlied@redhat.com> 0.0.1-11.20150918git4346c30
-- latest snapshot - set build req to llvm 3.7
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-10.20140901gite822ae3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Thu Jan 08 2015 Adel Gadllah <adel.gadllah@gmail.com> - 0.0.1-9.20140901gite822ae3
-- Rebuilt with newer llvm
-
-* Tue Oct 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> - 0.0.1-8.20140901gite822ae3
-- Update to a newer snapshot
-
-* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-7.20140705git61127c5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Fri Jul 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.0.1-6
-- Rebuild now llvm bits are fixed for gcc-4.9
-- Minor cleanups
-
-* Sat Jul 05 2014 Fabian Deutsch <fabiand@fedoraproject.org> - 0.0.1-5
-- Update to latest snapshot to support AMD Kaveri APUs
-- Move bitcode files to an arch dependent dir, as they are arch dependent
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-4.20140429git4341094
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Tue Apr 29 2014 Fabian Deutsch <fabiand@fedoraproject.org> - 0.0.1-2.20140429git4341094
-- Update to latest snapshot
-- Support for AMD Kabini
-
-* Mon Jan 13 2014 Fabian Deutsch <fabiand@fedoraproject.org> - 0.0.1-2.20140108gitc002f62
-- Move headers to main package, needed by clover at runtime
-
-* Wed Jan 08 2014 Fabian Deutsch <fabiand@fedoraproject.org> - 0.0.1-1.20140108gitc002f62
-- Could not use latest master because it doesn't build
-- Update to a fresher snapshot
-- Limit to x86
-
-* Sun Jul 14 2013 Fabian Deutsch <fabiand@fedoraproject.org> - 0.0.1-0.20130714git5217211
-- Initial package

diff --git a/release-keys.asc b/release-keys.asc
deleted file mode 100644
index 3932562..0000000
--- a/release-keys.asc
+++ /dev/null
@@ -1,130 +0,0 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-
-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
-9RmlwZlOTFGcWBYl/cfRONn9qi9a6w==
-=Lvw+
------END PGP PUBLIC KEY BLOCK-----
------BEGIN PGP PUBLIC KEY BLOCK-----
-
-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
-=tMzl
------END PGP PUBLIC KEY BLOCK-----
------BEGIN PGP PUBLIC KEY BLOCK-----
-
-mDMEaMgtRhYJKwYBBAHaRw8BAQdA4NRjJPhVd56sOM+QmTbZKkRT3bYbgg6+Bxed
-CELeGp+0JUN1bGxlbiBSaG9kZXMgPGN1bGxlbi5yaG9kZXNAYXJtLmNvbT6IkwQT
-FgoAOxYhBHEEbR6cZla91hFxhz6Dur9KT56FBQJoyC1GAhsDBQsJCAcCAiICBhUK
-CQgLAgQWAgMBAh4HAheAAAoJED6Dur9KT56FkVwA/RLNMBHrjXoAKpRm1iIjiC6w
-gLRqGOnj1qAqPqgntMmmAQCQ2lGpw46rvh88ng84IGsRF0JlTAYb6SR/YYNsQyah
-Arg4BGjILUYSCisGAQQBl1UBBQEBB0B48hCLw13kduwibGDGoIax0BIa+f66IUC+
-HhNlucsjbgMBCAeIeAQYFgoAIBYhBHEEbR6cZla91hFxhz6Dur9KT56FBQJoyC1G
-AhsMAAoJED6Dur9KT56FVssBAO1lL/S2cU65XFHgbjc6crwljDrD7PYbxBA7hDpi
-pC4ZAP98rK1hGQ5wxpeiJ0heZ8zhpdUwEeymIDBaIcwgrJRFBQ==
-=HcEB
------END PGP PUBLIC KEY BLOCK-----
------BEGIN PGP PUBLIC KEY BLOCK-----
-
-mDMEaMg2hBYJKwYBBAHaRw8BAQdA2J814YnhPQSdsyjwx8VxZ7AitqCnns9lzvkx
-HX9lWMW0JERvdWdsYXMgWXVuZyA8ZG91Z2xhcy55dW5nQHNvbnkuY29tPoiTBBMW
-CgA7FiEE/7M2iYDz5rtXNxRaMWxW0GTKy6UFAmjINoQCGwMFCwkIBwICIgIGFQoJ
-CAsCBBYCAwECHgcCF4AACgkQMWxW0GTKy6XjYgEApJ7p+o7EAeaaOdO2f440KDfg
-t7haaBLaxr5fiaSKjkYA+gLDxWOh39Y84upf23qMmpSTZ3SK5LvJtBTVtV7AEX0B
-uDgEaMg2hBIKKwYBBAGXVQEFAQEHQL3CL6jHZAakhtLLj2Ks34u7ItY/7USl/bYk
-f/+mZTJMAwEIB4h4BBgWCgAgFiEE/7M2iYDz5rtXNxRaMWxW0GTKy6UFAmjINoQC
-GwwACgkQMWxW0GTKy6VTOgEArDn9bg58W7bfZfVfneJJbIeICEf3NN9IovbRbAOB
-ax0A/RxtrG4qowLlo907vb25ITOa1hBoheSV2wNoDaDUhFEF
-=JQ8u
------END PGP PUBLIC KEY BLOCK-----

diff --git a/sources b/sources
deleted file mode 100644
index 1b09eae..0000000
--- a/sources
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA512 (llvm-project-22.1.8.src.tar.xz) = 2615b20ba08534f83ab8ecc7b5ba43b5f1dfcf9cdb2534a32fcdbf0ccdd9a008b46276e45ef26ed9377f65b5e4ae89ea798f3863fd034484b5715140f3a7b35c
-SHA512 (llvm-project-22.1.8.src.tar.xz.sig) = 99a457b5b1fb409a5fe72b59ebd4ddae5cade3e5f2493e33b44d4f4b4625f7a1743f80106efb1134668842b15ea3400ce2c29263bec8ff986e05040910125e15

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

only message in thread, other threads:[~2026-09-21 12:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 12:36 [rpms/libclc] f45: libclc is now built as part of the llvm package 

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