rpms/avrdude/F-7 .cvsignore, 1.2, 1.3 avrdude.spec, 1.3, 1.4 sources, 1.2, 1.3

Trond Danielsen (trondd) fedora-extras-commits at redhat.com
Sat Dec 29 23:31:30 UTC 2007


Author: trondd

Update of /cvs/extras/rpms/avrdude/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7348

Modified Files:
	.cvsignore avrdude.spec sources 
Log Message:
* Sat Dec 29 2007 Trond Danielsen <trond.danielsen at gmail.com> - 5.5-1
- New upstream version
- Fixed minor rpmlint warning.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/avrdude/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Mar 2007 15:25:42 -0000	1.2
+++ .cvsignore	29 Dec 2007 23:30:57 -0000	1.3
@@ -1 +1 @@
-avrdude-5.3.1.tar.gz
+avrdude-5.5.tar.gz


Index: avrdude.spec
===================================================================
RCS file: /cvs/extras/rpms/avrdude/F-7/avrdude.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- avrdude.spec	2 Mar 2007 16:24:41 -0000	1.3
+++ avrdude.spec	29 Dec 2007 23:30:57 -0000	1.4
@@ -1,10 +1,10 @@
 Name:           avrdude
-Version:        5.3.1
-Release:        5%{?dist}
+Version:        5.5
+Release:        1%{?dist}
 Summary:        Software for programming Atmel AVR Microcontroller
 
 Group:          Applications/Engineering
-License:        GPL
+License:        GPLv2+
 URL:            http://www.bsdhome.com/avrdude/
 Source0:        http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,6 +35,12 @@
 chmod -x safemode.c doc/TODO
 sed -i 's|/usr/local/etc/avrdude.conf|/etc/avrdude/avrdude.conf|g' doc/avrdude.texi avrdude.1
 sed -i 's|/etc/avrdude.conf|/etc/avrdude/avrdude.conf|g' doc/avrdude.texi avrdude.1
+iconv -f ISO88591 -t UTF8 < ChangeLog-2003 > ChangeLog-2003~
+mv ChangeLog-2003~ ChangeLog-2003
+iconv -f ISO88591 -t UTF8 < NEWS > NEWS~
+mv NEWS~ NEWS
+
+
 
 
 %build
@@ -65,7 +71,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README AUTHORS ChangeLog* COPYING NEWS doc/TODO installed-docs/* 
+%doc README AUTHORS ChangeLog* COPYING NEWS doc/TODO installed-docs/*
 %config(noreplace) %{_sysconfdir}/%{name}
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
@@ -73,6 +79,10 @@
 
 
 %changelog
+* Sat Dec 29 2007 Trond Danielsen <trond.danielsen at gmail.com> - 5.5-1
+- New upstream version
+- Fixed minor rpmlint warning.
+
 * Fri Mar 02 2007 Trond Danielsen <trond.danielsen at gmail.com> - 5.3.1-5
 - Added missing BuildRequire tetex-dvips.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/avrdude/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 Mar 2007 15:25:42 -0000	1.2
+++ sources	29 Dec 2007 23:30:57 -0000	1.3
@@ -1 +1 @@
-58c2be9f7a864b930ed9e6f1858f5cc7  avrdude-5.3.1.tar.gz
+60180d3f5f467987bfd7bc4505796fae  avrdude-5.5.tar.gz




More information about the fedora-extras-commits mailing list