Hello community, here is the log from the commit of package pgcalc checked in at Fri May 26 13:06:59 CEST 2006. -------- --- pgcalc/pgcalc.changes 2006-05-15 12:05:36.000000000 +0200 +++ pgcalc/pgcalc.changes 2006-05-25 09:35:37.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 24 10:20:12 CEST 2006 - adrian@suse.de + +- fix build for < 10.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgcalc.spec ++++++ --- /var/tmp/diff_new_pack.TDuC3Z/_old 2006-05-26 13:06:21.000000000 +0200 +++ /var/tmp/diff_new_pack.TDuC3Z/_new 2006-05-26 13:06:21.000000000 +0200 @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://www.pgcalc.net Version: 2.2 -Release: 22 +Release: 23 Source: %{name}2-%{version}-4.tar.bz2 Patch: pgcalc.diff Patch1: pgcalc-gcc41.diff @@ -55,13 +55,18 @@ . /etc/opt/kde3/common_options make DESTDIR=$RPM_BUILD_ROOT install kde_post_install -%suse_update_desktop_file -G "Scientific Calculator" pgcalc2 Utility Calculator -%suse_update_desktop_file -G "Scientific Calculator" pgcalc2-FX20 Utility Calculator -%suse_update_desktop_file -G "Scientific Calculator" pgcalc2-HP48GX Utility Calculator -%suse_update_desktop_file -G "Scientific Calculator" pgcalc2-HP49G+ Utility Calculator -%suse_update_desktop_file -G "Scientific Calculator" pgcalc2-BHP49G Utility Calculator -%suse_update_desktop_file -G "Scientific Calculator" pgcalc2-CFX-9850GB+ Utility Calculator -%suse_update_desktop_file -G "Scientific Calculator" pgcalc2-Metallic Utility Calculator +%if %suse_version < 1010 +%define string pgcalc2 +%else +%define string -G "Scientific Calculator" pgcalc2 +%endif +%suse_update_desktop_file %string Utility Calculator +%suse_update_desktop_file %string-FX20 Utility Calculator +%suse_update_desktop_file %string-HP48GX Utility Calculator +%suse_update_desktop_file %string-HP49G+ Utility Calculator +%suse_update_desktop_file %string-BHP49G Utility Calculator +%suse_update_desktop_file %string-CFX-9850GB+ Utility Calculator +%suse_update_desktop_file %string-Metallic Utility Calculator rm $RPM_BUILD_ROOT/opt/kde3/share/apps/pgcalc2/skins/*/*~ %files @@ -75,6 +80,8 @@ /opt/kde3/share/icons/* %changelog -n pgcalc +* Wed May 24 2006 - adrian@suse.de +- fix build for < 10.1 * Mon May 15 2006 - ltinkl@suse.cz - initialize vars to prevent compiler warnings (#159989) * Wed Feb 15 2006 - stbinner@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de