Hello community, here is the log from the commit of package amanda for openSUSE:Factory checked in at 2014-07-21 21:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amanda (Old) and /work/SRC/openSUSE:Factory/.amanda.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amanda" Changes: -------- --- /work/SRC/openSUSE:Factory/amanda/amanda.changes 2013-04-29 13:53:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes 2014-07-21 22:35:11.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jul 21 16:39:22 CEST 2014 - [email protected] + +- comment out all 'undef bool' lines, as they break the build + with modern perl versions + added patch: amanda-3.3.3-noundefbool.patch + +------------------------------------------------------------------- New: ---- amanda-3.3.3-noundefbool.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amanda.spec ++++++ --- /var/tmp/diff_new_pack.xa2Ecx/_old 2014-07-21 22:35:12.000000000 +0200 +++ /var/tmp/diff_new_pack.xa2Ecx/_new 2014-07-21 22:35:12.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package amanda # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -68,6 +68,7 @@ Patch8: amanda-gets.patch Patch9: amanda-3.3.2-returnvalues.patch Patch10: amanda-automake_add_missing.patch +Patch11: amanda-3.3.3-noundefbool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -84,6 +85,7 @@ %patch8 -p1 %patch9 -p1 %patch10 +%patch11 %build ./autogen ++++++ amanda-3.3.3-noundefbool.patch ++++++ --- ./perl/Amanda/Application.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Application.c 2014-07-21 14:37:30.446698789 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Archive.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Archive.c 2014-07-21 14:37:30.452698758 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Cmdline.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Cmdline.c 2014-07-21 14:37:30.441698815 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Config.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Config.c 2014-07-21 14:37:30.483698597 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Debug.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Debug.c 2014-07-21 14:37:30.458698727 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Device.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Device.c 2014-07-21 14:37:30.418698934 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Disklist.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Disklist.c 2014-07-21 14:37:30.474698644 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Feature.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Feature.c 2014-07-21 14:37:30.479698618 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Header.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Header.c 2014-07-21 14:37:30.507698474 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/IPC/Binary.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/IPC/Binary.c 2014-07-21 14:37:30.497698525 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Logfile.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Logfile.c 2014-07-21 14:37:30.489698566 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/MainLoop.c.orig 2014-07-21 14:33:25.870966117 +0000 +++ ./perl/Amanda/MainLoop.c 2014-07-21 14:37:30.424698903 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/NDMP.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/NDMP.c 2014-07-21 14:37:30.432698861 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Tapelist.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Tapelist.c 2014-07-21 14:37:30.463698702 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Tests.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Tests.c 2014-07-21 14:37:30.469698670 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Util.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Util.c 2014-07-21 14:37:30.430698873 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/Xfer.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/Xfer.c 2014-07-21 14:37:30.439698825 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close --- ./perl/Amanda/XferServer.c.orig 2013-01-10 12:57:18.000000000 +0000 +++ ./perl/Amanda/XferServer.c 2014-07-21 14:37:30.491698556 +0000 @@ -1451,7 +1451,7 @@ SWIG_Perl_SetModule(swig_module_info *mo #undef eof #endif #ifdef bool - #undef bool +// #undef bool #endif #ifdef close #undef close -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
