[sdcc] Bump to latest upstream

konradm konradm at fedoraproject.org
Sun Feb 26 08:15:33 UTC 2012


commit acbeabe07e9c3b92d38c6a7e3d930d15d3e2d545
Author: Conrad Meyer <cemeyer at uw.edu>
Date:   Sun Feb 26 00:05:01 2012 -0800

    Bump to latest upstream

 .gitignore               |    3 +++
 sdcc-3.0.0-gcc_loop.diff |   22 ----------------------
 sdcc.spec                |   11 +++++++----
 sources                  |    3 +--
 4 files changed, 11 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e395c0..703bf5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
 sdcc-src-2.9.0.tar.bz2
 /sdcc-src-3.0.0.tar.bz2
+/sdcc-src-3.1.0.tar.bz2
+clog
+.*.swp
diff --git a/sdcc.spec b/sdcc.spec
index 1babff1..95fc7bd 100644
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -1,17 +1,17 @@
 Name:           sdcc
-Version:        3.0.0
-Release:        2%{?dist}
+Version:        3.1.0
+Release:        1%{?dist}
 Summary:        Small Device C Compiler
 Group:          Applications/Engineering
 License:        GPLv2+
 URL:            http://sdcc.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sdcc/sdcc-src-%{version}.tar.bz2
 Source1:        README.fedora
-Patch:		%{name}-%{version}-gcc_loop.diff 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  autoconf
 BuildRequires:  bison
+BuildRequires:  boost-devel
 BuildRequires:  flex
 #BuildRequires:  gc-devel
 BuilDrequires:  gputils
@@ -52,7 +52,6 @@ Emacs extensions for SDCC.
 %prep
 %setup -q -n sdcc
 find -name '*.[ch]' -exec chmod -x '{}' \;
-%patch -p1
 
 # Disable brp-strip-static-archive for now because it errors trying to
 # strip foreign binaries.
@@ -117,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 26 2012 Conrad Meyer <konrad at tylerc.org> - 3.1.0-1
+- Bump to latest upstream (#797496)
+- Drop upstreamed patch (workaround for gcc 4.6 bug)
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 866586b..5488ad8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-a6151ed328fd3bc48305ffbc628dc122  sdcc-src-2.9.0.tar.bz2
-20fbd49a3421e09fe65577c45524c89e  sdcc-src-3.0.0.tar.bz2
+92202e970071a8b506fea62a913bd2d2  sdcc-src-3.1.0.tar.bz2


More information about the scm-commits mailing list