Hello community, here is the log from the commit of package kicad for openSUSE:Factory checked in at 2015-07-02 22:49:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kicad (Old) and /work/SRC/openSUSE:Factory/.kicad.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kicad" Changes: -------- --- /work/SRC/openSUSE:Factory/kicad/kicad-gost.changes 2015-05-02 21:40:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kicad.new/kicad-gost.changes 2015-07-03 00:07:01.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jun 30 13:16:28 UTC 2015 - [email protected] + +- Same build fix as kicad + * container_fwd.hpp.patch + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/kicad/kicad.changes 2015-05-02 21:40:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kicad.new/kicad.changes 2015-07-03 00:07:01.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jun 30 10:38:49 UTC 2015 - [email protected] + +- Mend build breakage by using 'system' list class rather than kicad/boost one + * container_fwd.hpp.patch + +------------------------------------------------------------------- New: ---- container_fwd.hpp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kicad-gost.spec ++++++ --- /var/tmp/diff_new_pack.dfnvUW/_old 2015-07-03 00:07:02.000000000 +0200 +++ /var/tmp/diff_new_pack.dfnvUW/_new 2015-07-03 00:07:02.000000000 +0200 @@ -44,6 +44,7 @@ Source: kicad-%{version}.tar.bz2 Source9: pre_checkin.sh Patch1: kikad-no-templates-install.patch +Patch2: container_fwd.hpp.patch BuildRequires: boost-devel BuildRequires: cmake >= 2.4.6 @@ -82,6 +83,7 @@ %prep %setup -q -n kicad-%{version} %patch1 -p1 +%patch2 -p1 # fix plugin directory sed -i 's|KICAD_PLUGINS lib/kicad/plugins|KICAD_PLUGINS %{_lib}/kicad/plugins|' CMakeLists.txt ++++++ kicad.spec ++++++ --- /var/tmp/diff_new_pack.dfnvUW/_old 2015-07-03 00:07:02.000000000 +0200 +++ /var/tmp/diff_new_pack.dfnvUW/_new 2015-07-03 00:07:02.000000000 +0200 @@ -44,6 +44,7 @@ Source: kicad-%{version}.tar.bz2 Source9: pre_checkin.sh Patch1: kikad-no-templates-install.patch +Patch2: container_fwd.hpp.patch BuildRequires: boost-devel BuildRequires: cmake >= 2.4.6 @@ -82,6 +83,7 @@ %prep %setup -q -n kicad-%{version} %patch1 -p1 +%patch2 -p1 # fix plugin directory sed -i 's|KICAD_PLUGINS lib/kicad/plugins|KICAD_PLUGINS %{_lib}/kicad/plugins|' CMakeLists.txt ++++++ container_fwd.hpp.patch ++++++ --- kicad-20140120/include/boost/detail/container_fwd.hpp.orig 2015-06-30 11:25:12.116188042 +0100 +++ kicad-20140120/include/boost/detail/container_fwd.hpp 2015-06-30 11:26:03.009468476 +0100 @@ -136,7 +136,8 @@ template <class T, class Allocator> class deque; #endif - template <class T, class Allocator> class list; + // 'list' is set up in the c++11 headers + //template <class T, class Allocator> class list; template <class T, class Allocator> class vector; template <class Key, class T, class Compare, class Allocator> class map; template <class Key, class T, class Compare, class Allocator>
