Hello community, here is the log from the commit of package apper for openSUSE:Factory checked in at 2012-06-25 14:40:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apper (Old) and /work/SRC/openSUSE:Factory/.apper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apper", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/apper/apper.changes 2012-05-25 16:14:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.apper.new/apper.changes 2012-06-25 15:23:27.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jun 22 07:18:44 UTC 2012 - [email protected] + +- replace -DEDIT_ORIGNS_DESKTOP_NAME="yast inst_source" with + -DEDIT_ORIGNS_DESKTOP_NAME="sw_source", and only affect openSUSE + version >= 12.2 (bnc#766314) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apper.spec ++++++ --- /var/tmp/diff_new_pack.iM304g/_old 2012-06-25 15:23:27.000000000 +0200 +++ /var/tmp/diff_new_pack.iM304g/_new 2012-06-25 15:23:27.000000000 +0200 @@ -35,6 +35,9 @@ BuildRequires: kdebase4-workspace-devel BuildRequires: libpackagekit-qt2-devel Requires: PackageKit +%if 0%{?suse_version} > 1210 +Requires: yast2-packager +%endif Recommends: %{name}-lang = %{version} # last used in 11.4 Obsoletes: kpackagekit <= 0.6.3.3 @@ -59,7 +62,11 @@ %patch6 %build +%if 0%{?suse_version} <= 1210 %cmake_kde4 -d build -- -DEDIT_ORIGNS_DESKTOP_NAME="yast inst_source" +%else +%cmake_kde4 -d build -- -DEDIT_ORIGNS_DESKTOP_NAME="sw_source" +%endif %make_jobs %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
