Hello community, here is the log from the commit of package capisuite for openSUSE:Factory checked in at 2013-12-11 19:40:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/capisuite (Old) and /work/SRC/openSUSE:Factory/.capisuite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "capisuite" Changes: -------- --- /work/SRC/openSUSE:Factory/capisuite/capisuite.changes 2012-05-22 08:12:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.capisuite.new/capisuite.changes 2013-12-11 19:40:38.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 3 08:52:05 UTC 2013 - [email protected] + +- use png_fix_dir macro [bnc#852862] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ capisuite.spec ++++++ --- /var/tmp/diff_new_pack.EPJBzD/_old 2013-12-11 19:40:40.000000000 +0100 +++ /var/tmp/diff_new_pack.EPJBzD/_new 2013-12-11 19:40:40.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package capisuite # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,6 +38,9 @@ BuildRequires: capi4linux BuildRequires: capi4linux-devel BuildRequires: gcc-c++ +%if 0%{?suse_version} >= 1310 +BuildRequires: libpng-tools +%endif BuildRequires: libtiff-devel BuildRequires: libxml2-devel BuildRequires: python-devel @@ -86,6 +89,9 @@ install -m 755 rc.capisuite %{buildroot}%{_initddir}/capisuite install -m 755 capisuite.cron %{buildroot}%{_sysconfdir}/cron.daily/suse-capisuite ln -sf ../../etc/init.d/capisuite %{buildroot}%{_sbindir}/rccapisuite +%if 0%{?suse_version} >= 1310 +%png_fix_dir %{buildroot}/%{_docdir}/%{name}/reference +%endif %preun %{stop_on_removal capisuite} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
