Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2022-12-08 16:50:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and      /work/SRC/openSUSE:Factory/.miller.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "miller"

Thu Dec  8 16:50:55 2022 rev:18 rq:1041199 version:6.5.0+git20221130.636ca8873

Changes:
--------
--- /work/SRC/openSUSE:Factory/miller/miller.changes    2022-10-10 
18:48:04.887324975 +0200
+++ /work/SRC/openSUSE:Factory/.miller.new.1835/miller.changes  2022-12-08 
16:51:18.739521919 +0100
@@ -1,0 +2,33 @@
+Wed Nov 30 17:33:12 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 6.5.0+git20221130.636ca8873:
+  * Fix typos (#1135)
+  * Release notes
+  * Post-6.5.0
+  * Miller 6.5.0 (#1134)
+  * Miller 6.5.0
+  * Convert mlrval polymorphism from struct to unionish interface (#1133)
+  * Clarify locations of performance info
+  * More mlrval size-reduction (#1132)
+  * More mlrval size-reduction
+  * Exclude median from summary default (#1131)
+  * Exclude median from summary default
+  * Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1113)
+  * Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#1112)
+  * Bump actions/cache from 3 to 3.0.11 (#1109)
+  * Bump github/codeql-action from 2.1.28 to 2.1.33 (#1126)
+  * Use int8 for mvtype (memory reduction) (#1130)
+  * make fmt
+  * forgot to set between-releases version to 6.4.0-dev after 6.4.0
+  * Bump github.com/pkg/profile from 1.6.0 to 1.7.0 (#1110)
+  * [StepSecurity] ci: Harden GitHub Actions (#1107)
+  * fix an old typo
+
+-------------------------------------------------------------------
+Thu Oct 13 23:36:39 UTC 2022 - scott.bradn...@suse.com
+
+- Renaming buildmode-pie.patch to buildmode-pie.diff
+- Update to version 6.4.0+git20221003.39286923d:
+  * Don't double-quote a CSV field only for having a leading space (#1101)
+
+-------------------------------------------------------------------

Old:
----
  buildmode-pie.patch
  miller-6.4.0+git20220929.36d0ed760.tar.gz

New:
----
  buildmode-pie.diff
  miller-6.5.0+git20221130.636ca8873.tar.gz

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

Other differences:
------------------
++++++ miller.spec ++++++
--- /var/tmp/diff_new_pack.Y2Md9N/_old  2022-12-08 16:51:19.439525500 +0100
+++ /var/tmp/diff_new_pack.Y2Md9N/_new  2022-12-08 16:51:19.443525520 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           miller
-Version:        6.4.0+git20220929.36d0ed760
+Version:        6.5.0+git20221130.636ca8873
 Release:        0
 Summary:        Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause
@@ -26,7 +26,7 @@
 URL:            http://johnkerl.org/miller/doc
 Source0:        
https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-Patch0:         buildmode-pie.patch
+Patch0:         buildmode-pie.diff
 #BuildRequires:  golang
 BuildRequires:  golang-packaging
 BuildRequires:  gcc

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Y2Md9N/_old  2022-12-08 16:51:19.479525704 +0100
+++ /var/tmp/diff_new_pack.Y2Md9N/_new  2022-12-08 16:51:19.483525725 +0100
@@ -1,8 +1,8 @@
 <services>
   <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/johnkerl/miller</param>
-    <param name="revision">main</param>
     <param name="scm">git</param>
+    <param name="revision">main</param>
     <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <!--

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Y2Md9N/_old  2022-12-08 16:51:19.499525807 +0100
+++ /var/tmp/diff_new_pack.Y2Md9N/_new  2022-12-08 16:51:19.503525827 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/johnkerl/miller</param>
-              <param 
name="changesrevision">36d0ed760884af4ea5009911705db0142b83b72d</param></service></servicedata>
+              <param 
name="changesrevision">636ca8873d5736b47d0717ef9ef57995084d9cd2</param></service></servicedata>
 (No newline at EOF)
 

++++++ buildmode-pie.diff ++++++
--- Makefile.orig       2022-08-23 18:21:08.562516337 -0400
+++ Makefile    2022-08-23 18:21:17.490516712 -0400
@@ -7,7 +7,7 @@
 # This must remain the first target in this file, which is what 'make' with no
 # arguments will run.
 build:
-       go build github.com/johnkerl/miller/cmd/mlr
+       go build -buildmode=pie github.com/johnkerl/miller/cmd/mlr
        @echo "Build complete. The Miller executable is ./mlr (or .\mlr.exe on 
Windows)."
        @echo "You can use 'make check' to run tests".
 

++++++ miller-6.4.0+git20220929.36d0ed760.tar.gz -> 
miller-6.5.0+git20221130.636ca8873.tar.gz ++++++
/work/SRC/openSUSE:Factory/miller/miller-6.4.0+git20220929.36d0ed760.tar.gz 
/work/SRC/openSUSE:Factory/.miller.new.1835/miller-6.5.0+git20221130.636ca8873.tar.gz
 differ: char 12, line 1

++++++ miller.obsinfo ++++++
--- /var/tmp/diff_new_pack.Y2Md9N/_old  2022-12-08 16:51:19.543526032 +0100
+++ /var/tmp/diff_new_pack.Y2Md9N/_new  2022-12-08 16:51:19.547526052 +0100
@@ -1,5 +1,5 @@
 name: miller
-version: 6.4.0+git20220929.36d0ed760
-mtime: 1664460695
-commit: 36d0ed760884af4ea5009911705db0142b83b72d
+version: 6.5.0+git20221130.636ca8873
+mtime: 1669818462
+commit: 636ca8873d5736b47d0717ef9ef57995084d9cd2
 

++++++ vendor.tar.gz ++++++
++++ 5276 lines of diff (skipped)

Reply via email to