[procServ] New upstream version 2.6.0

Ralph Lange ralphlange at fedoraproject.org
Mon Apr 16 15:23:05 UTC 2012


commit 9310ac2dee6f1a5f40ae82591b7ba00722c3581c
Author: Ralph Lange <Ralph.Lange at gmx.de>
Date:   Mon Apr 16 17:20:54 2012 +0200

    New upstream version 2.6.0

 .gitignore    |    1 +
 procServ.spec |   11 +++++++++--
 sources       |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc9210f..e1d3079 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /procServ-2.5.1.tar.gz
+/procServ-2.6.0.tar.gz
diff --git a/procServ.spec b/procServ.spec
index b0aa087..c9c02be 100644
--- a/procServ.spec
+++ b/procServ.spec
@@ -1,13 +1,16 @@
 Summary: Process server with telnet console and log access
 Name: procServ
-Version: 2.5.1
-Release: 6%{?dist}
+Version: 2.6.0
+Release: 1%{?dist}
+
 License: GPLv3
 Group: Applications/System
 URL: http://sourceforge.net/projects/procserv
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0: http://downloads.sourceforge.net/procserv/procServ-%{version}.tar.gz
 
+BuildRequires: libtelnet-devel
+
 %description
 procServ is a wrapper that starts an arbitrary command as a child process in
 the background, connecting its standard input and output to a TCP port for
@@ -43,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/procServ.1*
 
 %changelog
+* Mon Apr 16 2012 Ralph Lange <Ralph.Lange at gmx.de> 2.6.0-1
+- New upstream version
+- Added libtelnet dependency
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6cc33bf..7351450 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6d3131361189458fc276ca4323efe46  procServ-2.5.1.tar.gz
+bbf052e7fcc6fa403d2514219346da04  procServ-2.6.0.tar.gz


More information about the scm-commits mailing list