From 259b36887c536b23a6041434b8cc5930e4e813f5 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Apr 30 2019 00:55:41 +0000 Subject: Bump to commit b99afaf3b1639e5264f5e1cabf04fdb2e5ed57ac Signed-off-by: Robert-André Mauchin --- diff --git a/.gitignore b/.gitignore index f18758b..1200c10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /gocql-1f87449.tar.gz /gocql-12e3a8c.tar.gz /gocql-0e1d5de854dfd269e343440b9807f43a5f2e62cf.tar.gz +/gocql-b99afaf3b1639e5264f5e1cabf04fdb2e5ed57ac.tar.gz diff --git a/golang-github-gocql-gocql.spec b/golang-github-gocql-gocql.spec deleted file mode 100644 index e957ed5..0000000 --- a/golang-github-gocql-gocql.spec +++ /dev/null @@ -1,77 +0,0 @@ -# Generated by go2rpm -%bcond_without check - -# https://github.com/gocql/gocql -%global goipath github.com/gocql/gocql -%global commit 0e1d5de854dfd269e343440b9807f43a5f2e62cf - -%gometa - -%global common_description %{expand: -Package gocql implements a fast and robust cassandra client for the go\ -programming language.} - -Name: golang-github-gocql-gocql -Version: 0 -Release: 0.5%{?dist} -Summary: Package gocql implements a fast and robust cassandra client for the go programming language - -# Upstream license specification: BSD-3-Clause -License: BSD -URL: %{gourl} -Source0: %{gosource} - -BuildRequires: golang(github.com/golang/snappy) -BuildRequires: golang(github.com/hailocab/go-hostpool) -BuildRequires: golang(gopkg.in/inf.v0) - -%description -%{common_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel -%{common_description} - -This package contains library source intended for -building other packages which use import path with -%{goipath} prefix. - -%prep -%forgeautosetup -p1 - -%install -%goinstall - -%if %{with check} -%check -%gochecks -%endif - -%files devel -f devel.file-list -%license LICENSE -%doc AUTHORS CONTRIBUTING.md README.md - -%changelog -* Sat Apr 06 15:46:41 CEST 2019 Robert-André Mauchin - 0-0.5.20190406git0e1d5de -- Bump to commit 0e1d5de854dfd269e343440b9807f43a5f2e62cf (#1695292) - -* Fri Feb 01 2019 Fedora Release Engineering - 0-0.4.20180320git12e3a8c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.20180320git12e3a8c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Mar 23 2018 Ed Marshall 0-0.2.20180320git12e3a8c -- Disable murmur test to fix 32-bit builds. - -* Fri Mar 23 2018 Ed Marshall 0-0.1.20180320git12e3a8c -- Updated to latest upstream. - -* Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.git1f87449 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Mar 04 2017 Ed Marshall - 0-0.1.git1f87449 -- First package for Fedora diff --git a/golang-github-gocql.spec b/golang-github-gocql.spec new file mode 100644 index 0000000..4a6eabf --- /dev/null +++ b/golang-github-gocql.spec @@ -0,0 +1,71 @@ +# Generated by go2rpm +%bcond_without check + +# https://github.com/gocql/gocql +%global goipath github.com/gocql/gocql +%global commit b99afaf3b1639e5264f5e1cabf04fdb2e5ed57ac + +%gometa + +%global common_description %{expand: +Package Gocql implements a fast and robust cassandra client for Go.} + +%global golicenses LICENSE +%global godocs AUTHORS CONTRIBUTING.md README.md + +Name: %{goname} +Version: 0 +Release: 0.6%{?dist} +Summary: Fast and robust cassandra client for the Go + +# Upstream license specification: BSD-3-Clause +License: BSD +URL: %{gourl} +Source0: %{gosource} + +BuildRequires: golang(github.com/golang/snappy) +BuildRequires: golang(github.com/hailocab/go-hostpool) +BuildRequires: golang(gopkg.in/inf.v0) + +%description +%{common_description} + +%gopkg + +%prep +%goprep + +%install +%gopkginstall + +%if %{with check} +%check +%gocheck +%endif + +%gopkgfiles + +%changelog +* Tue Apr 30 02:05:38 CEST 2019 Robert-André Mauchin - 0-0.6.20190430gitb99afaf +- Bump to commit b99afaf3b1639e5264f5e1cabf04fdb2e5ed57ac + +* Sat Apr 06 15:46:41 CEST 2019 Robert-André Mauchin - 0-0.5.20190406git0e1d5de +- Bump to commit 0e1d5de854dfd269e343440b9807f43a5f2e62cf (#1695292) + +* Fri Feb 01 2019 Fedora Release Engineering - 0-0.4.20180320git12e3a8c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.20180320git12e3a8c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Mar 23 2018 Ed Marshall 0-0.2.20180320git12e3a8c +- Disable murmur test to fix 32-bit builds. + +* Fri Mar 23 2018 Ed Marshall 0-0.1.20180320git12e3a8c +- Updated to latest upstream. + +* Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.git1f87449 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Mar 04 2017 Ed Marshall - 0-0.1.git1f87449 +- First package for Fedora diff --git a/sources b/sources index 7cc1d9e..ace17fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gocql-0e1d5de854dfd269e343440b9807f43a5f2e62cf.tar.gz) = 9c201507bd2c60e157dfc1a021fcddd9585fa3b8f142eba06b20cc0e4e0fe3e22fd6ff9a23be1cefabaf642e188f1969ba96f01f32e4b57fcf6260b93022887a +SHA512 (gocql-b99afaf3b1639e5264f5e1cabf04fdb2e5ed57ac.tar.gz) = 1ee659ec633f860a007dd810bf73cb0a2f0449ebce1976075d4e26761b1905b50ac74a61e82ff1544724009408297ebbccabefda2c72bd6a5003329ddac1c6e0