Accepting request 232266 from devel:languages:perl

Remove obsolete/unused file. (forwarded request 232255 from leonardocf)

OBS-URL: https://build.opensuse.org/request/show/232266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2014-05-02 18:52:18 +00:00 committed by Git OBS Bridge
commit 7dd94edcd7
3 changed files with 7 additions and 15 deletions

View File

@ -1,14 +0,0 @@
Index: JSON-2.51/lib/JSON/backportPP.pm
===================================================================
--- JSON-2.51/lib/JSON/backportPP.pm 2011-03-08 07:30:52.000000000 +0100
+++ JSON-2.51/lib/JSON/backportPP.pm 2011-04-05 10:21:44.246841693 +0200
@@ -1286,7 +1286,8 @@ BEGIN {
}
if ($] >= 5.008 and $] < 5.008003) { # join() in 5.8.0 - 5.8.2 is broken.
- package JSON::PP;
+ package
+ JSON::PP;
require subs;
subs->import('join');
eval q|

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 10 23:55:51 UTC 2014 - lchiquitto@suse.com
- removed unused patch:
* fix_provides.diff
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 26 07:28:28 UTC 2013 - coolo@suse.com Tue Nov 26 07:28:28 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-JSON # spec file for package perl-JSON
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed