[fldigi/f13/master] Testing git

Randall 'Randy' Berry dp67 at fedoraproject.org
Fri Jul 30 03:16:21 UTC 2010


commit 18577cda0033066b1ee1ab3a7e0ad6534d01c179
Author: Randall J. Berry <rberry at kb3bjf.ham-radio-op.net>
Date:   Thu Jul 29 23:15:57 2010 -0400

    Testing git

 .gitignore  |    1 +
 fldigi.spec |   12 ++++++++++--
 sources     |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 619b7a7..3c7b709 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 fldigi-3.20.19.tar.gz
+fldigi-3.20.20.tar.gz
diff --git a/fldigi.spec b/fldigi.spec
index f994c35..6527660 100644
--- a/fldigi.spec
+++ b/fldigi.spec
@@ -1,6 +1,6 @@
 Name:		fldigi
-Version:	3.20.19
-Release:	1%{?dist}
+Version:	3.20.20
+Release:	2%{?dist}
 Summary:	Digital modem program for Linux
 Group:		Applications/Communications
 License:	GPLv3	
@@ -40,6 +40,9 @@ exported by fldigi, and also defines some useful commands of its own.
 %prep
 %setup -q -n %{name}-%{version}
 
+# Fix spurious executeable
+chmod 644 ./src/olivia/olivia.cxx
+
 %build
 %configure
 make -k %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LIBS="-lm -lX11 -lpthread"
@@ -73,6 +76,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}-shell.1.gz
 
 %changelog
+* Thu Jul 29 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.20-2
+- Testing Git
+* Thu Jul 22 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.20-1
+- Upstream update to 3.20.20
+- Fixed spurious exe perms on /src/olivia/olivia.cxx
 * Wed Jun 30 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.19-1
 - Upstream update to 3.20.19
 * Wed Jun 30 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.18-1
diff --git a/sources b/sources
index 0558f1f..2854c1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28ff29561eef2b716d2c427a618bd411  fldigi-3.20.19.tar.gz
+e03c5cc698fffd0ef93d822c555ce950  fldigi-3.20.20.tar.gz


More information about the scm-commits mailing list