File URI-Encode-0.09.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-URI-Encode: 369d5dd49215f3f591a1e5975609df27 URI-Encode-0.09.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-URI-Encode] Initial import (#1148365).
commit 7fed7ae4b31414aebe87bdba1ce04053c98cb726 Author: David Dick Date: Wed Oct 8 05:43:38 2014 +1100 Initial import (#1148365). .gitignore |1 + perl-URI-Encode.spec | 52 ++ sources |1 + 3 files changed, 54 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..8cb3874 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/URI-Encode-0.09.tar.gz diff --git a/perl-URI-Encode.spec b/perl-URI-Encode.spec new file mode 100644 index 000..282f41c --- /dev/null +++ b/perl-URI-Encode.spec @@ -0,0 +1,52 @@ +Name: perl-URI-Encode +Version:0.09 +Release:1%{?dist} +Summary:Percent encoding/decoding for URIs +License:GPL+ or Artistic +Group: Development/Libraries +URL:http://search.cpan.org/dist/URI-Encode/ +Source0: http://www.cpan.org/modules/by-module/URI/URI-Encode-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(Encode) >= 2.12 +BuildRequires: perl(Exporter) +BuildRequires: perl(Module::Build) +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +Requires: perl(Encode) >= 2.12 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%{?perl_default_filter} +%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Encode\\)$ +%description +This module provides a method to encode strings (mainly URLs) into a format +which can be pasted into a plain text emails, and that those links are +'click-able' by the person reading that email. This can be accomplished by NOT +encoding the reserved characters. + +%prep +%setup -q -n URI-Encode-%{version} + +%build +%{__perl} Build.PL installdirs=vendor +./Build + +%install +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +./Build test + +%files +%doc Changes LICENSE README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Oct 01 2014 David Dick - 0.09-1 +- Initial release diff --git a/sources b/sources index e69de29..d1c6547 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +369d5dd49215f3f591a1e5975609df27 URI-Encode-0.09.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-URI-Encode/f20] Initial import (#1148365).
Summary of changes: 7fed7ae... Initial import (#1148365). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-URI-Encode/f21] Initial import (#1148365).
Summary of changes: 7fed7ae... Initial import (#1148365). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-URI-Encode/el6] Initial import (#1148365).
Summary of changes: 7fed7ae... Initial import (#1148365). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-URI-Encode/epel7] Initial import (#1148365).
Summary of changes: 7fed7ae... Initial import (#1148365). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Compress-LZ4-0.20.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Compress-LZ4: aac875302611c0806893514cb496d33b Compress-LZ4-0.20.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Compress-LZ4] Initial import (#1133198).
commit 1eb9db5585bb2464ae3e6800e9aea15c4f837fc3 Author: David Dick Date: Wed Oct 8 05:49:18 2014 +1100 Initial import (#1133198). .gitignore |1 + compress_lz4_unbundle.patch | 40 +++ perl-Compress-LZ4.spec | 54 +++ sources |1 + 4 files changed, 96 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..6fe82f2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Compress-LZ4-0.20.tar.gz diff --git a/compress_lz4_unbundle.patch b/compress_lz4_unbundle.patch new file mode 100644 index 000..3743301 --- /dev/null +++ b/compress_lz4_unbundle.patch @@ -0,0 +1,40 @@ +diff -Naur old/LZ4.xs new/LZ4.xs +--- old/LZ4.xs 2014-03-22 19:19:23.0 +1100 new/LZ4.xs 2014-10-07 06:45:36.104454692 +1100 +@@ -7,8 +7,8 @@ + #define NEED_sv_2pvbyte + #include "ppport.h" + +-#include "lz4.h" +-#include "lz4hc.h" ++#include ++#include + + MODULE = Compress::LZ4PACKAGE = Compress::LZ4 + +diff -Naur old/Makefile.PL new/Makefile.PL +--- old/Makefile.PL2013-11-19 11:26:33.0 +1100 new/Makefile.PL2014-10-07 06:45:36.104454692 +1100 +@@ -20,6 +20,7 @@ + }, + + OBJECT => '$(O_FILES)', ++LIBS => '-llz4', + + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + clean => { FILES=> 'Compress-LZ4-*' }, +diff -Naur old/MANIFEST new/MANIFEST +--- old/MANIFEST 2014-07-08 07:07:04.0 +1000 new/MANIFEST 2014-10-07 06:47:17.546056156 +1100 +@@ -1,11 +1,7 @@ + Changes + ex/benchmark.pl + lib/Compress/LZ4.pm +-lz4.h + LZ4.xs +-lz4c.c +-lz4hc.c +-lz4hc.h + Makefile.PL + MANIFEST This list of files + ppport.h diff --git a/perl-Compress-LZ4.spec b/perl-Compress-LZ4.spec new file mode 100644 index 000..f60a40f --- /dev/null +++ b/perl-Compress-LZ4.spec @@ -0,0 +1,54 @@ +Name: perl-Compress-LZ4 +Version:0.20 +Release:1%{?dist} +Summary:Perl interface to the LZ4 compression library +License:GPL+ or Artistic +Group: Development/Libraries +URL:http://search.cpan.org/dist/Compress-LZ4/ +Source0: http://www.cpan.org/modules/by-module/Compress/Compress-LZ4-%{version}.tar.gz +Patch1: compress_lz4_unbundle.patch +BuildRequires: lz4-devel +BuildRequires: perl +BuildRequires: perl(Config) +BuildRequires: perl(Exporter) >= 5.57 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(overload) +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(warnings) +BuildRequires: perl(XSLoader) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +The Compress::LZ4 module provides an interface to the LZ4 compression library + +%prep +%setup -q -n Compress-LZ4-%{version} +%patch1 -p1 +rm -Rf lz4* +chmod -c -x ex/* + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes README ex +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Compress* +%{_mandir}/man3/* + +%changelog +* Sat Aug 23 2014 David Dick - 0.20-1 +- Initial release diff --git a/sources b/sources index e69de29..b579bc8 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +aac875302611c0806893514cb496d33b Compress-LZ4-0.20.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Compress-LZ4/f20] Initial import (#1133198).
Summary of changes: 1eb9db5... Initial import (#1133198). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Compress-LZ4/f21] Initial import (#1133198).
Summary of changes: 1eb9db5... Initial import (#1133198). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Compress-LZ4/el6] Initial import (#1133198).
Summary of changes: 1eb9db5... Initial import (#1133198). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Compress-LZ4/epel7] Initial import (#1133198).
Summary of changes: 1eb9db5... Initial import (#1133198). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Redis-1.976.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Redis: 153c2e7ba8e4a32415a20c38e945fc39 Redis-1.976.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Redis: 1/2] Upgrade to 1.976.
commit dc375cb1e97c02c0257da30947127303b8fceb12 Author: David Dick Date: Thu Oct 9 06:57:41 2014 +1100 Upgrade to 1.976. .gitignore |1 + perl-Redis.spec |5 - sources |3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index 91dfe8b..101c913 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Redis-1.974.tar.gz /redis_required_test_libraries.patch /Redis-1.975.tar.gz +/Redis-1.976.tar.gz diff --git a/perl-Redis.spec b/perl-Redis.spec index f20c3e3..ba13499 100644 --- a/perl-Redis.spec +++ b/perl-Redis.spec @@ -1,5 +1,5 @@ Name: perl-Redis -Version:1.975 +Version:1.976 Release:1%{?dist} Summary:Perl binding for Redis database License:ASL 2.0 @@ -117,6 +117,9 @@ kill -TERM `cat $RPM_BUILD_ROOT/redis.pid` %{_mandir}/man3/* %changelog +* Thu Oct 09 2014 David Dick - 1.976-1 +- Upgrade to 1.976. + * Tue Aug 05 2014 David Dick - 1.975-1 - Upgrade to 1.975. Include patched fixes from previous version, documentation clarifications diff --git a/sources b/sources index d0b4668..6bf078b 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -e37515bc8ca79f2b125fe1ff4cb4cc87 redis_required_test_libraries.patch -df2714a572bdd18d970e3ca2233bdb2f Redis-1.975.tar.gz +153c2e7ba8e4a32415a20c38e945fc39 Redis-1.976.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Redis] (2 commits) ...Upgrade to 1.976.
Summary of changes: dc375cb... Upgrade to 1.976. aa388a0... Upgrade to 1.976. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Redis/f20] (3 commits) ...Upgrade to 1.976.
Summary of changes: 2dd701f... Perl 5.20 rebuild (*) dc375cb... Upgrade to 1.976. (*) aa388a0... Upgrade to 1.976. (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Redis/f21] (3 commits) ...Upgrade to 1.976.
Summary of changes: 2dd701f... Perl 5.20 rebuild (*) dc375cb... Upgrade to 1.976. (*) aa388a0... Upgrade to 1.976. (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Redis/el6] (3 commits) ...Upgrade to 1.976.
Summary of changes: 2dd701f... Perl 5.20 rebuild (*) dc375cb... Upgrade to 1.976. (*) aa388a0... Upgrade to 1.976. (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Redis/epel7] (3 commits) ...Upgrade to 1.976.
Summary of changes: 2dd701f... Perl 5.20 rebuild (*) dc375cb... Upgrade to 1.976. (*) aa388a0... Upgrade to 1.976. (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Redis: 2/2] Upgrade to 1.976.
commit aa388a091ad23030ac3d758b74511d32d42a1808 Merge: dc375cb 2dd701f Author: David Dick Date: Thu Oct 9 06:58:49 2014 +1100 Upgrade to 1.976. perl-Redis.spec |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- diff --cc perl-Redis.spec index ba13499,84333c9..cd94a81 --- a/perl-Redis.spec +++ b/perl-Redis.spec @@@ -117,9 -117,9 +117,12 @@@ kill -TERM `cat $RPM_BUILD_ROOT/redis.p %{_mandir}/man3/* %changelog +* Thu Oct 09 2014 David Dick - 1.976-1 +- Upgrade to 1.976. + + * Fri Aug 29 2014 Jitka Plesnikova - 1.975-2 + - Perl 5.20 rebuild + * Tue Aug 05 2014 David Dick - 1.975-1 - Upgrade to 1.975. Include patched fixes from previous version, documentation clarifications -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Redis/el6] fixes to required test libraries patch for el6
commit b212495b8ab5642e4ed24c6f887d657ae1592cd6 Author: David Dick Date: Thu Oct 9 18:45:38 2014 +1100 fixes to required test libraries patch for el6 redis_required_test_libraries.patch |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/redis_required_test_libraries.patch b/redis_required_test_libraries.patch index 866cb0c..b07fdd5 100644 --- a/redis_required_test_libraries.patch +++ b/redis_required_test_libraries.patch @@ -7596,14 +7596,14 @@ diff -Naur old/Makefile.PL new/Makefile.PL --- old/Makefile.PL2014-08-04 04:50:30.0 +1000 +++ new/Makefile.PL2014-08-05 12:21:06.053781311 +1000 @@ -9,7 +9,7 @@ + BEGIN { my %configure_requires = ( - 'Module::Build::Tiny' => '0.036', -'ExtUtils::MakeMaker' => '6.63_03', +'ExtUtils::MakeMaker' => 0, + 'Module::Build::Tiny' => '0.036', ); - my @missing = grep { @@ -63,7 +63,7 @@ use 5.008; -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File CGI-Deurl-XS-0.07.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-CGI-Deurl-XS: 5692438b5fe015d214d9dca6e4c98811 CGI-Deurl-XS-0.07.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-CGI-Deurl-XS] Initial import (#1150284).
commit 36fbb5719859e6f4cf26972594d4566a6c7525d2 Author: David Dick Date: Tue Oct 14 19:58:37 2014 +1100 Initial import (#1150284). .gitignore |1 + perl-CGI-Deurl-XS.spec | 56 sources|1 + 3 files changed, 58 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..910700a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/CGI-Deurl-XS-0.07.tar.gz diff --git a/perl-CGI-Deurl-XS.spec b/perl-CGI-Deurl-XS.spec new file mode 100644 index 000..24d9ade --- /dev/null +++ b/perl-CGI-Deurl-XS.spec @@ -0,0 +1,56 @@ +Name: perl-CGI-Deurl-XS +Version:0.07 +Release:1%{?dist} +Summary:Fast decoder for URL parameter strings +License:(GPL+ or Artistic) and ASL 2.0 +Group: Development/Libraries +URL:http://search.cpan.org/dist/CGI-Deurl-XS/ +Source0: http://www.cpan.org/modules/by-module/CGI/CGI-Deurl-XS-%{version}.tar.gz +BuildRequires: perl +BuildRequires: perl(AutoLoader) +BuildRequires: perl(Carp) +BuildRequires: perl(encoding) +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::Constant) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Copy) +BuildRequires: perl(File::Spec) +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +BuildRequires: perl(XSLoader) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +This module decodes a URL-encoded parameter string in the manner of CGI.pm. +However, as it uses C code from libapreq to perform the task, it's +somewhere from slightly to much faster (depending on your strings) than +using CGI or a functionally similar module like CGI::Deurl. + +%prep +%setup -q -n CGI-Deurl-XS-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes README +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/CGI* +%{_mandir}/man3/* + +%changelog +* Fri Oct 03 2014 David Dick - 0.07-1 +- Initial release diff --git a/sources b/sources index e69de29..d642585 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5692438b5fe015d214d9dca6e4c98811 CGI-Deurl-XS-0.07.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-CGI-Deurl-XS/f20] Initial import (#1150284).
Summary of changes: 36fbb57... Initial import (#1150284). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-CGI-Deurl-XS/f21] Initial import (#1150284).
Summary of changes: 36fbb57... Initial import (#1150284). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-CGI-Deurl-XS/el6] Initial import (#1150284).
Summary of changes: 36fbb57... Initial import (#1150284). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-CGI-Deurl-XS/epel7] Initial import (#1150284).
Summary of changes: 36fbb57... Initial import (#1150284). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File MooX-Options-4.012.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-MooX-Options: 39a68d37d609da937a3ac33354db2075 MooX-Options-4.012.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options] Upgrade to 4.012
commit 6ccf13478b5cd52de17e9af27361ef9d57513734 Author: David Dick Date: Tue Oct 14 21:18:14 2014 +1100 Upgrade to 4.012 .gitignore |1 + perl-MooX-Options.spec |7 +-- sources|2 +- 3 files changed, 7 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index 67ddbbc..09d35d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /MooX-Options-4.009.tar.gz +/MooX-Options-4.012.tar.gz diff --git a/perl-MooX-Options.spec b/perl-MooX-Options.spec index aa1664d..c2d9465 100644 --- a/perl-MooX-Options.spec +++ b/perl-MooX-Options.spec @@ -1,6 +1,6 @@ Name: perl-MooX-Options -Version:4.009 -Release:2%{?dist} +Version:4.012 +Release:1%{?dist} Summary:Explicit Options eXtension for Object Class License:GPL+ or Artistic Group: Development/Libraries @@ -73,6 +73,9 @@ chmod -c -x lib/MooX/Options.pm %{_mandir}/man3/* %changelog +* Tue Oct 14 2014 David Dick - 4.012-1 +- Upgrade to 4.012 + * Tue Sep 09 2014 Jitka Plesnikova - 4.009-2 - Perl 5.20 mass diff --git a/sources b/sources index 940176e..7f84d74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -418fce280edd73bc52acad0d338a9c04 MooX-Options-4.009.tar.gz +39a68d37d609da937a3ac33354db2075 MooX-Options-4.012.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options/f20] (2 commits) ...Upgrade to 4.012
Summary of changes: 387d02d... Perl 5.20 mass (*) 6ccf134... Upgrade to 4.012 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options/f21] (2 commits) ...Upgrade to 4.012
Summary of changes: 387d02d... Perl 5.20 mass (*) 6ccf134... Upgrade to 4.012 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options] Added missing dependency Text::LineFold
commit 143a7b3755f5a6605aab6772028f59a6d9629cc4 Author: David Dick Date: Tue Oct 14 21:31:19 2014 +1100 Added missing dependency Text::LineFold perl-MooX-Options.spec |4 1 files changed, 4 insertions(+), 0 deletions(-) --- diff --git a/perl-MooX-Options.spec b/perl-MooX-Options.spec index c2d9465..14e88c8 100644 --- a/perl-MooX-Options.spec +++ b/perl-MooX-Options.spec @@ -37,6 +37,7 @@ BuildRequires: perl(Role::Tiny::With) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Term::Size::Any) +BuildRequires: perl(Text::LineFold) BuildRequires: perl(Test::More) >= 0.94 # Test::Requires could be patched out, but is required for t/00-compile.t to succeed, even when t/pod test is not run BuildRequires: perl(Test::Requires) @@ -73,6 +74,9 @@ chmod -c -x lib/MooX/Options.pm %{_mandir}/man3/* %changelog +* Tue Oct 14 2014 David Dick - 4.012-2 +- Added missing dependency Text::LineFold + * Tue Oct 14 2014 David Dick - 4.012-1 - Upgrade to 4.012 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options/f20] Added missing dependency Text::LineFold
Summary of changes: 143a7b3... Added missing dependency Text::LineFold (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options/f21] Added missing dependency Text::LineFold
Summary of changes: 143a7b3... Added missing dependency Text::LineFold (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Excel-Writer-XLSX-0.79.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Excel-Writer-XLSX: ae4cbda9f684ef162f841890011328d7 Excel-Writer-XLSX-0.79.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX] Update to 0.78
commit e8bb0dc1b1d48e4dc7838d734fcea251cc87fa9b Author: David Dick Date: Sat Oct 18 14:42:24 2014 +1100 Update to 0.78 .gitignore |1 + sources|2 +- 2 files changed, 2 insertions(+), 1 deletions(-) --- diff --git a/.gitignore b/.gitignore index a5aaffc..7ff4b33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Excel-Writer-XLSX-0.76.tar.gz /Excel-Writer-XLSX-0.77.tar.gz /Excel-Writer-XLSX-0.78.tar.gz +/Excel-Writer-XLSX-0.79.tar.gz diff --git a/sources b/sources index 1168186..5ada49b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46670695f79bb18fe8320affb9ba0175 Excel-Writer-XLSX-0.78.tar.gz +ae4cbda9f684ef162f841890011328d7 Excel-Writer-XLSX-0.79.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX] Update to 0.78
commit 0d93f95675f6889e993e7455f645617c4ce37bb3 Author: David Dick Date: Sat Oct 18 14:51:18 2014 +1100 Update to 0.78 perl-Excel-Writer-XLSX.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Excel-Writer-XLSX.spec b/perl-Excel-Writer-XLSX.spec index 29f2073..a85e01e 100644 --- a/perl-Excel-Writer-XLSX.spec +++ b/perl-Excel-Writer-XLSX.spec @@ -1,5 +1,5 @@ Name: perl-Excel-Writer-XLSX -Version:0.78 +Version:0.79 Release:1%{?dist} Summary:Create a new file in the Excel 2007+ XLSX format License:GPL+ or Artistic @@ -64,6 +64,9 @@ make test %{_bindir}/* %changelog +* Sat Oct 18 2014 David Dick - 0.79-1 +- Update to 0.78 + * Tue Sep 30 2014 David Dick - 0.78-1 - Update to 0.78 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX] Update to 0.79
commit 0ffa2201bf2ec2e0f89b2254398efcedefe88430 Author: David Dick Date: Sat Oct 18 14:52:12 2014 +1100 Update to 0.79 perl-Excel-Writer-XLSX.spec |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/perl-Excel-Writer-XLSX.spec b/perl-Excel-Writer-XLSX.spec index a85e01e..9fe18f0 100644 --- a/perl-Excel-Writer-XLSX.spec +++ b/perl-Excel-Writer-XLSX.spec @@ -65,7 +65,7 @@ make test %changelog * Sat Oct 18 2014 David Dick - 0.79-1 -- Update to 0.78 +- Update to 0.79 * Tue Sep 30 2014 David Dick - 0.78-1 - Update to 0.78 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/f20] (3 commits) ...Update to 0.79
Summary of changes: e8bb0dc... Update to 0.78 (*) 0d93f95... Update to 0.78 (*) 0ffa220... Update to 0.79 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/f21] (3 commits) ...Update to 0.79
Summary of changes: e8bb0dc... Update to 0.78 (*) 0d93f95... Update to 0.78 (*) 0ffa220... Update to 0.79 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/f19] (6 commits) ...Update to 0.79
Summary of changes: cc7e3ed... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) 101e4a8... Perl 5.20 rebuild (*) 8a52001... Update to 0.78 (*) e8bb0dc... Update to 0.78 (*) 0d93f95... Update to 0.78 (*) 0ffa220... Update to 0.79 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/el6] (3 commits) ...Update to 0.79
Summary of changes: e8bb0dc... Update to 0.78 (*) 0d93f95... Update to 0.78 (*) 0ffa220... Update to 0.79 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/epel7] (3 commits) ...Update to 0.79
Summary of changes: e8bb0dc... Update to 0.78 (*) 0d93f95... Update to 0.78 (*) 0ffa220... Update to 0.79 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Crypt-PBKDF2] Added option for password length limit, add HMACSHA3 hasher
commit 1bec531dba1f5cd6287d9d992dbd7e73f2d14d30 Author: David Dick Date: Sat Oct 18 16:30:23 2014 +1100 Added option for password length limit, add HMACSHA3 hasher .gitignore |1 + perl-Crypt-PBKDF2.spec | 11 --- sources|2 +- 3 files changed, 10 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 48c1c47..7f45762 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Crypt-PBKDF2-0.140890.tar.gz +/Crypt-PBKDF2-0.142390.tar.gz diff --git a/perl-Crypt-PBKDF2.spec b/perl-Crypt-PBKDF2.spec index bcf8dd4..f5edfab 100644 --- a/perl-Crypt-PBKDF2.spec +++ b/perl-Crypt-PBKDF2.spec @@ -1,6 +1,6 @@ Name: perl-Crypt-PBKDF2 -Version:0.140890 -Release:3%{?dist} +Version:0.142390 +Release:1%{?dist} Summary:PBKDF2 password hashing algorithm License:GPL+ or Artistic Group: Development/Libraries @@ -13,8 +13,9 @@ BuildRequires: perl(constant) BuildRequires: perl(Digest) >= 1.16 BuildRequires: perl(Digest::HMAC) >= 1.01 BuildRequires: perl(Digest::SHA) +BuildRequires: perl(Digest::SHA3) BuildRequires: perl(Encode) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MIME::Base64) BuildRequires: perl(Module::Runtime) BuildRequires: perl(Moose) >= 1 @@ -22,6 +23,7 @@ BuildRequires: perl(Moose::Role) BuildRequires: perl(Moose::Util::TypeConstraints) BuildRequires: perl(namespace::autoclean) BuildRequires: perl(strict) +BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) BuildRequires: perl(Try::Tiny) >= 0.04 BuildRequires: perl(warnings) @@ -60,6 +62,9 @@ make test %{_mandir}/man3/* %changelog +* Sat Oct 18 2014 David Dick - 0.142390-1 +- Added option for password length limit, add HMACSHA3 hasher + * Mon Sep 01 2014 Jitka Plesnikova - 0.140890-3 - Perl 5.20 rebuild diff --git a/sources b/sources index 9694909..64d828e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8dc130a2641bfc4978a3596d41ac4d2b Crypt-PBKDF2-0.140890.tar.gz +be0fd773f56ebea461b9b199d83aa754 Crypt-PBKDF2-0.142390.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Crypt-PBKDF2/f20] (3 commits) ...Added option for password length limit, add HMACSHA3 hasher
Summary of changes: 44d867e... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) c91ebcb... Perl 5.20 rebuild (*) 1bec531... Added option for password length limit, add HMACSHA3 hasher (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Crypt-PBKDF2/f21] (2 commits) ...Added option for password length limit, add HMACSHA3 hasher
Summary of changes: c91ebcb... Perl 5.20 rebuild (*) 1bec531... Added option for password length limit, add HMACSHA3 hasher (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Crypt-PBKDF2/epel7] (3 commits) ...Added option for password length limit, add HMACSHA3 hasher
Summary of changes: 44d867e... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) c91ebcb... Perl 5.20 rebuild (*) 1bec531... Added option for password length limit, add HMACSHA3 hasher (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Crypt-PBKDF2/el6] (3 commits) ...Added option for password length limit, add HMACSHA3 hasher
Summary of changes: 44d867e... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) c91ebcb... Perl 5.20 rebuild (*) 1bec531... Added option for password length limit, add HMACSHA3 hasher (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File MooX-ConfigFromFile-0.004.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-MooX-ConfigFromFile: 11685be9a514d9c07bcdc3318ea4a32b MooX-ConfigFromFile-0.004.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-ConfigFromFile] Update to 0.04
commit 3a901a83b0eed5e1e2eb012d0c4eba56d8cb6bdc Author: David Dick Date: Sun Nov 2 08:08:32 2014 +1100 Update to 0.04 .gitignore|1 + perl-MooX-ConfigFromFile.spec |7 +-- sources |2 +- 3 files changed, 7 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index ad70f84..b6d769e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /MooX-ConfigFromFile-0.002.tar.gz /MooX-ConfigFromFile-0.003.tar.gz +/MooX-ConfigFromFile-0.004.tar.gz diff --git a/perl-MooX-ConfigFromFile.spec b/perl-MooX-ConfigFromFile.spec index a6188f3..fb1b553 100644 --- a/perl-MooX-ConfigFromFile.spec +++ b/perl-MooX-ConfigFromFile.spec @@ -1,6 +1,6 @@ Name: perl-MooX-ConfigFromFile -Version:0.003 -Release:2%{?dist} +Version:0.004 +Release:1%{?dist} Summary:Moo eXtension for initializing objects from config file License:GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ make test %{_mandir}/man3/* %changelog +* Sun Nov 02 2014 David Dick - 0.004-1 +- Update to 0.04 + * Mon Sep 01 2014 Jitka Plesnikova - 0.003-2 - Perl 5.20 rebuild diff --git a/sources b/sources index cd67479..29c2088 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd6cfde23c66b201970a2f252aae172d MooX-ConfigFromFile-0.003.tar.gz +11685be9a514d9c07bcdc3318ea4a32b MooX-ConfigFromFile-0.004.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-ConfigFromFile/f20] (2 commits) ...Update to 0.04
Summary of changes: e2be55b... Perl 5.20 rebuild (*) 3a901a8... Update to 0.04 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-ConfigFromFile/f21] (2 commits) ...Update to 0.04
Summary of changes: e2be55b... Perl 5.20 rebuild (*) 3a901a8... Update to 0.04 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Net-POP3S-0.05.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Net-POP3S: 03556b7f74bb43e4ea10ec3bd4f59a00 Net-POP3S-0.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-POP3S] Perl 5.20 rebuild
commit 7ce96562e41bb053c676b0334fe4043375fb6927 Author: David Dick Date: Sun Nov 2 17:38:41 2014 +1100 Perl 5.20 rebuild .gitignore |1 + perl-Net-POP3S.spec | 17 ++--- sources |2 +- 3 files changed, 12 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index 81343d2..e54baed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Net-POP3S-0.04.tar.gz +/Net-POP3S-0.05.tar.gz diff --git a/perl-Net-POP3S.spec b/perl-Net-POP3S.spec index 8b3fb6d..3b187b7 100644 --- a/perl-Net-POP3S.spec +++ b/perl-Net-POP3S.spec @@ -1,9 +1,6 @@ -%{?perl_default_filter} -%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Authen::SASL\\)$ -%global __requires_exclude %__requires_exclude|^perl\\(IO::Socket::SSL\\)$ Name: perl-Net-POP3S -Version:0.04 -Release:3%{?dist} +Version:0.05 +Release:1%{?dist} Summary:SSL/STARTTLS support for Net::POP3 License:GPL+ or Artistic Group: Development/Libraries @@ -12,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/T/TO/TOMO/src/Net-POP3S-%{version BuildArch: noarch BuildRequires: perl BuildRequires: perl(base) -BuildRequires: perl(Authen::SASL) >= 2.15 +BuildRequires: perl(Authen::SASL) >= 2 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Socket::SSL) >= 1 BuildRequires: perl(IO::Socket::INET) @@ -26,13 +23,16 @@ BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) BuildRequires: perl(vars) -Requires: perl(Authen::SASL) >= 2.15 +Requires: perl(Authen::SASL) >= 2 Requires: perl(IO::Socket::SSL) >= 1 Requires: perl(IO::Socket::INET) Requires: perl(IO::Socket::INET6) Requires: perl(MIME::Base64) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} +%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Authen::SASL\\)$ +%global __requires_exclude %__requires_exclude|^perl\\(IO::Socket::SSL\\)$ %description This module implements a wrapper for Net::POP3, enabling over-SSL/STARTTLS support. This module inherits all the methods from Net::POP3. You may use @@ -65,6 +65,9 @@ make test %{_mandir}/man3/* %changelog +* Sun Nov 02 2014 David Dick - 0.05-1 +- Perl 5.20 rebuild + * Thu Aug 28 2014 Jitka Plesnikova - 0.04-3 - Perl 5.20 rebuild diff --git a/sources b/sources index 2b263ab..7eb91e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fd00faebc32b142cdaeaed1ebe85696 Net-POP3S-0.04.tar.gz +03556b7f74bb43e4ea10ec3bd4f59a00 Net-POP3S-0.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-POP3S/f20] (3 commits) ...Perl 5.20 rebuild
Summary of changes: 3116720... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) 5ac294e... Perl 5.20 rebuild (*) 7ce9656... Perl 5.20 rebuild (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-POP3S/f21] (2 commits) ...Perl 5.20 rebuild
Summary of changes: 5ac294e... Perl 5.20 rebuild (*) 7ce9656... Perl 5.20 rebuild (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-POP3S/el6] (3 commits) ...Perl 5.20 rebuild
Summary of changes: 3116720... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) 5ac294e... Perl 5.20 rebuild (*) 7ce9656... Perl 5.20 rebuild (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-POP3S/epel7] (3 commits) ...Perl 5.20 rebuild
Summary of changes: 3116720... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) 5ac294e... Perl 5.20 rebuild (*) 7ce9656... Perl 5.20 rebuild (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Return-MultiLevel-0.04.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Return-MultiLevel: a63d4f150bfbef57eed93db800b78f8e Return-MultiLevel-0.04.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Return-MultiLevel] Initial import (#1151415).
commit c0414e5aed78260187db4519090fc464719e422a Author: David Dick Date: Mon Nov 3 06:41:47 2014 +1100 Initial import (#1151415). .gitignore |1 + perl-Return-MultiLevel.spec | 56 +++ sources |1 + 3 files changed, 58 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..d4d76e8 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Return-MultiLevel-0.04.tar.gz diff --git a/perl-Return-MultiLevel.spec b/perl-Return-MultiLevel.spec new file mode 100644 index 000..24d00ca --- /dev/null +++ b/perl-Return-MultiLevel.spec @@ -0,0 +1,56 @@ +Name: perl-Return-MultiLevel +Version:0.04 +Release:1%{?dist} +Summary:Return across multiple call levels +License:GPL+ or Artistic +Group: Development/Libraries +URL:http://search.cpan.org/dist/Return-MultiLevel/ +Source0: http://www.cpan.org/modules/by-module/Return/Return-MultiLevel-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(Carp) +BuildRequires: perl(Data::Munge) >= 0.07 +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.48 +BuildRequires: perl(parent) +# Not including Scope::Upper as it is only required it the user specifies a specific ENV variable +BuildRequires: perl(strict) +BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +Requires: perl(Data::Munge) >= 0.07 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Data::Munge\\)$ +%description +This module provides a way to return immediately from a deeply nested call +stack. This is similar to exceptions, but exceptions don't stop +automatically at a target frame (and they can be caught by intermediate +stack frames using eval). In other words, this is more like +setjmp(3)/longjmp(3) than die. + +%prep +%setup -q -n Return-MultiLevel-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Fri Oct 03 2014 David Dick - 0.04-1 +- Initial release diff --git a/sources b/sources index e69de29..533f9ad 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a63d4f150bfbef57eed93db800b78f8e Return-MultiLevel-0.04.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Return-MultiLevel/f20] Initial import (#1151415).
Summary of changes: c0414e5... Initial import (#1151415). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Return-MultiLevel/f21] Initial import (#1151415).
Summary of changes: c0414e5... Initial import (#1151415). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Return-MultiLevel/epel7] Initial import (#1151415).
Summary of changes: c0414e5... Initial import (#1151415). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX] Update to 0.81
commit 0524a956f18a8b8ca527bfde059b754def4be20d Author: David Dick Date: Sat Nov 8 16:08:00 2014 +1100 Update to 0.81 .gitignore |1 + perl-Excel-Writer-XLSX.spec |7 ++- sources |2 +- 3 files changed, 8 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 7ff4b33..b6dc9d2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Excel-Writer-XLSX-0.77.tar.gz /Excel-Writer-XLSX-0.78.tar.gz /Excel-Writer-XLSX-0.79.tar.gz +/Excel-Writer-XLSX-0.81.tar.gz diff --git a/perl-Excel-Writer-XLSX.spec b/perl-Excel-Writer-XLSX.spec index 9fe18f0..be6b5fb 100644 --- a/perl-Excel-Writer-XLSX.spec +++ b/perl-Excel-Writer-XLSX.spec @@ -1,5 +1,5 @@ Name: perl-Excel-Writer-XLSX -Version:0.79 +Version:0.81 Release:1%{?dist} Summary:Create a new file in the Excel 2007+ XLSX format License:GPL+ or Artistic @@ -41,6 +41,8 @@ The Excel::Writer::XLSX module can be used to create an Excel file in the %prep %setup -q -n Excel-Writer-XLSX-%{version} +iconv --from=ISO-8859-1 --to=UTF-8 README > README.new +touch -r README.new README %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -64,6 +66,9 @@ make test %{_bindir}/* %changelog +* Sat Nov 08 2014 David Dick - 0.81-1 +- Update to 0.81 + * Sat Oct 18 2014 David Dick - 0.79-1 - Update to 0.79 diff --git a/sources b/sources index 5ada49b..8e33b80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae4cbda9f684ef162f841890011328d7 Excel-Writer-XLSX-0.79.tar.gz +46246692b03d5e82e40125b8f32ff554 Excel-Writer-XLSX-0.81.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Excel-Writer-XLSX-0.81.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Excel-Writer-XLSX: 46246692b03d5e82e40125b8f32ff554 Excel-Writer-XLSX-0.81.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/f20] Update to 0.81
Summary of changes: 0524a95... Update to 0.81 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/f21] Update to 0.81
Summary of changes: 0524a95... Update to 0.81 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/f19] Update to 0.81
Summary of changes: 0524a95... Update to 0.81 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/el6] Update to 0.81
Summary of changes: 0524a95... Update to 0.81 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Excel-Writer-XLSX/epel7] Update to 0.81
Summary of changes: 0524a95... Update to 0.81 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Mo] Patch for EPEL6 distribution
commit 4a73767166eefcb4e4f54d9c71b12bc2b400f920 Author: David Dick Date: Fri Nov 14 17:28:01 2014 +1100 Patch for EPEL6 distribution perl-Mo.spec |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/perl-Mo.spec b/perl-Mo.spec index 61af47c..e8dc27c 100644 --- a/perl-Mo.spec +++ b/perl-Mo.spec @@ -1,6 +1,6 @@ Name: perl-Mo Version:0.39 -Release:1%{?dist} +Release:2%{?dist} Summary:Perl micro-object system License:GPL+ or Artistic Group: Development/Libraries -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Mo/el6] (2 commits) ...Patch for EPEL6 distribution
Summary of changes: aa7af8f... Patch for EPEL6 distribution (*) 4a73767... Patch for EPEL6 distribution (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Data-Munge-0.091.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Data-Munge: e6fd2cf1f18c848d97d9174513e5fc5d Data-Munge-0.091.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Data-Munge] Work around regex bug in perls < 5.18 that causes spurious test failures.
commit 20b0abcc038fb79ccbb5b3644770831eb12330e3 Author: David Dick Date: Sat Nov 22 09:03:36 2014 +1100 Work around regex bug in perls < 5.18 that causes spurious test failures. .gitignore |1 + perl-Data-Munge.spec |5 - sources |2 +- 3 files changed, 6 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index c7e3830..a17e890 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Data-Munge-0.08.tar.gz +/Data-Munge-0.091.tar.gz diff --git a/perl-Data-Munge.spec b/perl-Data-Munge.spec index fe34c7a..d15bf80 100644 --- a/perl-Data-Munge.spec +++ b/perl-Data-Munge.spec @@ -1,5 +1,5 @@ Name: perl-Data-Munge -Version:0.08 +Version:0.091 Release:1%{?dist} Summary:Utility functions for working with perl data structures and code references License:GPL+ or Artistic @@ -47,5 +47,8 @@ make test %{_mandir}/man3/* %changelog +* Sat Nov 22 2014 David Dick - 0.091-1 +- Work around regex bug in perls < 5.18 that causes spurious test failures. + * Fri Oct 03 2014 David Dick - 0.08-1 - Initial release diff --git a/sources b/sources index 24c838c..df2bd27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b651db764a10c020fecb9529256fd1d Data-Munge-0.08.tar.gz +e6fd2cf1f18c848d97d9174513e5fc5d Data-Munge-0.091.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Data-Munge/f20] Work around regex bug in perls < 5.18 that causes spurious test failures.
Summary of changes: 20b0abc... Work around regex bug in perls < 5.18 that causes spurious (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Data-Munge/f21] Work around regex bug in perls < 5.18 that causes spurious test failures.
Summary of changes: 20b0abc... Work around regex bug in perls < 5.18 that causes spurious (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Data-Munge/epel7] Work around regex bug in perls < 5.18 that causes spurious test failures.
Summary of changes: 20b0abc... Work around regex bug in perls < 5.18 that causes spurious (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File File-ConfigDir-0.014.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-File-ConfigDir: 7d7eae67086a1f976495a1ad49ef2cb5 File-ConfigDir-0.014.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-File-ConfigDir] Fix typo in pod, update README
commit 29d083ba11d5ef30904740ffa466d33cdace21cf Author: David Dick Date: Sat Nov 22 09:38:37 2014 +1100 Fix typo in pod, update README .gitignore |1 + perl-File-ConfigDir.spec |7 +-- sources |2 +- 3 files changed, 7 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index 31580a5..64a2f8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /File-ConfigDir-0.013.tar.gz +/File-ConfigDir-0.014.tar.gz diff --git a/perl-File-ConfigDir.spec b/perl-File-ConfigDir.spec index 6c1b887..f9b4530 100644 --- a/perl-File-ConfigDir.spec +++ b/perl-File-ConfigDir.spec @@ -1,6 +1,6 @@ Name: perl-File-ConfigDir -Version:0.013 -Release:2%{?dist} +Version:0.014 +Release:1%{?dist} Summary:Get directories of configuration files License:GPL+ or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ make test %{_mandir}/man3/* %changelog +* Sat Nov 22 2014 David Dick - 0.014-1 +- Fix typo in pod, update README + * Fri Aug 29 2014 Jitka Plesnikova - 0.013-2 - Perl 5.20 rebuild diff --git a/sources b/sources index a31430f..40ee984 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d88577cde204468a91e2466ef8302d61 File-ConfigDir-0.013.tar.gz +7d7eae67086a1f976495a1ad49ef2cb5 File-ConfigDir-0.014.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-File-ConfigDir/epel7] (2 commits) ...Fix typo in pod, update README
Summary of changes: 723b38c... Perl 5.20 rebuild (*) 29d083b... Fix typo in pod, update README (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-File-ConfigDir/el6] (2 commits) ...Fix typo in pod, update README
Summary of changes: 723b38c... Perl 5.20 rebuild (*) 29d083b... Fix typo in pod, update README (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-File-ConfigDir/f20] (2 commits) ...Fix typo in pod, update README
Summary of changes: 723b38c... Perl 5.20 rebuild (*) 29d083b... Fix typo in pod, update README (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-File-ConfigDir/f21] (2 commits) ...Fix typo in pod, update README
Summary of changes: 723b38c... Perl 5.20 rebuild (*) 29d083b... Fix typo in pod, update README (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Net-SMTPS-0.04.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Net-SMTPS: e7d4b3ac043c9909a5fb4d8eb0ddf176 Net-SMTPS-0.04.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-SMTPS] Update to Authen::SASL version requirements
commit 7ce60856ac1212e12801bb9ef396fc1d735df80e Author: David Dick Date: Sat Nov 22 10:32:31 2014 +1100 Update to Authen::SASL version requirements .gitignore |1 + perl-Net-SMTPS.spec | 17 ++--- sources |2 +- 3 files changed, 12 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index 3c92a8e..0333aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Net-SMTPS-0.03.tar.gz +/Net-SMTPS-0.04.tar.gz diff --git a/perl-Net-SMTPS.spec b/perl-Net-SMTPS.spec index aab26a6..218967b 100644 --- a/perl-Net-SMTPS.spec +++ b/perl-Net-SMTPS.spec @@ -1,9 +1,6 @@ -%{?perl_default_filter} -%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Authen::SASL\\)$ -%global __requires_exclude %__requires_exclude|^perl\\(IO::Socket::SSL\\)$ Name: perl-Net-SMTPS -Version:0.03 -Release:3%{?dist} +Version:0.04 +Release:1%{?dist} Summary:SSL/STARTTLS support for Net::SMTP License:GPL+ or Artistic Group: Development/Libraries @@ -12,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/T/TO/TOMO/src/Net-SMTPS-%{version BuildArch: noarch BuildRequires: perl BuildRequires: perl(base) -BuildRequires: perl(Authen::SASL) >= 2.15 +BuildRequires: perl(Authen::SASL) >= 2 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Socket::SSL) >= 1 BuildRequires: perl(MIME::Base64) @@ -26,13 +23,16 @@ BuildRequires: perl(Socket) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) BuildRequires: perl(vars) -Requires: perl(Authen::SASL) >= 2.15 +Requires: perl(Authen::SASL) >= 2 Requires: perl(IO::Socket::SSL) >= 1 Requires: perl(IO::Socket::INET) Requires: perl(IO::Socket::INET6) Requires: perl(MIME::Base64) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} +%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Authen::SASL\\)$ +%global __requires_exclude %__requires_exclude|^perl\\(IO::Socket::SSL\\)$ %description This module implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS support. This module inherits all the methods from Net::SMTP. You may use @@ -65,6 +65,9 @@ make test %{_mandir}/man3/* %changelog +* Sat Nov 22 2014 David Dick - 0.04-1 +- Update to Authen::SASL version requirements + * Thu Aug 28 2014 Jitka Plesnikova - 0.03-3 - Perl 5.20 rebuild diff --git a/sources b/sources index ce51173..ba7ca79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -599a830e816f53b4b81b8beadc287039 Net-SMTPS-0.03.tar.gz +e7d4b3ac043c9909a5fb4d8eb0ddf176 Net-SMTPS-0.04.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-SMTPS/el6] (4 commits) ...Update to Authen::SASL version requirements
Summary of changes: a8541a8... Initial import (#1066842). (*) faad68f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) 4ce37b6... Perl 5.20 rebuild (*) 7ce6085... Update to Authen::SASL version requirements (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-SMTPS/epel7] (3 commits) ...Update to Authen::SASL version requirements
Summary of changes: faad68f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) 4ce37b6... Perl 5.20 rebuild (*) 7ce6085... Update to Authen::SASL version requirements (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-SMTPS/f20] (3 commits) ...Update to Authen::SASL version requirements
Summary of changes: faad68f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*) 4ce37b6... Perl 5.20 rebuild (*) 7ce6085... Update to Authen::SASL version requirements (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Net-SMTPS/f21] (2 commits) ...Update to Authen::SASL version requirements
Summary of changes: 4ce37b6... Perl 5.20 rebuild (*) 7ce6085... Update to Authen::SASL version requirements (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Plack-Middleware-RemoveRedundantBody-0.05.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Plack-Middleware-RemoveRedundantBody: 71cd1ad993f143820fe8419d90ea298c Plack-Middleware-RemoveRedundantBody-0.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Plack-Middleware-RemoveRedundantBody] Initial import (#1166925).
commit fa93805b2b6fc859878ec8a7638974d00e784083 Author: David Dick Date: Wed Nov 26 16:26:36 2014 +1100 Initial import (#1166925). .gitignore |1 + perl-Plack-Middleware-RemoveRedundantBody.spec | 50 sources|1 + 3 files changed, 52 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..17702b3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Plack-Middleware-RemoveRedundantBody-0.05.tar.gz diff --git a/perl-Plack-Middleware-RemoveRedundantBody.spec b/perl-Plack-Middleware-RemoveRedundantBody.spec new file mode 100644 index 000..e703fbf --- /dev/null +++ b/perl-Plack-Middleware-RemoveRedundantBody.spec @@ -0,0 +1,50 @@ +Name: perl-Plack-Middleware-RemoveRedundantBody +Version:0.05 +Release:1%{?dist} +Summary:Plack::Middleware which sets removes body for HTTP response if it's not required +License:GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/ +Source0: http://www.cpan.org/modules/by-module/Plack/Plack-Middleware-RemoveRedundantBody-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(HTTP::Request::Common) +BuildRequires: perl(parent) +BuildRequires: perl(Plack::Builder) +BuildRequires: perl(Plack::Middleware) +BuildRequires: perl(Plack::Test) +BuildRequires: perl(Plack::Util) +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +This module removes body in HTTP response, if it's not required. + +%prep +%setup -q -n Plack-Middleware-RemoveRedundantBody-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes LICENSE README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Sat Nov 22 2014 David Dick - 0.05-1 +- Initial release diff --git a/sources b/sources index e69de29..807cb1b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +71cd1ad993f143820fe8419d90ea298c Plack-Middleware-RemoveRedundantBody-0.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Plack-Middleware-RemoveRedundantBody/f20] Initial import (#1166925).
Summary of changes: fa93805... Initial import (#1166925). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Plack-Middleware-RemoveRedundantBody/f21] Initial import (#1166925).
Summary of changes: fa93805... Initial import (#1166925). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Plack-Middleware-RemoveRedundantBody/epel7] Initial import (#1166925).
Summary of changes: fa93805... Initial import (#1166925). (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File MooX-Options-4.013.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-MooX-Options: e541f8875e6564032c26ec32595302b8 MooX-Options-4.013.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options] Adding autorange support
commit 3ab83aa49937035da55a5698b360257d92927bf5 Author: David Dick Date: Wed Nov 26 20:45:50 2014 +1100 Adding autorange support .gitignore |1 + perl-MooX-Options.spec |7 +-- sources|2 +- 3 files changed, 7 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index 09d35d1..bb1f83b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /MooX-Options-4.009.tar.gz /MooX-Options-4.012.tar.gz +/MooX-Options-4.013.tar.gz diff --git a/perl-MooX-Options.spec b/perl-MooX-Options.spec index 14e88c8..5f91664 100644 --- a/perl-MooX-Options.spec +++ b/perl-MooX-Options.spec @@ -1,5 +1,5 @@ Name: perl-MooX-Options -Version:4.012 +Version:4.013 Release:1%{?dist} Summary:Explicit Options eXtension for Object Class License:GPL+ or Artistic @@ -74,6 +74,9 @@ chmod -c -x lib/MooX/Options.pm %{_mandir}/man3/* %changelog +* Wed Nov 26 2014 David Dick - 4.013-1 +- Adding autorange support + * Tue Oct 14 2014 David Dick - 4.012-2 - Added missing dependency Text::LineFold @@ -83,5 +86,5 @@ chmod -c -x lib/MooX/Options.pm * Tue Sep 09 2014 Jitka Plesnikova - 4.009-2 - Perl 5.20 mass -* Tue Aug 27 2014 David Dick - 4.009-1 +* Wed Aug 27 2014 David Dick - 4.009-1 - Initial release diff --git a/sources b/sources index 7f84d74..efdcb84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39a68d37d609da937a3ac33354db2075 MooX-Options-4.012.tar.gz +e541f8875e6564032c26ec32595302b8 MooX-Options-4.013.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options/f20] Adding autorange support
Summary of changes: 3ab83aa... Adding autorange support (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-MooX-Options/f21] Adding autorange support
Summary of changes: 3ab83aa... Adding autorange support (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Plack-Middleware-FixMissingBodyInRedirect-0.12.tar.gz uploaded to lookaside cache by ddick
A file has been added to the lookaside cache for perl-Plack-Middleware-FixMissingBodyInRedirect: f570ae069684cfafc099283801ad058d Plack-Middleware-FixMissingBodyInRedirect-0.12.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Plack-Middleware-FixMissingBodyInRedirect] Initial import (#1166923).
commit 4dc17fb0450e8bf87a02c77adcf6fc3aec73fa1e Author: David Dick Date: Thu Nov 27 06:32:23 2014 +1100 Initial import (#1166923). .gitignore |1 + ...-Plack-Middleware-FixMissingBodyInRedirect.spec | 52 sources|1 + 3 files changed, 54 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..f4f4fe6 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Plack-Middleware-FixMissingBodyInRedirect-0.12.tar.gz diff --git a/perl-Plack-Middleware-FixMissingBodyInRedirect.spec b/perl-Plack-Middleware-FixMissingBodyInRedirect.spec new file mode 100644 index 000..7ddec66 --- /dev/null +++ b/perl-Plack-Middleware-FixMissingBodyInRedirect.spec @@ -0,0 +1,52 @@ +Name: perl-Plack-Middleware-FixMissingBodyInRedirect +Version:0.12 +Release:1%{?dist} +Summary:Plack::Middleware which sets body for redirect response, if it's not already set +License:GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Plack-Middleware-FixMissingBodyInRedirect/ +Source0: http://www.cpan.org/modules/by-module/Plack/Plack-Middleware-FixMissingBodyInRedirect-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(HTML::Entities) +BuildRequires: perl(HTTP::Request::Common) +BuildRequires: perl(parent) +BuildRequires: perl(Plack::Builder) +BuildRequires: perl(Plack::Middleware) +BuildRequires: perl(Plack::Test) +BuildRequires: perl(Plack::Util) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +This module sets body in redirect response, if it's not already set. + +%prep +%setup -q -n Plack-Middleware-FixMissingBodyInRedirect-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes LICENSE README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Sat Nov 22 2014 David Dick - 0.12-1 +- Initial release diff --git a/sources b/sources index e69de29..fa42ef4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f570ae069684cfafc099283801ad058d Plack-Middleware-FixMissingBodyInRedirect-0.12.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel