hobbes1069 pushed to flxmlrpc (master). "Update to latest upstream release."

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 5 15:48:32 UTC 2015


>From 3635a7a677bf713515b851e8d958aa979b8fb2c9 Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" <hobbes1069 at gmail.com>
Date: Tue, 5 May 2015 10:47:53 -0500
Subject: Update to latest upstream release.


diff --git a/.gitignore b/.gitignore
index 9f589fa..d8f7a30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /flxmlrpc-0.1.3.tar.gz
+/flxmlrpc-0.1.4.tar.gz
diff --git a/flxmlrpc.spec b/flxmlrpc.spec
index 1c3b2c0..187c561 100644
--- a/flxmlrpc.spec
+++ b/flxmlrpc.spec
@@ -1,5 +1,5 @@
 Name:           flxmlrpc
-Version:        0.1.3
+Version:        0.1.4
 Release:        1%{?dist}
 Summary:        An xmlrpc library for the NBEMS suite of programs
 
@@ -9,14 +9,14 @@ Source0:        http://www.w1hkj.com/xmlrpc-mods/%{name}-%{version}.tar.gz
 
 
 %description
-Implementation of the XmlRpc protocol written in C++, based upon XmlRpc++0.7
-and modified to provide additional XmlRpc Variable types.  It is used in fldigi,
-flrig, flnet, flmsg, flarq, flamp, fllog; a suite of programs written for
-amateur radio emergency communications.
+This is version %{version} of flxmlrpc, an implementation of the XmlRpc protocol
+written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc
+Variable types.  It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog;
+a suite of programs written for amateur radio emergency communications.
 
-flxmlrpc is designed to make it easy to incorporate Fl_XmlRpc client and
-server support into C++ applications. Or use both client and server objects
-in your app for easy peer-to-peer support.
+flxmlrpc is designed to make it easy to incorporate xmlrpc client and server
+support into C++ applications. Or use both client and server objects in your 
+application for easy peer-to-peer support.
 
 
 %package        devel
@@ -33,6 +33,9 @@ developing applications that use %{name}.
 
 
 %build
+if [ ! -f configure ]
+then autoreconf -fi
+fi
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -58,6 +61,9 @@ find %{buildroot}%{_libdir} -name "*.la" -exec rm -f {} \;
 
 
 %changelog
+* Tue May  5 2015 Richard Shaw <hobbes1069 at gmail.com> - 0.1.4-1
+- Update to latest upstream release.
+
 * Thu Apr 23 2015 Richard Shaw <hobbes1069 at gmail.com> - 0.1.3-1
 - Upstream moved headers into a named subdirectory.
 
diff --git a/sources b/sources
index db33237..2ccf744 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55e6b33c69d7b66127cd91439ce14028  flxmlrpc-0.1.3.tar.gz
+0f6cd86160afea3d367ea6156e542fa6  flxmlrpc-0.1.4.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/flxmlrpc.git/commit/?h=master&id=3635a7a677bf713515b851e8d958aa979b8fb2c9


More information about the scm-commits mailing list