#70 18.1.0-rc3 Release
Merged 4 months ago by tstellar. Opened 4 months ago by tstellar.
rpms/ tstellar/compiler-rt 18.1.0-rc3  into  rawhide

file modified
+17 -6
@@ -12,10 +12,12 @@ 

  # https://bugzilla.redhat.com/show_bug.cgi?id=2158587

  %undefine _include_frame_pointers

  

- %global maj_ver 17

- %global min_ver 0

- %global patch_ver 6

- #global rc_ver 4

+ %bcond_with compat_build

+ 

+ %global maj_ver 18

+ %global min_ver 1

+ %global patch_ver 0

+ %global rc_ver 4

  %if %{with snapshot_build}

  %global maj_ver %{llvm_snapshot_version_major}

  %global min_ver %{llvm_snapshot_version_minor}
@@ -26,15 +28,21 @@ 

  

  %global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src

  

+ %if %{with compat_build}

+ %global pkg_name compiler-rt%{maj_ver}

+ %else

+ %global pkg_name compiler-rt

+ %endif

+ 

  # see https://sourceware.org/bugzilla/show_bug.cgi?id=25271

  %global optflags %(echo %{optflags} -D_DEFAULT_SOURCE)

  

  # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93615

  %global optflags %(echo %{optflags} -Dasm=__asm__)

  

- Name:		compiler-rt

+ Name:		%{pkg_name}

  Version:	%{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}

- Release:	5%{?dist}

+ Release:	1%{?dist}

  Summary:	LLVM "compiler-rt" runtime libraries

  

  License:	Apache-2.0 WITH LLVM-exception OR NCSA OR MIT
@@ -137,6 +145,9 @@ 

  #%endif

  

  %changelog

+ * Wed Feb 28 2024 Tom Stellard <tstellar@redhat.com> - 18.1.0~rc4-1

+ - 18.1.0-rc4 Release

+ 

  * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 17.0.6-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

file modified
+2 -2
@@ -1,2 +1,2 @@ 

- SHA512 (compiler-rt-17.0.6.src.tar.xz) = 56dc9d304dd4ba8d28179077dd99ca7c820ce26dbc70d33b2ba41769928adc900f7618d3efef756b2fc92e322d2f25dba49be966d6583d2d8f1fce9283a9cdf7

- SHA512 (compiler-rt-17.0.6.src.tar.xz.sig) = 3f1e21299fee7ab20fbeb61740049fb0ad61ceeaa8abec000c415320526dd84006d2d82161ff6ed63b33f0c1fd3937647e5eac5341cbeab602edaf70a8b875cd

+ SHA512 (compiler-rt-18.1.0rc4.src.tar.xz) = d50e2a2a212d6e77da9ef1184da341bdc895afaec52fd3dec9e81607d47c57645cbbc092a2763b1f71bfb3162d1c93e4ec2ce18df09e4aae33185150588000c8

+ SHA512 (compiler-rt-18.1.0rc4.src.tar.xz.sig) = ff4c1b97c185f4941f0f40b6ee96ddd8d5af48385eb48d7d24dc135e3b0a2b5d24d00a3f920481d25d386fad4ec9b8bed7a4e802fbe304fc9dbbde319823755b

no initial comment

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/aa3c74f5710e4fb5b479999a65f54e41

Missing sources file change. LGTM after that's included.

2 new commits added

  • 18.1.0-rc4 Release
  • Add compat package
4 months ago

Pull-Request has been merged by tstellar

4 months ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/e18d481895c6488aa1fcea9d51fd0660

Metadata