Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pypng for openSUSE:Factory 
checked in at 2022-10-08 01:25:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypng (Old)
 and      /work/SRC/openSUSE:Factory/.python-pypng.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pypng"

Sat Oct  8 01:25:36 2022 rev:9 rq:1008769 version:0.0.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypng/python-pypng.changes        
2021-04-19 21:06:17.204055223 +0200
+++ /work/SRC/openSUSE:Factory/.python-pypng.new.2275/python-pypng.changes      
2022-10-08 01:25:59.502335165 +0200
@@ -1,0 +2,5 @@
+Fri Oct  7 12:15:18 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Fix u-a scriptlets
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pypng.spec ++++++
--- /var/tmp/diff_new_pack.lv25EW/_old  2022-10-08 01:26:01.806340449 +0200
+++ /var/tmp/diff_new_pack.lv25EW/_new  2022-10-08 01:26:01.810340459 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pypng
 #
-# 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
@@ -67,12 +67,12 @@
 
 %post
 %{lua: for b in rpm.expand("%{binaries}"):gmatch("%S+") do
-  print(rpm.expand("%python_install_alternative " .. b))
+  print(rpm.expand("%python_install_alternative " .. b .. "\n"))
 end}
 
 %postun
 %{lua: for b in rpm.expand("%{binaries}"):gmatch("%S+") do
-  print(rpm.expand("%python_uninstall_alternative " .. b))
+  print(rpm.expand("%python_uninstall_alternative " .. b .. "\n"))
 end}
 
 %files %{python_files}
@@ -81,7 +81,7 @@
 %{python_sitelib}/pypng-%{version}*-info
 %pycache_only %{python_sitelib}/__pycache__/png.*.pyc
 %{lua: for b in rpm.expand("%{binaries}"):gmatch("%S+") do
-  print(rpm.expand("%python_alternative %{_bindir}/" .. b))
+  print(rpm.expand("%python_alternative %{_bindir}/" .. b .. "\n"))
 end}
 
 %changelog

Reply via email to