]> git.pld-linux.org Git - packages/crossavr-libc.git/commitdiff
- updated to 1.7.0 auto/th/crossavr-libc-1_7_0-1
authorkosmo <kosmo@pld-linux.org>
Thu, 7 Oct 2010 17:26:21 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossavr-libc-dwarf2.patch -> 1.2
    crossavr-libc.spec -> 1.43

crossavr-libc-dwarf2.patch [deleted file]
crossavr-libc.spec

diff --git a/crossavr-libc-dwarf2.patch b/crossavr-libc-dwarf2.patch
deleted file mode 100644 (file)
index 885ef9a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- AvrCommon.am.old   2007-05-24 08:25:29.437500000 -0600
-+++ AvrCommon.am       2007-05-24 08:28:59.984375000 -0600
-@@ -34,9 +34,9 @@
- AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
--AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
-+AVRLIB_CFLAGS = -gdwarf-2 -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
--AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
-+AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gdwarf-2 -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
- AM_CFLAGS = $(AVRLIB_CFLAGS)
- AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
---- AvrCommonLibC.am.old       2007-06-03 13:53:46.021828600 -0600
-+++ AvrCommonLibC.am   2007-06-03 13:54:04.807390200 -0600
-@@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/common -I$
- AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
--AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
-+AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gdwarf-2 -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
- AM_CFLAGS = $(AVRLIB_CFLAGS)
- AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
index 7ef142eeefbac8102dbd5f8ca50d935ba4a0e900..4d12af8597ef3c77c90e27da5f0ad4bdefbe2eb2 100644 (file)
@@ -1,19 +1,18 @@
 Summary:       AVR libc
 Summary(pl.UTF-8):     libc na AVR
 Name:          crossavr-libc
-Version:       1.6.8
+Version:       1.7.0
 Release:       1
 Epoch:         1
 License:       Modified BSD (see included LICENSE)
 Group:         Development/Tools
 Patch0:                %{name}-builtins.patch
-Patch1:                %{name}-dwarf2.patch
 Source0:       http://download.savannah.gnu.org/releases/avr-libc/avr-libc-%{version}.tar.bz2
-# Source0-md5: 19a496ea0ded8569d2c300a8641bbb5d
+# Source0-md5: 3eff7b779bd950400cb0a45f3c2fb377
 Source1:       http://download.savannah.gnu.org/releases/avr-libc/avr-libc-user-manual-%{version}.tar.bz2
-# Source1-md5: 73e589272b18a8059ed442bb343cb9cf
+# Source1-md5: 9a7c1dc4b4f318edada0a42f46884b5e
 Source2:       http://download.savannah.gnu.org/releases/avr-libc/avr-libc-manpages-%{version}.tar.bz2
-# Source2-md5: 461861b4fd5d4a54ad65da81d743e0e5
+# Source2-md5: 83512f560ce9d16879f0828c72c2837a
 URL:           http://www.nongnu.org/avr-libc/
 BuildRequires: crossavr-binutils >= 2.14
 BuildRequires: crossavr-gcc >= 1:3.3
@@ -35,7 +34,6 @@ AVR.
 %prep
 %setup -q -n avr-libc-%{version} -a1 -a2
 %patch0 -p0
-%patch1 -p0
 
 %build
 
This page took 0.12306 seconds and 4 git commands to generate.