[golang-github-cpuguy83-go-md2man/f22] Bump to upstream 2831f11f66ff4008f10e2cd7ed9a85e3d3fc2bed - related: #1156492

Jan Chaloupka jchaloup at fedoraproject.org
Wed Feb 25 14:59:00 UTC 2015


commit c5e1e160c2bedfce5ad619815b7e545af0fcaaa0
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Wed Feb 25 15:39:41 2015 +0100

    Bump to upstream 2831f11f66ff4008f10e2cd7ed9a85e3d3fc2bed
    - related: #1156492

 .gitignore                            |  2 +-
 golang-github-cpuguy83-go-md2man.spec | 12 ++++++++----
 sources                               |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21d854c..6f36165 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/v1.tar.gz
+/go-md2man-2831f11.tar.gz
diff --git a/golang-github-cpuguy83-go-md2man.spec b/golang-github-cpuguy83-go-md2man.spec
index fb6159b..877bc3d 100644
--- a/golang-github-cpuguy83-go-md2man.spec
+++ b/golang-github-cpuguy83-go-md2man.spec
@@ -4,16 +4,16 @@
 %global project         cpuguy83
 %global repo            go-md2man
 %global import_path     %{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit          9e6aa16fb761edb30732b776308c920b40523d89
+%global commit          2831f11f66ff4008f10e2cd7ed9a85e3d3fc2bed
 %global shortcommit     %(c=%{commit}; echo ${c:0:7})
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Process markdown into manpages
 License:        MIT
 URL:            https://%{import_path}
-Source0:        https://%{import_path}/archive/v%{version}.tar.gz
+Source0:        https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
 ExclusiveArch:  %{ix86} x86_64 %{arm}
 Provides:       %{repo} = %{version}-%{release}
 
@@ -38,7 +38,7 @@ This package contains library source intended for building other packages
 which use %{project}/%{repo}.
 
 %prep
-%setup -qn %{repo}-%{version}
+%setup -qn %{repo}-%{commit}
 
 %build
 mkdir -p _build/src/%{provider}.%{provider_tld}/%{project}
@@ -74,6 +74,10 @@ install -p -m 755 ./_build/src/%{repo} %{buildroot}%{_bindir}
 %{gopath}/src/%{import_path}/*/*.go
 
 %changelog
+* Wed Feb 25 2015 jchaloup <jchaloup at redhat.com> - 1-4
+- Bump to upstream 2831f11f66ff4008f10e2cd7ed9a85e3d3fc2bed
+  related: #1156492
+
 * Wed Feb 25 2015 jchaloup <jchaloup at redhat.com> - 1-3
 - Add commit and shortcommit global variable
   related: #1156492
diff --git a/sources b/sources
index 33b9c66..d32f657 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3ce1e9cf7f8a53bf7139ce07a3855c2  v1.tar.gz
+cb32a32482f287a576c2d5e2e806871d  go-md2man-2831f11.tar.gz


More information about the scm-commits mailing list