[fldigi/f15] Trying new sources

Randall 'Randy' Berry dp67 at fedoraproject.org
Sun Jun 5 01:37:35 UTC 2011


commit c9af752cd715a1eee2fd7d6798e8bfe045804a91
Author: dp67 <dp67 at fedoraproject.org>
Date:   Sat Jun 4 21:37:08 2011 -0400

    Trying new sources

 .gitignore  |    1 +
 fldigi.spec |   24 +++++++++++++++++++++---
 sources     |    2 +-
 3 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd952f8..6665116 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ fldigi-3.20.20.tar.gz
 /fldigi-3.20.32.tar.gz
 /fldigi-3.20.34.tar.gz
 /fldigi-3.21.7.tar.gz
+/fldigi-3.21.10.tar.gz
diff --git a/fldigi.spec b/fldigi.spec
index dd5b00a..2642452 100755
--- a/fldigi.spec
+++ b/fldigi.spec
@@ -1,6 +1,6 @@
 Name:		fldigi
-Version:	3.21.7
-Release:	1%{?dist}
+Version:	3.21.10
+Release:	3%{?dist}
 Summary:	Digital modem program for Linux
 Group:		Applications/Communications
 License:	GPLv3+	
@@ -8,6 +8,8 @@ URL:		http://www.w1hkj.com/Fldigi.html
 Source0:	http://www.w1hkj.com/downloads/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# Patch1:		%{name}-%{version}-Panel.patch
+
 BuildRequires:	hamlib-devel
 BuildRequires:	fltk-devel
 BuildRequires:	libjpeg-devel
@@ -19,10 +21,10 @@ BuildRequires:	libsamplerate-devel
 BuildRequires:	pulseaudio-libs-devel
 BuildRequires:	xmlrpc-c-devel
 BuildRequires:	gettext
+BuildRequires:	libXinerama-devel
 
 
 %description
-# Spelling errors are intentional ignore rpmlint warnings.
 Fldigi is a modem program which supports most of the digital modes used by 
 ham radio operators today. You can also use the program for calibrating your 
 sound card to WWV or doing a frequency measurement test. The program also comes 
@@ -42,6 +44,7 @@ exported by fldigi, and also defines some useful commands of its own.
 
 # Fix spurious executeable
 chmod 644 ./src/olivia/olivia.cxx
+# %patch1 -p1 -b %{name}-%{version}-Panel.patch
 
 %build
 %configure
@@ -79,6 +82,21 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_datadir}/applications/flarq.desktop
 
 %changelog
+* Sat Jun 4 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.10-3
+- Successful local build F14
+- Test build on koji F14
+* Sat Jun 4 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.10-2
+- Removed patches 
+- Test build for Rawhide
+* Sat Jun 4 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.10-1
+- Apply upstream patches dup_defines.diff
+* Thu May 26 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.9-3
+- Added Panel.cxx patch1 to fix int error.
+* Thu May 26 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.9-2
+- Added BuildRequires:	libXinerama-devel
+* Thu May 26 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.9-1
+- Upstream update 3.21.9
+- Fix broken deps for Rawhide/F16
 * Thu Mar 24 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.7-1
 - Upstream update 3.21.7
 - Rebiuld fix broken deps on mas rebuild
diff --git a/sources b/sources
index c7df858..f0fd818 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c9bcb6abe2a286aa05325917ca0de50  fldigi-3.21.7.tar.gz
+7ea153edccc7cefd04dd2b44979def7b  fldigi-3.21.10.tar.gz


More information about the scm-commits mailing list