chkr pushed to perl-JSON-RPC-Common (f22). "Update to new upstream version 0.11 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 24 21:55:39 UTC 2015


>From c71e121ff330ac8efec791bd70bce184072f2703 Mon Sep 17 00:00:00 2001
From: Christian Krause <chkr at fedoraproject.org>
Date: Tue, 24 Mar 2015 22:20:50 +0100
Subject: Update to new upstream version 0.11

- Drop Perl 5.18 compatibility patch (applied upstream)
- Update Source URL

diff --git a/.gitignore b/.gitignore
index b101d61..7c7a46c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 JSON-RPC-Common-0.06.tar.gz
 /JSON-RPC-Common-0.10.tar.gz
+/JSON-RPC-Common-0.11.tar.gz
diff --git a/JSON-RPC-Common-0.10-qw-operator-does-not-imply-parentheses.patch b/JSON-RPC-Common-0.10-qw-operator-does-not-imply-parentheses.patch
deleted file mode 100644
index be7f8ec..0000000
--- a/JSON-RPC-Common-0.10-qw-operator-does-not-imply-parentheses.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 3668f428059e5b4dcf43c5b678ffced9b432fe90 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
-Date: Sat, 3 Aug 2013 09:40:33 +0200
-Subject: [PATCH] qw operator does not imply parentheses
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-<https://rt.cpan.org/Public/Bug/Display.html?id=87361>
-
-Signed-off-by: Petr Písař <ppisar at redhat.com>
----
- t/marshal_http.t | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/marshal_http.t b/t/marshal_http.t
-index 671098f..d4bab42 100644
---- a/t/marshal_http.t
-+++ b/t/marshal_http.t
-@@ -58,7 +58,7 @@ use JSON::RPC::Common::Marshal::HTTP;
- 			if ( $opts->{prefer_get} ) {
- 				# GET can't guarantee version, we need to scrub that
- 				foreach my $hash ( $def_1, $def_2 ) {
--					foreach my $key qw(version jsonrpc) {
-+					foreach my $key (qw(version jsonrpc)) {
- 						delete $hash->{$key};
- 					}
- 				}
-@@ -129,7 +129,7 @@ use JSON::RPC::Common::Marshal::HTTP;
- 			if ( $opts->{prefer_get} ) {
- 				# GET can't guarantee version, we need to scrub that
- 				foreach my $hash ( $def_1, $def_2 ) {
--					foreach my $key qw(version jsonrpc) {
-+					foreach my $key (qw(version jsonrpc)) {
- 						delete $hash->{$key};
- 					}
- 				}
--- 
-1.8.1.4
-
diff --git a/perl-JSON-RPC-Common.spec b/perl-JSON-RPC-Common.spec
index d12a50e..61a4199 100644
--- a/perl-JSON-RPC-Common.spec
+++ b/perl-JSON-RPC-Common.spec
@@ -1,13 +1,11 @@
 Name:           perl-JSON-RPC-Common
-Version:        0.10
-Release:        5%{?dist}
+Version:        0.11
+Release:        1%{?dist}
 Summary:        Perl module for handling JSON-RPC objects
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/JSON-RPC-Common
-Source0:        http://search.cpan.org/CPAN/authors/id/D/DO/DOY/JSON-RPC-Common-%{version}.tar.gz
-# Perl 5.18 compatibility, CPAN RT#87361
-Patch0:         JSON-RPC-Common-0.10-qw-operator-does-not-imply-parentheses.patch
+Source0:        http://search.cpan.org/CPAN/authors/id/D/DM/DMCBRIDE/JSON-RPC-Common-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRequires:  perl(JSON)
@@ -28,7 +26,6 @@ text and HTTP requests/responses.
 
 %prep
 %setup -q -n JSON-RPC-Common-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -50,6 +47,11 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Tue Mar 24 2015 Christian Krause <chkr at fedoraproject.org> - 0.11-1
+- Update to new upstream version 0.11
+- Drop Perl 5.18 compatibility patch (applied upstream)
+- Update Source URL
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.10-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index fb7c0fa..24bde2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f58e3056022b922af85fe505231ff039  JSON-RPC-Common-0.10.tar.gz
+ebb140b4b0b1936e76da04f3d8be998e  JSON-RPC-Common-0.11.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-JSON-RPC-Common.git/commit/?h=f22&id=c71e121ff330ac8efec791bd70bce184072f2703

--
You received this message due to your preference settings at
https://apps.fedoraproject.org/notifications//fmnscmcommits.id.fedoraproject.org/email/29390


More information about the scm-commits mailing list