Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hugo for openSUSE:Factory checked in 
at 2022-04-10 00:42:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hugo (Old)
 and      /work/SRC/openSUSE:Factory/.hugo.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hugo"

Sun Apr 10 00:42:15 2022 rev:9 rq:968045 version:0.96.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hugo/hugo.changes        2021-04-27 
21:34:37.915980803 +0200
+++ /work/SRC/openSUSE:Factory/.hugo.new.1900/hugo.changes      2022-04-10 
00:42:24.724775040 +0200
@@ -1,0 +2,683 @@
+Sat Apr 09 05:07:24 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.96.0:
+  * Deprecate .File.Extension
+  * resources: Add more details to .Err
+  * commands: Change link protocol to https
+  * build(deps): bump github.com/getkin/kin-openapi from 0.91.0 to 0.93.0
+  * tpl/crypto: Add optional encoding arg to hmac function
+  * Update CONTRIBUTING.md to use "go install" to install mage
+  * Dockerfile: Make it build with Go 1.18
+  * snap: Make it build with Go 1.18
+  * build(deps): bump github.com/yuin/goldmark from 1.4.10 to 1.4.11
+  * build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0
+  * commands: Improve server startup to make tests less flaky
+  * all: Use strings.Cut
+  * Support '-u=patch' in hugo mod get
+  * Make sure file mounts higher up wins
+  * resources/images: Require width and height for Crop, Fill, and Fit
+  * all: gofmt -w -r 'interface{} -> any' .
+  * dartsass: Enable deprecation, @warn and @debug logging
+  * Use revision etc. from debug.BuildInfo
+
+-------------------------------------------------------------------
+Tue Mar 22 09:49:13 UTC 2022 - tuukka.pasa...@ilmi.fi
+
+- Update to version 0.95.0:
+  * readme: Add note about Go 1.18
+  * tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and 
{{ break }}" bug
+  * readme: Add a contribution note
+  * github: Make it build with Go 1.18
+  * tpl: Adjustments and an integration test for Go 1.18
+  * Remove Go 1.17 support
+  * tpl: Sync go_templates for Go 1.18
+  * build: Bump to Go 1.18
+  * dartsass: Improve error message when no read access
+  * Improve server startup/shutdown
+  * commands: Improve server tests
+
+-------------------------------------------------------------------
+Sat Mar 12 10:28:41 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.94.2:
+  * deps: Update github.com/yuin/goldmark v1.4.9 => v1.4.10
+
+-------------------------------------------------------------------
+Fri Mar 11 13:53:32 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.94.1:
+  * deps: Fix Goldmark regression with HTML comments
+  * Revert "Allow rendering static files to disk and dynamic to memory in 
server mode"
+  * Revert "Some minor adjustments to the new static filesystem logic"
+
+-------------------------------------------------------------------
+Thu Mar 10 09:46:35 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.94.0:
+  * Revert "markup/highlight: Add hl_inline option"
+  * Fail with error when double-rendering text in markdownify/RenderString
+  * markup/goldmark: Default to https for linkify
+  * Add lang attribute to internal alias template
+  * markup/highlight: Add hl_inline option
+  * minifiers: Make keepWhitespace = false default for HTML (note)
+  * markup/goldmark/codeblocks: Fix slice bounds out of range
+  * Cache reflect.MethodByName
+  * releaser: Remove the GitHub link syntax around release contributors
+  * Some minor adjustments to the new static filesystem logic
+  * Allow rendering static files to disk and dynamic to memory in server mode
+  * build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.8 to 2.2.9
+  * build(deps): bump github.com/evanw/esbuild from 0.14.23 to 0.14.25
+  * build(deps): bump github.com/niklasfasching/go-org from 1.6.0 to 1.6.2
+  * build(deps): bump github.com/getkin/kin-openapi from 0.90.0 to 0.91.0
+
+-------------------------------------------------------------------
+Tue Mar  8 10:15:27 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.93.3:
+  * Remove the decorator from the fs used in ReadDir
+  * build(deps): bump github.com/yuin/goldmark from 1.4.7 to 1.4.8
+  * Remove the examples/ folder
+
+-------------------------------------------------------------------
+Fri Mar  4 12:21:48 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.93.2:
+  * tpl/os: Revert readDir in theme behaviour
+  * markup/goldmark: Escape image alt attribute
+
+-------------------------------------------------------------------
+Wed Mar  2 12:16:06 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.93.1:
+  * tpl/transform: Fix it when template.HTML is passes as option to Hightlight
+  * tpl/partials: Fix partialCached deadlock regression
+  * tpl/collections: Fix apply when function have Context as first arg
+
+-------------------------------------------------------------------
+Mon Feb 28 08:30:42 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.93.0:
+  * markup/highlight: Ignore  HL_lines_parsed in the gen docs
+  * cod: Regen CLI docs
+  * tpl/diagrams: Rename the SVG accessor to Wrapped
+  * markup/highlight: Rework the return value from HighlightCodeblock
+  * tpl/transform: Add CanHighlight
+  * Rename Codeowners() to CodeOwners()
+  * tpl/diagrams: Rename Body to Inner
+  * CodeblockContext method renames
+  * build(deps): bump github.com/tdewolff/minify/v2 from 2.9.29 to 2.10.0
+  * markup/goldmark: Adjust test for Windows
+  * markup/goldmark: Improve attributes vs options
+  * markup/goldmark: Add Position to CodeblockContext
+  * markup/goldmark: Unify some code block tests
+  * Remove the trailing new line in .Code
+  * markup/goldmark: Rename extension struct
+  * build(deps): bump github.com/gobuffalo/flect from 0.2.3 to 0.2.4
+  * markup/goldmark: Use Ordinal to create default lineanchors
+  * build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0
+  * build(deps): bump github.com/sanity-io/litter from 1.5.1 to 1.5.2
+  * Move the Goat template to the correct place
+  * build(deps): bump google.golang.org/api from 0.63.0 to 0.70.0
+  * Update error message about failed menus in config.toml
+  * build(deps): bump github.com/getkin/kin-openapi from 0.85.0 to 0.90.0
+  * Add test for line anchor attributes with code fences
+  * build(deps): bump github.com/evanw/esbuild from 0.14.22 to 0.14.23
+  * Add Markdown diagrams and render hooks for code blocks
+  * build(deps): bump github.com/aws/aws-sdk-go from 1.41.14 to 1.43.5
+  * build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7
+  * Add support for CODEOWNERS
+  * Remove Viper as a dependency
+  * helpers: Allow hyphens in UnicodeSanitize
+  * Change `disqus_config` to `window.disqus_config`
+  * deps: Update github.com/spf13/cobra v1.2.1 => v1.3.0
+  * Add page.Store
+  * Allow images to be cropped without being resized
+  * commands: Fix server panic regression
+  * markup/goldmark: Add BenchmarkCodeblocks
+  * deps: Update github.com/gohugoio/localescompressed v0.14.0 => v0.15.0
+  * deps: Update github.com/yuin/goldmark v1.4.4 => v1.4.7
+  * modules: Add modules.Workspace config for Go 1.18
+  * github: Configure stale to be run manually
+  * tpl/partials: Fix recently introduced deadlock in partials cache
+  * tpl/partials: Add some more partials to BenchmarkIncludeCached
+  * deps: Update github.com/evanw/esbuild v0.14.11 => v0.14.22
+  * tpl/partials: Make sure a cached partial is invoked only once
+  * build(deps): bump github.com/rogpeppe/go-internal from 1.8.0 to 1.8.1
+  * build(deps): bump github.com/magefile/mage from 1.11.0 to 1.12.1
+  * markup/goldmark: Exclude event attributes from markdown render hook
+  * markup/goldmark: Fix mangling of headers/links in render hooks
+  * markup/goldmark: Add a render hook benchmark
+  * Fix BenchmarkCascadeTarget
+  * metrics: Add cached count tracking
+  * tpl: Remove TODO comment
+  * Add --printUnusedTemplates
+  * deps: Update github.com/tdewolff/minify/v2 v2.9.22 => v2.9.29
+  * commands: Rename --i18n-warnings to printI18nWarnings
+  * commands: Rename --path-warnings, --print-men to --printPathWarnings, 
--printMemoryUsage
+  * deps: Update github.com/alecthomas/chroma v0.9.4 => v0.10.0
+  * Finally remove deprecated Page methods
+  * tpl: Use go:embed to load internal templates
+
+-------------------------------------------------------------------
+Fri Feb 11 14:17:39 UTC 2022 - tuukka.pasa...@ilmi.fi
+
+- Update to version 0.92.2:
+  * Add HUGO_ENV to the os/exec environment
+  * Simplify some integration tests
+  * Fix validation of Page Kind in cascade target map
+  * Add another cascade benchmark
+  * commands: Fix server deadlock on config error
+  * Exclude event attributes when rendering markdown
+  * Remove the "check" command
+  * Update the application/javascript media type
+  * tpl/templates: Fix templates.Exist issue with base templates
+  * Add a migration test helper
+  * babel: Port integration tests to their own package
+  * js: Port integration tests to its own package
+  * postcss: Move integration test to its own package
+  * minifier: Port integration tests to its package
+  * templates: Port integration test to its package
+  * tocss: Port integration tests to their package
+  * openapi3: Port integration test into correct package
+  * Add a new integration test framework
+  * Validate comparison operator argument count
+  * Remove hugo gen autocomplete
+  * deps: Update github.com/pelletier/go-toml/v2 to v2.0.0-beta.6
+  * Fix erroneous warning with .Page.RenderString on a page without a backing 
file
+
+-------------------------------------------------------------------
+Thu Jan 27 11:44:40 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.92.1:
+  * Make the RenderString content provider fix more general
+  * Fix .RenderString issue in .Translations
+  * general: Fix issue causing log threads to hang indefinitely when print() 
panics
+  * Fix duplicate mount sources
+  * tpl/collections: Fix apply with namespaced template funcs
+  * common: Remove unused code
++++ 486 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/hugo/hugo.changes
++++ and /work/SRC/openSUSE:Factory/.hugo.new.1900/hugo.changes

Old:
----
  hugo-0.82.1.tar.gz

New:
----
  hugo-0.96.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hugo.spec ++++++
--- /var/tmp/diff_new_pack.ARSxlb/_old  2022-04-10 00:42:25.796763120 +0200
+++ /var/tmp/diff_new_pack.ARSxlb/_new  2022-04-10 00:42:25.800763075 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hugo
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           hugo
-Version:        0.82.1
+Version:        0.96.0
 Release:        0
 Summary:        Static website generator written in Go
 License:        Apache-2.0
@@ -30,8 +30,9 @@
 Source1:        vendor.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-BuildRequires:  golang(API) >= 1.16
+BuildRequires:  golang(API) >= 1.18
 BuildRequires:  pkgconfig(libsass)
+BuildRequires:  pkgconfig(libwebp)
 
 %description
 Hugo is a static HTML and CSS website generator written in Go. It is optimized
@@ -62,9 +63,9 @@
 # Force using the system version of libsass.
 # Due to https://github.com/golang/go/issues/26366 it's not vendored properly
 # anyway.
-export CGO_CFLAGS="$(pkg-config --cflags libsass) -DUSE_LIBSASS_SRC"
+export CGO_CFLAGS="$(pkg-config --cflags libsass) -DUSE_LIBSASS_SRC 
$(pkg-config --cflags libwebp) -DLIBWEBP_NO_SRC"
 export CGO_CXXFLAGS="${CGO_CFLAGS}"
-export CGO_LDFLAGS="$(pkg-config --libs libsass)"
+export CGO_LDFLAGS="$(pkg-config --libs libsass) $(pkg-config --libs libwebp)"
 
 # Build the binary.
 go build \
@@ -84,7 +85,7 @@
 install -D -m 0644 man/%{name}*.1 "%{buildroot}/%{_mandir}/man1"
 
 # Build the bash autocomplete file
-%{buildroot}/%{_bindir}/%{name} gen autocomplete --completionfile 
%{name}-autocomplete.sh
+%{buildroot}/%{_bindir}/%{name} completion bash > %{name}-autocomplete.sh
 
 # Install the bash autocomplete file
 install -Dm 644 %{name}-autocomplete.sh 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ARSxlb/_old  2022-04-10 00:42:25.828762764 +0200
+++ /var/tmp/diff_new_pack.ARSxlb/_new  2022-04-10 00:42:25.832762720 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">git://github.com/gohugoio/hugo.git</param>
+    <param name="url">https://github.com/gohugoio/hugo.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.82.1</param>
+    <param name="revision">v0.96.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ARSxlb/_old  2022-04-10 00:42:25.844762586 +0200
+++ /var/tmp/diff_new_pack.ARSxlb/_new  2022-04-10 00:42:25.848762542 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
-                <param name="url">git://github.com/gohugoio/hugo.git</param>
-              <param 
name="changesrevision">60618210b82bcec0cdf72cefb61f979326f5b785</param></service></servicedata>
+                <param name="url">https://github.com/gohugoio/hugo.git</param>
+              <param 
name="changesrevision">2fd4a7d3d6845e75f8b8ae3a2a7bd91438967bbb</param></service></servicedata>
 (No newline at EOF)
 

++++++ hugo-0.82.1.tar.gz -> hugo-0.96.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/hugo/hugo-0.82.1.tar.gz 
/work/SRC/openSUSE:Factory/.hugo.new.1900/hugo-0.96.0.tar.gz differ: char 12, 
line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/hugo/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.hugo.new.1900/vendor.tar.gz differ: char 5, line 1

Reply via email to