Update to latest upstream release.

This commit is contained in:
Richard M. Shaw 2014-10-16 13:31:47 -05:00
parent c84673dcc4
commit eb674775c3
4 changed files with 11 additions and 10 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ fldigi-3.20.20.tar.gz
/fldigi-3.21.81.tar.gz
/fldigi-3.21.82.tar.gz
/fldigi-3.21.83.tar.gz
/fldigi-3.22.00.tar.gz

View File

@ -1,15 +1,15 @@
#global prerel AM
Name: fldigi
Version: 3.21.83
Release: 3%{?prerel:.%{prerel}}%{?dist}
Version: 3.22.00
Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: Digital modem program for Linux
Group: Applications/Communications
License: GPLv3+
URL: http://www.w1hkj.com/Fldigi.html
Source0: http://www.w1hkj.com/downloads/%{name}/%{name}-%{version}%{?prerel}.tar.gz
Source1: http://www.w1hkj.com/FldigiHelp-3.21/Fldigi_User_Manual.pdf
Source1: http://www.w1hkj.com/downloads/fldigi/FLDigi_3.22_Users_Manual.pdf
BuildRequires: hamlib-devel
BuildRequires: fltk-devel >= 1.3
@ -23,9 +23,6 @@ BuildRequires: libsndfile-devel
BuildRequires: desktop-file-utils
BuildRequires: libsamplerate-devel
BuildRequires: pulseaudio-libs-devel
%if 0%{?fedora}
BuildRequires: xmlrpc-c-devel
%endif
BuildRequires: gettext
BuildRequires: libXinerama-devel
@ -66,7 +63,7 @@ chmod 644 ./src/olivia/olivia.cxx
%build
%configure %{?rhel:--enable-static}
make -k %{?_smp_mflags} CFLAGS="%{optflags}" LIBS="-lm -lX11 -lpthread"
make -k %{?_smp_mflags} CFLAGS="%{optflags}" LIBS="-lm -lX11 -lpthread" V=1
%install
@ -97,11 +94,14 @@ install -pm 0644 %{SOURCE1} .
%{_datadir}/%{name}/station_table.txt
%files doc
%doc Fldigi_User_Manual.pdf
%doc FLDigi_3.22_Users_Manual.pdf
%changelog
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.83-3
* Thu Oct 16 2014 Richard Shaw <hobbes1069@gmail.com> - 3.22.00-1
- Update to latest upstream release.
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Thu Jul 17 2014 Rex Dieter <rdieter@fedoraproject.org> - 3.21.83-2

View File

@ -1 +1 @@
f3fc84bb963fd8e0e7dd179597ba2d17 fldigi-3.21.83.tar.gz
25a462daa9e8c09d4d84c22d2800a428 fldigi-3.22.00.tar.gz