#25 Update to lit 15.0.0
Merged 2 years ago by nikic. Opened 2 years ago by nikic.
rpms/ nikic/python-lit llvm-15  into  rawhide

file modified
+2
@@ -24,3 +24,5 @@ 

  /lit-13.0.1.tar.gz

  /lit-14.0.0.tar.gz

  /lit-14.0.3.tar.gz

+ /lit-15.0.0.tar.gz

+ /lit-15.0.0.post0.tar.gz

file modified
+7 -4
@@ -1,12 +1,12 @@ 

- %global lit_version 14.0.3

+ %global lit_version 15.0.0

  #global rc_ver 1

- #%%global post_ver 1

+ %global post_ver 0

  

  %bcond_without check

  

  Name: python-lit

  Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}}

- Release: 3%{?dist}

+ Release: 1%{?dist}

  BuildArch: noarch

  

  License: NCSA
@@ -46,7 +46,7 @@ 

  

  %if %{with check}

  %check

- %{__python3} lit.py tests

+ %{__python3} lit.py -v tests

  %endif

  

  %files -n python3-lit
@@ -56,6 +56,9 @@ 

  %{_bindir}/lit

  

  %changelog

+ * Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1

+ - Update to lit 15.0.0

+ 

  * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.3-3

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

  

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

- SHA512 (lit-14.0.3.tar.gz) = 5c56a48c0e99c56ab833fa18bcfebfc27f94b06adf0182e39ee7fbdb550cef86b262c9a7aa4c66eef48550bd2498750ba4fd7ac0a6186b7bf35394df6572e459

+ SHA512 (lit-15.0.0.post0.tar.gz) = 4bd29d434e30fe1ce8c84885c390aa7947e104947a4d6e0157a1ee6a72f7333ef444ff6fbf8f4c25cc5e375aecd626ddf83e76447321250bfe87bc77470ebe6d

Also pass -v flag when running tests, to make it easier to diagnose failures.

Build succeeded.

I just release 15.0.0.post0 based on release/15.x / 4ba6a9c9f65bbc8bd06e3652cb20fd4dfc846137

rebased onto 5c34f92

2 years ago

Thanks, that makes the update a good bit simpler :)

Build succeeded.

Pull-Request has been merged by nikic

2 years ago