Hello community, here is the log from the commit of package mypaint for openSUSE:Factory checked in at 2018-05-03 12:34:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mypaint (Old) and /work/SRC/openSUSE:Factory/.mypaint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mypaint" Thu May 3 12:34:32 2018 rev:6 rq:603340 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mypaint/mypaint.changes 2018-05-02 12:19:06.210689159 +0200 +++ /work/SRC/openSUSE:Factory/.mypaint.new/mypaint.changes 2018-05-03 12:34:36.515522141 +0200 @@ -1,0 +2,6 @@ +Wed May 2 13:44:24 UTC 2018 - [email protected] + +- Drop devel pkg: no one is using it and libmypaint-devel >= 1.3 + obsoletes it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mypaint.spec ++++++ --- /var/tmp/diff_new_pack.bysl8n/_old 2018-05-03 12:34:37.951470983 +0200 +++ /var/tmp/diff_new_pack.bysl8n/_new 2018-05-03 12:34:37.951470983 +0200 @@ -64,14 +64,6 @@ standard brushes can emulate traditional media like charcoal, pencils, ink, or paint. -%package devel -Summary: Development files for MyPaint -Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} - -%description devel -MyPaint is graphics application for digital painters. - %prep %setup -q %if 0%{?suse_version} > 1320 @@ -96,10 +88,6 @@ scons prefix=%{_prefix} \ --install-sandbox=install_tmp cp -r {.,po,brushlib,brushlib/po}/install_tmp/* %{buildroot} -%ifarch x86_64 ppc64 ppc64le aarch64 -mv %{buildroot}/usr/lib/lib%{name}.a %{buildroot}/%{_libdir} -sed -i 's|/usr/lib|/usr/%{_lib}|g' %{buildroot}/%{_libdir}/pkgconfig/lib%{name}.pc -%endif #FIXME incorrect file permissions, source has them as 0755 chmod 0755 %{buildroot}%{_datadir}/%{name}/brushes/label-brush-mypaint.sh chmod 0755 %{buildroot}%{_datadir}/%{name}/brushlib/generate.py @@ -115,16 +103,19 @@ # Fix env-based hashbang sed -E -i "s:/usr/bin/env python*.*:/usr/bin/python3:" %{buildroot}%{_bindir}/mypaint +# Nuke the devel pkg: no one is using it and libmypaint-devel >= 1.3 obsoletes it +rm -r %{buildroot}%{_includedir}/lib%{name} +rm %{buildroot}%{_libdir}/pkgconfig/lib%{name}.pc +rm %{buildroot}/usr/lib/lib%{name}.a + %fdupes %{buildroot}/%{_prefix} -%post %if 0%{?suse_version} < 1500 +%post %desktop_database_post %icon_theme_cache_post -%endif %postun -%if 0%{?suse_version} < 1500 %desktop_database_postun %icon_theme_cache_postun %endif @@ -143,10 +134,4 @@ %files lang -f %{name}.lang -%files devel -%defattr(-, root, root) -%{_includedir}/lib%{name} -%{_libdir}/pkgconfig/lib%{name}.pc -%{_libdir}/lib%{name}.a - %changelog
