Release 1.2.0
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
parent
e178d8e8ad
commit
d51e356cae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/panicwrap-aceac81c6e2f55f23844821679a0553b545e91df.tar.gz
|
/panicwrap-aceac81c6e2f55f23844821679a0553b545e91df.tar.gz
|
||||||
|
/panicwrap-1.2.0.tar.gz
|
||||||
|
@ -1,41 +0,0 @@
|
|||||||
From bef228a918794ca736836d50c9d9419c5c5dd74d Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Chaloupka <jchaloup@redhat.com>
|
|
||||||
Date: Wed, 2 Mar 2016 13:21:04 +0100
|
|
||||||
Subject: [PATCH] change import path
|
|
||||||
|
|
||||||
---
|
|
||||||
monitor.go | 2 +-
|
|
||||||
panicwrap.go | 2 +-
|
|
||||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/monitor.go b/monitor.go
|
|
||||||
index 72b418a..1cc0c4d 100644
|
|
||||||
--- a/monitor.go
|
|
||||||
+++ b/monitor.go
|
|
||||||
@@ -3,7 +3,7 @@
|
|
||||||
package panicwrap
|
|
||||||
|
|
||||||
import (
|
|
||||||
- "github.com/bugsnag/osext"
|
|
||||||
+ "bitbucket.org/kardianos/osext"
|
|
||||||
"os"
|
|
||||||
"os/exec"
|
|
||||||
)
|
|
||||||
diff --git a/panicwrap.go b/panicwrap.go
|
|
||||||
index f9ea3e3..48f4611 100644
|
|
||||||
--- a/panicwrap.go
|
|
||||||
+++ b/panicwrap.go
|
|
||||||
@@ -10,9 +10,9 @@
|
|
||||||
package panicwrap
|
|
||||||
|
|
||||||
import (
|
|
||||||
+ "bitbucket.org/kardianos/osext"
|
|
||||||
"bytes"
|
|
||||||
"errors"
|
|
||||||
- "github.com/bugsnag/osext"
|
|
||||||
"io"
|
|
||||||
"os"
|
|
||||||
"os/exec"
|
|
||||||
--
|
|
||||||
1.9.3
|
|
||||||
|
|
@ -1,19 +1,17 @@
|
|||||||
# http://github.com/bugsnag/panicwrap
|
# http://github.com/bugsnag/panicwrap
|
||||||
%global goipath github.com/bugsnag/panicwrap
|
%global goipath github.com/bugsnag/panicwrap
|
||||||
%global commit aceac81c6e2f55f23844821679a0553b545e91df
|
Version: 1.2.0
|
||||||
|
|
||||||
%gometa -i
|
%gometa
|
||||||
|
|
||||||
Name: %{goname}
|
Name: %{goname}
|
||||||
Version: 1.1.0
|
Release: 1%{?dist}
|
||||||
Release: 0.11%{?dist}
|
|
||||||
Summary: Go library for catching and handling panics in Go applications
|
Summary: Go library for catching and handling panics in Go applications
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: %{gourl}
|
URL: %{gourl}
|
||||||
Source0: %{gosource}
|
Source0: %{gosource}
|
||||||
Source1: glide.lock
|
Source1: glide.lock
|
||||||
Source2: glide.yaml
|
Source2: glide.yaml
|
||||||
Patch0: change-import-path.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
@ -21,7 +19,7 @@ Patch0: change-import-path.patch
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
BuildRequires: golang(bitbucket.org/kardianos/osext)
|
BuildRequires: golang(github.com/kardianos/osext)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}
|
%{summary}
|
||||||
@ -32,7 +30,6 @@ building other packages which use import path with
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%forgesetup
|
%forgesetup
|
||||||
%patch0 -p1
|
|
||||||
cp %{SOURCE1} %{SOURCE2} .
|
cp %{SOURCE1} %{SOURCE2} .
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -46,15 +43,17 @@ cp %{SOURCE1} %{SOURCE2} .
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org>
|
* Tue Nov 13 2018 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-1
|
||||||
- 1.1.0-0.11
|
- Release 1.2.0
|
||||||
|
|
||||||
|
* Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 1.1.0-0.11.20160118gitaceac81
|
||||||
- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias
|
- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias
|
||||||
- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/
|
- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - Forge-specific packaging variables
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.9.gitaceac81
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Jun 08 2018 Jan Chaloupka <jchaloup@redhat.com> - 1.1.0-0.9.gitaceac81
|
* Fri Jun 08 2018 Jan Chaloupka <jchaloup@redhat.com> - 1.1.0-0.9.20160118gitaceac81
|
||||||
- Upload glide.lock and glide.yaml
|
- Upload glide.lock and glide.yaml
|
||||||
|
|
||||||
* Wed Feb 28 2018 Jan Chaloupka <jchaloup@redhat.com> - 1.1.0-0.8.20160118gitaceac81
|
* Wed Feb 28 2018 Jan Chaloupka <jchaloup@redhat.com> - 1.1.0-0.8.20160118gitaceac81
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (panicwrap-aceac81c6e2f55f23844821679a0553b545e91df.tar.gz) = 49502cc981ae84438850fa3be37d29200f1c1f8f10f4ab6f4d2972f6e32806b590aab82647505bf7a4b546cf6230509906cb10e9bb6d5da6291246a2f7a34e57
|
SHA512 (panicwrap-1.2.0.tar.gz) = 4037559a93da840d95b0565648df11f7e006f076fe3abb00d1969d0a0a357c8888b65c3bc2d7fed4eb2e20c08ef3656e47bb6b82b9045e517599e9fd55b020b2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user