ppisar changed ppisar's 'watchcommits' permission on perl-JavaScript-Beautifier (f22) to 'Obsolete'

2015-11-25 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-JavaScript-Beautifier 
(f22) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-JavaScript-Beautifier/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-JavaScript-Beautifier (f21) to 'Obsolete'

2015-11-25 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-JavaScript-Beautifier 
(f21) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-JavaScript-Beautifier/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-JavaScript-Beautifier (f21) to 'Obsolete'

2015-11-25 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on 
perl-JavaScript-Beautifier (f21) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-JavaScript-Beautifier/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata pushed to perl-Text-Autoformat (master). "1.73 bump (..more)"

2015-11-25 Thread notifications
From 847f4f6038c8acfa83ff83d29f051f582debc0f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 25 Nov 2015 16:53:49 +0100
Subject: 1.73 bump

- Don't filter out Text::Autoformat::Hang and ::NullHang provides,
  we depend on them (and others may too, somehow)
---
 perl-Text-Autoformat.spec | 17 +
 sources   |  2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec
index ab9260d..fcb34c9 100644
--- a/perl-Text-Autoformat.spec
+++ b/perl-Text-Autoformat.spec
@@ -1,8 +1,8 @@
 Name:   perl-Text-Autoformat
 # Maintain six-digit version number to ensure clean upgrade path
-%global cpan_version 1.72
+%global cpan_version 1.73
 Version:%{cpan_version}
-Release:2%{?dist}
+Release:1%{?dist}
 Summary:Automatic text wrapping and reformatting
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -20,17 +20,13 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(Text::Reform) >= 1.11
+BuildRequires:  perl(Text::Reform)
 BuildRequires:  perl(Text::Tabs)
-BuildRequires:  perl(vars)
 # Tests only
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(utf8)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
-# Do not export private modules
-%global __provides_exclude 
%{?__provides_exclude|%__provides_exclude|}^perl\\((Hang|NullHang)\\)
-
 %description
 Text::Autoformat provides intelligent formatting of plain text without the
 need for any kind of embedded mark-up. The module recognizes Internet
@@ -64,6 +60,11 @@ make test
 %{_mandir}/man3/Text::Autoformat.3pm*
 
 %changelog
+* Wed Nov 25 2015 Petr Šabata  - 1.73-1
+- 1.73 bump
+- Don't filter out Text::Autoformat::Hang and ::NullHang provides,
+  we depend on them (and others may too, somehow)
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.72-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 7537e3d..7000f37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebb9d3b1c74776870d65d2b66046876e  Text-Autoformat-1.72.tar.gz
+4b1477dfb80408e87f62bae777141fca  Text-Autoformat-1.73.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Autoformat.git/commit/?h=master=847f4f6038c8acfa83ff83d29f051f582debc0f9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman pushed to perl-Mail-SPF-Iterator (master). "Update to 1.111"

2015-11-25 Thread notifications
>From 866c94778710ef49fa478591ce29f3ad0354586b Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 25 Nov 2015 16:54:07 +0100
Subject: Update to 1.111

---
 .gitignore  |  1 +
 perl-Mail-SPF-Iterator.spec | 19 ++-
 sources |  2 +-
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 66c9f8c..b09ae03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Mail-SPF-Iterator-1.11.tar.gz
+/Mail-SPF-Iterator-1.111.tar.gz
diff --git a/perl-Mail-SPF-Iterator.spec b/perl-Mail-SPF-Iterator.spec
index ef9a560..681db0b 100644
--- a/perl-Mail-SPF-Iterator.spec
+++ b/perl-Mail-SPF-Iterator.spec
@@ -1,14 +1,14 @@
 Name: perl-Mail-SPF-Iterator
 Summary:  Iterative SPF lookup
-Version:  1.11
-Release:  5%{?dist}
+Version:  1.111
+Release:  1%{?dist}
 License:  GPL+ or Artistic
 URL:  http://search.cpan.org/dist/Mail-SPF-Iterator/
 Source0:  
http://www.cpan.org/authors/id/S/SU/SULLR/Mail-SPF-Iterator-%{version}.tar.gz
 
 BuildArch:noarch
 
-BuildRequires:perl(ExtUtils::MakeMaker)
+BuildRequires:perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:perl(Data::Dumper)
 BuildRequires:perl(Net::DNS) >= 0.62
 BuildRequires:perl(Net::DNS::Resolver)
@@ -34,16 +34,13 @@ DNS queries and later expects the responses.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 
 make %{?_smp_mflags}
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 
@@ -52,12 +49,16 @@ make test
 
 
 %files
-%doc Changes COPYRIGHT README samples
+%doc Changes README samples
+%license COPYRIGHT
 %{_mandir}/man3/Mail::SPF::Iterator*
 %{perl_vendorlib}/Mail
 
 
 %changelog
+* Tue Nov 24 2015 Emmanuel Seyman  - 1.111-1
+- Update to 1.111
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.11-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 1c1937d..a9b9ccf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6566d8f7982f3f3b9df882af6f4ba85a  Mail-SPF-Iterator-1.11.tar.gz
+2c1e598f6da0f9b703c9938ad8c8ed83  Mail-SPF-Iterator-1.111.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Mail-SPF-Iterator.git/commit/?h=master=866c94778710ef49fa478591ce29f3ad0354586b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata pushed to perl-Text-Autoformat (f23). "1.73 bump (..more)"

2015-11-25 Thread notifications
From 847f4f6038c8acfa83ff83d29f051f582debc0f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 25 Nov 2015 16:53:49 +0100
Subject: 1.73 bump

- Don't filter out Text::Autoformat::Hang and ::NullHang provides,
  we depend on them (and others may too, somehow)
---
 perl-Text-Autoformat.spec | 17 +
 sources   |  2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec
index ab9260d..fcb34c9 100644
--- a/perl-Text-Autoformat.spec
+++ b/perl-Text-Autoformat.spec
@@ -1,8 +1,8 @@
 Name:   perl-Text-Autoformat
 # Maintain six-digit version number to ensure clean upgrade path
-%global cpan_version 1.72
+%global cpan_version 1.73
 Version:%{cpan_version}
-Release:2%{?dist}
+Release:1%{?dist}
 Summary:Automatic text wrapping and reformatting
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -20,17 +20,13 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(Text::Reform) >= 1.11
+BuildRequires:  perl(Text::Reform)
 BuildRequires:  perl(Text::Tabs)
-BuildRequires:  perl(vars)
 # Tests only
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(utf8)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
-# Do not export private modules
-%global __provides_exclude 
%{?__provides_exclude|%__provides_exclude|}^perl\\((Hang|NullHang)\\)
-
 %description
 Text::Autoformat provides intelligent formatting of plain text without the
 need for any kind of embedded mark-up. The module recognizes Internet
@@ -64,6 +60,11 @@ make test
 %{_mandir}/man3/Text::Autoformat.3pm*
 
 %changelog
+* Wed Nov 25 2015 Petr Šabata  - 1.73-1
+- 1.73 bump
+- Don't filter out Text::Autoformat::Hang and ::NullHang provides,
+  we depend on them (and others may too, somehow)
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.72-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 7537e3d..7000f37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebb9d3b1c74776870d65d2b66046876e  Text-Autoformat-1.72.tar.gz
+4b1477dfb80408e87f62bae777141fca  Text-Autoformat-1.73.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Autoformat.git/commit/?h=f23=847f4f6038c8acfa83ff83d29f051f582debc0f9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285428] Review Request: perl-Crypt-ScryptKDF - Scrypt password based key derivation function

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285428



--- Comment #1 from Jitka Plesnikova  ---
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed

$ rpm -qp --requires perl-Crypt-ScryptKDF-0.009-1.fc24.x86_64.rpm | sort | uniq
-c
  1 libc.so.6()(64bit)
  1 libc.so.6(GLIBC_2.14)(64bit)
  1 libc.so.6(GLIBC_2.2.5)(64bit)
  1 libc.so.6(GLIBC_2.4)(64bit)
  1 libperl.so.5.22()(64bit)
  1 perl(:MODULE_COMPAT_5.22.0)
  1 perl(Crypt::OpenSSL::Random)
  1 perl(Exporter)
  1 perl(MIME::Base64)
  1 perl(XSLoader)
  1 perl(strict)
  1 perl(warnings)
  1 rpmlib(CompressedFileNames) <= 3.0.4-1
  1 rpmlib(FileDigests) <= 4.6.0-1
  1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  1 rpmlib(PayloadIsXz) <= 5.2-1
  1 rtld(GNU_HASH)

Binary requires are Ok.

$ rpm -qp --provides perl-Crypt-ScryptKDF-0.009-1.fc24.x86_64.rpm | sort | uniq
-c
  1 perl(Crypt::ScryptKDF) = 0.009
  1 perl-Crypt-ScryptKDF = 0.009-1.fc24
  1 perl-Crypt-ScryptKDF(x86-64) = 0.009-1.fc24
Binary provides are Ok.

$ rpmlint ./perl-Crypt-ScryptKDF*
perl-Crypt-ScryptKDF.src: W: spelling-error Summary(en_US) Scrypt -> Crypt, S
crypt, Crypts
perl-Crypt-ScryptKDF.src: W: spelling-error %description -l en_US Scrypt ->
Crypt, S crypt, Crypts
perl-Crypt-ScryptKDF.x86_64: W: spelling-error Summary(en_US) Scrypt -> Crypt,
S crypt, Crypts
perl-Crypt-ScryptKDF.x86_64: W: spelling-error %description -l en_US Scrypt ->
Crypt, S crypt, Crypts
perl-Crypt-ScryptKDF.x86_64: W: wrong-file-end-of-line-encoding
/usr/share/doc/perl-Crypt-ScryptKDF/README
2 packages and 1 specfiles checked; 0 errors, 5 warnings.

FIX: Please fix the encoding of README


BuildRequires are almost ok
FIX: Please add gcc and perl-devel, because it is XS package
FIX: Please remove BR perl(ExtUtils::CBuilder), it is not used
TODO: perl(strict) and perl(warnings) should be part of the first section BRs,
  because they are used in Build.PL

Please correct all 'FIX' issues and consider fixing 'TODO' items and provide
new spec file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-WWW-Babelfish (master). "minor cleanups"

2015-11-25 Thread notifications
>From af3444c58163438ca4847c14ff410faee8135a7b Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 25 Nov 2015 17:48:06 +0100
Subject: minor cleanups

---
 perl-WWW-Babelfish.spec | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/perl-WWW-Babelfish.spec b/perl-WWW-Babelfish.spec
index 634df1a..80e9c61 100644
--- a/perl-WWW-Babelfish.spec
+++ b/perl-WWW-Babelfish.spec
@@ -1,6 +1,6 @@
 Name:   perl-WWW-Babelfish
 Version:0.16
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Perl extension for translation via Babelfish or Google
 License:GPL+ or Artistic
 
@@ -8,11 +8,13 @@ URL:http://search.cpan.org/dist/WWW-Babelfish/
 Source0:
http://www.cpan.org/authors/id/D/DU/DURIST/WWW-Babelfish-%{version}.tar.gz
 
 BuildArch:  noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(LWP::UserAgent)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
@@ -25,15 +27,11 @@ Perl interface to the WWW babelfish translation server.
 
 %build
 # nix internet-based tests
-echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor
+echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -42,9 +40,14 @@ make test
 %files
 %doc Changes README
 %{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{_mandir}/man3/WWW*
 
 %changelog
+* Wed Nov 25 2015 Emmanuel Seyman  - 0.16-21
+- Use NO_PACKLIST=1 when creating Makefile
+- Tighten file listing
+- Use DESTDIR instead of PERL_INSTALL_ROOT
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.16-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-WWW-Babelfish.git/commit/?h=master=af3444c58163438ca4847c14ff410faee8135a7b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285428] Review Request: perl-Crypt-ScryptKDF - Scrypt password based key derivation function

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285428

Jitka Plesnikova  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #4 from Jitka Plesnikova  ---
It looks good now.

Approved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285372] Upgrade BSD-Resource to 1.2909

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285372



--- Comment #1 from Fedora Update System  ---
perl-BSD-Resource-1.290.900-1.fc23 has been submitted as an update to Fedora
23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-498b25667e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar pushed to perl-String-Compare-ConstantTime (f22). "0.311 bump"

2015-11-25 Thread notifications
>From 43c7b216b70931d08e18f91b3a77ec476c6a29f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 25 Nov 2015 16:45:59 +0100
Subject: 0.311 bump

---
 .gitignore|  1 +
 perl-String-Compare-ConstantTime.spec | 11 ++-
 sources   |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 35e7ecb..77e0ffe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /String-Compare-ConstantTime-0.310.tar.gz
+/String-Compare-ConstantTime-0.311.tar.gz
diff --git a/perl-String-Compare-ConstantTime.spec 
b/perl-String-Compare-ConstantTime.spec
index 9c8d4ae..06a789b 100644
--- a/perl-String-Compare-ConstantTime.spec
+++ b/perl-String-Compare-ConstantTime.spec
@@ -1,12 +1,17 @@
 Name:   perl-String-Compare-ConstantTime
-Version:0.310
+Version:0.311
 Release:1%{?dist}
 Summary:Timing side-channel protected string compare
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/String-Compare-ConstantTime/
 Source0:
http://www.cpan.org/authors/id/F/FR/FRACTAL/String-Compare-ConstantTime-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 # Run-time:
@@ -40,11 +45,15 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 make test
 
 %files
+# COPYING is not a license text
 %doc Changes COPYING README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/String*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Petr Pisar  - 0.311-1
+- 0.311 bump
+
 * Fri Oct 10 2014 Petr Pisar  0.310-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 287a176..405ce76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33d7cf50d3f348fd900a0eca671bd208  String-Compare-ConstantTime-0.310.tar.gz
+1e8e66dd8a1c034fbaa05147b9da2cb0  String-Compare-ConstantTime-0.311.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-String-Compare-ConstantTime.git/commit/?h=f22=43c7b216b70931d08e18f91b3a77ec476c6a29f0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285436] Upgrade perl-Schedule-Cron-Events to 1.94

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285436

Miroslav Suchý  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NEXTRELEASE
Last Closed||2015-11-25 11:26:09



--- Comment #1 from Miroslav Suchý  ---
RUM is there I think for some time:
https://release-monitoring.org/project/5998/

New package built:
http://koji.fedoraproject.org/koji/taskinfo?taskID=11978802

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285438] New: perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438

Bug ID: 1285438
   Summary: perl-String-Compare-ConstantTime-0.311 is available
   Product: Fedora
   Version: rawhide
 Component: perl-String-Compare-ConstantTime
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 0.311
Current version/release in rawhide: 0.310-3.fc23
URL: http://search.cpan.org/dist/String-Compare-ConstantTime/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-WWW-Bugzilla (master). "minor cleanups"

2015-11-25 Thread notifications
>From 7d5251ba2f723da4804d061ac448d94ead9bce52 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 25 Nov 2015 16:52:33 +0100
Subject: minor cleanups

---
 perl-WWW-Bugzilla.spec | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/perl-WWW-Bugzilla.spec b/perl-WWW-Bugzilla.spec
index e7fd1e5..34a2122 100644
--- a/perl-WWW-Bugzilla.spec
+++ b/perl-WWW-Bugzilla.spec
@@ -6,10 +6,9 @@
 
 Name:   perl-WWW-Bugzilla
 Version:1.5
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Handles submission/update of bugzilla bugs via WWW::Mechanize
 
-Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/WWW-Bugzilla/
 Source0:
http://www.cpan.org/authors/id/B/BM/BMC/WWW-Bugzilla-%{version}.tar.gz
@@ -17,7 +16,7 @@ Source0:
http://www.cpan.org/authors/id/B/BM/BMC/WWW-Bugzilla-%{version}.
 BuildArch:  noarch
 BuildRequires:  perl(Class::MethodMaker) >= 1.08
 BuildRequires:  perl(WWW::Mechanize) >= 1.22
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Crypt::SSLeay)
 BuildRequires:  perl(Params::Validate)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -39,15 +38,12 @@ cp -r WWW lib
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 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 perllocal.pod -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -56,12 +52,17 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %files
-%doc ARTISTIC Changes GPL README
+%doc Changes README
+%license ARTISTIC GPL
 %{perl_vendorlib}/WWW/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Wed Nov 25 2015 Emmanuel Seyman  - 1.5-11
+- Use NO_PACKLIST=1 when creating Makefile
+- Use %%license macro
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.5-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-WWW-Bugzilla.git/commit/?h=master=7d5251ba2f723da4804d061ac448d94ead9bce52
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata uploaded Text-Autoformat-1.73.tar.gz for perl-Text-Autoformat

2015-11-25 Thread notifications
4b1477dfb80408e87f62bae777141fca  Text-Autoformat-1.73.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-Autoformat/Text-Autoformat-1.73.tar.gz/md5/4b1477dfb80408e87f62bae777141fca/Text-Autoformat-1.73.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285438] perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-String-Compare-Constan
   ||tTime-0.311-1.fc24



--- Comment #3 from Petr Pisar  ---
Bug fix release suitable for Fedora >= 22.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar pushed to perl-String-Compare-ConstantTime (f23). "0.311 bump"

2015-11-25 Thread notifications
>From aadc4195388258b3ff0df3722972b8e16cd074fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 25 Nov 2015 16:45:59 +0100
Subject: 0.311 bump

---
 .gitignore|  1 +
 perl-String-Compare-ConstantTime.spec | 13 +++--
 sources   |  2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 35e7ecb..77e0ffe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /String-Compare-ConstantTime-0.310.tar.gz
+/String-Compare-ConstantTime-0.311.tar.gz
diff --git a/perl-String-Compare-ConstantTime.spec 
b/perl-String-Compare-ConstantTime.spec
index 8cc6a23..5e0ff4a 100644
--- a/perl-String-Compare-ConstantTime.spec
+++ b/perl-String-Compare-ConstantTime.spec
@@ -1,12 +1,17 @@
 Name:   perl-String-Compare-ConstantTime
-Version:0.310
-Release:3%{?dist}
+Version:0.311
+Release:1%{?dist}
 Summary:Timing side-channel protected string compare
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/String-Compare-ConstantTime/
 Source0:
http://www.cpan.org/authors/id/F/FR/FRACTAL/String-Compare-ConstantTime-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 # Run-time:
@@ -40,12 +45,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 make test
 
 %files
+# COPYING is not a license text
 %doc Changes COPYING README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/String*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Petr Pisar  - 0.311-1
+- 0.311 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.310-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 287a176..405ce76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33d7cf50d3f348fd900a0eca671bd208  String-Compare-ConstantTime-0.310.tar.gz
+1e8e66dd8a1c034fbaa05147b9da2cb0  String-Compare-ConstantTime-0.311.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-String-Compare-ConstantTime.git/commit/?h=f23=aadc4195388258b3ff0df3722972b8e16cd074fa
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f21). "rebase to Schedule-Cron-Events-1.93"

2015-11-25 Thread notifications
>From a1c0ea7b1fa27211ad428fe5e5beb8eaaf9f82d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 18 Jun 2015 11:36:34 +0200
Subject: rebase to Schedule-Cron-Events-1.93

---
 .gitignore | 1 +
 perl-Schedule-Cron-Events.spec | 4 ++--
 sources| 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index d094486..3596670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Schedule-Cron-Events-1.8-noplx.tar.gz
+/Schedule-Cron-Events-1.93.tar.gz
diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 6ab9242..8b2b8ef 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,6 +1,6 @@
 Name:   perl-Schedule-Cron-Events
-Version:1.8
-Release:33%{?dist}
+Version:1.93
+Release:1%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
 Group:  Development/Libraries
diff --git a/sources b/sources
index 33b9757..70eb07f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14a5609f3ca52fa38c6b3202203429f5  Schedule-Cron-Events-1.8-noplx.tar.gz
+b3af63e1a556377b1ae6098a41640522  Schedule-Cron-Events-1.93.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f21=a1c0ea7b1fa27211ad428fe5e5beb8eaaf9f82d4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f21). "Update perl-Schedule-Cron-Events to 1.94-1"

2015-11-25 Thread notifications
From cd03103a9095eef15f802ee58ccfa9ffc47f9ff0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Wed, 25 Nov 2015 16:55:32 +0100
Subject: Update perl-Schedule-Cron-Events to 1.94-1

---
 .gitignore | 1 +
 perl-Schedule-Cron-Events.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 346fe6f..3f9ca91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Schedule-Cron-Events-1.8-noplx.tar.gz
 /Schedule-Cron-Events-1.93.tar.gz
 /Schedule-Cron-Events-1.93-noplx.tar.gz
+/Schedule-Cron-Events-1.94-noplx.tar.gz
diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 67be751..13cdb64 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,5 +1,5 @@
 Name:   perl-Schedule-Cron-Events
-Version:1.93
+Version:1.94
 Release:1%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Miroslav Suchý  1.94-1
+- rebase to 1.94
+
 * Thu Jun 18 2015 Miroslav Suchy  1.93-1
 - rebase to 1.93
 
diff --git a/sources b/sources
index 3abb2bd..ec78c46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9267f6ab572c7e8af3ff448169bcb96  Schedule-Cron-Events-1.93-noplx.tar.gz
+66857d9e5381615be94924d07fe50667  Schedule-Cron-Events-1.94-noplx.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f21=cd03103a9095eef15f802ee58ccfa9ffc47f9ff0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

msuchy pushed to perl-Schedule-Cron-Events (f21). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-11-25 Thread notifications
>From 12839bcbde0ca20be5c663645a81f98965eb257e Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 05:51:52 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-Schedule-Cron-Events.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 79dc573..6ab9242 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,6 +1,6 @@
 Name:   perl-Schedule-Cron-Events
 Version:1.8
-Release:32%{?dist}
+Release:33%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.8-33
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Thu Jun 04 2015 Jitka Plesnikova  - 1.8-32
 - Perl 5.22 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f21=12839bcbde0ca20be5c663645a81f98965eb257e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285438] perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438



--- Comment #4 from Upstream Release Monitoring 
 ---
ppisar's perl-String-Compare-ConstantTime-0.311-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=701495

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (master). "Update perl-Schedule-Cron-Events to 1.94-1"

2015-11-25 Thread notifications
From cd03103a9095eef15f802ee58ccfa9ffc47f9ff0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Wed, 25 Nov 2015 16:55:32 +0100
Subject: Update perl-Schedule-Cron-Events to 1.94-1

---
 .gitignore | 1 +
 perl-Schedule-Cron-Events.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 346fe6f..3f9ca91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Schedule-Cron-Events-1.8-noplx.tar.gz
 /Schedule-Cron-Events-1.93.tar.gz
 /Schedule-Cron-Events-1.93-noplx.tar.gz
+/Schedule-Cron-Events-1.94-noplx.tar.gz
diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 67be751..13cdb64 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,5 +1,5 @@
 Name:   perl-Schedule-Cron-Events
-Version:1.93
+Version:1.94
 Release:1%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Miroslav Suchý  1.94-1
+- rebase to 1.94
+
 * Thu Jun 18 2015 Miroslav Suchy  1.93-1
 - rebase to 1.93
 
diff --git a/sources b/sources
index 3abb2bd..ec78c46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9267f6ab572c7e8af3ff448169bcb96  Schedule-Cron-Events-1.93-noplx.tar.gz
+66857d9e5381615be94924d07fe50667  Schedule-Cron-Events-1.94-noplx.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=master=cd03103a9095eef15f802ee58ccfa9ffc47f9ff0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

msuchy pushed to perl-Schedule-Cron-Events (f22). "remove old statements"

2015-11-25 Thread notifications
>From 308011071274f77969463fa549ca82fede833171 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 18 Jun 2015 13:00:45 +0200
Subject: remove old statements

---
 perl-Schedule-Cron-Events.spec | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index aa2dbfa..67be751 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -15,7 +15,6 @@ URL:
http://search.cpan.org/dist/Schedule-Cron-Events/
 #   comment out some lines in Schedule-Cron-Events-1.93/Makefile.PL
 #   tar cvfz Schedule-Cron-Events--noplx.tar.gz 
Schedule-Cron-Events-
 Source0:Schedule-Cron-Events-%{version}-noplx.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
 BuildRequires:  perl(Carp)
@@ -44,8 +43,6 @@ you a sequence of events going forward, or backwards, in time.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -56,11 +53,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f22=308011071274f77969463fa549ca82fede833171
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f22). "add changelog entry"

2015-11-25 Thread notifications
>From 089498c25ca0729b3180785edce9a271967dd1e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 18 Jun 2015 12:48:12 +0200
Subject: add changelog entry

---
 perl-Schedule-Cron-Events.spec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 5cca9e6..aa2dbfa 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Miroslav Suchy  1.93-1
+- rebase to 1.93
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.8-33
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f22=089498c25ca0729b3180785edce9a271967dd1e8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f22). "Update perl-Schedule-Cron-Events to 1.94-1"

2015-11-25 Thread notifications
From cd03103a9095eef15f802ee58ccfa9ffc47f9ff0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Wed, 25 Nov 2015 16:55:32 +0100
Subject: Update perl-Schedule-Cron-Events to 1.94-1

---
 .gitignore | 1 +
 perl-Schedule-Cron-Events.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 346fe6f..3f9ca91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Schedule-Cron-Events-1.8-noplx.tar.gz
 /Schedule-Cron-Events-1.93.tar.gz
 /Schedule-Cron-Events-1.93-noplx.tar.gz
+/Schedule-Cron-Events-1.94-noplx.tar.gz
diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 67be751..13cdb64 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,5 +1,5 @@
 Name:   perl-Schedule-Cron-Events
-Version:1.93
+Version:1.94
 Release:1%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Miroslav Suchý  1.94-1
+- rebase to 1.94
+
 * Thu Jun 18 2015 Miroslav Suchy  1.93-1
 - rebase to 1.93
 
diff --git a/sources b/sources
index 3abb2bd..ec78c46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9267f6ab572c7e8af3ff448169bcb96  Schedule-Cron-Events-1.93-noplx.tar.gz
+66857d9e5381615be94924d07fe50667  Schedule-Cron-Events-1.94-noplx.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f22=cd03103a9095eef15f802ee58ccfa9ffc47f9ff0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

msuchy pushed to perl-Schedule-Cron-Events (f21). "Perl 5.20 rebuild"

2015-11-25 Thread notifications
>From 806b21b0a7b394d16bf0dfc26c4215ff33ee4d5a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 27 Aug 2014 18:03:13 +0200
Subject: Perl 5.20 rebuild

---
 perl-Schedule-Cron-Events.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 79e1b51..1a88fb2 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,6 +1,6 @@
 Name:   perl-Schedule-Cron-Events
 Version:1.8
-Release:30%{?dist}
+Release:31%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 27 2014 Jitka Plesnikova  - 1.8-31
+- Perl 5.20 rebuild
+
 * Sat Jun 07 2014 Fedora Release Engineering  
- 1.8-30
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f21=806b21b0a7b394d16bf0dfc26c4215ff33ee4d5a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f21). "Perl 5.22 rebuild"

2015-11-25 Thread notifications
>From 259f5dcaa483466dffa0c7ac96afdfe2ab97d902 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 4 Jun 2015 09:50:07 +0200
Subject: Perl 5.22 rebuild

---
 perl-Schedule-Cron-Events.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 1a88fb2..79dc573 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,6 +1,6 @@
 Name:   perl-Schedule-Cron-Events
 Version:1.8
-Release:31%{?dist}
+Release:32%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 04 2015 Jitka Plesnikova  - 1.8-32
+- Perl 5.22 rebuild
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 1.8-31
 - Perl 5.20 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f21=259f5dcaa483466dffa0c7ac96afdfe2ab97d902
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-11-25 Thread notifications
>From 12839bcbde0ca20be5c663645a81f98965eb257e Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 05:51:52 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-Schedule-Cron-Events.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 79dc573..6ab9242 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,6 +1,6 @@
 Name:   perl-Schedule-Cron-Events
 Version:1.8
-Release:32%{?dist}
+Release:33%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.8-33
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Thu Jun 04 2015 Jitka Plesnikova  - 1.8-32
 - Perl 5.22 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f22=12839bcbde0ca20be5c663645a81f98965eb257e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f21). "remove old statements"

2015-11-25 Thread notifications
>From 308011071274f77969463fa549ca82fede833171 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 18 Jun 2015 13:00:45 +0200
Subject: remove old statements

---
 perl-Schedule-Cron-Events.spec | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index aa2dbfa..67be751 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -15,7 +15,6 @@ URL:
http://search.cpan.org/dist/Schedule-Cron-Events/
 #   comment out some lines in Schedule-Cron-Events-1.93/Makefile.PL
 #   tar cvfz Schedule-Cron-Events--noplx.tar.gz 
Schedule-Cron-Events-
 Source0:Schedule-Cron-Events-%{version}-noplx.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
 BuildRequires:  perl(Carp)
@@ -44,8 +43,6 @@ you a sequence of events going forward, or backwards, in time.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -56,11 +53,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f21=308011071274f77969463fa549ca82fede833171
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f22). "clarify how tar was created"

2015-11-25 Thread notifications
>From 1c9f94b9f498729793531d8554b2413ada4ecfe5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 18 Jun 2015 11:44:26 +0200
Subject: clarify how tar was created

---
 .gitignore | 1 +
 perl-Schedule-Cron-Events.spec | 6 +-
 sources| 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3596670..346fe6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Schedule-Cron-Events-1.8-noplx.tar.gz
 /Schedule-Cron-Events-1.93.tar.gz
+/Schedule-Cron-Events-1.93-noplx.tar.gz
diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 8b2b8ef..5cca9e6 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -10,7 +10,10 @@ URL:
http://search.cpan.org/dist/Schedule-Cron-Events/
 # cron_event_predict.plx - being not covered by any of the license statements 
inside of
 # the upstream tarball. And per Fedora Legal, we have to remove this file once 
upstream
 # has clarified the licensing of this file. Cleaning sources can be simply 
done using:
-#   make clean-sources [TARBALL=] [VERSION=]
+#   tar zxvf Schedule-Cron-Events-.tar.gz
+#   rm Schedule-Cron-Events-/cron_event_predict.plx
+#   comment out some lines in Schedule-Cron-Events-1.93/Makefile.PL
+#   tar cvfz Schedule-Cron-Events--noplx.tar.gz 
Schedule-Cron-Events-
 Source0:Schedule-Cron-Events-%{version}-noplx.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -22,6 +25,7 @@ BuildRequires:  perl(Time::Local)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
diff --git a/sources b/sources
index 70eb07f..3abb2bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3af63e1a556377b1ae6098a41640522  Schedule-Cron-Events-1.93.tar.gz
+b9267f6ab572c7e8af3ff448169bcb96  Schedule-Cron-Events-1.93-noplx.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f22=1c9f94b9f498729793531d8554b2413ada4ecfe5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f21). "clarify how tar was created"

2015-11-25 Thread notifications
>From 1c9f94b9f498729793531d8554b2413ada4ecfe5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 18 Jun 2015 11:44:26 +0200
Subject: clarify how tar was created

---
 .gitignore | 1 +
 perl-Schedule-Cron-Events.spec | 6 +-
 sources| 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3596670..346fe6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Schedule-Cron-Events-1.8-noplx.tar.gz
 /Schedule-Cron-Events-1.93.tar.gz
+/Schedule-Cron-Events-1.93-noplx.tar.gz
diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 8b2b8ef..5cca9e6 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -10,7 +10,10 @@ URL:
http://search.cpan.org/dist/Schedule-Cron-Events/
 # cron_event_predict.plx - being not covered by any of the license statements 
inside of
 # the upstream tarball. And per Fedora Legal, we have to remove this file once 
upstream
 # has clarified the licensing of this file. Cleaning sources can be simply 
done using:
-#   make clean-sources [TARBALL=] [VERSION=]
+#   tar zxvf Schedule-Cron-Events-.tar.gz
+#   rm Schedule-Cron-Events-/cron_event_predict.plx
+#   comment out some lines in Schedule-Cron-Events-1.93/Makefile.PL
+#   tar cvfz Schedule-Cron-Events--noplx.tar.gz 
Schedule-Cron-Events-
 Source0:Schedule-Cron-Events-%{version}-noplx.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -22,6 +25,7 @@ BuildRequires:  perl(Time::Local)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
diff --git a/sources b/sources
index 70eb07f..3abb2bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3af63e1a556377b1ae6098a41640522  Schedule-Cron-Events-1.93.tar.gz
+b9267f6ab572c7e8af3ff448169bcb96  Schedule-Cron-Events-1.93-noplx.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f21=1c9f94b9f498729793531d8554b2413ada4ecfe5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f21). "add changelog entry"

2015-11-25 Thread notifications
>From 089498c25ca0729b3180785edce9a271967dd1e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 18 Jun 2015 12:48:12 +0200
Subject: add changelog entry

---
 perl-Schedule-Cron-Events.spec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 5cca9e6..aa2dbfa 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Miroslav Suchy  1.93-1
+- rebase to 1.93
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.8-33
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f21=089498c25ca0729b3180785edce9a271967dd1e8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285428] Review Request: perl-Crypt-ScryptKDF - Scrypt password based key derivation function

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285428



--- Comment #2 from Upstream Release Monitoring 
 ---
dfateyev's scratch build of perl-Crypt-ScryptKDF-0.009-2.fc20.denf.src.rpm for
epel7 completed http://koji.fedoraproject.org/koji/taskinfo?taskID=11979120

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285436] New: Upgrade perl-Schedule-Cron-Events to 1.94

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285436

Bug ID: 1285436
   Summary: Upgrade perl-Schedule-Cron-Events to 1.94
   Product: Fedora
   Version: rawhide
 Component: perl-Schedule-Cron-Events
  Keywords: FutureFeature
  Assignee: msu...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: msu...@redhat.com, perl-devel@lists.fedoraproject.org



Latest Fedora delivers 1.93 version. Upstream released 1.94. Please upgrade it.

Also please enable release monitoring service to receive future notifications
about new releases.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f23). "Update perl-Schedule-Cron-Events to 1.94-1"

2015-11-25 Thread notifications
From cd03103a9095eef15f802ee58ccfa9ffc47f9ff0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Wed, 25 Nov 2015 16:55:32 +0100
Subject: Update perl-Schedule-Cron-Events to 1.94-1

---
 .gitignore | 1 +
 perl-Schedule-Cron-Events.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 346fe6f..3f9ca91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Schedule-Cron-Events-1.8-noplx.tar.gz
 /Schedule-Cron-Events-1.93.tar.gz
 /Schedule-Cron-Events-1.93-noplx.tar.gz
+/Schedule-Cron-Events-1.94-noplx.tar.gz
diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 67be751..13cdb64 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,5 +1,5 @@
 Name:   perl-Schedule-Cron-Events
-Version:1.93
+Version:1.94
 Release:1%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Miroslav Suchý  1.94-1
+- rebase to 1.94
+
 * Thu Jun 18 2015 Miroslav Suchy  1.93-1
 - rebase to 1.93
 
diff --git a/sources b/sources
index 3abb2bd..ec78c46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9267f6ab572c7e8af3ff448169bcb96  Schedule-Cron-Events-1.93-noplx.tar.gz
+66857d9e5381615be94924d07fe50667  Schedule-Cron-Events-1.94-noplx.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f23=cd03103a9095eef15f802ee58ccfa9ffc47f9ff0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

msuchy pushed to perl-Schedule-Cron-Events (f22). "Perl 5.22 rebuild"

2015-11-25 Thread notifications
>From 259f5dcaa483466dffa0c7ac96afdfe2ab97d902 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 4 Jun 2015 09:50:07 +0200
Subject: Perl 5.22 rebuild

---
 perl-Schedule-Cron-Events.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 1a88fb2..79dc573 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,6 +1,6 @@
 Name:   perl-Schedule-Cron-Events
 Version:1.8
-Release:31%{?dist}
+Release:32%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 04 2015 Jitka Plesnikova  - 1.8-32
+- Perl 5.22 rebuild
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 1.8-31
 - Perl 5.20 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f22=259f5dcaa483466dffa0c7ac96afdfe2ab97d902
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy uploaded Schedule-Cron-Events-1.94-noplx.tar.gz for perl-Schedule-Cron-Events

2015-11-25 Thread notifications
66857d9e5381615be94924d07fe50667  Schedule-Cron-Events-1.94-noplx.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Schedule-Cron-Events/Schedule-Cron-Events-1.94-noplx.tar.gz/md5/66857d9e5381615be94924d07fe50667/Schedule-Cron-Events-1.94-noplx.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


msuchy pushed to perl-Schedule-Cron-Events (f22). "rebase to Schedule-Cron-Events-1.93"

2015-11-25 Thread notifications
>From a1c0ea7b1fa27211ad428fe5e5beb8eaaf9f82d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 18 Jun 2015 11:36:34 +0200
Subject: rebase to Schedule-Cron-Events-1.93

---
 .gitignore | 1 +
 perl-Schedule-Cron-Events.spec | 4 ++--
 sources| 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index d094486..3596670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Schedule-Cron-Events-1.8-noplx.tar.gz
+/Schedule-Cron-Events-1.93.tar.gz
diff --git a/perl-Schedule-Cron-Events.spec b/perl-Schedule-Cron-Events.spec
index 6ab9242..8b2b8ef 100644
--- a/perl-Schedule-Cron-Events.spec
+++ b/perl-Schedule-Cron-Events.spec
@@ -1,6 +1,6 @@
 Name:   perl-Schedule-Cron-Events
-Version:1.8
-Release:33%{?dist}
+Version:1.93
+Release:1%{?dist}
 Summary:Take a line from a crontab and find out when events will occur
 License:GPL+ or Artistic
 Group:  Development/Libraries
diff --git a/sources b/sources
index 33b9757..70eb07f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14a5609f3ca52fa38c6b3202203429f5  Schedule-Cron-Events-1.8-noplx.tar.gz
+b3af63e1a556377b1ae6098a41640522  Schedule-Cron-Events-1.93.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Schedule-Cron-Events.git/commit/?h=f22=a1c0ea7b1fa27211ad428fe5e5beb8eaaf9f82d4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar pushed to perl-String-Compare-ConstantTime (master). "0.311 bump"

2015-11-25 Thread notifications
>From aadc4195388258b3ff0df3722972b8e16cd074fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 25 Nov 2015 16:45:59 +0100
Subject: 0.311 bump

---
 .gitignore|  1 +
 perl-String-Compare-ConstantTime.spec | 13 +++--
 sources   |  2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 35e7ecb..77e0ffe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /String-Compare-ConstantTime-0.310.tar.gz
+/String-Compare-ConstantTime-0.311.tar.gz
diff --git a/perl-String-Compare-ConstantTime.spec 
b/perl-String-Compare-ConstantTime.spec
index 8cc6a23..5e0ff4a 100644
--- a/perl-String-Compare-ConstantTime.spec
+++ b/perl-String-Compare-ConstantTime.spec
@@ -1,12 +1,17 @@
 Name:   perl-String-Compare-ConstantTime
-Version:0.310
-Release:3%{?dist}
+Version:0.311
+Release:1%{?dist}
 Summary:Timing side-channel protected string compare
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/String-Compare-ConstantTime/
 Source0:
http://www.cpan.org/authors/id/F/FR/FRACTAL/String-Compare-ConstantTime-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 # Run-time:
@@ -40,12 +45,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 make test
 
 %files
+# COPYING is not a license text
 %doc Changes COPYING README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/String*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Petr Pisar  - 0.311-1
+- 0.311 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.310-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 287a176..405ce76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33d7cf50d3f348fd900a0eca671bd208  String-Compare-ConstantTime-0.310.tar.gz
+1e8e66dd8a1c034fbaa05147b9da2cb0  String-Compare-ConstantTime-0.311.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-String-Compare-ConstantTime.git/commit/?h=master=aadc4195388258b3ff0df3722972b8e16cd074fa
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285438] perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438



--- Comment #5 from Fedora Update System  ---
perl-String-Compare-ConstantTime-0.311-1.fc23 has been submitted as an update
to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-e72b41b94e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285428] Review Request: perl-Crypt-ScryptKDF - Scrypt password based key derivation function

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285428



--- Comment #3 from Denis Fateyev  ---
Thanks for the review, Jitka.

- README eol encoding fixed;
- BR are justified, deps from TODO moved on top.

Spec URL: http://www.fateyev.com/RPMS/Fedora22/perl-Crypt-ScryptKDF.spec
SRPM URL:
http://www.fateyev.com/RPMS/Fedora22/perl-Crypt-ScryptKDF-0.009-2.fc24.src.rpm

Koji rawhide scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=11979197

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285439] New: Upgrade Text-Autoformat to 1.73

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285439

Bug ID: 1285439
   Summary: Upgrade Text-Autoformat to 1.73
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Autoformat
  Assignee: psab...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest Fedora delivers 1.72. Upstream released 1.73. Please upgrade it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-JavaScript-Beautifier (f22) to 'Obsolete'

2015-11-25 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on 
perl-JavaScript-Beautifier (f22) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-JavaScript-Beautifier/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-JavaScript-Beautifier (master) to 'Obsolete'

2015-11-25 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on 
perl-JavaScript-Beautifier (master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-JavaScript-Beautifier/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-JavaScript-Beautifier (master) to 'Obsolete'

2015-11-25 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-JavaScript-Beautifier 
(master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-JavaScript-Beautifier/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-JavaScript-Beautifier (f23) to 'Obsolete'

2015-11-25 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on 
perl-JavaScript-Beautifier (f23) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-JavaScript-Beautifier/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-JavaScript-Beautifier (f23) to 'Obsolete'

2015-11-25 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-JavaScript-Beautifier 
(f23) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-JavaScript-Beautifier/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar uploaded String-Compare-ConstantTime-0.311.tar.gz for perl-String-Compare-ConstantTime

2015-11-25 Thread notifications
1e8e66dd8a1c034fbaa05147b9da2cb0  String-Compare-ConstantTime-0.311.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-String-Compare-ConstantTime/String-Compare-ConstantTime-0.311.tar.gz/md5/1e8e66dd8a1c034fbaa05147b9da2cb0/String-Compare-ConstantTime-0.311.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285438] perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1098873
  --> https://bugzilla.redhat.com/attachment.cgi?id=1098873=edit
[patch] Update to 0.311 (#1285438)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285439] Upgrade Text-Autoformat to 1.73

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285439



--- Comment #1 from Fedora Update System  ---
perl-Text-Autoformat-1.73-1.fc23 has been submitted as an update to Fedora
23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-9531eeab8a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285426] Upgrade perl-Mail-SPF-Iterator to 1.111

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285426

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-11-25 11:10:35



--- Comment #1 from Emmanuel Seyman  ---
Done.
http://koji.fedoraproject.org/koji/taskinfo?taskID=11978782

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285436] Upgrade perl-Schedule-Cron-Events to 1.94

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285436



--- Comment #2 from Petr Pisar  ---
(In reply to Miroslav Suchý from comment #1)
> RUM is there I think for some time:
> https://release-monitoring.org/project/5998/
> 
That's only one half of the puzzle. The other half is enabling reporting into
Bugzilla at
.
Search "Monitoring:" on the page.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285437] New: Upgrade perl-Spreadsheet-XLSX to 0.15

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285437

Bug ID: 1285437
   Summary: Upgrade perl-Spreadsheet-XLSX to 0.15
   Product: Fedora
   Version: rawhide
 Component: perl-Spreadsheet-XLSX
  Keywords: FutureFeature
  Assignee: redhat-bugzi...@linuxnetz.de
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
redhat-bugzi...@linuxnetz.de



Latest Fedora delivers 0.13 version. Upstream released 0.15. Please upgrade it.

Also please enable release monitoring service to receive future notifications
about new releases.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285438] perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438



--- Comment #2 from Upstream Release Monitoring 
 ---
Scratch build completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=11978540

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285438] perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438



--- Comment #6 from Fedora Update System  ---
perl-String-Compare-ConstantTime-0.311-1.fc22 has been submitted as an update
to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-0452330176

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1268513] perl-PDF-Create-1.22 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1268513

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-PDF-Create-1.19 is |perl-PDF-Create-1.22 is
   |available   |available



--- Comment #18 from Upstream Release Monitoring 
 ---
Latest upstream release: 1.22
Current version/release in rawhide: 1.19-1.fc24
URL: http://search.cpan.org/dist/PDF-Create/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1268513] perl-PDF-Create-1.22 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1268513



--- Comment #19 from Upstream Release Monitoring 
 ---
Created attachment 1099031
  --> https://bugzilla.redhat.com/attachment.cgi?id=1099031=edit
[patch] Update to 1.22 (#1268513)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1265922] amavisd and clamav dependencies

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265922

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
amavisd-new-2.10.1-5.el7 has been pushed to the Fedora EPEL 7 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'yum --enablerepo=epel-testing update amavisd-new'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-501bd58eaf

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1282914] Review Request: perl-Lingua-Translit - Transliterates text between writing systems

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1282914



--- Comment #26 from Fedora Update System  ---
perl-Lingua-Translit-0.23-1.el7 has been pushed to the Fedora EPEL 7 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'yum --enablerepo=epel-testing update perl-Lingua-Translit'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8bc29ecc34

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285554] New: perlbrew-0.74 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285554

Bug ID: 1285554
   Summary: perlbrew-0.74 is available
   Product: Fedora
   Version: rawhide
 Component: perlbrew
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.74
Current version/release in rawhide: 0.73-3.fc23
URL: http://search.cpan.org/dist/App-perlbrew/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285566] New: perl-File-DesktopEntry-0.21 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285566

Bug ID: 1285566
   Summary: perl-File-DesktopEntry-0.21 is available
   Product: Fedora
   Version: rawhide
 Component: perl-File-DesktopEntry
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, ktdre...@ktdreyer.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.21
Current version/release in rawhide: 0.20-1.fc24
URL: http://search.cpan.org/dist/File-DesktopEntry/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285486] New: perl-Test-CheckManifest: please build and update epel7

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285486

Bug ID: 1285486
   Summary: perl-Test-CheckManifest: please build and update epel7
   Product: Fedora EPEL
   Version: epel7
 Component: perl-Test-CheckManifest
  Severity: medium
  Assignee: jose.p.oliveira@gmail.com
  Reporter: de...@fateyev.com
QA Contact: extras...@fedoraproject.org
CC: jose.p.oliveira@gmail.com,
perl-devel@lists.fedoraproject.org



Description of problem:

perl-Test-CheckManifest packages were never build for epel7, although the
branch exists. Please consider update epel7 branch to the recent package
version, then build and push the updates.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285554] perlbrew-0.74 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285554



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1098999
  --> https://bugzilla.redhat.com/attachment.cgi?id=1098999=edit
[patch] Update to 0.74 (#1285554)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1268513] perl-PDF-Create-1.22 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1268513



--- Comment #20 from Upstream Release Monitoring 
 ---
Scratch build completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=11981254

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285570] New: perl-Hijk-0.26 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285570

Bug ID: 1285570
   Summary: perl-Hijk-0.26 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Hijk
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org



Latest upstream release: 0.26
Current version/release in rawhide: 0.24-2.fc24
URL: http://search.cpan.org/dist/Hijk/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285570] perl-Hijk-0.26 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285570



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1099016
  --> https://bugzilla.redhat.com/attachment.cgi?id=1099016=edit
[patch] Update to 0.26 (#1285570)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285554] perlbrew-0.74 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285554



--- Comment #2 from Upstream Release Monitoring 
 ---
Scratch build failed
http://koji.fedoraproject.org/koji/taskinfo?taskID=11980947

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285570] perl-Hijk-0.26 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285570



--- Comment #2 from Upstream Release Monitoring 
 ---
Scratch build completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=11981022

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1282914] Review Request: perl-Lingua-Translit - Transliterates text between writing systems

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1282914



--- Comment #25 from Fedora Update System  ---
perl-Lingua-Translit-0.23-1.el6 has been pushed to the Fedora EPEL 6 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'yum --enablerepo=epel-testing update perl-Lingua-Translit'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-23a8155f8a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1282914] Review Request: perl-Lingua-Translit - Transliterates text between writing systems

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1282914



--- Comment #27 from Fedora Update System  ---
perl-Lingua-Translit-0.23-1.fc22 has been pushed to the Fedora 22 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-Lingua-Translit'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-7baefb67c1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285438] perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System  ---
perl-String-Compare-ConstantTime-0.311-1.fc22 has been pushed to the Fedora 22
testing repository. If problems still persist, please make note of it in this
bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update
perl-String-Compare-ConstantTime'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-0452330176

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


corsepiu pushed to perl-gettext (master). "Upstream update. (..more)"

2015-11-25 Thread notifications
From 2479dbdd61a6da6cb98c91529cf2f84ecc11e56d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 26 Nov 2015 05:06:53 +0100
Subject: Upstream update.

- Reflect upstream having changed tarball name to Locale-gettext.
- Rename binary package to perl-Locale-gettext.
- Remove BR: per(Data::Dumper).
---
 .gitignore|  2 +-
 perl-gettext.spec | 41 -
 sources   |  2 +-
 3 files changed, 34 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4068812..0942fd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gettext-1.06.tar.gz
+/Locale-gettext-1.07.tar.gz
diff --git a/perl-gettext.spec b/perl-gettext.spec
index dfba1a2..07a9cbb 100644
--- a/perl-gettext.spec
+++ b/perl-gettext.spec
@@ -1,15 +1,18 @@
+# This package should be renamed into perl-Locale-gettext
+%global tarname Locale-gettext
+
 Name:   perl-gettext
-Version:1.06
+Version:1.07
 Release:1%{?dist}
 Summary:Interface to gettext family of functions
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/gettext/
-Source0:
http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/%{tarname}-%{version}.tar.gz
 
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: gettext
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  gettext
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -19,17 +22,31 @@ BuildRequires:  perl(POSIX)
 # Optional
 BuildRequires:  perl(Encode)
 # Tests:
-BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-The gettext module permits access from perl to the gettext() family of 
+The gettext module permits access from perl to the gettext() family of
+functions for retrieving message strings from databases constructed to
+internationalize software.
+
+
+%package -n perl-%{tarname}
+Summary:%{summary}
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+Obsoletes: perl-gettext < %{version}-%{release}
+Obsoletes: perl-gettext%{?_isa} < %{version}-%{release}
+Provides: perl-gettext = %{version}-%{release}
+Provides: perl-gettext%{?_isa} = %{version}-%{release}
+
+
+%description -n perl-%{tarname}
+The gettext module permits access from perl to the gettext() family of
 functions for retrieving message strings from databases constructed to
 internationalize software.
 
 %prep
-%setup -q -n gettext-%{version}
+%setup -q -n %{tarname}-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -47,7 +64,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 make test
 
 
-%files
+%files -n perl-%{tarname}
 %doc README
 %{perl_vendorarch}/auto/Locale
 %{perl_vendorarch}/Locale
@@ -55,6 +72,12 @@ make test
 
 
 %changelog
+* Thu Nov 26 2015 Ralf Corsépius  - 1.07-1
+- Upstream update.
+- Reflect upstream having changed tarball name to Locale-gettext.
+- Rename binary package to perl-Locale-gettext.
+- Remove BR: per(Data::Dumper).
+
 * Thu Sep 24 2015 Ralf Corsépius  - 1.06-1
 - Update to 1.06.
 - Remove Obsoletes: perl-Locale-gettext.
diff --git a/sources b/sources
index 3292dd8..de6c865 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbafd5b97e0ce5b4cd1d8ded9661f09e  gettext-1.06.tar.gz
+bc652758af65c24500f1d06a77415019  Locale-gettext-1.07.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-gettext.git/commit/?h=master=2479dbdd61a6da6cb98c91529cf2f84ecc11e56d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285439] Upgrade Text-Autoformat to 1.73

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285439

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Text-Autoformat-1.73-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-Text-Autoformat'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-9531eeab8a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285438] perl-String-Compare-ConstantTime-0.311 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285438



--- Comment #8 from Fedora Update System  ---
perl-String-Compare-ConstantTime-0.311-1.fc23 has been pushed to the Fedora 23
testing repository. If problems still persist, please make note of it in this
bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update
perl-String-Compare-ConstantTime'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-e72b41b94e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285372] Upgrade BSD-Resource to 1.2909

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285372

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-BSD-Resource-1.290.900-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-BSD-Resource'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-498b25667e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1279907] perl-Time-ParseDate-2015.103 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1279907

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Time-ParseDate-2015.10 |perl-Time-ParseDate-2015.10
   |3-1.fc22|3-1.fc22
   |perl-Time-ParseDate-2015.10 |perl-Time-ParseDate-2015.10
   |3-1.fc23|3-1.fc23
   ||perl-Time-ParseDate-2015.10
   ||3-1.el5



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1279907] perl-Time-ParseDate-2015.103 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1279907



--- Comment #14 from Fedora Update System  ---
perl-Time-ParseDate-2015.103-1.el5 has been pushed to the Fedora EPEL 5 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


corsepiu uploaded Locale-gettext-1.07.tar.gz for perl-gettext

2015-11-25 Thread notifications
bc652758af65c24500f1d06a77415019  Locale-gettext-1.07.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-gettext/Locale-gettext-1.07.tar.gz/md5/bc652758af65c24500f1d06a77415019/Locale-gettext-1.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285486] perl-Test-CheckManifest: please update and build epel7

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285486

Denis Fateyev  changed:

   What|Removed |Added

Summary|perl-Test-CheckManifest:|perl-Test-CheckManifest:
   |please build and update |please update and build
   |epel7   |epel7



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285518] Review Request: perl-File-Edit-Portable - Read and write files while keeping the original line-endings intact

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285518

Denis Fateyev  changed:

   What|Removed |Added

 CC||perl-devel@lists.fedoraproj
   ||ect.org



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


dfateyev changed dfateyev's branch request for perl-Term-Size in epel7 from Pending to Awaiting Review

2015-11-25 Thread notifications
dfateyev changed dfateyev's branch request for perl-Term-Size in epel7 from 
Pending to Awaiting Review
https://admin.fedoraproject.org/pkgdb/package/perl-Term-Size/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


corsepiu pushed to perl-gettext (f22). "Upstream update. (..more)"

2015-11-25 Thread notifications
From 2479dbdd61a6da6cb98c91529cf2f84ecc11e56d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 26 Nov 2015 05:06:53 +0100
Subject: Upstream update.

- Reflect upstream having changed tarball name to Locale-gettext.
- Rename binary package to perl-Locale-gettext.
- Remove BR: per(Data::Dumper).
---
 .gitignore|  2 +-
 perl-gettext.spec | 41 -
 sources   |  2 +-
 3 files changed, 34 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4068812..0942fd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gettext-1.06.tar.gz
+/Locale-gettext-1.07.tar.gz
diff --git a/perl-gettext.spec b/perl-gettext.spec
index dfba1a2..07a9cbb 100644
--- a/perl-gettext.spec
+++ b/perl-gettext.spec
@@ -1,15 +1,18 @@
+# This package should be renamed into perl-Locale-gettext
+%global tarname Locale-gettext
+
 Name:   perl-gettext
-Version:1.06
+Version:1.07
 Release:1%{?dist}
 Summary:Interface to gettext family of functions
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/gettext/
-Source0:
http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/%{tarname}-%{version}.tar.gz
 
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: gettext
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  gettext
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -19,17 +22,31 @@ BuildRequires:  perl(POSIX)
 # Optional
 BuildRequires:  perl(Encode)
 # Tests:
-BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-The gettext module permits access from perl to the gettext() family of 
+The gettext module permits access from perl to the gettext() family of
+functions for retrieving message strings from databases constructed to
+internationalize software.
+
+
+%package -n perl-%{tarname}
+Summary:%{summary}
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+Obsoletes: perl-gettext < %{version}-%{release}
+Obsoletes: perl-gettext%{?_isa} < %{version}-%{release}
+Provides: perl-gettext = %{version}-%{release}
+Provides: perl-gettext%{?_isa} = %{version}-%{release}
+
+
+%description -n perl-%{tarname}
+The gettext module permits access from perl to the gettext() family of
 functions for retrieving message strings from databases constructed to
 internationalize software.
 
 %prep
-%setup -q -n gettext-%{version}
+%setup -q -n %{tarname}-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -47,7 +64,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 make test
 
 
-%files
+%files -n perl-%{tarname}
 %doc README
 %{perl_vendorarch}/auto/Locale
 %{perl_vendorarch}/Locale
@@ -55,6 +72,12 @@ make test
 
 
 %changelog
+* Thu Nov 26 2015 Ralf Corsépius  - 1.07-1
+- Upstream update.
+- Reflect upstream having changed tarball name to Locale-gettext.
+- Rename binary package to perl-Locale-gettext.
+- Remove BR: per(Data::Dumper).
+
 * Thu Sep 24 2015 Ralf Corsépius  - 1.06-1
 - Update to 1.06.
 - Remove Obsoletes: perl-Locale-gettext.
diff --git a/sources b/sources
index 3292dd8..de6c865 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbafd5b97e0ce5b4cd1d8ded9661f09e  gettext-1.06.tar.gz
+bc652758af65c24500f1d06a77415019  Locale-gettext-1.07.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-gettext.git/commit/?h=f22=2479dbdd61a6da6cb98c91529cf2f84ecc11e56d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285418] Upgrade perl-gettext to 1.07

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285418



--- Comment #1 from Fedora Update System  ---
perl-gettext-1.07-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-8e6dafe868

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285418] Upgrade perl-gettext to 1.07

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285418



--- Comment #1 from Fedora Update System  ---
perl-gettext-1.07-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-8e6dafe868

--- Comment #2 from Fedora Update System  ---
perl-gettext-1.07-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-45c9e44659

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1279907] perl-Time-ParseDate-2015.103 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1279907



--- Comment #15 from Fedora Update System  ---
perl-Time-ParseDate-2015.103-1.el7 has been pushed to the Fedora EPEL 7 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1279907] perl-Time-ParseDate-2015.103 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1279907

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Time-ParseDate-2015.10 |perl-Time-ParseDate-2015.10
   |3-1.fc22|3-1.fc22
   |perl-Time-ParseDate-2015.10 |perl-Time-ParseDate-2015.10
   |3-1.fc23|3-1.fc23
   |perl-Time-ParseDate-2015.10 |perl-Time-ParseDate-2015.10
   |3-1.el5 |3-1.el5
   ||perl-Time-ParseDate-2015.10
   ||3-1.el7



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285518] Review Request: perl-File-Edit-Portable - Read and write files while keeping the original line-endings intact

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285518

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jples...@redhat.com
   Assignee|nob...@fedoraproject.org|jples...@redhat.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata pushed to perl-BSD-Resource (master). "1.2909 bump"

2015-11-25 Thread notifications
From 59e046e742a252a2a7304f7e75902ff9993f3c61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 25 Nov 2015 15:48:34 +0100
Subject: 1.2909 bump

---
 .gitignore |  1 +
 perl-BSD-Resource.spec | 18 ++
 sources|  2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 98b2d8d..a418c8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ BSD-Resource-1.2904.tar.gz
 /BSD-Resource-1.2905.tar.gz
 /BSD-Resource-1.2907.tar.gz
 /BSD-Resource-1.2908.tar.gz
+/BSD-Resource-1.2909.tar.gz
diff --git a/perl-BSD-Resource.spec b/perl-BSD-Resource.spec
index 16598c1..de5ca30 100644
--- a/perl-BSD-Resource.spec
+++ b/perl-BSD-Resource.spec
@@ -1,6 +1,6 @@
 Name:   perl-BSD-Resource
-Version:1.290.800
-%define module_version 1.2908
+Version:1.290.900
+%define module_version 1.2909
 Release:1%{?dist}
 Summary:BSD process resource limit and priority functions
 # No matter what the pm and xs headers say, this is stated in the POD and,
@@ -9,13 +9,13 @@ Summary:BSD process resource limit and priority 
functions
 License:(LGPLv2 or Artistic 2.0) and (GPL+ or Artistic)
 URL:http://search.cpan.org/dist/BSD-Resource/
 Source0:
http://www.cpan.org/authors/id/J/JH/JHI/BSD-Resource-%{module_version}.tar.gz
-BuildRequires:  coreutils
 BuildRequires:  findutils
+BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-devel
 BuildRequires:  perl(Config)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(vars)
 # Run-time:
@@ -40,13 +40,12 @@ and priorities.
 %setup -q -n BSD-Resource-%{module_version} 
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -56,9 +55,12 @@ make test
 %doc ChangeLog README
 %{perl_vendorarch}/BSD/
 %{perl_vendorarch}/auto/BSD/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Petr Šabata  - 1.290.900-1
+- 1.2909 bump
+
 * Thu Oct 22 2015 Petr Pisar  - 1.290.800-1
 - 1.2908 bump
 - Correct the license tag to ((LGPLv2 or Artistic 2.0) and (GPL+ or Artistic)
diff --git a/sources b/sources
index cedf91b..63d67c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-786e625221dfe9a5559af0395ff8eb3c  BSD-Resource-1.2908.tar.gz
+3c6dd2fa953088aa87e263f40818d012  BSD-Resource-1.2909.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-BSD-Resource.git/commit/?h=master=59e046e742a252a2a7304f7e75902ff9993f3c61
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata uploaded BSD-Resource-1.2909.tar.gz for perl-BSD-Resource

2015-11-25 Thread notifications
3c6dd2fa953088aa87e263f40818d012  BSD-Resource-1.2909.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-BSD-Resource/BSD-Resource-1.2909.tar.gz/md5/3c6dd2fa953088aa87e263f40818d012/BSD-Resource-1.2909.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285421] New: Upgrade perl-HTML-Entities-Interpolate to 1.07

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285421

Bug ID: 1285421
   Summary: Upgrade perl-HTML-Entities-Interpolate to 1.07
   Product: Fedora
   Version: rawhide
 Component: perl-HTML-Entities-Interpolate
  Keywords: FutureFeature
  Assignee: i...@cicku.me
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: i...@cicku.me, perl-devel@lists.fedoraproject.org



Latest Fedora delivers 1.05 version. Upstream released 1.07. Please upgrade it.

Also please enable release monitoring service to receive future notifications
about new releases.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


mitr pushed to perl-IPTables-Parse (master). "Add CVE numer to %changelog"

2015-11-25 Thread notifications
From bc9cd885252eaa010507ac8f8c2d476c1435ca4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Wed, 25 Nov 2015 15:52:12 +0100
Subject: Add CVE numer to %changelog

---
 perl-IPTables-Parse.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index 554dbd5..3621d80 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Mon Nov 9 2015 Miloslav Trmač  - 1.6-1
-- Update to IPTables-Parse-1.6
+- Update to IPTables-Parse-1.6 (CVE-2015-8326)
 
 * Wed Oct 14 2015 Miloslav Trmač  - 1.5-2
 - Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=master=bc9cd885252eaa010507ac8f8c2d476c1435ca4d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285423] perl-JavaScript-Beautifier-0.19 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285423



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1098863
  --> https://bugzilla.redhat.com/attachment.cgi?id=1098863=edit
[patch] Update to 0.19 (#1285423)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285423] New: perl-JavaScript-Beautifier-0.19 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285423

Bug ID: 1285423
   Summary: perl-JavaScript-Beautifier-0.19 is available
   Product: Fedora
   Version: rawhide
 Component: perl-JavaScript-Beautifier
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.19
Current version/release in rawhide: 0.18-3.fc23
URL: http://search.cpan.org/dist/JavaScript-Beautifier/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata pushed to perl-BSD-Resource (f23). "1.2909 bump"

2015-11-25 Thread notifications
From 59e046e742a252a2a7304f7e75902ff9993f3c61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 25 Nov 2015 15:48:34 +0100
Subject: 1.2909 bump

---
 .gitignore |  1 +
 perl-BSD-Resource.spec | 18 ++
 sources|  2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 98b2d8d..a418c8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ BSD-Resource-1.2904.tar.gz
 /BSD-Resource-1.2905.tar.gz
 /BSD-Resource-1.2907.tar.gz
 /BSD-Resource-1.2908.tar.gz
+/BSD-Resource-1.2909.tar.gz
diff --git a/perl-BSD-Resource.spec b/perl-BSD-Resource.spec
index 16598c1..de5ca30 100644
--- a/perl-BSD-Resource.spec
+++ b/perl-BSD-Resource.spec
@@ -1,6 +1,6 @@
 Name:   perl-BSD-Resource
-Version:1.290.800
-%define module_version 1.2908
+Version:1.290.900
+%define module_version 1.2909
 Release:1%{?dist}
 Summary:BSD process resource limit and priority functions
 # No matter what the pm and xs headers say, this is stated in the POD and,
@@ -9,13 +9,13 @@ Summary:BSD process resource limit and priority 
functions
 License:(LGPLv2 or Artistic 2.0) and (GPL+ or Artistic)
 URL:http://search.cpan.org/dist/BSD-Resource/
 Source0:
http://www.cpan.org/authors/id/J/JH/JHI/BSD-Resource-%{module_version}.tar.gz
-BuildRequires:  coreutils
 BuildRequires:  findutils
+BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-devel
 BuildRequires:  perl(Config)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(vars)
 # Run-time:
@@ -40,13 +40,12 @@ and priorities.
 %setup -q -n BSD-Resource-%{module_version} 
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -56,9 +55,12 @@ make test
 %doc ChangeLog README
 %{perl_vendorarch}/BSD/
 %{perl_vendorarch}/auto/BSD/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*
 
 %changelog
+* Wed Nov 25 2015 Petr Šabata  - 1.290.900-1
+- 1.2909 bump
+
 * Thu Oct 22 2015 Petr Pisar  - 1.290.800-1
 - 1.2908 bump
 - Correct the license tag to ((LGPLv2 or Artistic 2.0) and (GPL+ or Artistic)
diff --git a/sources b/sources
index cedf91b..63d67c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-786e625221dfe9a5559af0395ff8eb3c  BSD-Resource-1.2908.tar.gz
+3c6dd2fa953088aa87e263f40818d012  BSD-Resource-1.2909.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-BSD-Resource.git/commit/?h=f23=59e046e742a252a2a7304f7e75902ff9993f3c61
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik set the monitor flag of perl-SystemPerl to nobuild

2015-11-25 Thread notifications
jplesnik set the monitor flag of perl-SystemPerl to nobuild

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285423] perl-JavaScript-Beautifier-0.19 is available

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285423



--- Comment #2 from Upstream Release Monitoring 
 ---
Scratch build completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=11978372

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285426] New: Upgrade perl-Mail-SPF-Iterator to 1.111

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285426

Bug ID: 1285426
   Summary: Upgrade perl-Mail-SPF-Iterator to 1.111
   Product: Fedora
   Version: rawhide
 Component: perl-Mail-SPF-Iterator
  Keywords: FutureFeature
  Assignee: emman...@seyman.fr
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org



Latest Fedora delivers 1.11 version. Upstream released 1.111. Please upgrade
it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285428] Review Request: perl-Crypt-ScryptKDF - Scrypt password based key derivation function

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285428

Denis Fateyev  changed:

   What|Removed |Added

 CC||perl-devel@lists.fedoraproj
   ||ect.org



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285430] New: Upgrade perl-Proc-Simple to 1.32

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285430

Bug ID: 1285430
   Summary: Upgrade perl-Proc-Simple to 1.32
   Product: Fedora
   Version: rawhide
 Component: perl-Proc-Simple
  Keywords: FutureFeature
  Assignee: jan.kle...@gmail.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jan.kle...@gmail.com,
perl-devel@lists.fedoraproject.org



Latest Fedora delivers 1.31 version. Upstream released 1.32. Please upgrade it.

Also please enable release monitoring service to receive future notifications
about new releases.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285428] Review Request: perl-Crypt-ScryptKDF - Scrypt password based key derivation function

2015-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285428

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jples...@redhat.com
   Assignee|nob...@fedoraproject.org|jples...@redhat.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


  1   2   >