#3 Update to 4.1.16
Merged 2 years ago by fab. Opened 2 years ago by mikelo2.
rpms/ mikelo2/golang-github-pierrec-lz4 4.1.16  into  rawhide

file modified
+1
@@ -13,3 +13,4 @@ 

  /lz4-4.1.3.tar.gz

  /lz4-4.1.15.tar.gz

  /lz4-4.1.14.tar.gz

+ /lz4-4.1.16.tar.gz

@@ -1,9 +1,9 @@ 

- # Generated by go2rpm 1.7.0

+ # Generated by go2rpm 1.8.0

  %bcond_without check

  

  # https://github.com/pierrec/lz4

  %global goipath         github.com/pierrec/lz4

- Version:                4.1.14

+ Version:                4.1.16

  

  %gometa

  
@@ -30,8 +30,7 @@ 

  URL:            %{gourl}

  Source:         %{gosource}

  

- %description

- %{common_description}

+ %description %{common_description}

  

  %gopkg

  
@@ -51,6 +50,11 @@ 

  

  %if %{with check}

  %check

+ # https://github.com/pierrec/lz4/issues/156

+ for test in "TestWriterLegacy"\

+ ; do

+ awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test)

+ done

  %gocheck

  %endif

  

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

- SHA512 (lz4-4.1.14.tar.gz) = a6ac546e99e2494489b96ebc642a6087f1d7b2a9175443f69f30a185ecba954e349731214ed69557b74adae370b7268db35e2890d71397804a7c523a32d24f2d

+ SHA512 (lz4-4.1.16.tar.gz) = 8e14af824f1212bae30da3fd404b96d2f2a2b3e41d6ef177075e659bac9ea1c67d785819afbc1b24b4de895270f0b443e2c8912179c3e1d65f0e8838fac38c1b

Update to 4.1.16, fixes a problem introduced in 4.1.15 https://github.com/pierrec/lz4/issues/189

rebased onto 9753099

2 years ago

Pull-Request has been merged by fab

2 years ago