Upstream update to 3.21.35

This commit is contained in:
dp67 2012-01-15 23:12:28 -05:00
parent 48fdc5f13c
commit 70a719bcf3
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ fldigi-3.20.20.tar.gz
/fldigi-3.21.9.tar.gz
/fldigi-3.21.11.tar.gz
/fldigi-3.21.14.tar.gz
/fldigi-3.21.35.tar.gz

View File

@ -1,5 +1,5 @@
Name: fldigi
Version: 3.21.14
Version: 3.21.35
Release: 1%{?dist}
Summary: Digital modem program for Linux
Group: Applications/Communications
@ -45,6 +45,7 @@ exported by fldigi, and also defines some useful commands of its own.
# Fix spurious executeable
chmod 644 ./src/olivia/olivia.cxx
%build
%configure
make -k %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LIBS="-lm -lX11 -lpthread"
@ -81,6 +82,19 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644,root,root) %{_datadir}/applications/flarq.desktop
%changelog
* Sun Jan 15 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.35-1
- Upstream upddate to 3.21.35
- Rebuild against gcc 4.7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.34-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Jan 2 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.34-2
- Test Build Against FLTK 1.3
* Thu Dec 28 2011 Randall J. Berry <dp67@fedoraproject.org> - 3.21.34-1
- Test Build Against FLTK 1.3
- Remove patches
* Fri Sep 9 2011 Randall J. Berry <dp67@fedoraproject.org> - 3.21.14-2
- Testing apply patches for panel.cxx
* Fri Sep 9 2011 Randall J. Berry <dp67@fedoraproject.org> - 3.21.14-1
- Upstream update to 3.21.14
- Remove patch applied upstream

View File

@ -1 +1 @@
cc1e190db19886df89155d013312467f fldigi-3.21.14.tar.gz
301a3459affe5229260df27df2f0ab5c fldigi-3.21.35.tar.gz