This commit is contained in:
Fedora Release Engineering 2017-02-10 11:41:22 +00:00
parent 6311f57d08
commit 6bde65a4e9
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,7 @@
Name: golang-%{provider}-%{project}-%{repo}
Version: 1.1.0
Release: 0.3.git%{shortcommit}%{?dist}
Release: 0.4.git%{shortcommit}%{?dist}
Summary: Go library for catching and handling panics in Go applications
License: MIT
URL: https://%{provider_prefix}
@ -164,6 +164,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.4.gitaceac81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Dec 17 2016 Jan Chaloupka <jchaloup@redhat.com> - 1.1.0-0.3.gitaceac81
- Polish the spec file
related: #1313834