Update to 1.1.0

This commit is contained in:
Jan Chaloupka 2016-03-02 13:23:12 +01:00
parent d8d647722e
commit 39d3bc4b7b
4 changed files with 13 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/panicwrap-e5f9854.tar.gz
/panicwrap-aceac81.tar.gz

View File

@ -1,6 +1,6 @@
From 215ecd7ada643962a82994c19fe6dd573b9c49e1 Mon Sep 17 00:00:00 2001
From bef228a918794ca736836d50c9d9419c5c5dd74d Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup@redhat.com>
Date: Thu, 8 Oct 2015 22:35:49 +0200
Date: Wed, 2 Mar 2016 13:21:04 +0100
Subject: [PATCH] change import path
---
@ -9,7 +9,7 @@ Subject: [PATCH] change import path
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/monitor.go b/monitor.go
index 1c64a54..33b86c1 100644
index 72b418a..1cc0c4d 100644
--- a/monitor.go
+++ b/monitor.go
@@ -3,7 +3,7 @@
@ -20,7 +20,7 @@ index 1c64a54..33b86c1 100644
+ "bitbucket.org/kardianos/osext"
"os"
"os/exec"
"syscall"
)
diff --git a/panicwrap.go b/panicwrap.go
index f9ea3e3..48f4611 100644
--- a/panicwrap.go

View File

@ -25,12 +25,12 @@
# https://github.com/bugsnag/panicwrap
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global commit e5f9854865b9778a45169fc249e99e338d4d6f27
%global commit aceac81c6e2f55f23844821679a0553b545e91df
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: golang-%{provider}-%{project}-%{repo}
Version: 0
Release: 0.3.git%{shortcommit}%{?dist}
Version: 1.1.0
Release: 0.1.git%{shortcommit}%{?dist}
Summary: Go library for catching and handling panics in Go applications
License: MIT
URL: https://%{provider_prefix}
@ -153,6 +153,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
* Wed Mar 02 2016 jchaloup <jchaloup@redhat.com> - 1.1.0-0.1.gitaceac81
- Update to 1.1.0
resolves: #1313834
* Mon Feb 22 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.3.gite5f9854
- https://fedoraproject.org/wiki/Changes/golang1.6

View File

@ -1 +1 @@
f24960da9c074edddbb378dddfc24dda panicwrap-e5f9854.tar.gz
30454481275f622beaece6d7ac14243d panicwrap-aceac81.tar.gz