Hello community, here is the log from the commit of package liblouis for openSUSE:Factory checked in at 2016-03-29 14:26:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblouis (Old) and /work/SRC/openSUSE:Factory/.liblouis.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblouis" Changes: -------- --- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes 2016-01-13 22:42:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes 2016-03-29 14:26:09.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jan 19 13:32:40 UTC 2016 - [email protected] + +- Use %{?_smp_mflags} for parallel build, newer %make_install + for installation, and remove redundant %clean section. + +------------------------------------------------------------------- python-louis.changes: same change python3-louis.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblouis.spec ++++++ --- /var/tmp/diff_new_pack.ZpkRm6/_old 2016-03-29 14:26:10.000000000 +0200 +++ /var/tmp/diff_new_pack.ZpkRm6/_new 2016-03-29 14:26:10.000000000 +0200 @@ -184,7 +184,7 @@ %build %configure --disable-static -%__make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if !%build_core_not_python pushd python %{__python} setup.py build @@ -193,7 +193,7 @@ %install %if %build_core_not_python -%makeinstall +%make_install find %{buildroot} -type f -name "*.la" -delete -print # We'll package them as rpm docs %{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt} @@ -205,8 +205,6 @@ popd %endif -%clean -%{__rm} -rf %{buildroot} %if %build_core_not_python %post doc ++++++ python-louis.spec ++++++ --- /var/tmp/diff_new_pack.ZpkRm6/_old 2016-03-29 14:26:10.000000000 +0200 +++ /var/tmp/diff_new_pack.ZpkRm6/_new 2016-03-29 14:26:10.000000000 +0200 @@ -184,7 +184,7 @@ %build %configure --disable-static -%__make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if !%build_core_not_python pushd python %{__python} setup.py build @@ -193,7 +193,7 @@ %install %if %build_core_not_python -%makeinstall +%make_install find %{buildroot} -type f -name "*.la" -delete -print # We'll package them as rpm docs %{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt} @@ -205,8 +205,6 @@ popd %endif -%clean -%{__rm} -rf %{buildroot} %if %build_core_not_python %post doc python3-louis.spec: same change
