rpms/avr-gcc/F-13 .cvsignore, 1.4, 1.5 avr-gcc.spec, 1.9, 1.10 import.log, 1.3, 1.4 sources, 1.4, 1.5

Thibault North tnorth at fedoraproject.org
Fri Apr 16 21:00:23 UTC 2010


Author: tnorth

Update of /cvs/pkgs/rpms/avr-gcc/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31388/F-13

Modified Files:
	.cvsignore avr-gcc.spec import.log sources 
Log Message:
Version 4.5.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gcc/F-13/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	21 Nov 2009 12:57:16 -0000	1.4
+++ .cvsignore	16 Apr 2010 21:00:22 -0000	1.5
@@ -1,2 +1,2 @@
-gcc-core-4.4.2.tar.bz2
-gcc-g++-4.4.2.tar.bz2
+gcc-core-4.5.0.tar.bz2
+gcc-g++-4.5.0.tar.bz2


Index: avr-gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gcc/F-13/avr-gcc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- avr-gcc.spec	24 Nov 2009 07:25:19 -0000	1.9
+++ avr-gcc.spec	16 Apr 2010 21:00:22 -0000	1.10
@@ -1,8 +1,8 @@
-	%define target avr
+%define target avr
 
 Name:           %{target}-gcc
-Version:        4.4.2
-Release:        2%{?dist}
+Version:        4.5.0
+Release:        1%{?dist}
 Summary:        Cross Compiling GNU GCC targeted at %{target}
 Group:          Development/Languages
 License:        GPLv2+
@@ -12,7 +12,7 @@ Source1:        ftp://ftp.gnu.org/gnu/gc
 Source2:        README.fedora
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
-BuildRequires:  %{target}-binutils >= 2.13, zlib-devel gawk gmp-devel mpfr-devel
+BuildRequires:  %{target}-binutils >= 2.13, zlib-devel gawk gmp-devel mpfr-devel libmpc-devel
 Requires:       %{target}-binutils >= 2.13
 
 %description
@@ -36,8 +36,6 @@ platform.
 %setup -q -c -a 1
 pushd gcc-%{version}
 
-sed -i 's/VERSUFFIX ""/VERSUFFIX " (Fedora %{version}-%{release})"/' \
-  gcc/version.c
 contrib/gcc_update --touch
 popd
 cp -a %{SOURCE2} .
@@ -70,7 +68,9 @@ CC="%{__cc} ${RPM_OPT_FLAGS}" \
 ../gcc-%{version}/configure --prefix=%{_prefix} --mandir=%{_mandir} \
   --infodir=%{_infodir} --target=%{target} --enable-languages=c,c++ \
   --disable-nls --disable-libssp --with-system-zlib \
-  --enable-version-specific-runtime-libs
+  --enable-version-specific-runtime-libs \
+  --with-pkgversion="Fedora %{version}-%{release}" \
+  --with-bugurl="https://bugzilla.redhat.com/"
 # In general, building GCC is not smp-safe
 make
 popd
@@ -120,6 +120,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 16 2010 Thibault North <tnorth at fedoraproject.org> - 4.5.0-1
+- New upstream release
+- New build dependency: libmpc-devel
+- Fix package version specification
+
 * Fri Nov 20 2009 Thibault North <tnorth AT fedoraproject DOT org> - 4.4.2-1
 - New upstream release
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gcc/F-13/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	24 Nov 2009 07:25:19 -0000	1.3
+++ import.log	16 Apr 2010 21:00:23 -0000	1.4
@@ -1,3 +1,4 @@
 avr-gcc-4_3_3-1_fc11:HEAD:avr-gcc-4.3.3-1.fc11.src.rpm:1234635624
 avr-gcc-4_4_2-1_fc11:HEAD:avr-gcc-4.4.2-1.fc11.src.rpm:1258808025
 avr-gcc-4_4_2-2_fc11:HEAD:avr-gcc-4.4.2-2.fc11.src.rpm:1259047475
+avr-gcc-4_5_0-1_fc12:F-13:avr-gcc-4.5.0-1.fc12.src.rpm:1271451591


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gcc/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	21 Nov 2009 12:57:16 -0000	1.4
+++ sources	16 Apr 2010 21:00:23 -0000	1.5
@@ -1,2 +1,2 @@
-d50ec5af20508974411d0c83c5f4e396  gcc-core-4.4.2.tar.bz2
-43b1e4879eb282dc4b05e4c016d356d7  gcc-g++-4.4.2.tar.bz2
+58eda33c3184303628f91c42a7ab15b5  gcc-core-4.5.0.tar.bz2
+5ab93605af40def4844eda09ca769c2d  gcc-g++-4.5.0.tar.bz2



More information about the scm-commits mailing list