[golang-github-prometheus-client_model] Update build-time dependencies - related: #1190437

Jan Chaloupka jchaloup at fedoraproject.org
Thu Mar 5 00:57:36 UTC 2015


commit c7092b63e7ed96654ca9d433d2519fc376820102
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Thu Mar 5 01:49:14 2015 +0100

    Update build-time dependencies
    - related: #1190437

 golang-github-prometheus-client_model.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/golang-github-prometheus-client_model.spec b/golang-github-prometheus-client_model.spec
index 6bd9edd..4d01b6f 100644
--- a/golang-github-prometheus-client_model.spec
+++ b/golang-github-prometheus-client_model.spec
@@ -9,7 +9,7 @@
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        0
-Release:        0.2.git%{shortcommit}%{?dist}
+Release:        0.3.git%{shortcommit}%{?dist}
 Summary:        Data model artifacts for Prometheus
 License:        ASL 2.0
 URL:            https://%{import_path}
@@ -25,9 +25,9 @@ ExclusiveArch:  %{ix86} x86_64 %{arm}
 
 %package devel
 BuildRequires:  golang >= 1.2.1-3
-BuildRequires:  golang(code.google.com/p/goprotobuf/proto)
+BuildRequires:  golang(github.com/golang/protobuf/proto)
 Requires:       golang >= 1.2.1-3
-Requires:       golang(code.google.com/p/goprotobuf/proto)
+Requires:       golang(github.com/golang/protobuf/proto)
 Summary:        %{summary}
 Provides:       golang(%{import_path}/go) = %{version}-%{release}
 
@@ -54,6 +54,10 @@ cp -rpav go %{buildroot}/%{gopath}/src/%{import_path}/
 %{gopath}/src/%{import_path}
 
 %changelog
+* Thu Mar 05 2015 jchaloup <jchaloup at redhat.com> - 0-0.3.gitfa8ad6f
+- Update build-time dependencies
+  related: #1190437
+
 * Wed Mar 04 2015 jchaloup <jchaloup at redhat.com> - 0-0.2.gitfa8ad6f
 - Bump to upstream fa8ad6fec33561be4280a8f0514318c79d7f6cb6
   related: #1190437


More information about the scm-commits mailing list