[remctl/el5: 4/4] Update to remctl 3.9

Ken Dreyer ktdreyer at fedoraproject.org
Sun Jul 6 22:42:49 UTC 2014


commit 55dc5fc5c1def72d533acb6dcc600c7490770a70
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Thu Jul 3 08:59:43 2014 -0600

    Update to remctl 3.9
    
    - Adjust Makefile for GCC on EL5

 .gitignore  |    9 +--------
 remctl.spec |   13 +++++++++++--
 sources     |    2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39423e2..89a1f2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1 @@
-remctl-2.11.tar.gz
-/remctl-3.0.tar.gz
-/remctl-3.1.tar.gz
-/remctl-3.2.tar.gz
-/remctl-3.3.tar.gz
-/remctl-3.6.tar.xz
-/remctl-3.7.tar.xz
-/remctl-3.8.tar.xz
+/remctl-3.9.tar.xz
diff --git a/remctl.spec b/remctl.spec
index 36bf45b..5c0abd0 100644
--- a/remctl.spec
+++ b/remctl.spec
@@ -1,6 +1,6 @@
 Name: remctl
-Version: 3.8
-Release: 5%{?dist}
+Version: 3.9
+Release: 2%{?dist}
 Summary: Client/server for Kerberos-authenticated command execution
 
 Group: Applications/Internet
@@ -148,6 +148,11 @@ remctl's Ruby bindings, you need to install this package.
 %prep
 %setup -q
 
+%if 0%{?el5}
+# GCC on EL5 does not support this flag for the PHP bindings.
+sed -i 's/-Wno-strict-overflow//' Makefile.in
+%endif
+
 %build
 export REMCTL_PERL_FLAGS="installdirs=vendor"
 %configure \
@@ -273,6 +278,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jul 03 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 3.9-1
+- Update to remctl 3.9
+- Adjust Makefile for GCC on EL5
+
 * Thu Jun 19 2014 Remi Collet <rcollet at redhat.com> - 3.8-5
 - rebuild for https://fedoraproject.org/wiki/Changes/Php56
 - add numerical prefix to extension configuration file
diff --git a/sources b/sources
index 3fd8c0c..4d7426a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3cdfea8f733999113be01698ef01b29  remctl-3.8.tar.xz
+bc6755a168d7ee1f59169414a73f3cdc  remctl-3.9.tar.xz


More information about the scm-commits mailing list