rpms/avr-libc/devel .cvsignore, 1.6, 1.7 avr-libc.spec, 1.11, 1.12 import.log, 1.5, 1.6 sources, 1.6, 1.7

Thibault North tnorth at fedoraproject.org
Sun Jul 11 16:08:06 UTC 2010


Author: tnorth

Update of /cvs/pkgs/rpms/avr-libc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18336/devel

Modified Files:
	.cvsignore avr-libc.spec import.log sources 
Log Message:
New upstream release and updated docs



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/avr-libc/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	16 Mar 2010 08:15:42 -0000	1.6
+++ .cvsignore	11 Jul 2010 16:08:06 -0000	1.7
@@ -1 +1,2 @@
-avr-libc-1.6.8.tar.bz2
+avr-libc-1.7.0.tar.bz2
+avr-libc-user-manual-1.7.0.tar.bz2


Index: avr-libc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avr-libc/devel/avr-libc.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- avr-libc.spec	16 Mar 2010 08:15:43 -0000	1.11
+++ avr-libc.spec	11 Jul 2010 16:08:06 -0000	1.12
@@ -1,4 +1,4 @@
-# FORCE NOARCH
+ # FORCE NOARCH
 # This package is noarch intentionally, although it supplies binaries,
 # as they're not intended for the build platform, but for AVR.
 # The related discussion can be found here:
@@ -6,13 +6,14 @@
 %global _binaries_in_noarch_packages_terminate_build 0
 
 Name:           avr-libc
-Version:        1.6.8
+Version:        1.7.0
 Release:        1%{?dist}
 Summary:        C library for use with GCC on Atmel AVR microcontrollers
 Group:          Development/Tools
 License:        BSD
 URL:            http://www.nongnu.org/avr-libc/
 Source0:        http://download.savannah.gnu.org/releases/avr-libc/avr-libc-%{version}.tar.bz2
+Source1:	http://download.savannah.gnu.org/releases/avr-libc/avr-libc-user-manual-%{version}.tar.bz2
 Patch0:         avr-libc-1.6.4-documentation.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:  avr-gcc doxygen transfig netpbm-progs tetex-latex
@@ -40,7 +41,7 @@ access these).
 
 
 %prep
-%setup -q
+%setup -q -a1
 %patch0 -p0
 for i in doc/api/faq.dox doc/api/overview.dox include/stdio.h include/stdlib.h;
   do
@@ -101,9 +102,15 @@ rm -rf $RPM_BUILD_ROOT
 %files docs
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-%{version}/%{name}-user-manual-%{version}*
+%doc %{name}-user-manual-%{version}*
+
+
 
 
 %changelog
+* Sun Jul 11 2010 Thibault North <tnorth at fedoraproject DOT org> 1.7.0-1
+- Version 1.7.0
+
 * Fri Mar 12 2010 Thibault North <tnorth AT fedoraproject DOT org> 1.6.8-1
 - New upstream release. Fixes in power.h for 8-bits AVR
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/avr-libc/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	16 Mar 2010 08:15:43 -0000	1.5
+++ import.log	11 Jul 2010 16:08:06 -0000	1.6
@@ -3,3 +3,4 @@ avr-libc-1_6_5-1_fc11:HEAD:avr-libc-1.6.
 avr-libc-1_6_7-1_fc11:HEAD:avr-libc-1.6.7-1.fc11.src.rpm:1259131340
 avr-libc-1_6_7-2_fc11:HEAD:avr-libc-1.6.7-2.fc11.src.rpm:1259621253
 avr-libc-1_6_8-1_fc12:HEAD:avr-libc-1.6.8-1.fc12.src.rpm:1268727295
+avr-libc-1_7_0-1_fc12:HEAD:avr-libc-1.7.0-1.fc12.src.rpm:1278864456


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/avr-libc/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	16 Mar 2010 08:15:43 -0000	1.6
+++ sources	11 Jul 2010 16:08:06 -0000	1.7
@@ -1 +1,2 @@
-19a496ea0ded8569d2c300a8641bbb5d  avr-libc-1.6.8.tar.bz2
+3eff7b779bd950400cb0a45f3c2fb377  avr-libc-1.7.0.tar.bz2
+9a7c1dc4b4f318edada0a42f46884b5e  avr-libc-user-manual-1.7.0.tar.bz2



More information about the scm-commits mailing list