#12 llvm 11.0.0 - final release
Merged 3 years ago by sergesanspaille. Opened 3 years ago by sergesanspaille.
rpms/ sergesanspaille/python-lit master  into  master

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

  /lit-0.10.0rc1.tar.gz

  /lit-0.10.0.tar.gz

  /lit-0.11.0rc1.tar.gz

+ /lit-0.11.0.tar.gz

+ /lit-0.11.0.post1.tar.gz

file modified
+8 -4
@@ -6,8 +6,9 @@ 

  %global with_python2 1

  %endif

  

- %global rc_ver 1

- %global baserelease 0.2

+ #%%global rc_ver 1

+ %global post_ver 1

+ %global baserelease 1

  

  %bcond_without check

  
@@ -23,7 +24,7 @@ 

  License: NCSA

  Summary: Tool for executing llvm test suites

  URL: https://pypi.python.org/pypi/lit

- Source0: https://files.pythonhosted.org/packages/be/39/44e2e9c977a4beb2d60566736b78bbbd7d194034a89f409fb867e48bd167/lit-0.11.0rc1.tar.gz

+ Source0: %{pypi_source %{srcname} %{version}%{?post_ver:.post%{post_ver}}}

  

  # for file check

  %if %{with check}
@@ -61,7 +62,7 @@ 

  %endif

  

  %prep

- %autosetup -n %{srcname}-%{version}%{?rc_ver:rc%{rc_ver}} -p4

+ %autosetup -n %{srcname}-%{version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}} -p4

  

  %build

  %py3_build
@@ -106,6 +107,9 @@ 

  %endif

  

  %changelog

+ * Sun Oct 25 2020 sguelton@redhat.com - 0.11.0-1

+ - llvm 11.0.0 - final release

+ 

  * Fri Oct 09 2020 sguelton@redhat.com - 0.11.0-0.2.rc1

  - Correctly ship license

  

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

- SHA512 (lit-0.11.0rc1.tar.gz) = 63aafc051c486aef68bcefd16adf865b8e6973450dbaa830fdd53d122a3c8d3d70a04d025687a3a2b520449c29f660bf82706675694f77548c1a93eeadeef741

+ SHA512 (lit-0.11.0.post1.tar.gz) = 713edf29cef53e8d293a0e78ca9237a0f846afcf0342581ea1d7944784cfe44f053beab3ee96dd6e3c6d3c0d8ec5750513af62b8cf083f70548e62ddd2e785a0

no initial comment

Had to do a post release on PyPI to bundle the license file - I'm going to submit a patch on LLVM to avoid that error next time.

Also using a nice macro to avoid specifying the download location :-)

Pull-Request has been merged by sergesanspaille

3 years ago