diff --git a/go.spec b/go.spec index 851aa8b..8c020ce 100644 --- a/go.spec +++ b/go.spec @@ -1,6 +1,6 @@ %define with_pie 1 Name: go -Version: 1.13.5 +Version: 1.14.2 Release: 1mamba Summary: The Go programming language Group: Applications/Development @@ -39,9 +39,9 @@ The Go programming language (with PIE enabled by default). %prep %setup -q -%if "%{with_pie}" == "1" -%patch0 -p1 -%endif +#%if "%{with_pie}" == "1" +#%patch0 -p1 +#%endif %define _use_internal_dependency_generator 0 @@ -114,6 +114,9 @@ rm -rf %{buildroot}%{_libdir}/go/src/*.rc #%doc README.md %changelog +* Fri Apr 10 2020 Automatic Build System 1.14.2-1mamba +- automatic version update by autodist + * Thu Dec 26 2019 Automatic Build System 1.13.5-1mamba - automatic version update by autodist