[fldigi/f16] Rebuild for FLTK 1.3

Randall 'Randy' Berry dp67 at fedoraproject.org
Fri Dec 30 01:54:20 UTC 2011


commit 3a038d676f77f8981cbf0e34a95b38da71f8062e
Author: dp67 <dp67 at fedoraproject.org>
Date:   Thu Dec 29 20:54:18 2011 -0500

    Rebuild for FLTK 1.3

 .gitignore                      |    1 +
 fldigi-3.21.11-global.cxx.patch |   15 ----------
 fldigi-3.21.11-panel.cxx.patch  |   59 ---------------------------------------
 fldigi.spec                     |   19 ++++++------
 sources                         |    2 +-
 5 files changed, 12 insertions(+), 84 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42e37b5..c831fc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ fldigi-3.20.20.tar.gz
 /fldigi-3.21.7.tar.gz
 /fldigi-3.21.9.tar.gz
 /fldigi-3.21.11.tar.gz
+/fldigi-3.21.34.tar.gz
diff --git a/fldigi.spec b/fldigi.spec
index a29922e..d47c337 100755
--- a/fldigi.spec
+++ b/fldigi.spec
@@ -1,6 +1,6 @@
 Name:		fldigi
-Version:	3.21.11
-Release:	6%{?dist}
+Version:	3.21.34
+Release:	1%{?dist}
 Summary:	Digital modem program for Linux
 Group:		Applications/Communications
 License:	GPLv3+	
@@ -8,11 +8,6 @@ URL:		http://www.w1hkj.com/Fldigi.html
 Source0:	http://www.w1hkj.com/alpha/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Patch0 By Kamal Mostafa, KA6MAL Fixes #708696 "Fldigi crashes when started" reported upstream.
-Patch0:		%{name}-%{version}-global.cxx.patch
-# Patch1 recomended by Dave Feese, W1HKJ
-Patch1:		%{name}-%{version}-panel.cxx.patch
-
 BuildRequires:	hamlib-devel
 BuildRequires:	fltk-devel
 BuildRequires:	libjpeg-devel
@@ -49,8 +44,7 @@ exported by fldigi, and also defines some useful commands of its own.
 
 # Fix spurious executeable
 chmod 644 ./src/olivia/olivia.cxx
-%patch0 -p1 -b %{name}-%{version}-global.cxx.patch
-%patch1 -p1 -b %{name}-%{version}-panel.cxx.patch
+
 
 %build
 %configure
@@ -88,6 +82,13 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_datadir}/applications/flarq.desktop
 
 %changelog
+* Thu Dec 28 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.34-1
+- Test Build Against FLTK 1.3
+* Fri Sep 9 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.14-2
+- Testing apply patches for panel.cxx
+* Fri Sep 9 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.14-1
+- Upstream update to 3.21.14
+- Remove patch applied upstream
 * Sun Jun 12 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.11-4
 - Correct my mistake in update request.
 * Sun Jun 12 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.11-4
diff --git a/sources b/sources
index 45bc871..c65d314 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-863cbac80a829a8c5287fb536f635f4b  fldigi-3.21.11.tar.gz
+a10705cd68c3f0a58f73bab3fc2492fb  fldigi-3.21.34.tar.gz


More information about the scm-commits mailing list