#1 Update to latest version and enable tests.
Merged 5 years ago by qulogic. Opened 5 years ago by qulogic.
rpms/ qulogic/golang-github-disintegration-imaging master  into  master

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

  /imaging-a585802.tar.gz

  /imaging-0bd5694c78c9c3d9a3cd06a706a8f3c59296a9ac.tar.gz

+ /imaging-1.6.0.tar.gz

@@ -1,15 +1,14 @@ 

  # Run tests in check section

  # disable for bootstrapping

- %bcond_with check

+ %bcond_without check

  

  %global goipath github.com/disintegration/imaging

- %global commit  0bd5694c78c9c3d9a3cd06a706a8f3c59296a9ac

+ Version:        1.6.0

  

  %gometa

  

  Name:           %{goname}

- Version:        1.5.0

- Release:        2%{?dist}

+ Release:        1%{?dist}

  Summary:        Simple Go image processing package

  License:        MIT

  URL:            %{gourl}
@@ -22,6 +21,11 @@ 

  Summary:        %{summary}

  BuildArch:      noarch

  

+ %if %{with check}

+ BuildRequires:  golang(golang.org/x/image/bmp)

+ BuildRequires:  golang(golang.org/x/image/tiff)

+ %endif

+ 

  %description devel

  %{summary}.

  
@@ -46,6 +50,10 @@ 

  %license LICENSE

  

  %changelog

+ * Tue Feb 19 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.6.0-1

+ - Update to latest version

+ - Enable tests

+ 

  * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2.git0bd5694

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

  

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

- SHA512 (imaging-0bd5694c78c9c3d9a3cd06a706a8f3c59296a9ac.tar.gz) = 0d2fd7c689044634b0c31136e45f5ca5bf5c690270edc8aa8e88fed9a2a95158a6bd86e65a694a50d44a75f6d9cf77cebeed6fbe43f226e92022280786d9a317

+ SHA512 (imaging-1.6.0.tar.gz) = 2ed4635ff0477e12a06804982428d915924277b463281542df768aabbc90d744074ae668cc094908a09a4abd079d017303b5a22ab6fa1dc80a7f3c557b9f3186

I will merge in about a week if there are no issues.

Pull-Request has been merged by qulogic

5 years ago