commit cfe394a9c710c3aa4e788ed5429055adfbdaa91d Author: Lokesh Mandvekar lsm5@fedoraproject.org Date: Sun Nov 30 12:05:19 2014 -0800
update to v0.6.0
Signed-off-by: Lokesh Mandvekar lsm5@fedoraproject.org
.gitignore | 1 + golang-github-Sirupsen-logrus.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index b2be597..b50bd79 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v0.5.1.tar.gz +/v0.6.0.tar.gz diff --git a/golang-github-Sirupsen-logrus.spec b/golang-github-Sirupsen-logrus.spec index 84a10db..5b93155 100644 --- a/golang-github-Sirupsen-logrus.spec +++ b/golang-github-Sirupsen-logrus.spec @@ -6,8 +6,8 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
Name: golang-%{provider}-%{project}-%{repo} -Version: 0.5.1 -Release: 2%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: Structured logger for Go License: MIT URL: https://%%7Bimport_path%7D @@ -57,13 +57,12 @@ GOPATH=%{buildroot}%{gopath}:%{gopath} go test %{import_path} %doc README.md LICENSE %dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} %dir %{gopath}/src/%{import_path} -%dir %{gopath}/src/%{import_path}/* -%dir %{gopath}/src/%{import_path}/*/* -%{gopath}/src/%{import_path}/*.go -%{gopath}/src/%{import_path}/*/*/*.go -%{gopath}/src/%{import_path}/*/*/*.md +%{gopath}/src/%{import_path}/*
%changelog +* Sun Nov 30 2014 Lokesh Mandvekar lsm5@fedoraproject.org - 0.6.0-1 +- Update to 0.6.0 + * Thu Oct 30 2014 Lokesh Mandvekar lsm5@fedoraproject.org - 0.5.1-2 - Resolves: rhbz#1158670 - initial package bug - courtesy Jan Chaloupka jchaloup@redhat.com diff --git a/sources b/sources index 89bf5f7..7d42c06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -daba7237ab6788def8781c7033c2e0a2 v0.5.1.tar.gz +d9d2e3c006da5c4be87842757c06cdb6 v0.6.0.tar.gz
scm-commits@lists.fedoraproject.org