diff --git a/avr-gdb.spec b/avr-gdb.spec index d083152..5a4a727 100644 --- a/avr-gdb.spec +++ b/avr-gdb.spec @@ -2,10 +2,10 @@ Name: %{target}-gdb Version: 6.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GDB for (remote) debugging %{target} binaries Group: Development/Tools -License: GPL +License: GPLv2+ URL: http://sources.redhat.com/gdb/ Source0: http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz Source1: README.fedora @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 5 2007 Hans de Goede 6.6-5 +- Update License tag for new Licensing Guidelines compliance + * Thu Jun 14 2007 Hans de Goede 6.6-4 - Add BuildRequires: ncurses-devel (bz 243248) - Use VPATh building (bz 243248)