Hello community, here is the log from the commit of package scpm for openSUSE:Factory checked in at Tue Jun 21 09:38:55 CEST 2011.
-------- --- scpm/scpm.changes 2010-09-15 16:09:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/scpm/scpm.changes 2011-06-17 16:00:53.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 17 13:58:54 UTC 2011 - [email protected] + +- Fix build due to missing header file (scpm-header.patch). + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- scpm-header.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scpm.spec ++++++ --- /var/tmp/diff_new_pack.vDtfqN/_old 2011-06-21 09:28:57.000000000 +0200 +++ /var/tmp/diff_new_pack.vDtfqN/_new 2011-06-21 09:28:57.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package scpm (Version 1.1.7) +# spec file for package scpm # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -22,7 +22,7 @@ BuildRequires: doxygen gcc-c++ graphviz libjpeg-devel libpng-devel lzma mhash-devel Summary: System Configuration Profile Management Version: 1.1.7 -Release: 6 +Release: 10 Group: System/Base License: GPLv2+ Source: scpm-%{version}.tar.lzma @@ -31,6 +31,7 @@ Patch2: scpm-1.1.7-gcc44.patch Patch3: scpm-1.1.7-no_static_linking.patch Patch4: scpm-fix_link_order.patch +Patch5: scpm-header.patch Requires: diffutils textutils Recommends: logrotate Suggests: %{name}-lang @@ -85,6 +86,7 @@ %patch2 %patch3 %patch4 +%patch5 -p1 %build export CXXFLAGS="$RPM_OPT_FLAGS" ++++++ scpm-header.patch ++++++ Index: scpm-1.1.7/src/main/executor.cc =================================================================== --- scpm-1.1.7.orig/src/main/executor.cc +++ scpm-1.1.7/src/main/executor.cc @@ -30,6 +30,7 @@ #include <string.h> #include <errno.h> #include <dirent.h> +#include <sys/stat.h> #define module_name "executor" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
