diff --git a/sdcc.spec b/sdcc.spec index e18d596..4fe72ef 100644 --- a/sdcc.spec +++ b/sdcc.spec @@ -1,6 +1,6 @@ Name: sdcc Version: 3.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small Device C Compiler Group: Applications/Engineering License: GPLv2+ @@ -64,7 +64,7 @@ find -name '*.{c,h,cc}' -exec chmod -x '{}' \; # Disable brp-strip-static-archive for now because it errors trying to # strip foreign binaries. -%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's#/usr/lib/rpm/redhat/brp-strip-static-archive .*##g') +%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's#/usr/lib/rpm/brp-strip-static-archive .*##g') %build @@ -128,6 +128,9 @@ popd %changelog +* Fri Oct 24 2014 Roy Rankin - 3.4.0-2 +- Fix brp-strip-static-archive for path change + * Mon Aug 18 2014 Fedora Release Engineering - 3.4.0-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild