public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hugo] f43: Update to 0.153.1
@ 2026-06-07 20:57 W. Michael Petullo
0 siblings, 0 replies; only message in thread
From: W. Michael Petullo @ 2026-06-07 20:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hugo
Branch : f43
Commit : 11429e9e03b835a2985b1fe9af16ee9cb21be1d1
Author : W. Michael Petullo <mike@flyn.org>
Date : 2026-06-07T15:36:55-05:00
Stats : +17/-29 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/hugo/c/11429e9e03b835a2985b1fe9af16ee9cb21be1d1?branch=f43
Log:
Update to 0.153.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
---
diff --git a/.gitignore b/.gitignore
index 1c3908f..ccf7264 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,5 @@
/hugo-0.147.8-vendor.tar.bz2
/hugo-0.152.2-vendor.tar.bz2
/hugo-0.152.2.tar.gz
+/hugo-0.153.1.tar.gz
+/hugo-0.153.1-vendor.tar.bz2
diff --git a/go-vendor-tools.toml b/go-vendor-tools.toml
index 79253a4..2126a17 100644
--- a/go-vendor-tools.toml
+++ b/go-vendor-tools.toml
@@ -21,16 +21,6 @@ sha256sum = "619c195be45054a9b8d6e4c114381fe0a015fddc9663ca7940660312b74d7592"
expression = "MIT"
[[licensing.licenses]]
-path = "vendor/github.com/bep/gowebp/libwebp_src/COPYING"
-sha256sum = "5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf"
-expression = "BSD-3-Clause"
-
-[[licensing.licenses]]
-path = "vendor/github.com/gohugoio/testmodBuilder/mods/LICENSE"
-sha256sum = "8ee2a79320c471c7e63a2c1448dc9a737a73eea9d70435a44450bc563eebc2ce"
-expression = "MIT"
-
-[[licensing.licenses]]
path = "vendor/github.com/oasdiff/yaml/LICENSE"
sha256sum = "24653fd8a39354396da1a265d68316399edc39b1df48c5866d55f9f06484fa9a"
expression = "BSD-3-Clause AND MIT"
@@ -41,6 +31,11 @@ sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b"
expression = "Apache-2.0 AND MIT"
[[licensing.licenses]]
+path = "vendor/go.yaml.in/yaml/v3/LICENSE"
+sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b"
+expression = "Apache-2.0 AND MIT"
+
+[[licensing.licenses]]
path = "vendor/gopkg.in/yaml.v3/LICENSE"
sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b"
expression = "Apache-2.0 AND MIT"
diff --git a/hugo.spec b/hugo.spec
index 3f256ab..27b89a9 100644
--- a/hugo.spec
+++ b/hugo.spec
@@ -17,13 +17,11 @@
# 0010-skip-modules-TestClient.patch
# go-vendor-tools.toml
# libsass-3.6.6.tar.gz
-# libwebp-1.3.2.tar.gz
-# LICENSE-testmodBuilder
# 5. Review gocheck. Are more or fewer -d arguments needed?
# https://github.com/gohugoio/hugo
%global goipath github.com/gohugoio/hugo
-Version: 0.152.2
+Version: 0.153.1
%gometa -L -f
@@ -41,12 +39,8 @@ Source0: %{gosource}
# Generated by go-vendor-tools:
Source1: %{archivename}-vendor.tar.bz2
Source2: go-vendor-tools.toml
-# Manually added missing license file:
-Source3: LICENSE-testmodBuilder
-# Needed for vendor/gowebp; go-vendor-tools does not grab C code from Go repositories:
-Source4: libwebp-1.3.2.tar.gz
# Needed for vendor/golibsass; go-vendor-tools does not grab C code from Go repositories:
-Source5: libsass-3.6.6.tar.gz
+Source3: libsass-3.6.6.tar.gz
# Skip tests that uses the network.
# Based on https://sources.debian.org/data/main/h/hugo/0.58.3-1/debian/patches/0005-skip-modules-TestClient.patch
Patch0001: 0010-skip-modules-TestClient.patch
@@ -64,16 +58,9 @@ BuildRequires: gcc-c++
# Fix goipath:
sed -i 's|invopop/yaml|oasdiff/yaml|g' $(find . -iname '*.go' -type f)
-# LICENSE file not in version of repository pulled in by Hugo:
-cp %SOURCE3 vendor/github.com/gohugoio/testmodBuilder/mods/LICENSE
-
-# Needed for vendor/gowebp; go-vendor-tools does not grab C code from Go repositories:
-mkdir vendor/github.com/bep/gowebp/libwebp_src
-tar xvf %SOURCE4 -C vendor/github.com/bep/gowebp/libwebp_src
-
# Needed for vendor/golibsass; go-vendor-tools does not grab C code from Go repositories:
mkdir vendor/github.com/bep/golibsass/libsass_src
-tar xvf %SOURCE5 -C vendor/github.com/bep/golibsass/libsass_src --strip-components=1
+tar xvf %SOURCE3 -C vendor/github.com/bep/golibsass/libsass_src --strip-components=1
%generate_buildrequires
%go_vendor_license_buildrequires -c %{S:2}
@@ -119,10 +106,15 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
-d hugolib \
-d hugolib/filesystems \
-d hugolib/pagesfromdata \
+ -d hugolib/roles \
-d hugolib/segments \
+ -d hugolib/sitesmatrix \
+ -d hugolib/versions \
-d internal/js/esbuild \
-d internal/warpc \
+ -d langs \
-d langs/i18n \
+ -d markup/asciidocext \
-d markup/goldmark \
-d markup/goldmark/blockquotes \
-d markup/goldmark/codeblocks \
diff --git a/sources b/sources
index 17365bd..9aa006a 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
+SHA512 (hugo-0.153.1.tar.gz) = 3b8625383dc315dc55e6e27aa4223c5f84250e070ece64ecbf72483511fb84f422d86a2c3a1452967daeec01fd6d063d4186700717d0569b6d0d21abdb14dbfa
+SHA512 (hugo-0.153.1-vendor.tar.bz2) = 934d59fb977c6b923aaa98a1d5b3ec39e7e4522ae8774476289d77df93a3c7caeaa151b1795fa0901011288d79e497b707424c49abe5b13184ffab4bb525571b
SHA512 (libsass-3.6.6.tar.gz) = 659828c854af391c10a16954425fbeeb5fa036189dea45555cd8046338f7469eb7f8d84134030ce644921514b8f397ef6070b56dfb116ea7ce94328d64576518
-SHA512 (libwebp-1.3.2.tar.gz) = a7058b816ebb55aa05f35378c7a83e5ed4cb7a62652f9f1f9c79736535fa11e10613fed53aa3ae04976d0533c796cfa6e11ad2dd72ed50833c62392f6b9b3c63
-SHA512 (hugo-0.152.2.tar.gz) = 7fed73edac128e5ba7a64b0cc4b28f00c37c949458cdb67d22cc78e041b894727e07637e0a485784652233282972102708fef084eb98e25fa844c41347720164
-SHA512 (hugo-0.152.2-vendor.tar.bz2) = 9c21326c4fd312f8ca64c3df9c53ebf53bcd8bec1d4b975b0c9b58747c631739e41a366935f342a187457ef5533236dbc7eaf679bb6f214365148b7053b71391
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-07 20:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 20:57 [rpms/hugo] f43: Update to 0.153.1 W. Michael Petullo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox