From f7bb083433e102df7b570b8a5f7f2e4c0fe3bc9f Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Jul 23 2020 06:39:02 +0000 Subject: Bump to commit bd5c74aaa11ced81d5a9b999a5abd363a3f3c058 License changed for MIT to CC-BY-SA Signed-off-by: Robert-André Mauchin --- diff --git a/golang-github-ajstarks-svgo.spec b/golang-github-ajstarks-svgo.spec index 0436f4f..94acf4f 100644 --- a/golang-github-ajstarks-svgo.spec +++ b/golang-github-ajstarks-svgo.spec @@ -20,15 +20,16 @@ The library generates SVG as defined by the Scalable Vector Graphics 1.1 Specification (http://www.w3.org/TR/SVG11/). Output goes to the specified io.Writer.} -%global golicenses LICENSE +%global golicenses LICENSE-link.txt LICENSE.txt %global godocs README.markdown Name: %{goname} Version: 0 -Release: 0.8%{?dist} +Release: 0.9%{?dist} Summary: Go Language Library for SVG generation -License: MIT +# Upstream license specification: CC-BY-SA-3.0 +License: CC-BY-SA URL: %{gourl} Source0: %{gosource} @@ -50,16 +51,16 @@ BuildRequires: golang(honnef.co/go/tools/structlayout) %if %{with check} %check -%if %{with bootstrap} -%gocheck -d personal -%else -%gocheck -%endif +%gocheck %{?with_bootstrap:-d personal} %endif %gopkgfiles %changelog +* Thu Jul 23 08:36:41 CEST 2020 Robert-André Mauchin - 0-0.9.20200723git0cbcf57 +- Bump to commit bd5c74aaa11ced81d5a9b999a5abd363a3f3c058 +- License changed for MIT to CC-BY-SA + * Tue Jan 28 2020 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild