pghmcfc pushed to perl-JSON-MaybeXS (epel7). "Update to 1.002005
(..more)"
by notifications@fedoraproject.org
From d2ba6415f5516592eb032d3f6f8567f9f45333f5 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul(a)city-fan.org>
Date: Wed, 15 Oct 2014 18:10:14 +0100
Subject: Update to 1.002005
- New upstream release 1.002005
- Fix "can I haz XS?" logic precedence in Makefile.PL
- Added the ':all' export tag
- Removed dependency on Safe::Isa
- Repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git
---
perl-JSON-MaybeXS.spec | 11 +++++++++--
sources | 2 +-
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 060a9f0..6852de5 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
Name: perl-JSON-MaybeXS
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version: 1.002004
+Version: 1.002005
Release: 1%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/JSON-MaybeXS/
@@ -24,7 +24,7 @@ BuildRequires: perl(File::Temp)
BuildRequires: perl(base)
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
BuildRequires: perl(Exporter)
-BuildRequires: perl(Safe::Isa)
+BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite (wants JSON::PP ≥ 2.27202 really but EL-6 doesn't have that)
@@ -72,6 +72,13 @@ make test
%{_mandir}/man3/JSON::MaybeXS.3*
%changelog
+* Wed Oct 15 2014 Paul Howarth <paul(a)city-fan.org> - 1.002005-1
+- Update to 1.002005
+ - Fix "can I haz XS?" logic precedence in Makefile.PL
+ - Added the ':all' export tag
+ - Removed dependency on Safe::Isa
+ - Repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git
+
* Sun Oct 12 2014 Paul Howarth <paul(a)city-fan.org> - 1.002004-1
- Update to 1.002004
- Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
diff --git a/sources b/sources
index e082b86..aafc3e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4cd707f8712fce7a95640edcf22fd08 JSON-MaybeXS-1.002004.tar.gz
+87d68022483b34cade8b957b3a4d4240 JSON-MaybeXS-1.002005.tar.gz
--
cgit v0.11.2
http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=epel7&...
7 years, 10 months
pghmcfc pushed to perl-JSON-MaybeXS (epel7). "Update to 1.002004
(..more)"
by notifications@fedoraproject.org
From dca1ccbe39246545a11db070c21b0bf84dd869f3 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul(a)city-fan.org>
Date: Tue, 14 Oct 2014 12:17:36 +0100
Subject: Update to 1.002004
- New upstream release 1.002004
- Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
dependency
- New is_bool() interface
---
perl-JSON-MaybeXS.spec | 9 ++++++++-
sources | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index d1a6baf..060a9f0 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
Name: perl-JSON-MaybeXS
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version: 1.002003
+Version: 1.002004
Release: 1%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/JSON-MaybeXS/
@@ -24,6 +24,7 @@ BuildRequires: perl(File::Temp)
BuildRequires: perl(base)
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
BuildRequires: perl(Exporter)
+BuildRequires: perl(Safe::Isa)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite (wants JSON::PP ≥ 2.27202 really but EL-6 doesn't have that)
@@ -71,6 +72,12 @@ make test
%{_mandir}/man3/JSON::MaybeXS.3*
%changelog
+* Sun Oct 12 2014 Paul Howarth <paul(a)city-fan.org> - 1.002004-1
+- Update to 1.002004
+ - Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
+ dependency
+ - New is_bool() interface
+
* Wed Oct 8 2014 Paul Howarth <paul(a)city-fan.org> - 1.002003-1
- Update to 1.002003
- Document how to use booleans
diff --git a/sources b/sources
index 6aba58c..e082b86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21969d11bd704bc54efea944c1af710e JSON-MaybeXS-1.002003.tar.gz
+c4cd707f8712fce7a95640edcf22fd08 JSON-MaybeXS-1.002004.tar.gz
--
cgit v0.11.2
http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=epel7&...
7 years, 10 months
pghmcfc pushed to perl-JSON-MaybeXS (epel7). "Update to 1.002003
(..more)"
by notifications@fedoraproject.org
From 8234ad6e74fb07a960a397aa6f4c0ae623dd92a6 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul(a)city-fan.org>
Date: Wed, 8 Oct 2014 11:32:30 +0100
Subject: Update to 1.002003
- New upstream release 1.002003
- Document how to use booleans
---
perl-JSON-MaybeXS.spec | 8 ++++++--
sources | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index b902d51..d1a6baf 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,8 +8,8 @@
Name: perl-JSON-MaybeXS
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version: 1.002002
-Release: 4%{?dist}
+Version: 1.002003
+Release: 1%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/JSON-MaybeXS/
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-%{version}...
@@ -71,6 +71,10 @@ make test
%{_mandir}/man3/JSON::MaybeXS.3*
%changelog
+* Wed Oct 8 2014 Paul Howarth <paul(a)city-fan.org> - 1.002003-1
+- Update to 1.002003
+ - Document how to use booleans
+
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.002002-4
- Perl 5.20 rebuild
diff --git a/sources b/sources
index fba28d5..6aba58c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb8c66ece7518270ea31ffc4951d5f02 JSON-MaybeXS-1.002002.tar.gz
+21969d11bd704bc54efea944c1af710e JSON-MaybeXS-1.002003.tar.gz
--
cgit v0.11.2
http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=epel7&...
7 years, 10 months
podlators-4.00 in Rawhide
by Petr Pisar
Hello,
I built perl-podlators-4.00 in Rawhide (only). It brings a lot of changes
<http://cpansearch.perl.org/src/RRA/podlators-4.00/Changes>, some of them
could break compatibility. Therefore I'm not going to push it into older
Fedoras.
I also removed a patch ensuring compatibilty with Term::Cap 1.16 as
we have newer, seemingly unaffacted version. If it proves a problem, I can
put the patch back.
-- Petr
7 years, 10 months
ppisar pushed to perl-podlators (master). "4.00 bump"
by notifications@fedoraproject.org
From 4c61e2c8f8424bd690a6360613431b44666236c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar(a)redhat.com>
Date: Tue, 1 Dec 2015 09:38:11 +0100
Subject: 4.00 bump
---
.gitignore | 1 +
perl-podlators.spec | 32 ++++++++++++++++++++------
podlators-2.5.3-fix-for-RT-98272.patch | 41 ----------------------------------
sources | 2 +-
4 files changed, 27 insertions(+), 49 deletions(-)
delete mode 100644 podlators-2.5.3-fix-for-RT-98272.patch
diff --git a/.gitignore b/.gitignore
index 5076a01..b607970 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/podlators-2.5.1.tar.gz
/podlators-2.5.2.tar.gz
/podlators-2.5.3.tar.gz
+/podlators-4.00.tar.gz
diff --git a/perl-podlators.spec b/perl-podlators.spec
index 24f17c1..0c380d5 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,13 +1,11 @@
Name: perl-podlators
-Version: 2.5.3
-Release: 347%{?dist}
+Version: 4.00
+Release: 1%{?dist}
Summary: Format POD source into various output formats
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/podlators/
Source0: http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
-# Adapt tests to Term-Cap-1.16, CPAN RT#98272
-Patch0: podlators-2.5.3-fix-for-RT-98272.patch
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
@@ -15,25 +13,43 @@ BuildRequires: make
BuildRequires: perl
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
+# File::Spec version declared in lib/Pod/Man.pm comment
BuildRequires: perl(File::Spec) >= 0.8
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Basename)
+# Getopt::Long not used at tests
BuildRequires: perl(Pod::Simple) >= 3.06
+# Pod::Usage not used at tests
BuildRequires: perl(POSIX)
-BuildRequires: perl(strict)
BuildRequires: perl(subs)
BuildRequires: perl(Term::ANSIColor)
BuildRequires: perl(Term::Cap)
BuildRequires: perl(vars)
# Tests:
+BuildRequires: perl(File::Find)
+BuildRequires: perl(FileHandle)
+BuildRequires: perl(Getopt::Long)
+BuildRequires: perl(IO::File)
+BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
# Optional tests:
+# JSON::PP not used
+# Perl::Critic::Utils not used
+# Perl6::Slurp not used
BuildRequires: perl(PerlIO::encoding)
+# Test::MinimumVersion not used
+# Test::Pod not used
+# Test::Spelling not used
+# Test::Strict not used
+# Test::Synopsis not used
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(File::Basename)
+# File::Spec version declared in lib/Pod/Man.pm comment
Requires: perl(File::Spec) >= 0.8
Requires: perl(Pod::Simple) >= 3.06
Conflicts: perl < 4:5.16.1-234
@@ -49,7 +65,6 @@ with various capabilities.
%prep
%setup -q -n podlators-%{version}
-%patch0 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -64,13 +79,16 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
make test
%files
-%doc ChangeLog NOTES README THANKS TODO
+%doc Changes NOTES README THANKS TODO
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%changelog
+* Tue Dec 01 2015 Petr Pisar <ppisar(a)redhat.com> - 4.00-1
+- 4.00 bump
+
* Wed Jul 15 2015 Petr Pisar <ppisar(a)redhat.com> - 2.5.3-347
- Adapt tests to Term-Cap-1.16
diff --git a/podlators-2.5.3-fix-for-RT-98272.patch b/podlators-2.5.3-fix-for-RT-98272.patch
deleted file mode 100644
index 781a3f4..0000000
--- a/podlators-2.5.3-fix-for-RT-98272.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 6cd1694c72ea7ae4fa4d5c247a7b968fe12d09cb Mon Sep 17 00:00:00 2001
-From: Slaven Rezic <slaven.rezic(a)idealo.de>
-Date: Wed, 12 Nov 2014 12:12:03 +0100
-Subject: [PATCH] fix for RT #98272
-
----
- t/basic.t | 3 ++-
- t/termcap.t | 3 ++-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/t/basic.t b/t/basic.t
-index 4103ed6..5756107 100755
---- a/t/basic.t
-+++ b/t/basic.t
-@@ -44,7 +44,8 @@ sub source_path {
-
- # Hard-code a few values to try to get reproducible results.
- $ENV{COLUMNS} = 80;
--$ENV{TERM} = 'xterm';
-+#$ENV{TERM} = 'xterm';
-+delete $ENV{TERM};
- $ENV{TERMCAP} = 'xterm:co=80:do=^J:md=\E[1m:us=\E[4m:me=\E[m';
-
- # Map of translators to file extensions to find the formatted output to
-diff --git a/t/termcap.t b/t/termcap.t
-index d751bad..ac919aa 100755
---- a/t/termcap.t
-+++ b/t/termcap.t
-@@ -24,7 +24,8 @@ BEGIN { use_ok ('Pod::Text::Termcap') }
-
- # Hard-code a few values to try to get reproducible results.
- $ENV{COLUMNS} = 80;
--$ENV{TERM} = 'xterm';
-+#$ENV{TERM} = 'xterm';
-+delete $ENV{TERM};
- $ENV{TERMCAP} = 'xterm:co=80:do=^J:md=\E[1m:us=\E[4m:me=\E[m';
-
- my $parser = Pod::Text::Termcap->new;
---
-1.7.9.5
-
diff --git a/sources b/sources
index 940b787..37ebf96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7418e350400592021ff2de1d6212edd podlators-2.5.3.tar.gz
+1e66f3d84ada3269d4b1ab2d6c98ba58 podlators-4.00.tar.gz
--
cgit v0.11.2
http://pkgs.fedoraproject.org/cgit/perl-podlators.git/commit/?h=master&id...
7 years, 10 months