commit miller for openSUSE:Factory

2024-02-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2024-02-21 18:02:00

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.1706 (New)


Package is "miller"

Wed Feb 21 18:02:00 2024 rev:25 rq:1148774 version:6.11.0+git20240123.6f24fb39

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2024-01-31 
23:54:55.343527231 +0100
+++ /work/SRC/openSUSE:Factory/.miller.new.1706/miller.changes  2024-02-21 
18:02:07.783706088 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 15:18:43 UTC 2024 - Michael Vetter 
+
+- Use %patch -P N instead of deprecated %patchN.
+
+---



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.61NluX/_old  2024-02-21 18:02:09.231758546 +0100
+++ /var/tmp/diff_new_pack.61NluX/_new  2024-02-21 18:02:09.231758546 +0100
@@ -46,7 +46,7 @@
 %prep
 %setup -q -a 1
 %if "%{_arch}" != "ppc64"
-%patch0
+%patch -P 0
 %endif
 # Not sure if this is still required
 #%%ifarch %%ix86


commit miller for openSUSE:Factory

2024-01-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2024-01-12 23:46:44

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.21961 (New)


Package is "miller"

Fri Jan 12 23:46:44 2024 rev:23 rq:1138340 version:6.10.0+git20240105.664a84fa

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2023-12-21 
23:38:58.751338579 +0100
+++ /work/SRC/openSUSE:Factory/.miller.new.21961/miller.changes 2024-01-12 
23:46:57.945977569 +0100
@@ -1,0 +2,20 @@
+Fri Jan 05 14:43:21 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 6.10.0+git20240105.664a84fa:
+  * Bump golang.org/x/term from 0.15.0 to 0.16.0 (#1466)
+  * Have `clean_whitespace` re-run type inference (#1464)
+  * Fix #1462: remove limit of 1000 on dedupe field names (#1463)
+  * On-line help info for `mlr join --lk ""` (#1458)
+  * Implement `mlr uniq -x` (#1457)
+  * Replace deprecated `io/ioutil` functions (#1452)
+  * New `strmatch`/`strmatchx` DSL functions (#1448)
+  * make docs
+  * Document and unit-test regex-capture reset logic (#1451)
+  * mlr --norc cat was erroring (#1450)
+  * Preserve regex captures across stack frames (#1447)
+  * Rename internal regex functions (#1446)
+  * Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#1445)
+  * release docs including 6.9.0 and 6.10.0
+  * 6.10.0-dev
+
+---

Old:

  miller-6.10.0+git20231213.c680f331.tar.gz

New:

  miller-6.10.0+git20240105.664a84fa.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.hnUmX3/_old  2024-01-12 23:46:58.553999823 +0100
+++ /var/tmp/diff_new_pack.hnUmX3/_new  2024-01-12 23:46:58.55770 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:6.10.0+git20231213.c680f331
+Version:6.10.0+git20240105.664a84fa
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause

++ _servicedata ++
--- /var/tmp/diff_new_pack.hnUmX3/_old  2024-01-12 23:46:58.594001287 +0100
+++ /var/tmp/diff_new_pack.hnUmX3/_new  2024-01-12 23:46:58.598001433 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/johnkerl/miller
-  c680f3316e25cc7517e3f12665b1de990381b79d
+  664a84fadb342fe4b1615edef50806ba719b6e7a
 (No newline at EOF)
 

++ miller-6.10.0+git20231213.c680f331.tar.gz -> 
miller-6.10.0+git20240105.664a84fa.tar.gz ++
/work/SRC/openSUSE:Factory/miller/miller-6.10.0+git20231213.c680f331.tar.gz 
/work/SRC/openSUSE:Factory/.miller.new.21961/miller-6.10.0+git20240105.664a84fa.tar.gz
 differ: char 13, line 1

++ miller.obsinfo ++
--- /var/tmp/diff_new_pack.hnUmX3/_old  2024-01-12 23:46:58.638002898 +0100
+++ /var/tmp/diff_new_pack.hnUmX3/_new  2024-01-12 23:46:58.642003044 +0100
@@ -1,5 +1,5 @@
 name: miller
-version: 6.10.0+git20231213.c680f331
-mtime: 1702512288
-commit: c680f3316e25cc7517e3f12665b1de990381b79d
+version: 6.10.0+git20240105.664a84fa
+mtime: 1704458499
+commit: 664a84fadb342fe4b1615edef50806ba719b6e7a
 

++ vendor.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/mkerrors.sh 
new/vendor/golang.org/x/sys/unix/mkerrors.sh
--- old/vendor/golang.org/x/sys/unix/mkerrors.sh2023-12-14 
01:36:15.0 +0100
+++ new/vendor/golang.org/x/sys/unix/mkerrors.sh2024-01-05 
15:43:29.0 +0100
@@ -248,6 +248,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -283,10 +284,6 @@
 #include 
 #endif
 
-#ifndef MSG_FASTOPEN
-#define MSG_FASTOPEN0x2000
-#endif
-
 #ifndef PTRACE_GETREGS
 #define PTRACE_GETREGS 0xc
 #endif
@@ -295,14 +292,6 @@
 #define PTRACE_SETREGS 0xd
 #endif
 
-#ifndef SOL_NETLINK
-#define SOL_NETLINK270
-#endif
-
-#ifndef SOL_SMC
-#define SOL_SMC 286
-#endif
-
 #ifdef SOL_BLUETOOTH
 // SPARC includes this in /usr/include/sparc64-linux-gnu/bits/socket.h
 // but it is already in bluetooth_linux.go
@@ -319,10 +308,23 @@
 #undef TIPC_WAIT_FOREVER
 #define TIPC_WAIT_FOREVER 0x
 
-// Copied from linux/l2tp.h
-// Including linux/l2tp.h here causes conflicts between linux/in.h
-// and netinet/in.h included via net/route.h above.
-#define IPPROTO_L2TP   115
+// Copied from linux/netfilter/nf_nat.h
+// Including linux/netfilter/nf_nat.h here causes conflicts between linux/in.h
+// and netinet/in.h.
+#define NF_NAT_RANGE_MAP_IPS   (1 << 0)
+#define NF_NAT_RANGE_PROTO_SPECIFIED   (1 << 1)
+#define NF_NAT_RANGE_PROTO_RANDOM  (1 << 2)
+#define NF_NAT_RANGE_PERSISTENT

commit miller for openSUSE:Factory

2023-06-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2023-06-13 16:09:23

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.15902 (New)


Package is "miller"

Tue Jun 13 16:09:23 2023 rev:21 rq:1092647 version:6.8.0+git20230604.4050f566

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2023-03-30 
22:51:24.520620275 +0200
+++ /work/SRC/openSUSE:Factory/.miller.new.15902/miller.changes 2023-06-13 
16:09:28.74287 +0200
@@ -1,0 +2,46 @@
+Mon Jun 05 15:07:25 UTC 2023 - scott.bradn...@suse.com
+
+- Update to version 6.8.0+git20230604.4050f566:
+  * fix mis-spelling for head docs
+  * Update readthedocs notes in the how-to-release page (#1308)
+  * release 6.8.0 docs
+  * post-6.8.0
+  * Update go version in .github/workflows/release.yml
+  * go mod tidy
+  * miller 6.8.0
+  * Unify the `case` verb, and add options (#1306)
+  * Values-only `-a` option for `mlr grep` (#1305)
+  * Bump github/codeql-action from 2.3.5 to 2.3.6 (#1303)
+  * Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1301)
+  * Bump github/codeql-action from 2.3.4 to 2.3.5 (#1300)
+  * Bump github/codeql-action from 2.3.3 to 2.3.4 (#1299)
+  * Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 (#1296)
+  * Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1295)
+  * Bump actions/setup-go from 4.0.0 to 4.0.1 (#1294)
+  * Let `mlr help` take pre-flags, such as `--always-color` (#1292)
+  * New `mlr json-parse -k` flag (#1291)
+  * Bump golang.org/x/term from 0.7.0 to 0.8.0 (#1285)
+  * Bump github/codeql-action from 2.3.2 to 2.3.3 (#1284)
+
+---
+Wed May 03 15:13:01 UTC 2023 - scott.bradn...@suse.com
+
+- Update to version 6.7.0+git20230501.6c86ef19:
+  * Bump codespell-project/actions-codespell (#1282)
+  * Bump github/codeql-action from 2.3.1 to 2.3.2 (#1279)
+  * Bump github/codeql-action from 2.3.0 to 2.3.1 (#1277)
+  * Bump github/codeql-action from 2.2.12 to 2.3.0 (#1274)
+  * Implement `--csv-trim-leading-space` flag (#1272)
+  * Fix precedence of coalesce operators `??` and `???` (#1270)
+  * Treaet data-file numbers with leading + as numeric (#1269)
+  * Bump github/codeql-action from 2.2.11 to 2.2.12 (#1265)
+  * Bump actions/checkout from 3.5.1 to 3.5.2 (#1264)
+  * Bump actions/checkout from 3.5.0 to 3.5.1 (#1263)
+  * Bump github/codeql-action from 2.2.10 to 2.2.11 (#1261)
+  * Bump github/codeql-action from 2.2.9 to 2.2.10 (#1259)
+  * Bump golang.org/x/term from 0.6.0 to 0.7.0 (#1256)
+  * Fix typo (#1252)
+  * Bump codespell-project/actions-codespell (#1253)
+  * Better error message on unparseable TZ environment variable (#1249)
+
+---

Old:

  miller-6.7.0+git20230328.dc14420f.tar.gz

New:

  miller-6.8.0+git20230604.4050f566.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.GWZs2n/_old  2023-06-13 16:09:29.702880107 +0200
+++ /var/tmp/diff_new_pack.GWZs2n/_new  2023-06-13 16:09:29.710880154 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:6.7.0+git20230328.dc14420f
+Version:6.8.0+git20230604.4050f566
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause

++ _servicedata ++
--- /var/tmp/diff_new_pack.GWZs2n/_old  2023-06-13 16:09:29.758880437 +0200
+++ /var/tmp/diff_new_pack.GWZs2n/_new  2023-06-13 16:09:29.762880461 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/johnkerl/miller
-  dc14420f824b17f9cc071ccc757daf95d924043d
+  4050f566fa0e5aac55f055649368c068e6815a49
 (No newline at EOF)
 

++ miller-6.7.0+git20230328.dc14420f.tar.gz -> 
miller-6.8.0+git20230604.4050f566.tar.gz ++
/work/SRC/openSUSE:Factory/miller/miller-6.7.0+git20230328.dc14420f.tar.gz 
/work/SRC/openSUSE:Factory/.miller.new.15902/miller-6.8.0+git20230604.4050f566.tar.gz
 differ: char 12, line 1

++ miller.obsinfo ++
--- /var/tmp/diff_new_pack.GWZs2n/_old  2023-06-13 16:09:29.818880791 +0200
+++ /var/tmp/diff_new_pack.GWZs2n/_new  2023-06-13 16:09:29.822880814 +0200
@@ -1,5 +1,5 @@
 name: miller
-version: 6.7.0+git20230328.dc14420f
-mtime: 1680043320
-commit: dc14420f824b17f9cc071ccc757daf95d924043d
+version: 6.8.0+git20230604.4050f566
+mtime: 1685916063
+commit: 4050f566fa0e5aac55f055649368c068e6815a49
 

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


commit miller for openSUSE:Factory

2023-03-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2023-03-30 22:51:22

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.31432 (New)


Package is "miller"

Thu Mar 30 22:51:22 2023 rev:20 rq:1075353 version:6.7.0+git20230328.dc14420f

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2023-01-09 
17:23:41.471120630 +0100
+++ /work/SRC/openSUSE:Factory/.miller.new.31432/miller.changes 2023-03-30 
22:51:24.520620275 +0200
@@ -1,0 +2,62 @@
+Wed Mar 29 20:26:19 UTC 2023 - scott.bradn...@suse.com
+
+- Update to version 6.7.0+git20230328.dc14420f:
+  * Bump github/codeql-action from 2.2.8 to 2.2.9 (#1250)
+  * Fix issue links in README-dev.md (#1248)
+  * `index` DSL function [WIP] (#1247)
+  * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#1243)
+  * Bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.6.0 
(#1222)
+  * Bump minimum compiler version from Go 1.15 to 1.18 (#1246)
+  * Bump actions/checkout from 3.4.0 to 3.5.0 (#1245)
+  * Add optional second base argument to `int` DSL function (#1244)
+  * Bump github/codeql-action from 2.2.7 to 2.2.8 (#1242)
+  * Bump actions/checkout from 3.3.0 to 3.4.0 (#1234)
+  * Bump actions/setup-go from 3.5.0 to 4.0.0 (#1233)
+  * Bump github/codeql-action from 2.2.6 to 2.2.7 (#1232)
+  * Bump actions/cache from 3.2.6 to 3.3.1 (#1229)
+  * Bump github/codeql-action from 2.2.5 to 2.2.6 (#1230)
+  * Add `mlr step -a rprod` for running products (#1228)
+  * Label head docs as "Miller Dev Documentation"
+  * doc note for #1218
+  * Run go mod tidy (#1220)
+  * Include tools in the release tarball (#1221)
+  * Add new `upcase` and `downcase` verbs (#1217)
+  * Docs re `tail -f` and `--records-per-batch 1` (#1218)
+  * typofix
+  * Fix bug on DSL comment with no final newline (#1216)
+  * release docs
+  * build artifacts
+  * miller 6.7.0-dev
+  * miller 6.7.0
+  * Support more backslashed special characters in DSL strings (#1212)
+  * unit-test files
+  * fix build error
+  * Unit-test updates
+  * tools/build-dsl artifacts
+  * Update DSL-build instructions
+  * go.mod go.sum
+  * BNF mod for `\^` `\$` et al.
+  * --ofmte, --ofmtf, --ofmtg (#1206)
+  * Bump github/codeql-action from 2.2.4 to 2.2.5 (#1207)
+  * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1208)
+  * New `leftpad` and `rightpad` DSL functions (#1205)
+  * Bump golang.org/x/sys in /cmd/experiments/cli_parser (#1203)
+  * Bump actions/cache from 3.2.5 to 3.2.6 (#1196)
+  * Bump github/codeql-action from 2.2.3 to 2.2.4 (#1193)
+  * Bump github/codeql-action from 2.2.1 to 2.2.3 (#1191)
+  * Bump actions/cache from 3.2.4 to 3.2.5 (#1192)
+  * Bump actions/cache from 3.2.3 to 3.2.4 (#1186)
+  * Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 (#1187)
+  * Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 (#1185)
+  * Complete #1181 (#1184)
+  * Bump github/codeql-action from 2.1.39 to 2.2.1 (#1183)
+  * Fixed missing double quote in documentation sample (#1181)
+  * Bump github/codeql-action from 2.1.38 to 2.1.39 (#1179)
+  * Bump github/codeql-action from 2.1.37 to 2.1.38 (#1176)
+  * Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#1175)
+  * Bump actions/cache from 3.2.2 to 3.2.3 (#1174)
+  * Bump actions/checkout from 3.2.0 to 3.3.0 (#1173)
+  * Bump codespell-project/actions-codespell (#1172)
+  * Add Go LICENSE file (#1171)
+
+---

Old:

  miller-6.6.0+git20230101.7495a8845.tar.gz

New:

  miller-6.7.0+git20230328.dc14420f.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.sj3b2s/_old  2023-03-30 22:51:25.320624556 +0200
+++ /var/tmp/diff_new_pack.sj3b2s/_new  2023-03-30 22:51:25.324624577 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package miller
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:6.6.0+git20230101.7495a8845
+Version:6.7.0+git20230328.dc14420f
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause

++ _service ++
--- /var/tmp/diff_new_pack.sj3b2s/_old  2023-03-30 22:51:25.360624770 +0200
+++ /var/tmp/diff_new_pack.sj3b2s/_new  2023-03-30 22:51:25.360624770 +0200
@@ -4,11 +4,11 @@
 git
 main
 @PARENT_TAG@+git%cd.%h
-
-v6.5.0
-6.6.0
+v(.*)
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.sj3b2s/_old  2023-03-30

commit miller for openSUSE:Factory

2023-01-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2023-01-09 17:23:39

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.32243 (New)


Package is "miller"

Mon Jan  9 17:23:39 2023 rev:19 rq:1056962 version:6.6.0+git20230101.7495a8845

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2022-12-08 
16:51:18.739521919 +0100
+++ /work/SRC/openSUSE:Factory/.miller.new.32243/miller.changes 2023-01-09 
17:23:41.471120630 +0100
@@ -1,0 +2,26 @@
+Mon Jan 02 04:44:33 UTC 2023 - scott.bradn...@suse.com
+
+- Update to version 6.6.0+git20230101.7495a8845:
+  * link to 6.6.0 docs
+  * doc-neaten
+  * post-6.6.0
+  * 6.6.0 (#1169)
+  * Fix #1164: regression on CSV blank-line handling (#1168)
+  * mlr unspace verb (#1167)
+  * Add doc info on DSL code-comment syntax (#1165)
+  * Fix #1102 (#1163)
+  * Fix #1146 (#1157)
+  * Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#1162)
+  * Bump actions/cache from 3.2.1 to 3.2.2 (#1160)
+  * Bump actions/cache from 3.2.0 to 3.2.1 (#1156)
+  * Bump actions/cache from 3.0.11 to 3.2.0 (#1155)
+  * Bump github/codeql-action from 2.1.36 to 2.1.37 (#1151)
+  * Bump actions/setup-go from 3.4.0 to 3.5.0 (#1148)
+  * Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (#1147)
+  * Bump actions/checkout from 3.1.0 to 3.2.0 (#1145)
+  * Bump github/codeql-action from 2.1.35 to 2.1.36 (#1143)
+  * Fix typo in `mlr put` documentation (#1140)
+  * Bump actions/setup-go from 3.3.1 to 3.4.0 (#1136)
+  * Bump github/codeql-action from 2.1.33 to 2.1.35 (#1137)
+
+---

Old:

  miller-6.5.0+git20221130.636ca8873.tar.gz

New:

  miller-6.6.0+git20230101.7495a8845.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.sOHLvB/_old  2023-01-09 17:23:42.339125542 +0100
+++ /var/tmp/diff_new_pack.sOHLvB/_new  2023-01-09 17:23:42.343125564 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:6.5.0+git20221130.636ca8873
+Version:6.6.0+git20230101.7495a8845
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause

++ _service ++
--- /var/tmp/diff_new_pack.sOHLvB/_old  2023-01-09 17:23:42.375125745 +0100
+++ /var/tmp/diff_new_pack.sOHLvB/_new  2023-01-09 17:23:42.379125769 +0100
@@ -4,11 +4,11 @@
 git
 main
 @PARENT_TAG@+git%cd.%h
-v(.*)
 
+v6.5.0
+6.6.0
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.sOHLvB/_old  2023-01-09 17:23:42.399125882 +0100
+++ /var/tmp/diff_new_pack.sOHLvB/_new  2023-01-09 17:23:42.403125904 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/johnkerl/miller
-  636ca8873d5736b47d0717ef9ef57995084d9cd2
+  7495a88450ae48726b612aeb142b8e96fb91d993
 (No newline at EOF)
 

++ miller-6.5.0+git20221130.636ca8873.tar.gz -> 
miller-6.6.0+git20230101.7495a8845.tar.gz ++
/work/SRC/openSUSE:Factory/miller/miller-6.5.0+git20221130.636ca8873.tar.gz 
/work/SRC/openSUSE:Factory/.miller.new.32243/miller-6.6.0+git20230101.7495a8845.tar.gz
 differ: char 12, line 1

++ miller.obsinfo ++
--- /var/tmp/diff_new_pack.sOHLvB/_old  2023-01-09 17:23:42.443126130 +0100
+++ /var/tmp/diff_new_pack.sOHLvB/_new  2023-01-09 17:23:42.447126153 +0100
@@ -1,5 +1,5 @@
 name: miller
-version: 6.5.0+git20221130.636ca8873
-mtime: 1669818462
-commit: 636ca8873d5736b47d0717ef9ef57995084d9cd2
+version: 6.6.0+git20230101.7495a8845
+mtime: 1672611952
+commit: 7495a88450ae48726b612aeb142b8e96fb91d993
 

++ vendor.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/mattn/go-isatty/isatty_bsd.go 
new/vendor/github.com/mattn/go-isatty/isatty_bsd.go
--- old/vendor/github.com/mattn/go-isatty/isatty_bsd.go 2022-11-30 
18:34:06.0 +0100
+++ new/vendor/github.com/mattn/go-isatty/isatty_bsd.go 2023-01-02 
05:50:37.0 +0100
@@ -1,5 +1,5 @@
-//go:build (darwin || freebsd || openbsd || netbsd || dragonfly) && !appengine
-// +build darwin freebsd openbsd netbsd dragonfly
+//go:build (darwin || freebsd || openbsd || netbsd || dragonfly || hurd) && 
!appengine
+// +build darwin freebsd openbsd netbsd dragonfly hurd
 // +build !appengine
 
 package isatty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt
--- old/vendor/modules.txt  2022-11-30 18:34:06.0 +0100
+++ new/vendor/modules.txt  2023-01-02 05:50:37.0 +0100
@@ -17,7 +17,7 @@
 ## explicit
 github.com/l

commit miller for openSUSE:Factory

2022-12-08 Thread Source-Sync
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.changes2022-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 @@
 
   
 https://github.com/johnkerl/miller
-main
 git
+main
 @PARENT_TAG@+git%cd.%h
 v(.*)
 

commit miller for openSUSE:Factory

2022-10-10 Thread Source-Sync
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-10-10 18:47:23

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.2275 (New)


Package is "miller"

Mon Oct 10 18:47:23 2022 rev:17 rq:1009178 version:6.4.0+git20220929.36d0ed760

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2022-09-03 
23:19:12.551836186 +0200
+++ /work/SRC/openSUSE:Factory/.miller.new.2275/miller.changes  2022-10-10 
18:48:04.887324975 +0200
@@ -1,0 +2,12 @@
+Sun Oct 02 16:57:42 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 6.4.0+git20220929.36d0ed760:
+  * type-safety in exec (#1099)
+  * add source-checkout info to build-from-source instructions
+  * Check -- terminator on --mfrom (#1098)
+  * todo
+  * mlr reshape multiple regex via multiple -r (#1091)
+  * Fix labels for mlr histogram --auto (#1089)
+  * Continue #1086 (#1087)
+
+---

Old:

  miller-6.4.0+git20220823.cdbe8b82e.tar.gz

New:

  miller-6.4.0+git20220929.36d0ed760.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.WepQlk/_old  2022-10-10 18:48:05.555326428 +0200
+++ /var/tmp/diff_new_pack.WepQlk/_new  2022-10-10 18:48:05.559326436 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:6.4.0+git20220823.cdbe8b82e
+Version:6.4.0+git20220929.36d0ed760
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause

++ _servicedata ++
--- /var/tmp/diff_new_pack.WepQlk/_old  2022-10-10 18:48:05.627326584 +0200
+++ /var/tmp/diff_new_pack.WepQlk/_new  2022-10-10 18:48:05.631326593 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/johnkerl/miller
-  cdbe8b82efdc7d34491171089d261c3df2359aea
+  36d0ed760884af4ea5009911705db0142b83b72d
 (No newline at EOF)
 

++ miller-6.4.0+git20220823.cdbe8b82e.tar.gz -> 
miller-6.4.0+git20220929.36d0ed760.tar.gz ++
/work/SRC/openSUSE:Factory/miller/miller-6.4.0+git20220823.cdbe8b82e.tar.gz 
/work/SRC/openSUSE:Factory/.miller.new.2275/miller-6.4.0+git20220929.36d0ed760.tar.gz
 differ: char 4, line 1

++ miller.obsinfo ++
--- /var/tmp/diff_new_pack.WepQlk/_old  2022-10-10 18:48:05.691326723 +0200
+++ /var/tmp/diff_new_pack.WepQlk/_new  2022-10-10 18:48:05.699326741 +0200
@@ -1,5 +1,5 @@
 name: miller
-version: 6.4.0+git20220823.cdbe8b82e
-mtime: 1661281007
-commit: cdbe8b82efdc7d34491171089d261c3df2359aea
+version: 6.4.0+git20220929.36d0ed760
+mtime: 1664460695
+commit: 36d0ed760884af4ea5009911705db0142b83b72d
 

++ vendor.tar.gz ++


commit miller for openSUSE:Factory

2022-09-03 Thread Source-Sync
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-09-03 23:18:56

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.2083 (New)


Package is "miller"

Sat Sep  3 23:18:56 2022 rev:16 rq:1000973 version:6.4.0+git20220823.cdbe8b82e

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2021-11-17 
09:08:19.998079083 +0100
+++ /work/SRC/openSUSE:Factory/.miller.new.2083/miller.changes  2022-09-03 
23:19:12.551836186 +0200
@@ -1,0 +2,31 @@
+Fri Sep  2 21:29:11 UTC 2022 - Scott Bradnick 
+
+- Patch buildmode-pie.patch was added per go's request during build.
+
+---
+Fri Aug 26 18:47:10 UTC 2022 - Scott Bradnick 
+
+- Excluding patch from ppc64: "-buildmode=pie not supported on linux/ppc64"
+
+---
+Fri Aug 26 16:03:07 UTC 2022 - Scott Bradnick 
+
+- Adding Group definition
+- Removing unnecessary 'golang' requirement which isn't present in 15.3
+
+---
+Tue Aug 23 20:43:11 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version v6.4.0+git20220823.cdbe8b82e:
+  * Account for varying mlr locations (#1086)
+  * Restore --quote-all for CSV output (#1084)
+  * Restore the --jvquoteall flag (#1083)
+  * forgot to make a branch/PR for --quote-all
+  * make dev: for doc-build artifacts
+  * unit-test case
+  * Restore --quote-all flag for CSV output
+  * post-6.4.0
+  * 6.4.0 release (#1081)
+  * codespell
+
+---

Old:

  miller-5.10.3.tar.gz

New:

  _service
  _servicedata
  buildmode-pie.patch
  miller-6.4.0+git20220823.cdbe8b82e.tar.gz
  miller.obsinfo
  vendor.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.pbWqNW/_old  2022-09-03 23:19:13.235837984 +0200
+++ /var/tmp/diff_new_pack.pbWqNW/_new  2022-09-03 23:19:13.239837994 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package miller
 #
-# 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
@@ -17,16 +17,24 @@
 
 
 Name:   miller
-Version:5.10.3
+Version:6.4.0+git20220823.cdbe8b82e
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause
 License:BSD-2-Clause AND BSD-4-Clause
+Group:  Productivity/Text/Utilities
 URL:http://johnkerl.org/miller/doc
 Source0:
https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  automake
-BuildRequires:  flex >= 2.5.35
-BuildRequires:  libtool
+Source1:vendor.tar.gz
+Patch0: buildmode-pie.patch
+#BuildRequires:  golang
+BuildRequires:  golang-packaging
+BuildRequires:  gcc
+BuildRequires:  systemd-rpm-macros
+# Switched to a golang build sometime after 5.10.3
+#BuildRequires:  automake
+#BuildRequires:  flex >= 2.5.35
+#BuildRequires:  libtool
 
 %description
 Miller (mlr) allows name-indexed data such as CSV and JSON files to be
@@ -36,22 +44,26 @@
 well with pipes and can feed "tail -f".
 
 %prep
-%setup -q
-%ifarch %ix86
-sed -e 's/-pg//' -i c/Makefile.am
+%setup -q -a 1
+%if "%{_arch}" != "ppc64"
+%patch0
 %endif
+# Not sure if this is still required
+#%%ifarch %%ix86
+#sed -e 's/-pg//' -i c/Makefile.am
+#%%endif
 
 %build
-autoreconf -fiv
-%configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-%make_install
+%make_install PREFIX=%{_prefix}
+# Add provided example.csv
+cp -v %{_builddir}/%{name}-%{version}/docs/src/example.csv 
%{_builddir}/%{name}-%{version}
 
 %files
 %license LICENSE.txt
-%doc README.md c/draft-release-notes.md
+%doc README.md example.csv
 %{_bindir}/mlr
 %{_mandir}/man1/mlr.1%{ext_man}
 

++ _service ++

  
https://github.com/johnkerl/miller
main
git
@PARENT_TAG@+git%cd.%h
v(.*)

enable
  
  
  
  
gz
*.tar
  
  
  


++ _servicedata ++


https://github.com/johnkerl/miller
  cdbe8b82efdc7d34491171089d261c3df2359aea
(No newline at EOF)

++ buildmode-pie.patch ++
--- Makefile.orig   2022-08-23 18:21:08.562516337 -0400
+++ Makefile2022-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/mi

commit miller for openSUSE:Factory

2021-11-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2021-11-17 09:08:16

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.1890 (New)


Package is "miller"

Wed Nov 17 09:08:16 2021 rev:15 rq:931896 version:5.10.3

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2021-03-24 
16:12:11.635891271 +0100
+++ /work/SRC/openSUSE:Factory/.miller.new.1890/miller.changes  2021-11-17 
09:08:19.998079083 +0100
@@ -1,0 +2,9 @@
+Wed Nov 17 06:58:21 UTC 2021 - Luigi Baldoni 
+
+- Update to version 5.10.3
+  * autoreconf.fiv; manpage & docs w/ 5.10.3
+  * Replace NDEBUG with MLR_DSL_NDEBUG ifdef to avoid name clash
+with conda build
+  * precompute lemon artifacts
+
+---

Old:

  miller-5.10.2.tar.gz

New:

  miller-5.10.3.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.xWP49D/_old  2021-11-17 09:08:20.574079283 +0100
+++ /var/tmp/diff_new_pack.xWP49D/_new  2021-11-17 09:08:20.578079285 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:5.10.2
+Version:5.10.3
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause

++ miller-5.10.2.tar.gz -> miller-5.10.3.tar.gz ++
 18633 lines of diff (skipped)


commit miller for openSUSE:Factory

2021-03-24 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2021-03-24 16:12:10

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.2401 (New)


Package is "miller"

Wed Mar 24 16:12:10 2021 rev:14 rq:881025 version:5.10.2

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2020-12-01 
14:22:52.249598784 +0100
+++ /work/SRC/openSUSE:Factory/.miller.new.2401/miller.changes  2021-03-24 
16:12:11.635891271 +0100
@@ -1,0 +2,18 @@
+Wed Mar 24 11:40:14 UTC 2021 - Luigi Baldoni 
+
+- Update to version 5.10.2
+  Fix:
+  * Restore mlr manpage to distro file
+
+---
+Mon Mar 22 08:20:46 UTC 2021 - Luigi Baldoni 
+
+- Update to version 5.10.1
+  Fix:
+  * NR is stale after apply remove-empty-columns
+  * Segfault with --tsv --implicit-csv-header
+  * Default value of uninitialized variables for multiplication:
+docs vs awk
+  * Bug with uniq + sort
+
+---

Old:

  miller-5.10.0.tar.gz

New:

  miller-5.10.2.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.a8UMDa/_old  2021-03-24 16:12:12.303891971 +0100
+++ /var/tmp/diff_new_pack.a8UMDa/_new  2021-03-24 16:12:12.307891976 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package miller
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:5.10.0
+Version:5.10.2
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause
@@ -48,7 +48,6 @@
 
 %install
 %make_install
-install -Dm0644 docs/mlr.1 %{buildroot}/%{_mandir}/man1/mlr.1
 
 %files
 %license LICENSE.txt

++ miller-5.10.0.tar.gz -> miller-5.10.2.tar.gz ++
/work/SRC/openSUSE:Factory/miller/miller-5.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.miller.new.2401/miller-5.10.2.tar.gz differ: char 
13, line 1


commit miller for openSUSE:Factory

2020-12-01 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2020-12-01 14:22:34

Comparing /work/SRC/openSUSE:Factory/miller (Old)
 and  /work/SRC/openSUSE:Factory/.miller.new.5913 (New)


Package is "miller"

Tue Dec  1 14:22:34 2020 rev:13 rq:851828 version:5.10.0

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2020-09-04 
11:12:52.803053894 +0200
+++ /work/SRC/openSUSE:Factory/.miller.new.5913/miller.changes  2020-12-01 
14:22:52.249598784 +0100
@@ -1,0 +2,17 @@
+Mon Nov 30 11:35:45 UTC 2020 - aloi...@gmx.com
+
+- Update to version 5.10.0
+  Features:
+  * The unsparsify -f feature fulfills #387 from @sjackman .
+  * The new sort-within-records verb is an old ask, underway
+from the Go port, backported to C.
+  * Likewise the truncate DSL function.
+  Bugfixes:
+  * The count -n feature was not implemented as intended.
+  * Pretty-print format now works correctly with
+--headerless-csv-output.
+  * The seqgen verb now correctly tracks NR and FNR in the
+records it emits.
+  * An intermittent JSON-parsing bug has been fixed.
+
+---

Old:

  miller-5.9.1.tar.gz

New:

  miller-5.10.0.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.wELPsc/_old  2020-12-01 14:22:52.877599463 +0100
+++ /var/tmp/diff_new_pack.wELPsc/_new  2020-12-01 14:22:52.881599467 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:5.9.1
+Version:5.10.0
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause
@@ -48,6 +48,7 @@
 
 %install
 %make_install
+install -Dm0644 docs/mlr.1 %{buildroot}/%{_mandir}/man1/mlr.1
 
 %files
 %license LICENSE.txt

++ miller-5.9.1.tar.gz -> miller-5.10.0.tar.gz ++
/work/SRC/openSUSE:Factory/miller/miller-5.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.miller.new.5913/miller-5.10.0.tar.gz differ: char 
13, line 1
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org