#1 Bump to upstream 65f4f820a7954b82e5c9325e1e088a4fda098f36
Closed 5 years ago by ignatenkobrain. Opened 6 years ago by athoscr.
rpms/ athoscr/golang-googlecode-text master  into  master

file modified
+9 -4
@@ -36,7 +36,7 @@ 

  # https://github.com/golang/text

  %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}

  %global import_path     code.google.com/p/go.text

- %global commit          04b8648d973c126ae60143b3e1473bc1576c7597

+ %global commit          65f4f820a7954b82e5c9325e1e088a4fda098f36

  %global shortcommit     %(c=%{commit}; echo ${c:0:7})

  

  %global x_provider      golang
@@ -50,7 +50,7 @@ 

  

  Name:       golang-googlecode-text

  Version:    0

- Release:    0.19.git%{shortcommit}%{?dist}

+ Release:    0.20.git%{shortcommit}%{?dist}

  Summary:    Supplementary Go text libraries

  License:    BSD

  URL:        https://%{provider_prefix}
@@ -101,6 +101,7 @@ 

  Provides:   golang(%{import_path}/unicode/cldr) = %{version}-%{release}

  Provides:   golang(%{import_path}/unicode/norm) = %{version}-%{release}

  Provides:   golang(%{import_path}/unicode/rangetable) = %{version}-%{release}

+ Provides:   golang(%{import_path}/unicode/runenames) = %{version}-%{release}

  Provides:   golang(%{import_path}/width) = %{version}-%{release}

  

  %package -n %{x_name}-devel
@@ -139,6 +140,7 @@ 

  Provides:   golang(%{x_import_path}/unicode/cldr) = %{version}-%{release}

  Provides:   golang(%{x_import_path}/unicode/norm) = %{version}-%{release}

  Provides:   golang(%{x_import_path}/unicode/rangetable) = %{version}-%{release}

+ Provides:   golang(%{x_import_path}/unicode/runenames) = %{version}-%{release}

  Provides:   golang(%{x_import_path}/width) = %{version}-%{release}

  

  %description devel
@@ -261,7 +263,6 @@ 

  %gotest %{x_import_path}/encoding/unicode

  %gotest %{x_import_path}/internal

  %gotest %{x_import_path}/internal/colltab

- %gotest %{x_import_path}/internal/format

  %gotest %{x_import_path}/internal/tag

  %gotest %{x_import_path}/internal/triegen

  %gotest %{x_import_path}/internal/ucd
@@ -270,11 +271,11 @@ 

  %gotest %{x_import_path}/message

  %gotest %{x_import_path}/runes

  %gotest %{x_import_path}/search

+ #%%gotest %%{import_path}/secure/precis

  %gotest %{x_import_path}/transform

  %gotest %{x_import_path}/unicode/bidi

  %gotest %{x_import_path}/unicode/cldr

  %gotest %{x_import_path}/unicode/norm

- #%%gotest %%{x_import_path}/unicode/precis

  %gotest %{x_import_path}/unicode/rangetable

  %gotest %{x_import_path}/width

  %endif
@@ -299,6 +300,10 @@ 

  %endif

  

  %changelog

+ * Fri Aug 11 2017 Athos Ribeiro <athoscr@fedoraproject.org> - 0-0.20.git65f4f82

+ - Bump to upstream 65f4f820a7954b82e5c9325e1e088a4fda098f36

+ - related: #1479027

+ 

  * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.19.git04b8648

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

  

I am packaging x/image (See #1479027) and it needs a newer version of this package.
This MR bumps the package to the minimum commit needed for x/image.
Let me know if you'd prefer to bump it to the latest commit.

might wanna check if you could just bundle this dependency instead and build from it. That's what I do for all packages I maintain.

I don't know if the other maintainers have time to maintain these anymore, but I have certainly grown to hate all golang based dependencies and I feel vendoring is the best/easiest way ahead. I'd much rather see all these deps retired.

let me know if you still care to bump this package..

Pull-Request has been closed by ignatenkobrain

5 years ago
Metadata