#1 Update to latest tagged version.
Merged 5 years ago by qulogic. Opened 5 years ago by qulogic.
rpms/ qulogic/golang-github-jdkato-prose master  into  master

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

  /prose-2f94c80.tar.gz

+ /prose-1.1.0.tar.gz

@@ -40,17 +40,14 @@ 

  # https://github.com/jdkato/prose

  %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}

  %global import_path     %{provider_prefix}

- %global commit          2f94c80e59645786cd98cdcda1263e5ae903f6fd

- %global shortcommit     %(c=%{commit}; echo ${c:0:7})

- %global commitdate      20170911

  

  Name:           golang-%{provider}-%{project}-%{repo}

- Version:        0

- Release:        0.8.%{commitdate}git%{shortcommit}%{?dist}

+ Version:        1.1.0

+ Release:        1%{?dist}

  Summary:        Golang library for text processing

  License:        MIT

  URL:            https://%{provider_prefix}

- Source0:        https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz

+ Source0:        https://%{provider_prefix}/archive/v%{version}/%{repo}-%{version}.tar.gz

  

  # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required

  ExclusiveArch:  %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm}}
@@ -129,7 +126,7 @@ 

  %endif

  

  %prep

- %setup -q -n %{repo}-%{commit}

+ %setup -q -n %{repo}-%{version}

  

  %build

  mkdir -p src/%{provider}.%{provider_tld}/%{project}
@@ -233,6 +230,9 @@ 

  %endif

  

  %changelog

+ * Sat Feb 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.0-1

+ - Update to latest tagged version

+ 

  * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8.20170911git2f94c80

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

  

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

- SHA512 (prose-2f94c80.tar.gz) = ad0101ba557cc2c1c3960732c8851f66b7e6a21742b8c3b728ca96bde63c03da079188e6e643c74f4aa2bfb3d68626768d825945b12865ed694afeee32070a87

+ SHA512 (prose-1.1.0.tar.gz) = bffe8bb40613c3d136c3705cf06b251eed21373415c30eb7b5ae3b8821310d24f5e7ad941d0ce2733ad874f706ab3ca86cf89a028834dc272a089c31059ded6e

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

Pull-Request has been merged by qulogic

5 years ago