Hello community,

here is the log from the commit of package mypaint for openSUSE:Factory checked 
in at 2018-05-02 12:18:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mypaint (Old)
 and      /work/SRC/openSUSE:Factory/.mypaint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mypaint"

Wed May  2 12:18:55 2018 rev:5 rq:602831 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mypaint/mypaint.changes  2018-04-30 
22:58:53.492564333 +0200
+++ /work/SRC/openSUSE:Factory/.mypaint.new/mypaint.changes     2018-05-02 
12:19:06.210689159 +0200
@@ -1,0 +2,8 @@
+Mon Apr 30 16:16:57 UTC 2018 - [email protected]
+
+- Limit fdupes to one partition, /usr.
+- Remove unnecessary ldconfig calls; there are no shared libraries
+  in the standard search paths.
+- Use find -delete instead of the slower xargs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mypaint.spec ++++++
--- /var/tmp/diff_new_pack.UZnp2j/_old  2018-05-02 12:19:07.802631075 +0200
+++ /var/tmp/diff_new_pack.UZnp2j/_new  2018-05-02 12:19:07.806630929 +0200
@@ -110,22 +110,20 @@
 %find_lang %{name}
 
 # Updated libmypaint already provides its own lang files
-find %{buildroot} -name "libmypaint.mo" -print | xargs rm -f
+find %{buildroot} -name "libmypaint.mo" -print -delete
 
 # Fix env-based hashbang
 sed -E -i "s:/usr/bin/env python*.*:/usr/bin/python3:" 
%{buildroot}%{_bindir}/mypaint 
 
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %post
-/sbin/ldconfig
 %if 0%{?suse_version} < 1500
 %desktop_database_post
 %icon_theme_cache_post
 %endif
 
 %postun
-/sbin/ldconfig
 %if 0%{?suse_version} < 1500
 %desktop_database_postun
 %icon_theme_cache_postun


Reply via email to