commit scpm for openSUSE:Factory
Hello community, here is the log from the commit of package scpm for openSUSE:Factory checked in at Thu Feb 26 18:41:21 CET 2009. -------- --- scpm/scpm.changes 2008-10-22 12:39:08.000000000 +0200 +++ scpm/scpm.changes 2009-02-25 20:54:16.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 25 20:54:10 CET 2009 - crrodriguez@suse.de + +- fix build with GCC 44 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- scpm-1.1.7-gcc44.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scpm.spec ++++++ --- /var/tmp/diff_new_pack.E16158/_old 2009-02-26 18:41:05.000000000 +0100 +++ /var/tmp/diff_new_pack.E16158/_new 2009-02-26 18:41:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package scpm (Version 1.1.7) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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,12 +22,13 @@ BuildRequires: doxygen gcc-c++ graphviz libjpeg-devel libpng-devel mhash-devel Summary: System Configuration Profile Management Version: 1.1.7 -Release: 1 +Release: 2 Group: System/Base License: GPL v2 or later Source: scpm-%{version}.tar.bz2 Source1: logrotate-scpm Patch1: fix_boot_script.patch +Patch2: scpm-1.1.7-gcc44.patch Requires: diffutils textutils BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq %install_info_prereq @@ -63,6 +64,7 @@ %prep %setup scpm %patch1 -p0 +%patch2 %build CXXFLAGS="$RPM_OPT_FLAGS" make @@ -136,6 +138,8 @@ test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 crrodriguez@suse.de +- fix build with GCC 44 * Wed Oct 22 2008 helmut.schaa@gmail.com - update to 1.1.7 final * added bash completion (bnc#400354) @@ -222,7 +226,7 @@ name has more than 20 characters (bug 117760) * Tue Nov 29 2005 ro@suse.de - added fontconfig to nfb (for graphviz) -* Fri Sep 02 2005 jg@suse.de +* Thu Sep 01 2005 jg@suse.de - avoiding usage of system() command as this does not work correctly with suid bit set (fixes bug 114788) * Mon Aug 22 2005 aj@suse.de ++++++ scpm-1.1.7-gcc44.patch ++++++ Index: src/scdb/xml.cc =================================================================== --- src/scdb/xml.cc.orig 2008-10-22 12:12:42.000000000 +0200 +++ src/scdb/xml.cc 2009-02-25 20:30:18.000000000 +0100 @@ -15,6 +15,7 @@ * */ #include "xml.hh" +#include <cstdio> #include <sstream> #include <cstring> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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