#1 Update to version 0.31.1
Merged 6 years ago by athoscr. Opened 6 years ago by daftaupe.
https://gitlab.com/daftaupe/hugo.git 0.31.1  into  master

Update version to 0.31.1
Pierre-Alain TORET • 6 years ago  
.gitignore
file modified
+1
@@ -3,3 +3,4 @@

  /hugo-0.30.tar.gz

  /hugo-0.30.2.tar.gz

  /hugo-0.31.tar.gz

+ /hugo-0.31.1.tar.gz

hugo.spec
file modified
+6 -3
@@ -40,12 +40,12 @@

  # https://github.com/gohugoio/hugo

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

  %global import_path     %{provider_prefix}

- # This commit is the 0.31 tag

- %global commit          288723a049586d9dd4cfd15ffa4e32ea31827eea

+ # This commit is the 0.31.1 tag

+ %global commit          c1c04d74a0b2b061857350e35720c9dde99f4fac

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

  

  Name:           hugo

- Version:        0.31

+ Version:        0.31.1

  Release:        1%{?dist}

  Summary:        A Fast and Flexible Static Site Generator built with love in GoLang

  License:        ASL 2.0 and MIT
@@ -425,6 +425,9 @@

  %endif

  

  %changelog

+ * Mon Dec 11 2017 Pierre-Alain TORET <pierre-alain.toret@protonmail.com> - 0.31.1-1

+ - Update Version

+ 

  * Mon Nov 20 2017 Athos Ribeiro <athoscr@fedoraproject.org> - 0.31-1

  - Update Version

  

sources
file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (hugo-0.31.tar.gz) = 804bc58151692c5470f6d173bb0daa5dad6bb2f0836137a7783d3544a1245b078acba48ca119dcc32de75afe6ba63958128256798252dce75813054f87db92ce

+ SHA512 (hugo-0.31.1.tar.gz) = ae1fc49e922a223890b43be2595a31610c5ac04d99febff358baeb50f998dcdf7260b9d163c3221d19a34c8b0755be6c0ebc72957fb682eda54ce670019842a2

no initial comment

Hello,

as the version 0.31.1 of Hugo has been released 2 weeks ago, I've taken the liberty to modify the package in consequence.

Regards,

Pull-Request has been merged by athoscr

6 years ago

Merged!

Thanks for the update. For some reason, I have not been receiving notifications for updates on some of the packages I maintain.

Thank you :)
Actually I noticed because I opened the bug which lead to the version 0.31.1 being released.
How do you keep updated with upstream ?

For hugo, I do check upstream github page now and then, since it has a lot of dependencies and it is a package I really care about.

For most of the other packages I maintain, I usually get an email notification from bugzilla, which is triggered by [1].

There is a problem with the notifications for hugo and I have no idea why. I will ping the infra team to get this sorted out!

[1] https://release-monitoring.org/project/12959/

I didn't know the release-monitoring tool, it looks really useful.
Thank you for the link and for your packaging work :)