diff --git a/.gitignore b/.gitignore index feeea2a..e596a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sdcc-3.5.0-libiberty.patch /binutils-2.25-bfd.patch /sdcc-src-3.5.0.tar.bz2 +/libboost1.60.patch diff --git a/sdcc.spec b/sdcc.spec index 61663d7..09656a3 100644 --- a/sdcc.spec +++ b/sdcc.spec @@ -1,6 +1,6 @@ Name: sdcc Version: 3.5.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Small Device C Compiler Group: Applications/Engineering License: GPLv2+ @@ -8,7 +8,8 @@ URL: http://sdcc.sourceforge.net/ Source0: http://downloads.sourceforge.net/sdcc/sdcc-src-%{version}.tar.bz2 Source1: README.fedora Patch0: binutils-2.25-bfd.patch -Patch1: sdcc-%{version}-libiberty.patch +Patch1: sdcc-%{version}-libiberty.patch +Patch2: libboost1.60.patch BuildRequires: bison BuildRequires: boost-devel @@ -56,6 +57,7 @@ Emacs extensions for SDCC. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 find -name '*.{c,h,cc}' -exec chmod -x '{}' \; # Disable brp-strip-static-archive for now because it errors trying to @@ -118,6 +120,9 @@ popd %changelog +* Sun Feb 07 2016 Roy Rankin - 3.5.0-6 +- Patch for boost-1.60 bug + * Thu Feb 04 2016 Fedora Release Engineering - 3.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0e1e782..77654d3 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ e0a1df72747c481cdedbbd328b0fceae sdcc-src-3.5.0.tar.bz2 2d00ae5e4c7431f93945d0be232fdab5 binutils-2.25-bfd.patch 40ac3e0ed7033016dc83656e638bdfa7 sdcc-3.5.0-libiberty.patch +5c940f0d5fe3bf7cc72c7a0f64d7a5ab libboost1.60.patch