2cc0b25
# For test builds, should be set to 0 for release builds.
2cc0b25
%global alpha 0
2cc0b25
d3aef49
Name:           fldigi
1651269
Version:        4.1.21
1651269
Release:        1%{?dist}
d3aef49
Summary:        Digital modem program for Linux
e30c9dd
05c3ed9
License:        GPLv3+  
d3aef49
URL:            http://www.w1hkj.com/Fldigi.html
2cc0b25
%if %{alpha}
2cc0b25
Source0:        http://www.w1hkj.com/alpha/%{name}/%{name}-%{version}.tar.gz
2cc0b25
%else
4fbb88b
Source0:        http://www.w1hkj.com/files/%{name}/%{name}-%{version}.tar.gz
2cc0b25
%endif
2cc0b25
c732223
Source100:      fldigi.appdata.xml
f67f699
3a64875
#BuildRequires:  automake autoconf libtool
3a64875
79e313a
BuildRequires:  asciidoc
d089cd4
BuildRequires:  desktop-file-utils
d089cd4
BuildRequires:  fltk-devel >= 1.3
d089cd4
BuildRequires:  gettext
ea92172
BuildRequires:  gcc gcc-c++
d3aef49
BuildRequires:  hamlib-devel
e50c471
%{?fedora:BuildRequires:  flxmlrpc-devel}
75f6404
%if 0%{?rhel} < 8
b69a58f
BuildRequires:  fltk-static libXcursor-devel
b69a58f
%endif
d3aef49
BuildRequires:  libjpeg-devel
d3aef49
BuildRequires:  libpng-devel
d3aef49
BuildRequires:  libsndfile-devel
d3aef49
BuildRequires:  libsamplerate-devel
d3aef49
BuildRequires:  libXinerama-devel
d089cd4
BuildRequires:  libudev-devel
d089cd4
BuildRequires:  make
d089cd4
BuildRequires:  portaudio-devel >= 19-4
d089cd4
BuildRequires:  pulseaudio-libs-devel
2b2fb13
%if 0%{?fedora}
5afeb29
# For appstream-util
5afeb29
BuildRequires:  libappstream-glib
2b2fb13
%endif
5afeb29
dbac46b
%{?fedora:Recommends:     trustedqsl}
d04d129
d3aef49
Provides:       flarq = %{version}-%{release}
00b1bd4
79e313a
Obsoletes:      fldigi-doc < 4.1.14-1
79e313a
00b1bd4
%description
4b7b37d
Fldigi is a modem program which supports most of the digital modes used by 
5f5a749
ham radio operators today. You can also use the program for calibrating your 
5f5a749
sound card to WWV or doing a frequency measurement test. The program also comes 
00b1bd4
with a CW decoder. fldigi is written with the help of the Fast Light Toolkit X 
4b7b37d
GUI. Fldigi is a fast moving project many added features with each update.
00b1bd4
4b7b37d
Flarq (Fast Light Automatic Repeat Request) is a file transfer application
ccc4d14
that is based on the ARQ specification developed by Paul Schmidt, K9PS.
ccc4d14
It is capable of transmitting and receiving frames of ARQ data via fldigi.
886409e
e30c9dd
00b1bd4
%prep
49bb562
%autosetup -p1 -n %{name}-%{version}
00b1bd4
594ad9b
00b1bd4
%build
a9e9dbe
%if 0%{?rhel} && 0%{?rhel} < 8
664c4c2
%configure --enable-static
664c4c2
%else
664c4c2
%configure
664c4c2
%endif
d72fc8a
make %{?_smp_mflags} CFLAGS="%{optflags}" LIBS="-lm -lX11 -lpthread" V=1
00b1bd4
e30c9dd
00b1bd4
%install
ea1219a
%make_install
ea1219a
b518aa8
# Add keywords to desktop file for gnome-shell and software center.
b518aa8
echo "Keywords=modem;psk;rtty;cw;fsq;fsk;" >> %{buildroot}%{_datadir}/applications/%{name}.desktop
b518aa8
ea1219a
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
ea1219a
desktop-file-validate %{buildroot}%{_datadir}/applications/flarq.desktop
886409e
c732223
# Add fldigi-psk.png as it's in PNG format and higher resolution than the XPM.
c732223
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
c732223
install -pm 0644 data/fldigi-psk.png \
c732223
    %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
cbf28a1
3894944
%find_lang %{name}
00b1bd4
c732223
%if 0%{?fedora}
c732223
# Install and validate appdata file
c732223
mkdir -p %{buildroot}%{_datadir}/appdata
c732223
install %{SOURCE100} -pm 0644 %{buildroot}%{_datadir}/appdata/
c732223
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
c732223
%endif
c732223
79e313a
3894944
%files -f %{name}.lang
9f8ba79
%license COPYING
9f8ba79
%doc AUTHORS ChangeLog README NEWS
00b1bd4
%{_bindir}/*
c732223
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
c732223
%{_datadir}/pixmaps/%{name}.xpm 
886409e
%{_datadir}/pixmaps/flarq.xpm 
f32fd24
%{_mandir}/man1/%{name}.1.gz
5f5a749
%{_mandir}/man1/flarq.1.gz
c732223
%{?fedora:%{_datadir}/appdata/fldigi.appdata.xml}
d3f248b
%{_datadir}/applications/%{name}.desktop
d3f248b
%{_datadir}/applications/flarq.desktop
cbf28a1
%{_datadir}/%{name}/
5f5a749
2a6fde1
7d64121
%changelog
1651269
* Wed May 04 2022 Richard Shaw <hobbes1069@gmail.com> - 4.1.21-1
1651269
- Update to 4.1.21.
1651269
f9eb9a9
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.20-6
f9eb9a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
f9eb9a9
455d4b1
* Thu Dec 23 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.20-5
455d4b1
- Rebuild for hamlib 4.4.
455d4b1
3ce4ad8
* Thu Dec 23 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.20-4
3ce4ad8
- f35-build-side-49088
3ce4ad8
93a1245
* Thu Dec 23 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.20-3
93a1245
- 36-build-side-49086
93a1245
9374ed5
* Tue Oct 12 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.20-2
9374ed5
- Rebuild for hamlib 4.3.1.
9374ed5
c9c0a7f
* Thu Aug 05 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.20-1
c9c0a7f
- Update to 4.1.20.
c9c0a7f
df15840
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.19-2
df15840
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
df15840
8964a30
* Sat Jun 26 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.19-1
8964a30
- Update to 4.1.19.
8964a30
274a824
* Sun May 30 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.18-3
274a824
- Rebuild for hamlib 4.2.
274a824
39e76e8
* Tue Feb 02 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.18-2
39e76e8
- Rebuild for hamlib 4.1.
39e76e8
49bb562
* Fri Jan 29 2021 Richard Shaw <hobbes1069@gmail.com> - 4.1.18-1
49bb562
- Update to 4.1.18.
49bb562
e9d3f37
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.17-2
e9d3f37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e9d3f37
3a64875
* Thu Dec 03 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.17-1
3a64875
- Update to 4.1.17.
3a64875
66a0984
* Mon Oct 19 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.15-1
66a0984
- Update to 4.1.15.
66a0984
79e313a
* Mon Oct 12 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.14-1
79e313a
- Update to 4.1.14.
79e313a
- Remove large PDF docs, they can be downloaded seprately.
79e313a
- Remove forced C++14 as the fixes patch has been updated to support C++17.
79e313a
e647284
* Tue Aug 18 2020 Jeff Law <law@redhat.com> - 4.1.13-4
e647284
- Force C++14 as this code is not C++17 ready
e647284
50ed614
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.13-3
50ed614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
50ed614
75f6404
* Sat Jul 11 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.13-2
75f6404
- Add patch to fix various memory leaks and other type issues.
75f6404
b36bd55
* Tue May 26 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.13-1
b36bd55
- Update to 4.1.13.
b36bd55
b2c3bdd
* Thu Apr 23 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.12-1
b2c3bdd
- Update to 4.1.12.
b2c3bdd
b63e420
* Sat Apr 04 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.11-2
b63e420
- Rebuild for hamlib 4.0.
b63e420
1143110
* Thu Apr 02 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.11-1
1143110
- Update to 4.1.11.
1143110
d483153
* Wed Apr 01 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.10-1
d483153
- Update to 4.1.10.
d483153
cf65588
* Tue Mar 31 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.09-3
cf65588
- Rebuild for hamlib 4.
cf65588
eced55a
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.09-2
eced55a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
eced55a
0c62bb0
* Mon Jan 13 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.09-1
0c62bb0
- Update to 4.1.09.
0c62bb0
3f082da
* Thu Aug 15 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.08-1
3f082da
- Update to 4.1.08.
3f082da
de09cde
* Tue Aug 06 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.07-1
de09cde
- Update to 4.1.07.
de09cde
2fba086
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.06-2
2fba086
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2fba086
2c77d87
* Wed Jul 24 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.06-1
2c77d87
- Update to 4.1.06.
2c77d87
bb519da
* Thu Jul 04 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.05-1
bb519da
- Update to 4.1.05.
bb519da
0e929dd
* Sat Jun 29 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.04-1
0e929dd
- Update to 4.1.04.
0e929dd
3a0300b
* Tue Jun 11 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.03-2
3a0300b
- Add patch for xmlrpc, fixes RHBZ#1705189.
3a0300b
bba6480
* Mon Apr 22 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.03-1
bba6480
- Update to 4.1.03.
bba6480
1ebaac7
* Sun Apr 14 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.02-1
1ebaac7
- Update to 4.1.02.
1ebaac7
222f0a5
* Tue Feb 19 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.01-1
222f0a5
- Update to 4.1.01.
222f0a5
6538af9
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.00-2
6538af9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6538af9
661ffb3
* Tue Jan 29 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.00-1
661ffb3
- Update to 4.1.00.
661ffb3
5e5ad35
* Thu Aug 30 2018 Richard Shaw <hobbes1069@gmail.com> - 4.0.18-2
5e5ad35
- Rebuild for hamlib 3.3.
5e5ad35
5da3e5d
* Thu Aug 30 2018 Richard Shaw <hobbes1069@gmail.com> - 4.0.18-1
5da3e5d
- Update to 4.0.18.
5da3e5d
f58ac1c
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.17-2
f58ac1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f58ac1c
9419331
* Thu Jun 07 2018 Richard Shaw <hobbes1069@gmail.com> - 4.0.17-1
9419331
- Update to 4.0.17.
9419331
ddec2cf
* Fri Feb 09 2018 Richard Shaw <hobbes1069@gmail.com> - 4.0.16-1
ddec2cf
- Update to 4.0.16.
ddec2cf
b7f8be1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.14-2
b7f8be1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b7f8be1
027f5a0
* Tue Jan 16 2018 Richard Shaw <hobbes1069@gmail.com> - 4.0.14-1
027f5a0
- Update to latest upstream release.
027f5a0
05c3ed9
* Sun Dec 31 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.13-1
05c3ed9
- Update to latest upstream release.
05c3ed9
0f37139
* Sat Oct 28 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.12-1
0f37139
- Update to latest upstream release.
0f37139
0f37139
* Sun Oct 22 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.11-1
0f37139
- Update to latest upstream release.
0f37139
a3a248f
* Tue Sep 26 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.10-1
a3a248f
- Update to latest upstream release.
a3a248f
4fbb88b
* Mon Sep 04 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.9-1
4fbb88b
- Update to latest upstream release.
4fbb88b
9dc85f5
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.8-4
9dc85f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9dc85f5
211e44f
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 4.0.8-3
211e44f
- Rebuild with binutils fix for ppc64le (#1475636)
211e44f
8e4f643
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.8-2
8e4f643
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8e4f643
d9efc01
* Mon Jul 24 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.8-1
d9efc01
- Update to latest upstream release.
d9efc01
4fbb88b
* Sun Jul 09 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.7-1
d9efc01
- Update to latest upstream release.
d9efc01
915d29c
* Sat Jul 01 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.6-1
915d29c
- Update to latest upstream release.
915d29c
915d29c
* Tue Jun 20 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.5-1
915d29c
- Update to latest upstream release.
915d29c
cc25dd2
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.4-2
cc25dd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
cc25dd2
3b75fe6
* Wed May 10 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.4-1
3b75fe6
- Update to latest upstream release.
3b75fe6
ba96c75
* Sun Apr 30 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.3-1
ba96c75
- Update to latest upstream release.
ba96c75
ece4fba
* Fri Apr 14 2017 Richard Shaw <hobbes1069@gmail.com> - 4.0.2-1
ece4fba
- Update to latest upstream release.
ece4fba
3b13ef7
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.20-2
3b13ef7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3b13ef7
9c4ba30
* Fri Jan  6 2017 Richard Shaw <hobbes1069@gmail.com> - 3.23.20-1
9c4ba30
- Update to latest upstream release.
8663c89
8448cd2
* Fri Dec 23 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.19-1
8448cd2
- Update to latest upstream release.
8448cd2
2d83545
* Mon Dec 12 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.18-1
2d83545
- Update to latest upstream release.
2d83545
2408d42
* Tue Dec 06 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.17-1
2408d42
- Update to latest upstream release.
2408d42
d04d129
* Fri Nov 11 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.16-1
d04d129
- Update to latest upstream release.
d04d129
- Fldigi can now automatically upload contacts to LoTW through trustedqsl.
d04d129
c3468c7
* Sun Oct 16 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.15-1
c3468c7
- Update to latest upstream release.
c3468c7
cf2cf80
* Sun Sep 18 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.14-1
cf2cf80
- Update to latest upstream release.
cf2cf80
cf2cf80
* Sat Aug  6 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.13-1
cf2cf80
- Update to latest upstream release.
cf2cf80
c3468c7
* Mon Jun 29 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.12-1
816640d
- Update to latest upstream release.
816640d
816640d
* Sun Jun 12 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.11-1
816640d
- Update to latest upstream release.
816640d
17d3f07
* Sun Apr  3 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.09-1
17d3f07
- Update to latest upstream release.
17d3f07
5f1301b
* Wed Feb 24 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.08-1
5f1301b
- Update to latest upstream release.
5f1301b
d98d773
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.07-3
d98d773
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d98d773
1e8257e
* Tue Feb 02 2016 Jonathan Wakely <jwakely@redhat.com> - 3.23.07-2
1e8257e
- Patched for C++11 compatibility.
1e8257e
b518aa8
* Fri Jan 22 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.07-1
b518aa8
- Update to latest upstream release.
b518aa8
d3aef49
* Wed Dec  2 2015 Richard Shaw <hobbes1069@gmail.com> - 3.23.06-1
d3aef49
- Update to latest upstream release.
d3aef49
2b2fb13
* Thu Nov 19 2015 Richard Shaw <hobbes1069@gmail.com> - 3.23.05-1
2b2fb13
- Update to latest upstream release.
2b2fb13
588d609
* Fri Oct 16 2015 Richard Shaw <hobbes1069@gmail.com> - 3.23.04-1
588d609
- Update to latest upstream release.
588d609
1be62bf
* Wed Sep 30 2015 Richard Shaw <hobbes1069@gmail.com> - 3.23.03-1
c732223
- Update to latest upstream release.
c732223
Richard Hughes bdee92a
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 3.22.13-2
Richard Hughes bdee92a
- Remove now-unused AppData file
Richard Hughes bdee92a
9afd672
* Tue Jul 21 2015 Richard Shaw <hobbes1069@gmail.com> - 3.22.13-1
9afd672
- Update to latest upstream release.
9afd672
301240d
* Sat Jul 18 2015 Richard Shaw <hobbes1069@gmail.com> - 3.22.12-1
301240d
- Update to latest upstream release.
301240d
7220d1e
* Wed Jul 15 2015 Richard Shaw <hobbes1069@gmail.com> - 3.22.11-1
7220d1e
- Update to latest upstream release.
7220d1e
f78ed02
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.22.10-2
f78ed02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f78ed02
2a6d578
* Mon Jun  1 2015 Richard Shaw <hobbes1069@gmail.com> - 3.22.10-1
2a6d578
- Update to latest upstream release.
2a6d578
cbf28a1
* Tue May  5 2015 Richard Shaw <hobbes1069@gmail.com> - 3.22.08-1
cbf28a1
- Update to latest upstream release.
cbf28a1
- Update build requirements to use separate xmlrpc library.
cbf28a1
8813c4f
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.22.07-2
8813c4f
- Rebuilt for GCC 5 C++11 ABI change
8813c4f
9f8ba79
* Thu Apr  2 2015 Richard Shaw <hobbes1069@gmail.com> - 3.22.07-1
9f8ba79
- Update to latest upstream release.
9f8ba79
Richard Hughes 7b3ee95
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 3.22.06-2
Richard Hughes 7b3ee95
- Add an AppData file for the software center
Richard Hughes 7b3ee95
cbf28a1
* Sun Mar 22 2015 Richard Shaw <hobbes1069@gmail.com> - 3.22.06-1
0b04af6
- Update to latest upstream release.
0b04af6
d72fc8a
* Tue Jan 13 2015 Richard Shaw <hobbes1069@gmail.com> - 3.22.05-1
d72fc8a
- Update to latest upstream release.
d72fc8a
17ef824
* Fri Dec 26 2014 Richard Shaw <hobbes1069@gmail.com> - 3.22.04-1
17ef824
- Update to latest upstream release.
17ef824
d3871a5
* Thu Dec 25 2014 Richard Shaw <hobbes1069@gmail.com> - 3.22.03-1
d3871a5
- Update to latest upstream release.
d3871a5
d3871a5
* Mon Dec  1 2014 Richard Shaw <hobbes1069@gmail.com> - 3.22.02-1
d3871a5
- Update to latest upstream release.
d3871a5
af60642
* Mon Oct 20 2014 Richard Shaw <hobbes1069@gmail.com> - 3.22.01-1
af60642
- Update to latest upstream release.
af60642
eb67477
* Thu Oct 16 2014 Richard Shaw <hobbes1069@gmail.com> - 3.22.00-1
eb67477
- Update to latest upstream release.
eb67477
eb67477
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
c84673d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c84673d
Rex Dieter c4d0bd7
* Thu Jul 17 2014 Rex Dieter <rdieter@fedoraproject.org> - 3.21.83-2
Rex Dieter c4d0bd7
- rebuild (for pulseaudio, bug #1117683)
Rex Dieter c4d0bd7
b69a58f
* Sun Jun 29 2014 Richard Shaw <hobbes1069@gmail.com> - 3.21.83-1
b69a58f
- Update to latest upstream release.
b69a58f
0deee90
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.82-2
0deee90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0deee90
83ceffd
* Wed Apr 30 2014 Richard Shaw <hobbes1069@gmail.com> - 3.21.82-1
83ceffd
- Update to latest upstream release.
83ceffd
297ed87
* Sun Mar 30 2014 Richard Shaw <hobbes1069@gmail.com> - 3.21.81-1
297ed87
- Update to latest upstream release.
297ed87
297ed87
* Tue Mar 11 2014 Richard Shaw <hobbes1069@gmail.com> - 3.21-79-1
297ed87
- Update to latest upstream release.
297ed87
297ed87
* Tue Mar  4 2014 Richard Shaw <hobbes1069@gmail.com> - 3.21.78-1
297ed87
- Update to latest upstream release.
297ed87
297ed87
* Wed Oct 30 2013 Richard Shaw <hobbes1069@gmail.com> - 3.21.77-1
24f7739
- Update to latest bugfix release.
24f7739
b9caf04
* Thu Sep 12 2013 Richard Shaw <hobbes1069@gmail.com> - 3.21.76-1
b9caf04
- Update to latest bugfix release.
b9caf04
ea1219a
* Mon Sep  2 2013 Richard Shaw <hobbes1069@gmail.com> - 3.21.75-1
ea1219a
- Update to latest bugfix release.
ea1219a
d3f248b
* Tue Aug 27 2013 Richard Shaw <hobbes1069@gmail.com> - 3.21.74-1
d3f248b
- Update to latest bugfix release.
d3f248b
84c0db7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.68-3
84c0db7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
84c0db7
520c78d
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 3.21.68-2
520c78d
- Perl 5.18 rebuild
520c78d
b9caf04
* Sat Mar 16 2013 Richard Shaw <hobbes1069@gmail.com> - 3.21.68-1
e30c9dd
- Update to latest bugfix release.
e30c9dd
dc17f7c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.49-2
dc17f7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
dc17f7c
7d64121
* Fri Aug 3 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.49-1
7d64121
- Upstream upddate to 3.21.49
e30c9dd
Randall Berry 2995f2b
* Mon May 14 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.41-1
Randall Berry 2995f2b
- Upstream upddate to 3.21.41
Randall Berry 2995f2b
- Fix deps for F18/Rawhide
e30c9dd
Randall Berry 2995f2b
* Sat Jan 28 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.37-2
Randall Berry 2995f2b
- Upstream upddate to 3.21.37
Randall Berry 2995f2b
- Remove patches fixed upstream
Randall Berry 2995f2b
- Correct source URL
e30c9dd
Randall Berry 422acc4
* Sat Jan 28 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.37-1
Randall Berry 422acc4
- Upstream upddate to 3.21.37
e30c9dd
db151ce
* Sun Jan 15 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.35-2
db151ce
- Add patches for testing error correction
db151ce
- Update rawhide builds
e30c9dd
db151ce
* Sun Jan 15 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.35-1
db151ce
- Upstream upddate to 3.21.35
db151ce
- Rebuild against gcc 4.7
e30c9dd
b2f10ce
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.34-3
b2f10ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e30c9dd
594ad9b
* Mon Jan 2 2012 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 3.21.34-2
594ad9b
- Test Build Against FLTK 1.3