[stompclt: 1/2] Update to upstream version 0.8, rhbz #915292.

mpaladin mpaladin at fedoraproject.org
Tue Feb 26 12:25:57 UTC 2013


commit ceb65f773520787fd12eba4f079d7c8f7e404712
Author: Massimo <massimo.paladin at gmail.com>
Date:   Tue Feb 26 13:19:27 2013 +0100

    Update to upstream version 0.8, rhbz #915292.

 .gitignore    |    1 +
 sources       |    2 +-
 stompclt.spec |    6 +++++-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c159e7e..885340c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /stompclt-0.5.tar.gz
 /stompclt-0.6.tar.gz
 /stompclt-0.7.tar.gz
+/stompclt-0.8.tar.gz
diff --git a/sources b/sources
index c9bb579..777e15e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0d46072c67be1ee43b65a7cc532ae43  stompclt-0.7.tar.gz
+4bee00650ccaefc2f26ba9c1ac6371b7  stompclt-0.8.tar.gz
diff --git a/stompclt.spec b/stompclt.spec
index 6a8bb57..1dc4b96 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -1,6 +1,6 @@
 Summary:	Versatile STOMP client
 Name:		stompclt
-Version:	0.7
+Version:	0.8
 Release:	1%{?dist}
 URL:		http://cern.ch/lionel.cons/perl/%{name}/
 License:	GPL+ or Artistic
@@ -11,6 +11,7 @@ BuildArch:	noarch
 BuildRequires:	perl
 BuildRequires:	perl(ExtUtils::MakeMaker)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:	perl(Net::STOMP::Client) >= 2.0
 # the following one is in theory optional but really nice to have everywhere
 Requires:	perl(Directory::Queue)
 # the other required Perl modules will be found by rpmbuild
@@ -48,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Mon Dec 10 2012 Massimo Paladin <massimo.paladin at gmail.com> 0.8-1
+- Update to 0.8, rhbz #915292.
+
 * Mon Dec 10 2012 Massimo Paladin <massimo.paladin at gmail.com> 0.7-1
 - Update to 0.7, rhbz #885594.
 


More information about the scm-commits mailing list