Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hugo for openSUSE:Factory checked in 
at 2023-04-29 17:28:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hugo (Old)
 and      /work/SRC/openSUSE:Factory/.hugo.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hugo"

Sat Apr 29 17:28:14 2023 rev:33 rq:1083545 version:0.111.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/hugo/hugo.changes        2023-03-06 
18:55:24.756622231 +0100
+++ /work/SRC/openSUSE:Factory/.hugo.new.1533/hugo.changes      2023-04-29 
17:28:26.774618959 +0200
@@ -1,0 +2,50 @@
+Tue Apr 18 06:27:01 UTC 2023 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- Remove NO_BRP_STRIP_DEBUG=true experimentally to test which if
+  any platforms in OBS currently produce invalid Go binaries when
+  calling brp-15-strip-debug from brp-check-suse.
+  Refs boo#1210938
+  * Go packages %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
+  * Available in golang-packaging as macro go_nostrip
+  * go_nostrip is one of the only golang-packaging macros still
+    useful after Go modules without a full rewrite or replacement
+  * Also remove spec comment "# nodebug"
+  * GNU strip circa 2016 would incorrectly strip Go intermediate
+    step .a archives and write out an invalid binary instead of
+    erroring.
+  * Error manifested as fmt.a: go archive is missing __.PKGDEF
+    on OBS built Go binaries which had passed their build step
+  * Upstream issue reported in 2016 as
+    https://github.com/golang/go/issues/17890
+  * brp-check-suse PR https://github.com/openSUSE/brp-check-suse/pull/7
+    closed in 2019 due to age, needs follow-up on current versions
+
+-------------------------------------------------------------------
+Tue Mar 21 20:44:19 UTC 2023 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- Remove unnecessary _service set_version param basename=hugo.
+  set_version detection works with the current simple package name.
+- Use _service mode manual as better alias name than disabled
+- Use syntax Supplements: (hugo and bash-completion) as per rpmlint
+
+-------------------------------------------------------------------
+Wed Mar 15 12:55:21 UTC 2023 - jkowalc...@suse.com
+
+- Update to version 0.111.3:
+  * deps: Update go-org to v1.6.6
+  * Fix "unknown shortcode token" when calling shortcode within fenced code 
block
+  * Run gofmt -s on source files
+  * docs: Improve examples of variadic math functions
+  * tpl/math: Allow multi numbers in add, sub, mul, div, min and max
+  * readme: Update dependency list
+  * Improve error message for unclosed shortcode with inner content
+  * Don't fail when calling Paginate with an empty pages.PagesGroup
+  * server: Replace golang.org/x/net/context with context
+  * tpl: Add hasSuffix alias
+  * watcher: use time.NewTicker to prevent leaks
+  * ensure we default to 10 correctly
+  * switch transfers to workers
+  * customize parallel transfer count
+  * metadecoders: Add support for native org dates in frontmatter
+
+-------------------------------------------------------------------

Old:
----
  hugo-0.111.2.tar.gz

New:
----
  hugo-0.111.3.tar.gz

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

Other differences:
------------------
++++++ hugo.spec ++++++
--- /var/tmp/diff_new_pack.K4Makk/_old  2023-04-29 17:28:27.750623045 +0200
+++ /var/tmp/diff_new_pack.K4Makk/_new  2023-04-29 17:28:27.754623062 +0200
@@ -14,13 +14,10 @@
 
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
-# nodebuginfo
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 Name:           hugo
-Version:        0.111.2
+Version:        0.111.3
 Release:        0
 Summary:        Static website generator written in Go
 License:        Apache-2.0
@@ -50,7 +47,7 @@
 Summary:        Bash Completion for %{name}
 Group:          System/Shells
 Requires:       bash-completion
-Supplements:    packageand(%{name}:bash)
+Supplements:    (%{name} and bash-completion)
 BuildArch:      noarch
 
 %description bash-completion
@@ -61,8 +58,8 @@
 
 %build
 # Force using the system version of libsass.
-# Due to https://github.com/golang/go/issues/26366 it's not vendored properly
-# anyway.
+# Due to https://github.com/golang/go/issues/26366
+# libsass would not be vendored properly anyway.
 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) $(pkg-config --libs libwebp)"

++++++ _service ++++++
--- /var/tmp/diff_new_pack.K4Makk/_old  2023-04-29 17:28:27.786623196 +0200
+++ /var/tmp/diff_new_pack.K4Makk/_new  2023-04-29 17:28:27.790623213 +0200
@@ -1,21 +1,20 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="tar_scm" mode="manual">
     <param name="url">https://github.com/gohugoio/hugo.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.111.2</param>
+    <param name="revision">v0.111.3</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
-  <service name="set_version" mode="disabled">
-    <param name="basename">hugo</param>
+  <service name="set_version" mode="manual">
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="go_modules" mode="disabled">
+  <service name="go_modules" mode="manual">
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.K4Makk/_old  2023-04-29 17:28:27.814623313 +0200
+++ /var/tmp/diff_new_pack.K4Makk/_new  2023-04-29 17:28:27.814623313 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/gohugoio/hugo.git</param>
-              <param 
name="changesrevision">4164f8fef9d71f50ef3962897e319ab6219a1dad</param></service></servicedata>
+              <param 
name="changesrevision">5d4eb5154e1fed125ca8e9b5a0315c4180dab192</param></service></servicedata>
 (No newline at EOF)
 

++++++ hugo-0.111.2.tar.gz -> hugo-0.111.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/hugo/hugo-0.111.2.tar.gz 
/work/SRC/openSUSE:Factory/.hugo.new.1533/hugo-0.111.3.tar.gz differ: char 13, 
line 1

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

Reply via email to