Accepting request 1071429 from Cloud:OpenStack:Factory
OBS-URL: https://build.opensuse.org/request/show/1071429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crudini?expand=0&rev=9
This commit is contained in:
commit
c8fd63f62c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e354ef3174463e724545c1f4e9fe3de1839cd1d88e768f3c217b0643b9c52c3
|
||||
size 24426
|
3
crudini-0.9.4.tar.gz
Normal file
3
crudini-0.9.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7944306493f6b0d824607dfc74518d951ab732dd07bcd3b5569114c2a3cd222
|
||||
size 27948
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 17:39:44 UTC 2023 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 0.9.4
|
||||
* Fix updating of flag only parameters so they don't have '='
|
||||
or '=crudini_no_arg' added added on update
|
||||
* Handle closed stdin/stdout gracefully, without giving errors
|
||||
* Windows line endings are maintained
|
||||
* Lists can be delimited with arbitrary whitespace with --list-sep=
|
||||
* Support for unspaced "name=val" format with --ini-options=nospace
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 10:57:28 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
10
crudini.spec
10
crudini.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package crudini
|
||||
#
|
||||
# Copyright (c) 2020 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: crudini
|
||||
Version: 0.9.3
|
||||
Version: 0.9.4
|
||||
Release: 0
|
||||
Summary: A utility for manipulating ini files
|
||||
License: GPL-2.0-only
|
||||
@ -36,12 +36,12 @@ scripts.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
sed -i 's/env python/python3/' crudini
|
||||
sed -i 's/env python/python3/' crudini.py
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -m 0755 -D %{name} %{buildroot}%{_bindir}/%{name}
|
||||
install -m 0755 -D %{name}.py %{buildroot}%{_bindir}/%{name}
|
||||
install -m 0644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
|
||||
%check
|
||||
@ -51,7 +51,7 @@ popd
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README TODO NEWS example.ini
|
||||
%doc README.md EXAMPLES TODO NEWS example.ini
|
||||
%{_bindir}/crudini
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user