From 4ff71ab1bcb9bfa6e9286239e2f2dade9467e105 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <[email protected]>
Date: Thu, 4 Feb 2016 15:03:47 +0000
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Net-STOMP-Client.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Net-STOMP-Client.spec b/perl-Net-STOMP-Client.spec
index 40de989..d4917c3 100644
--- a/perl-Net-STOMP-Client.spec
+++ b/perl-Net-STOMP-Client.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-%{cpan_name}
 Version:        2.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        STOMP object oriented client module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -55,6 +55,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 2.2-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Thu Dec  3 2015 Lionel Cons <[email protected]> 2.2-6
 - Spec file cleanup.
 
-- 
cgit v1.1


From d407a548cc9d375f0f5a817cf462916c4e308cf9 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Mon, 16 May 2016 03:59:05 +0200
Subject: Perl 5.24 rebuild

---
 perl-Net-STOMP-Client.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Net-STOMP-Client.spec b/perl-Net-STOMP-Client.spec
index d4917c3..1b18b89 100644
--- a/perl-Net-STOMP-Client.spec
+++ b/perl-Net-STOMP-Client.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-%{cpan_name}
 Version:        2.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        STOMP object oriented client module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -55,6 +55,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 16 2016 Jitka Plesnikova <[email protected]> - 2.2-8
+- Perl 5.24 rebuild
+
 * Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 2.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v1.1


From 197c8d59fdf9b1d691c42f40e3842daa32e1832a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Fri, 24 Jun 2016 10:19:40 +0200
Subject: Mandatory Perl build-requires added
 <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl>

---
 perl-Net-STOMP-Client.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl-Net-STOMP-Client.spec b/perl-Net-STOMP-Client.spec
index 1b18b89..e8a60b8 100644
--- a/perl-Net-STOMP-Client.spec
+++ b/perl-Net-STOMP-Client.spec
@@ -10,6 +10,7 @@ URL:            http://search.cpan.org/dist/%{cpan_name}/
 Source0:        
http://search.cpan.org/CPAN/authors/id/L/LC/LCONS/%{cpan_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Socket::SSL)
 BuildRequires:  perl(Test::More)
-- 
cgit v1.1


From 75aab99c6b6bf24699401947a15bc958133b5d36 Mon Sep 17 00:00:00 2001
From: Lionel Cons <[email protected]>
Date: Wed, 1 Feb 2017 08:46:15 +0100
Subject: New upstream 2.3, rhbz#1418132.

---
 perl-Net-STOMP-Client.spec | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/perl-Net-STOMP-Client.spec b/perl-Net-STOMP-Client.spec
index e8a60b8..592ea63 100644
--- a/perl-Net-STOMP-Client.spec
+++ b/perl-Net-STOMP-Client.spec
@@ -1,8 +1,8 @@
 %global cpan_name Net-STOMP-Client
 
 Name:           perl-%{cpan_name}
-Version:        2.2
-Release:        8%{?dist}
+Version:        2.3
+Release:        1%{?dist}
 Summary:        STOMP object oriented client module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -11,16 +11,18 @@ Source0:        
http://search.cpan.org/CPAN/authors/id/L/LC/LCONS/%{cpan_name}-%
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl-generators
+BuildRequires:  perl(Encode)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Messaging::Message)
+BuildRequires:  perl(No::Worries) >= 1.2
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Params::Validate)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
-%if 0%{?el6} 
 BuildRequires:  perl(Time::HiRes)
-%endif
-Requires:       perl(IO::Socket::SSL)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -56,6 +58,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb  1 2017 Lionel Cons <[email protected]> 2.3-1
+- New upstream 2.3, rhbz#1418132.
+
 * Mon May 16 2016 Jitka Plesnikova <[email protected]> - 2.2-8
 - Perl 5.24 rebuild
 
-- 
cgit v1.1


From 86beb8733cf751d9c253c6e3b3c369427f71f3b9 Mon Sep 17 00:00:00 2001
From: Lionel Cons <[email protected]>
Date: Thu, 2 Feb 2017 09:09:30 +0100
Subject: updated the sources file

---
 .gitignore | 6 +-----
 sources    | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4245c95..3b0adf0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,4 @@
-/Net-STOMP-Client-1.0.tar.gz
-/Net-STOMP-Client-1.4.tar.gz
-/Net-STOMP-Client-1.5.tar.gz
-/Net-STOMP-Client-1.7.tar.gz
-/Net-STOMP-Client-1.8.tar.gz
 /Net-STOMP-Client-2.0.tar.gz
 /Net-STOMP-Client-2.1.tar.gz
 /Net-STOMP-Client-2.2.tar.gz
+/Net-STOMP-Client-2.3.tar.gz
diff --git a/sources b/sources
index 61917bf..a01e218 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fffb1ea33b997d0127ea989e6e1e9c4  Net-STOMP-Client-2.2.tar.gz
+SHA512 (Net-STOMP-Client-2.3.tar.gz) = 
47bd4b88d3f2eabe1ed8932e4e01a511b7cc8591771faba22a27700800551a43ccf30912f2478834dbe22c34a64573a5061c5eac496bd77928422391efca3b88
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Net-STOMP-Client.git/commit/?h=el6&id=240dc459f54925f939f75f2e7a7b12a3f050bdf3
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to