[avarice] new upstream release

Lucian Langa lucilanga at fedoraproject.org
Tue Dec 20 00:58:34 UTC 2011


commit be548b58fc5b517718acdfd328c37684fc0c7386
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Tue Dec 20 01:58:18 2011 +0100

    new upstream release

 .gitignore   |    1 +
 avarice.spec |   13 ++++++++-----
 sources      |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a02604..3f52ac9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 avarice-2.10.tar.bz2
+/avarice-2.12.tar.bz2
diff --git a/avarice.spec b/avarice.spec
index 6bebcfc..45abc01 100644
--- a/avarice.spec
+++ b/avarice.spec
@@ -1,13 +1,12 @@
 Name:           avarice
-Version:        2.10
-Release:        6%{?dist}
+Version:        2.12
+Release:        1%{?dist}
 Summary:        Program for interfacing the Atmel JTAG ICE to GDB
 
 Group:          Applications/Engineering
 License:        GPLv2
 URL:            http://sourceforge.net/projects/avarice
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-Patch0:         avarice-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  binutils-static, libusb-devel
@@ -19,10 +18,10 @@ debug their embedded AVR target
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc
 
 
 %build
+export LIBS="-ldl"
 %configure
 make %{?_smp_mflags}
 
@@ -37,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
+:defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
 %{_bindir}/*
 %{_datadir}/%{name}
@@ -45,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec 20 2011 Lucian Langa <cooly at gnome.eu.org> - 2.12-1
+- drop patch - fixed upstream
+- new upstream release
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 107ecd6..3a84908 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cde811ce9e6739b680b4662d79b05d0e  avarice-2.10.tar.bz2
+868ca6cfee740f3603d6a7e1d97d9166  avarice-2.12.tar.bz2


More information about the scm-commits mailing list