Information for build sdcc-2.9.0-6.fc12

ID142855
Package Namesdcc
Version2.9.0
Release6.fc12
Epoch
SummarySmall Device C Compiler
DescriptionSDCC is a C compiler for 8051 class and similar microcontrollers. The package includes the compiler, assemblers and linkers, a device simulator and a core library. The processors supported (to a varying degree) include the 8051, ds390, z80, hc08, and PIC.
Built bykonradm
State complete
Volume fedora_koji_archive00
StartedMon, 07 Dec 2009 03:51:15 UTC
CompletedMon, 07 Dec 2009 04:13:32 UTC
Taskbuild (dist-f12-updates-candidate, /cvs/pkgs:rpms/sdcc/F-12:sdcc-2_9_0-6_fc12)
Tags
dist-f12-updates
RPMs
src
sdcc-2.9.0-6.fc12.src.rpm (info) (download)
i686
emacs-sdcc-2.9.0-6.fc12.i686.rpm (info) (download)
sdcc-2.9.0-6.fc12.i686.rpm (info) (download)
sdcc-libc-sources-2.9.0-6.fc12.i686.rpm (info) (download)
sdcc-debuginfo-2.9.0-6.fc12.i686.rpm (info) (download)
ppc
emacs-sdcc-2.9.0-6.fc12.ppc.rpm (info) (download)
sdcc-2.9.0-6.fc12.ppc.rpm (info) (download)
sdcc-libc-sources-2.9.0-6.fc12.ppc.rpm (info) (download)
sdcc-debuginfo-2.9.0-6.fc12.ppc.rpm (info) (download)
ppc64
emacs-sdcc-2.9.0-6.fc12.ppc64.rpm (info) (download)
sdcc-2.9.0-6.fc12.ppc64.rpm (info) (download)
sdcc-libc-sources-2.9.0-6.fc12.ppc64.rpm (info) (download)
sdcc-debuginfo-2.9.0-6.fc12.ppc64.rpm (info) (download)
x86_64
emacs-sdcc-2.9.0-6.fc12.x86_64.rpm (info) (download)
sdcc-2.9.0-6.fc12.x86_64.rpm (info) (download)
sdcc-libc-sources-2.9.0-6.fc12.x86_64.rpm (info) (download)
sdcc-debuginfo-2.9.0-6.fc12.x86_64.rpm (info) (download)
Logs
i686
build.log
root.log
state.log
ppc
build.log
root.log
state.log
ppc64
build.log
root.log
state.log
x86_64
build.log
root.log
state.log
Changelog * Sun Dec 06 2009 Conrad Meyer <konrad@tylerc.org> - 2.9.0-6 - Work around rpmbuild failure by disabling brp-strip. * Fri Sep 11 2009 Conrad Meyer <konrad@tylerc.org> - 2.9.0-5 - Fix a bug with single-bit types, logical NOT, and casting to char (I'm fuzzy on the details) that was reported by a Fedora user with the r5508 patch from upstream. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Jul 20 2009 Conrad Meyer <konrad@tylerc.org> - 2.9.0-3 - Fix double-free (rhbz# 509278) with patch from upstream. * Wed Jul 01 2009 Conrad Meyer <konrad@tylerc.org> - 2.9.0-2 - Fix #454205 by BR'ing gputils and re-adding install_post hack. * Thu Apr 30 2009 Conrad Meyer <konrad@tylerc.org> - 2.9.0-1 - Bump to 2.9.0. * Thu Feb 26 2009 Conrad Meyer <konrad@tylerc.org> - 2.8.0-5 - Make subpackages noarch. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Nov 13 2008 Conrad Meyer <konrad@tylerc.org> - 2.8.0-3 - Separate out emacs-sdcc subpackage. * Thu Oct 16 2008 José Matos <jamatos@fc.up.pt> - 2.8.0-2 - use lyx to generate the pdf documentation and ignore its warnings (for now) * Tue Sep 09 2008 Conrad Meyer <konrad@tylerc.org> - 2.8.0-1 - Bump to 2.8.0. - Patch configure to not mess up CFLAGS. - Patch debugger Makefile to not break canonicalized paths. * Thu Sep 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.6.0-13 - fix license tag * Sun Mar 02 2008 Marek Mahut <mmahut@fedoraproject.org> - 2.6.0-12 - Fixing build problems under GCC 4.3 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.6.0-11 - Autorebuild for GCC 4.3 * Sat Apr 07 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-10 - Added patch to fix a problem with sdccman.lyx that caused lyx to fail. * Fri Mar 23 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-9 - Removed symlinks, added scripts (solves bug #233385). * Thu Mar 01 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-8 - Added Fedora specific README file. - Corrected permissions on files in debuginfo package. * Wed Feb 28 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-7 - Updated requirement for libc-source to include version and release number. * Wed Feb 28 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-6 - Renamed source code package to libc-sources. - Change BuildRequire from byacc to bison. - Added "Require: sdcc" to libc-sources package. - Empty %doc entry removed. - Updated description of libc-sources package. * Tue Feb 27 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-5 - Source URL updated. - Separate src package created. - Disabling stripping of binaries to get proper debuginfo package. * Mon Feb 26 2007 Ralf Corsépius <rc040203@freenet.de> - 2.6.0-4 - Add sdcc-2.6.0-configure.diff. - Pass Q= to make to make building verbose. - Add __os_install_post post-hacks to prevent brp-strip from processing foreign binaries. * Mon Feb 26 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-3 - Broken symlinks fixed. * Mon Feb 05 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-2 - Emacs scripts moved to the correct folder. - Moved binaries to /urs/libexec/sdcc, added symlinks with sdcc- prefix in /usr/bin. - Various rpmlint errors fixed. * Thu Feb 01 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.6.0-1 - Initial version.