Hello community, here is the log from the commit of package horde3-imp for openSUSE:12.1:Update:Test checked in at 2012-02-16 16:25:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.1:Update:Test/horde3-imp (Old) and /work/SRC/openSUSE:12.1:Update:Test/.horde3-imp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "horde3-imp", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.1:Update:Test/horde3-imp/horde3-imp.changes 2012-02-13 17:32:51.000000000 +0100 +++ /work/SRC/openSUSE:12.1:Update:Test/.horde3-imp.new/horde3-imp.changes 2012-02-16 16:25:32.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 16 10:04:27 UTC 2012 - [email protected] + +- switch betwen /usr/bin/php and /usr/bin/php5 conditionally +- make fix version for bnc#742804 (CVE-2012-0791) work on both 11.4 and 12.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ horde3-imp.spec ++++++ --- /var/tmp/diff_new_pack.y8L0ZK/_old 2012-02-16 16:25:32.000000000 +0100 +++ /var/tmp/diff_new_pack.y8L0ZK/_new 2012-02-16 16:25:32.000000000 +0100 @@ -78,9 +78,10 @@ %__rm -rf %{buildroot}/%{_impdir}/{docs,README,COPYING} %__cp %{SOURCE1} %{buildroot}/%{_impdir}/COPYING # otherwise rpm will complain upon installation attempt -sed -i -e "s@/usr/bin/php@/usr/bin/php5@g" %{buildroot}%{_impdir}/scripts/upgrades/convert_vfolders.php -sed -i -e "s@/usr/bin/php@/usr/bin/php5@g" %{buildroot}%{_impdir}/scripts/bounce_spam.php - +if test -e /usr/bin/php5; then + sed -i -e "s@/usr/bin/php@/usr/bin/php5@g" %{buildroot}%{_impdir}/scripts/upgrades/convert_vfolders.php + sed -i -e "s@/usr/bin/php@/usr/bin/php5@g" %{buildroot}%{_impdir}/scripts/bounce_spam.php +fi # remove and link duplicate files %if 0%{?sles_version} != 10 %fdupes %buildroot/%{_impdir} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
