Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vale for openSUSE:Factory checked in 
at 2023-10-16 23:01:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vale (Old)
 and      /work/SRC/openSUSE:Factory/.vale.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vale"

Mon Oct 16 23:01:28 2023 rev:27 rq:1118032 version:2.29.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/vale/vale.changes        2023-10-15 
19:29:18.220708675 +0200
+++ /work/SRC/openSUSE:Factory/.vale.new.20540/vale.changes     2023-10-16 
23:01:30.958121644 +0200
@@ -1,0 +2,21 @@
+Mon Oct 16 00:15:50 UTC 2023 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- Update to version 2.29.5:
+  * fix: ignore link refs when looking for matches
+  * chore: drop `jdkato/regexp`
+  * fix: bump twine to 0.6.1
+
+-------------------------------------------------------------------
+Mon Oct 16 00:10:13 UTC 2023 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- Packaging improvements:
+  * Build PIE with pattern that may become recommended procedure:
+    %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
+    A go toolchain buildmode default config would be preferable
+    but none exist at this time.
+  * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
+  * Use %%name macro where applicable to normalize common lines
+    across Go app packages. Also makes renaming binary easier when
+    required to handle package name conflict.
+
+-------------------------------------------------------------------

Old:
----
  vale-2.29.4.tar.gz

New:
----
  vale-2.29.5.tar.gz

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

Other differences:
------------------
++++++ vale.spec ++++++
--- /var/tmp/diff_new_pack.60UO8Y/_old  2023-10-16 23:01:32.222167290 +0200
+++ /var/tmp/diff_new_pack.60UO8Y/_new  2023-10-16 23:01:32.222167290 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           vale
-Version:        2.29.4
+Version:        2.29.5
 Release:        0
 Summary:        CLI tool to lint text with extensible markup format support
 License:        MIT
@@ -46,11 +46,12 @@
 
 %build
 # Build the binary.
+%ifnarch ppc64
+export GOFLAGS="-buildmode=pie"
+%endif
 go build \
-   -mod=vendor \
    -tags extended \
-   -buildmode=pie \
-   ./cmd/vale
+   ./cmd/%{name}
 
 %check
 # execute the binary as a basic check

++++++ _service ++++++
--- /var/tmp/diff_new_pack.60UO8Y/_old  2023-10-16 23:01:32.254168445 +0200
+++ /var/tmp/diff_new_pack.60UO8Y/_new  2023-10-16 23:01:32.258168590 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/errata-ai/vale.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.29.4</param>
+    <param name="revision">v2.29.5</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.60UO8Y/_old  2023-10-16 23:01:32.278169312 +0200
+++ /var/tmp/diff_new_pack.60UO8Y/_new  2023-10-16 23:01:32.282169457 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/errata-ai/vale.git</param>
-              <param 
name="changesrevision">701f1e6a79222234210163f1b88845fe07cc524d</param></service></servicedata>
+              <param 
name="changesrevision">c23ccb60ace2bdd6dda715ff697e32dd1321de7b</param></service></servicedata>
 (No newline at EOF)
 

++++++ vale-2.29.4.tar.gz -> vale-2.29.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/vale/vale-2.29.4.tar.gz 
/work/SRC/openSUSE:Factory/.vale.new.20540/vale-2.29.5.tar.gz differ: char 13, 
line 1

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

Reply via email to