Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2016-08-17 12:01:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-29 
14:26:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2016-08-17 
12:01:34.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Jun  6 16:11:31 UTC 2016 - dims...@opensuse.org
+
+- Move %install_info_delete from postun to preun.
+- Drop makeinfo BuildRequires: it's quite a big dependency and
+  the .info file is present in the tarball.
+- Install doc directly (make_install -C doc).
+
+-------------------------------------------------------------------
+Thu Apr 14 15:28:43 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+-------------------------------------------------------------------
python-louis.changes: same change
python3-louis.changes: same change

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

Other differences:
------------------
++++++ liblouis.spec ++++++
--- /var/tmp/diff_new_pack.JqCIUN/_old  2016-08-17 12:01:35.000000000 +0200
+++ /var/tmp/diff_new_pack.JqCIUN/_new  2016-08-17 12:01:35.000000000 +0200
@@ -40,7 +40,6 @@
 BuildRequires:  pkg-config
 PreReq:         %install_info_prereq
 BuildRequires:  fdupes
-BuildRequires:  makeinfo >= 5
 %else
 BuildRequires:  liblouis-devel
 BuildRequires:  python%{py_suffix}
@@ -194,6 +193,8 @@
 %install
 %if %build_core_not_python
 %make_install
+# doc is only auto-installed when makeinfo is present
+%make_install -C doc
 find %{buildroot} -type f -name "*.la" -delete -print
 # We'll package them as rpm docs
 %{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt}
@@ -210,7 +211,7 @@
 %post doc
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun doc
+%preun doc
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %post -n liblouis9 -p /sbin/ldconfig

++++++ python-louis.spec ++++++
--- /var/tmp/diff_new_pack.JqCIUN/_old  2016-08-17 12:01:35.000000000 +0200
+++ /var/tmp/diff_new_pack.JqCIUN/_new  2016-08-17 12:01:35.000000000 +0200
@@ -40,7 +40,6 @@
 BuildRequires:  pkg-config
 PreReq:         %install_info_prereq
 BuildRequires:  fdupes
-BuildRequires:  makeinfo >= 5
 %else
 BuildRequires:  liblouis-devel
 BuildRequires:  python%{py_suffix}
@@ -194,6 +193,8 @@
 %install
 %if %build_core_not_python
 %make_install
+# doc is only auto-installed when makeinfo is present
+%make_install -C doc
 find %{buildroot} -type f -name "*.la" -delete -print
 # We'll package them as rpm docs
 %{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt}
@@ -210,7 +211,7 @@
 %post doc
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun doc
+%preun doc
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %post -n liblouis9 -p /sbin/ldconfig

python3-louis.spec: same change

Reply via email to