Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 92ca462c2c | |||
| 7574bd13e3 |
4
_service
4
_service
@@ -2,8 +2,8 @@
|
||||
<service mode="localonly" name="obs_scm">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/archiecobbs/csvprintf</param>
|
||||
<param name="versionformat">1.3.2</param>
|
||||
<param name="revision">1.3.2</param>
|
||||
<param name="versionformat">1.3.3</param>
|
||||
<param name="revision">1.3.3</param>
|
||||
<param name="filename">csvprintf</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar"/>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d312e347b6990f3e1008ec7cc5d80cc279927cf40c7f0affbfe60dfd308aa721
|
||||
size 105995
|
||||
3
csvprintf-1.3.3.obscpio
Normal file
3
csvprintf-1.3.3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:039f1b41762ab6228a2511e829d2d139888ff31cdc328814cf6e860e7a04676a
|
||||
size 107531
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 15:12:44 UTC 2025 - Archie Cobbs <archie.cobbs@gmail.com>
|
||||
|
||||
- Update to release 1.3.3
|
||||
- Fixed bug where \t separator was being skipped as whitespace
|
||||
- Allow duplicate column names if the "-c" flag avoids them
|
||||
- Fixed "-c" bug where extra data columns were being returned as "colX"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 19:14:29 UTC 2023 - Archie Cobbs <archie.cobbs@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: csvprintf
|
||||
version: 1.3.2
|
||||
mtime: 1674673888
|
||||
commit: 1e24bae7118cba71954f7f71f67ab34f6b5f58ed
|
||||
version: 1.3.3
|
||||
mtime: 1758553527
|
||||
commit: e4d020da85ec02f895811beb7a5859af3fb8b2b2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package csvprintf
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 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: csvprintf
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 0
|
||||
Summary: Simple CSV file parser for the UNIX command line
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user