Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package crudini for openSUSE:Factory checked 
in at 2023-03-14 18:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crudini (Old)
 and      /work/SRC/openSUSE:Factory/.crudini.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crudini"

Tue Mar 14 18:17:19 2023 rev:9 rq:1071429 version:0.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/crudini/crudini.changes  2020-05-13 
22:56:54.207105144 +0200
+++ /work/SRC/openSUSE:Factory/.crudini.new.31432/crudini.changes       
2023-03-14 18:17:24.763978131 +0100
@@ -1,0 +2,11 @@
+Mon Mar 13 17:39:44 UTC 2023 - Ferdinand Thiessen <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  crudini-0.9.3.tar.gz

New:
----
  crudini-0.9.4.tar.gz

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

Other differences:
------------------
++++++ crudini.spec ++++++
--- /var/tmp/diff_new_pack.w5Gf5H/_old  2023-03-14 18:17:25.371981380 +0100
+++ /var/tmp/diff_new_pack.w5Gf5H/_new  2023-03-14 18:17:25.375981402 +0100
@@ -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 @@
 %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 @@
 
 %files
 %license COPYING
-%doc README TODO NEWS example.ini
+%doc README.md EXAMPLES TODO NEWS example.ini
 %{_bindir}/crudini
 %{_mandir}/man1/*
 

++++++ crudini-0.9.3.tar.gz -> crudini-0.9.4.tar.gz ++++++
++++ 2801 lines of diff (skipped)

Reply via email to