Hello community, here is the log from the commit of package katalog checked in at Fri Apr 25 16:28:14 CEST 2008. -------- --- KDE/katalog/katalog.changes 2007-10-23 09:19:27.000000000 +0200 +++ /mounts/work_src_done/STABLE/katalog/katalog.changes 2008-04-25 10:42:00.863510000 +0200 @@ -1,0 +2,6 @@ +Fri Apr 25 10:38:13 CEST 2008 - dmueller@suse.de + +- switch away from system provided scons package + to fix the build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ katalog.spec ++++++ --- /var/tmp/diff_new_pack.a26804/_old 2008-04-25 16:25:58.000000000 +0200 +++ /var/tmp/diff_new_pack.a26804/_new 2008-04-25 16:25:59.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package katalog (Version 0.4) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,14 +10,15 @@ # norootforbuild + Name: katalog -BuildRequires: kdelibs3-devel scons sqlite-devel +BuildRequires: kdelibs3-devel sqlite-devel Url: http://salvaste.altervista.org/ License: GPL v2 or later Group: Productivity/File utilities Summary: Create Catalog Files from Media and Search Them Version: 0.4 -Release: 86 +Release: 150 Source0: %name-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch: katalog-gcc43.diff @@ -45,22 +46,21 @@ QTDIR_bak=$QTDIR . /etc/opt/kde3/common_options export QTDIR=$QTDIR_bak +./configure %ifarch x86_64 ppc64 s390x -scons libsuffix=64 +./scons libsuffix=64 %else -scons +./scons %endif %install . /etc/opt/kde3/common_options -scons DESTDIR=%{buildroot} install +./scons DESTDIR=%{buildroot} install kde_post_install -%post -%run_ldconfig +%post -p /sbin/ldconfig -%postun -%run_ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -80,12 +80,16 @@ %dir /opt/kde3/share/apps/konqsidebartng/virtual_folders/services /opt/kde3/share/apps/konqsidebartng/virtual_folders/services/katalog_service.desktop /opt/kde3/share/services/* + %changelog -* Tue Oct 23 2007 - stbinner@suse.de +* Fri Apr 25 2008 dmueller@suse.de +- switch away from system provided scons package + to fix the build +* Tue Oct 23 2007 stbinner@suse.de - fix build with gcc 4.3 -* Thu Jun 21 2007 - stbinner@suse.de +* Thu Jun 21 2007 stbinner@suse.de - call kde_post_install -* Tue Jan 02 2007 - stbinner@suse.de +* Tue Jan 02 2007 stbinner@suse.de - update to version 0.4: * migration from an XML file format to a database. Old file format is supported, currently only reading @@ -95,9 +99,9 @@ through mimetypes. * catalog creation widget now shows a progress indicator with the possibility to stop current jobs. -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Thu Sep 16 2004 - adrian@suse.de +* Thu Sep 16 2004 adrian@suse.de - package also directories -* Wed Sep 15 2004 - adrian@suse.de +* Wed Sep 15 2004 adrian@suse.de - initial package of version 0.3 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de