jplesnik pushed to perl-Catalyst-Plugin-StackTrace (master). 0.12 bump

2015-08-27 Thread notifications
From 47ce1f3a254f27fdb40c4771adfabf02975e14e6 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 27 Aug 2015 15:44:40 +0200
Subject: 0.12 bump


diff --git a/.gitignore b/.gitignore
index 9b40d4a..d54c686 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Plugin-StackTrace-0.10.tar.gz
+/Catalyst-Plugin-StackTrace-0.12.tar.gz
diff --git a/perl-Catalyst-Plugin-StackTrace.spec 
b/perl-Catalyst-Plugin-StackTrace.spec
index 258de47..063c464 100644
--- a/perl-Catalyst-Plugin-StackTrace.spec
+++ b/perl-Catalyst-Plugin-StackTrace.spec
@@ -1,22 +1,45 @@
 Name:   perl-Catalyst-Plugin-StackTrace
-Version:0.10
-Release:17%{?dist}
+Version:0.12
+Release:1%{?dist}
 Summary:Display a stack trace on the debug screen
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
-Source0:
http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-StackTrace-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-StackTrace-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(base)
 BuildRequires:  perl(Catalyst) = 5.70
+BuildRequires:  perl(Catalyst::Controller)
+BuildRequires:  perl(Catalyst::Test)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Devel::StackTrace)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast)
 BuildRequires:  perl(MRO::Compat) = 0.10
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Perl::Critic)
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-Requires:   perl(Catalyst) = 5.61
-Requires:   perl(Devel::StackTrace)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+Requires:   perl(Catalyst) = 5.70
+Requires:   perl(MooseX::Emulate::Class::Accessor::Fast)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -35,7 +58,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
@@ -55,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Jitka Plesnikova jples...@redhat.com - 0.12-1
+- 0.12 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 86c88d5..bd8fe3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65e14b49b52e338e4a29535f49442941  Catalyst-Plugin-StackTrace-0.10.tar.gz
+f089320a66b085f6ee087c990bdccf6c  Catalyst-Plugin-StackTrace-0.12.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Catalyst-Plugin-StackTrace.git/commit/?h=masterid=47ce1f3a254f27fdb40c4771adfabf02975e14e6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1248968] perl-Test-NeedsDisplay-1.07-11.fc24 FTBFS randomly

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1248968



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
The reproducer is:

$ while (prove -v -b t/10_run.t t/11_run.t); do :; done 
t/10_run.t .. 
# No DISPLAY. Looking for xvfb-run...
# Restarting with xvfb-run...
1..2
ok 1 - running xeyes
# PID 11643
ok 2
ok
t/11_run.t .. 
# No DISPLAY. Looking for xvfb-run...
# Restarting with xvfb-run...
1..2
Error: Can't open display: :99
ok 1 - running xeyes
# PID 11661
ok 2
/usr/bin/xvfb-run: line 171: kill: (11657) - No such process
Dubious, test returned 1 (wstat 256, 0x100)
All 2 subtests passed

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230812] Upgrade perl-SVG-Graph to 0.04

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230812

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-SVG-Graph-0.04-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-27 08:35:33



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Language-Prolog-Yaswi (master). Rebuild against pl-7.2.3

2015-08-27 Thread notifications
From 0196e700caef38cb852185b6bb89057952167ed6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 27 Aug 2015 15:22:52 +0200
Subject: Rebuild against pl-7.2.3


diff --git a/perl-Language-Prolog-Yaswi.spec b/perl-Language-Prolog-Yaswi.spec
index c4ba705..c080bbe 100644
--- a/perl-Language-Prolog-Yaswi.spec
+++ b/perl-Language-Prolog-Yaswi.spec
@@ -1,6 +1,6 @@
 Name:   perl-Language-Prolog-Yaswi
 Version:0.21
-Release:29%{?dist}
+Release:30%{?dist}
 Summary:Yet another interface to SWI-Prolog
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Petr Pisar ppi...@redhat.com - 0.21-30
+- Rebuild against pl-7.2.3
+
 * Wed Jul 01 2015 Petr Pisar ppi...@redhat.com - 0.21-29
 - Rebuild against pl-7.2.2
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Language-Prolog-Yaswi.git/commit/?h=masterid=0196e700caef38cb852185b6bb89057952167ed6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230072] Upgrade perl-Catalyst-Plugin-StackTrace to 0.12

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230072

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Catalyst-Plugin-StackT
   ||race-0.12-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-27 10:03:48



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded Catalyst-Plugin-StackTrace-0.12.tar.gz for perl-Catalyst-Plugin-StackTrace

2015-08-27 Thread notifications
f089320a66b085f6ee087c990bdccf6c  Catalyst-Plugin-StackTrace-0.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Catalyst-Plugin-StackTrace/Catalyst-Plugin-StackTrace-0.12.tar.gz/md5/f089320a66b085f6ee087c990bdccf6c/Catalyst-Plugin-StackTrace-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Language-Prolog-Yaswi (f23). Rebuild against pl-7.2.3

2015-08-27 Thread notifications
From 0196e700caef38cb852185b6bb89057952167ed6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 27 Aug 2015 15:22:52 +0200
Subject: Rebuild against pl-7.2.3


diff --git a/perl-Language-Prolog-Yaswi.spec b/perl-Language-Prolog-Yaswi.spec
index c4ba705..c080bbe 100644
--- a/perl-Language-Prolog-Yaswi.spec
+++ b/perl-Language-Prolog-Yaswi.spec
@@ -1,6 +1,6 @@
 Name:   perl-Language-Prolog-Yaswi
 Version:0.21
-Release:29%{?dist}
+Release:30%{?dist}
 Summary:Yet another interface to SWI-Prolog
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Petr Pisar ppi...@redhat.com - 0.21-30
+- Rebuild against pl-7.2.3
+
 * Wed Jul 01 2015 Petr Pisar ppi...@redhat.com - 0.21-29
 - Rebuild against pl-7.2.2
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Language-Prolog-Yaswi.git/commit/?h=f23id=0196e700caef38cb852185b6bb89057952167ed6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1248235] perl-HTTP-BrowserDetect-2.05 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1248235



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-HTTP-BrowserDetect-2.05-1.fc23 has been pushed to the Fedora 23 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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1254112] CVE-2015-5475 rt: multiple XSS flaws [fedora-all]

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1254112



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
rt-4.2.12-1.fc22 has been pushed to the Fedora 22 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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1254112] CVE-2015-5475 rt: multiple XSS flaws [fedora-all]

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1254112

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|4.2.12-1.fc23   |4.2.12-1.fc22



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1248968] perl-Test-NeedsDisplay-1.07-11.fc24 FTBFS randomly

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1248968



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
First failure in Koschei
https://apps.fedoraproject.org/koschei/package/perl-Test-NeedsDisplay/727095
is:

systemd-libs 223-2.git65c85ef  224-1.fc24
libuuid 2.26.2-3.fc24  2.27-0.1.fc24
systemd 223-2.git65c85ef  224-1.fc24
libmount 2.26.2-3.fc24  2.27-0.1.fc24
libfdisk 2.26.2-3.fc24  2.27-0.1.fc24
python3-dnf 1.0.2-2.fc24.1  1.0.2-3.fc24
dnf-conf 1.0.2-2.fc24.1  1.0.2-3.fc24
util-linux 2.26.2-3.fc24  2.27-0.1.fc24
kernel-headers 4.2.0-0.rc4.git3.1  4.2.0-0.rc4.git4.1
libblkid 2.26.2-3.fc24  2.27-0.1.fc24
libsmartcols 2.26.2-3.fc24  2.27-0.1.fc24

But the cause can be earlier because it's a probabilistic failure. I though it
was caused by upgrading xorg-server, but it fails even with old xorg-server
1.17.2-2.

It's a race condition between stopping and starting Xvfb. In case of the
failure, one can see that Xvfb from t/10_run.t is still running, so second Xvfb
refuses to start and X client cannot open display (both Xvfb are terminated or
xauth does not match) and xvfb-run killing the second Xvfb fails because it
finishes before the killing.

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed perl-sig's 'watchbugzilla' permission on perl-Log-Any-IfLOG (master) to 'Approved'

2015-08-27 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-Log-Any-IfLOG 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed perl-sig's 'watchcommits' permission on perl-Log-Any-IfLOG (f22) to 'Approved'

2015-08-27 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-Log-Any-IfLOG (f22) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Log-Any-IfLOG (master). Initial import (#1256344)

2015-08-27 Thread notifications
From e0f48fe351b05d910fdf05bbe4e6f796136bd62b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 17:27:32 +0200
Subject: Initial import (#1256344)


diff --git a/.gitignore b/.gitignore
index e69de29..d7c765b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Log-Any-IfLOG-0.07.tar.gz
diff --git a/perl-Log-Any-IfLOG.spec b/perl-Log-Any-IfLOG.spec
new file mode 100644
index 000..68ce4f3
--- /dev/null
+++ b/perl-Log-Any-IfLOG.spec
@@ -0,0 +1,57 @@
+Name:   perl-Log-Any-IfLOG
+Version:0.07
+Release:1%{?dist}
+Summary:Load Log::Any only if logging is enabled
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Log-Any-IfLOG/
+Source0:
http://www.cpan.org/authors/id/P/PE/PERLANCAR/Log-Any-IfLOG-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+# XXX: BuildRequires:  perl(Log::Any)
+# Tests only
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Log::Any)
+
+# Object::Dumb is a private module
+# perl-generators don't pick it up but that may change in the future --
+# better have a filter in place and be ready
+%global __provides_exclude ^perl\\(Object::Dumb\\)$
+
+%description
+This module is a drop-in replacement/wrapper for Log::Any to be used from
+your modules. This is a quick-hack solution to avoid the cost of loading
+Log::Any under normal condition.
+
+%prep
+%setup -q -n Log-Any-IfLOG-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com 0.07-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..74f1b17 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c250d9b576ff4f9769e68bc1939e31ca  Log-Any-IfLOG-0.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Any-IfLOG.git/commit/?h=masterid=e0f48fe351b05d910fdf05bbe4e6f796136bd62b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded Log-Any-IfLOG-0.07.tar.gz for perl-Log-Any-IfLOG

2015-08-27 Thread notifications
c250d9b576ff4f9769e68bc1939e31ca  Log-Any-IfLOG-0.07.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Log-Any-IfLOG/Log-Any-IfLOG-0.07.tar.gz/md5/c250d9b576ff4f9769e68bc1939e31ca/Log-Any-IfLOG-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1248968] perl-Test-NeedsDisplay-1.07-11.fc24 FTBFS randomly

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1248968

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|jples...@redhat.com |ppi...@redhat.com



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1254111] CVE-2015-5475 CVE-2015-6506 rt: multiple XSS flaws

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1254111



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
rt-4.2.12-1.fc22 has been pushed to the Fedora 22 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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1248235] perl-HTTP-BrowserDetect-2.05 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1248235

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||2.05-1.fc23
 Resolution|--- |NEXTRELEASE
Last Closed||2015-08-27 14:00:05



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded Proc-Simple-1.31.tar.gz for perl-Proc-Simple

2015-08-27 Thread notifications
46f36d79dc76d10f9a44928b9e61817e  Proc-Simple-1.31.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Proc-Simple/Proc-Simple-1.31.tar.gz/md5/46f36d79dc76d10f9a44928b9e61817e/Proc-Simple-1.31.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230792] Upgrade perl-Proc-Simple to 1.31

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230792

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Proc-Simple-1.31-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-08-27 10:58:10



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1248968] perl-Test-NeedsDisplay-1.07-11.fc24 FTBFS randomly

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1248968



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
I cannot reduce it to xvfb-run only with:

$ while (xvfb-run '/bin/true'; xvfb-run '/bin/true'); do :; done

Perhaps because the tests kill xvfb-run before it reaches end.

However putting wait just after kill in the xvfb-run helps. I think xvfb-run
should terminate after the Xvfb terminates.

Another workaround is to edit Test::NeedsDisplay to call xfbv-run with -a.
Not only it fixes the issue with overlapping Xvfb's lock file, it will also
allow to use Test::NeedsDisplay in parallel. Without the option each Xvfb binds
to display :99 which leads to failures.

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded Perl-Stripper-0.09.tar.gz for perl-Perl-Stripper

2015-08-27 Thread notifications
c6385be80b57e257eb2786525348666e  Perl-Stripper-0.09.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Perl-Stripper/Perl-Stripper-0.09.tar.gz/md5/c6385be80b57e257eb2786525348666e/Perl-Stripper-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Perl-Stripper (master). 0.09 bump

2015-08-27 Thread notifications
From 8cf548666abe929cee12f183ecfee3588fdad07c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 17:58:26 +0200
Subject: 0.09 bump


diff --git a/.gitignore b/.gitignore
index 308019c..ef4fc87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Perl-Stripper-0.06.tar.gz
 /Perl-Stripper-0.07.tar.gz
 /Perl-Stripper-0.08.tar.gz
+/Perl-Stripper-0.09.tar.gz
diff --git a/perl-Perl-Stripper.spec b/perl-Perl-Stripper.spec
index 9277575..7caf211 100644
--- a/perl-Perl-Stripper.spec
+++ b/perl-Perl-Stripper.spec
@@ -1,19 +1,20 @@
 Name:   perl-Perl-Stripper
-Version:0.08
-Release:3%{?dist}
+Version:0.09
+Release:1%{?dist}
 Summary:Yet another PPI-based Perl source code stripper
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Perl-Stripper/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PE/PERLANCAR/Perl-Stripper-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(experimental)
-BuildRequires:  perl(Log::Any)
+BuildRequires:  perl(Log::Any::IfLOG)
 BuildRequires:  perl(Moo)
 BuildRequires:  perl(PPI)
 # Tests only
@@ -21,6 +22,7 @@ BuildRequires:  perl(File::Slurp::Tiny)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::More) = 0.98
 BuildRequires:  perl(vars)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
@@ -45,11 +47,14 @@ make test
 
 %files
 %license LICENSE
-%doc Changes README TODO.md
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 0.09-1
+- 0.09 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 9d494ff..b987aad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59c1fd2274593f19e264d06615316c8f  Perl-Stripper-0.08.tar.gz
+c6385be80b57e257eb2786525348666e  Perl-Stripper-0.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Perl-Stripper.git/commit/?h=masterid=8cf548666abe929cee12f183ecfee3588fdad07c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar created the branch 'f21' for the package 'perl-Log-Any-IfLOG'

2015-08-27 Thread notifications
ppisar created the branch 'f21' for the package 'perl-Log-Any-IfLOG'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchbugzilla' permission on perl-Log-Any-IfLOG (f21) to 'Obsolete'

2015-08-27 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Log-Any-IfLOG (f21) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1252634] perl-CPAN-Uploader-0.103010 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1252634

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||perl-CPAN-Uploader-0.103010
   ||-1.fc23
 Resolution|--- |CURRENTRELEASE
Last Closed||2015-08-27 10:51:26



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Log-Any-IfLOG (f22). Initial import (#1256344)

2015-08-27 Thread notifications
From e0f48fe351b05d910fdf05bbe4e6f796136bd62b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 17:27:32 +0200
Subject: Initial import (#1256344)


diff --git a/.gitignore b/.gitignore
index e69de29..d7c765b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Log-Any-IfLOG-0.07.tar.gz
diff --git a/perl-Log-Any-IfLOG.spec b/perl-Log-Any-IfLOG.spec
new file mode 100644
index 000..68ce4f3
--- /dev/null
+++ b/perl-Log-Any-IfLOG.spec
@@ -0,0 +1,57 @@
+Name:   perl-Log-Any-IfLOG
+Version:0.07
+Release:1%{?dist}
+Summary:Load Log::Any only if logging is enabled
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Log-Any-IfLOG/
+Source0:
http://www.cpan.org/authors/id/P/PE/PERLANCAR/Log-Any-IfLOG-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+# XXX: BuildRequires:  perl(Log::Any)
+# Tests only
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Log::Any)
+
+# Object::Dumb is a private module
+# perl-generators don't pick it up but that may change in the future --
+# better have a filter in place and be ready
+%global __provides_exclude ^perl\\(Object::Dumb\\)$
+
+%description
+This module is a drop-in replacement/wrapper for Log::Any to be used from
+your modules. This is a quick-hack solution to avoid the cost of loading
+Log::Any under normal condition.
+
+%prep
+%setup -q -n Log-Any-IfLOG-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com 0.07-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..74f1b17 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c250d9b576ff4f9769e68bc1939e31ca  Log-Any-IfLOG-0.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Any-IfLOG.git/commit/?h=f22id=e0f48fe351b05d910fdf05bbe4e6f796136bd62b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1142829] perl-Cache-Cache-1.06-19.fc22 FTBFS: random failure of t/6_test_size_aware_memory_cache.t: Couldn't limit size to 28

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1142829

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Cache-Cache-1.08-1.fc2
   ||2
 Resolution|--- |CURRENTRELEASE
Last Closed||2015-08-27 11:01:40



--- Comment #5 from Petr Šabata psab...@redhat.com ---
The proposed patches were merged upstream in 1.08.

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed perl-sig's 'watchbugzilla' permission on perl-Log-Any-IfLOG (f23) to 'Approved'

2015-08-27 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-Log-Any-IfLOG (f23) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Log-Any-IfLOG (f23). Initial import (#1256344)

2015-08-27 Thread notifications
From e0f48fe351b05d910fdf05bbe4e6f796136bd62b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 17:27:32 +0200
Subject: Initial import (#1256344)


diff --git a/.gitignore b/.gitignore
index e69de29..d7c765b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Log-Any-IfLOG-0.07.tar.gz
diff --git a/perl-Log-Any-IfLOG.spec b/perl-Log-Any-IfLOG.spec
new file mode 100644
index 000..68ce4f3
--- /dev/null
+++ b/perl-Log-Any-IfLOG.spec
@@ -0,0 +1,57 @@
+Name:   perl-Log-Any-IfLOG
+Version:0.07
+Release:1%{?dist}
+Summary:Load Log::Any only if logging is enabled
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Log-Any-IfLOG/
+Source0:
http://www.cpan.org/authors/id/P/PE/PERLANCAR/Log-Any-IfLOG-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+# XXX: BuildRequires:  perl(Log::Any)
+# Tests only
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Log::Any)
+
+# Object::Dumb is a private module
+# perl-generators don't pick it up but that may change in the future --
+# better have a filter in place and be ready
+%global __provides_exclude ^perl\\(Object::Dumb\\)$
+
+%description
+This module is a drop-in replacement/wrapper for Log::Any to be used from
+your modules. This is a quick-hack solution to avoid the cost of loading
+Log::Any under normal condition.
+
+%prep
+%setup -q -n Log-Any-IfLOG-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com 0.07-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..74f1b17 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c250d9b576ff4f9769e68bc1939e31ca  Log-Any-IfLOG-0.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Any-IfLOG.git/commit/?h=f23id=e0f48fe351b05d910fdf05bbe4e6f796136bd62b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchbugzilla' permission on perl-Log-Any-IfLOG (f22) to 'Obsolete'

2015-08-27 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Log-Any-IfLOG (f22) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchbugzilla' permission on perl-Log-Any-IfLOG (master) to 'Obsolete'

2015-08-27 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Log-Any-IfLOG 
(master) to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchcommits' permission on perl-Log-Any-IfLOG (f21) to 'Obsolete'

2015-08-27 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Log-Any-IfLOG (f21) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Proc-Simple (master). 1.31 bump

2015-08-27 Thread notifications
From 522416dbff65e61107374b44923c1a94fcfe8e9d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 27 Aug 2015 16:53:22 +0200
Subject: 1.31 bump


diff --git a/.gitignore b/.gitignore
index 3aaf4ce..1fdbfdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Proc-Simple-1.26.tar.gz
+/Proc-Simple-1.31.tar.gz
diff --git a/perl-Proc-Simple.spec b/perl-Proc-Simple.spec
index 0ddba1d..f823832 100644
--- a/perl-Proc-Simple.spec
+++ b/perl-Proc-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Proc-Simple
-Version:1.26
-Release:16%{?dist}
+Version:1.31
+Release:1%{?dist}
 Summary:Launch and control background processes
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,9 +8,20 @@ URL:http://search.cpan.org/dist/Proc-Simple/
 Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/Proc-Simple-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Time::HiRes)
 
 %description
 The Proc::Simple package provides objects mimicing real-life processes from
@@ -20,6 +31,9 @@ launched and controlled as processes in the background.
 %prep
 %setup -q -n Proc-Simple-%{version}
 
+# remove all execute bits from eg subdirectory
+find eg -type f -exec chmod -x {} 2/dev/null ';'
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -27,7 +41,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
@@ -42,11 +56,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README eg
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Jitka Plesnikova jples...@redhat.com - 1.31-1
+- 1.31 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.26-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 8266b65..96440ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06e381d16536af2582e989d8f2edcdaf  Proc-Simple-1.26.tar.gz
+46f36d79dc76d10f9a44928b9e61817e  Proc-Simple-1.31.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Proc-Simple.git/commit/?h=masterid=522416dbff65e61107374b44923c1a94fcfe8e9d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata set the monitor flag of perl-Log-Any-IfLOG to nobuild

2015-08-27 Thread notifications
psabata set the monitor flag of perl-Log-Any-IfLOG to nobuild

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

[Bug 1256181] perl-Perl-Stripper-0.09 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256181

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Perl-Stripper-0.09-1.f
   ||c24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-27 11:59:03



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed perl-sig's 'watchbugzilla' permission on perl-Log-Any-IfLOG (f22) to 'Approved'

2015-08-27 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-Log-Any-IfLOG (f22) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Test-NeedsDisplay (master). Prevent from races by using free display numbers

2015-08-27 Thread notifications
From e8ca5ee55f501d79dbc16fc5720e9d051be57aa6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 27 Aug 2015 18:03:50 +0200
Subject: Prevent from races by using free display numbers


diff --git a/Test-NeedsDisplay-1.07-Use-non-conflicting-display-numbers.patch 
b/Test-NeedsDisplay-1.07-Use-non-conflicting-display-numbers.patch
new file mode 100644
index 000..5176e2f
--- /dev/null
+++ b/Test-NeedsDisplay-1.07-Use-non-conflicting-display-numbers.patch
@@ -0,0 +1,33 @@
+From 1b3f53f50706d2cb12651e30bfee3cf326e5e07c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Thu, 27 Aug 2015 17:47:37 +0200
+Subject: [PATCH] Use non-conflicting display numbers
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+xfvb-run insists on :99 display. It prevents from running multiple
+Test::NeedsDisplay in parallel.
+
+This patch instructs xvfb-run to use a free display number.
+
+It also prevents from random failures I noticed in
+https://bugzilla.redhat.com/show_bug.cgi?id=1248968.
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+
+diff --git a/lib/Test/NeedsDisplay.pm b/lib/Test/NeedsDisplay.pm
+index 6ff8448..275e6d8 100644
+--- a/lib/Test/NeedsDisplay.pm
 b/lib/Test/NeedsDisplay.pm
+@@ -107,6 +107,7 @@ sub import {
+   print # Restarting with xvfb-run...\n;
+   exec(
+   $xvfb_run,
++'-a',
+   $^X,
+   ($INC{'blib.pm'} ? '-Mblib' : ()),
+   ($INC{'perl5db.pl'} ? '-d' : ()),
+-- 
+2.4.3
+
diff --git a/perl-Test-NeedsDisplay.spec b/perl-Test-NeedsDisplay.spec
index a83d86c..d59882e 100644
--- a/perl-Test-NeedsDisplay.spec
+++ b/perl-Test-NeedsDisplay.spec
@@ -1,11 +1,14 @@
 Name:   perl-Test-NeedsDisplay
 Version:1.07
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Ensure that tests needing a display have one
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-NeedsDisplay/
 Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NeedsDisplay-%{version}.tar.gz
+# Prevent from races by using free display numbers, bug #1248968,
+# CPAN RT#106699
+Patch0: 
Test-NeedsDisplay-1.07-Use-non-conflicting-display-numbers.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -47,6 +50,7 @@ any objects.
 
 %prep
 %setup -q -n Test-NeedsDisplay-%{version}
+%patch0 -p1
 # Remove bundled modules
 rm -rf ./inc
 sed -i -e '/^inc\//d' MANIFEST
@@ -70,6 +74,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Petr Pisar ppi...@redhat.com - 1.07-13
+- Prevent from races by using free display numbers (bug #1248968)
+
 * Fri Jul 31 2015 Petr Pisar ppi...@redhat.com - 1.07-12
 - Specify all dependencies
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-NeedsDisplay.git/commit/?h=masterid=e8ca5ee55f501d79dbc16fc5720e9d051be57aa6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed perl-sig's 'watchcommits' permission on perl-Log-Any-IfLOG (f23) to 'Approved'

2015-08-27 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-Log-Any-IfLOG (f23) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchcommits' permission on perl-Log-Any-IfLOG (f22) to 'Obsolete'

2015-08-27 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Log-Any-IfLOG (f22) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1248968] perl-Test-NeedsDisplay-1.07-11.fc24 FTBFS randomly

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1248968

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
External Bug ID||CPAN 106699
   Fixed In Version||perl-Test-NeedsDisplay-1.07
   ||-13.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-27 12:09:31



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchcommits' permission on perl-Log-Any-IfLOG (master) to 'Obsolete'

2015-08-27 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Log-Any-IfLOG 
(master) to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Log-Any-IfLOG/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jwakely pushed to slic3r (master). Rebuilt for Boost 1.59

2015-08-27 Thread notifications
From 3d4976a50c408733c6f194d23b9b638bfd01b49b Mon Sep 17 00:00:00 2001
From: Jonathan Wakely jwak...@redhat.com
Date: Thu, 27 Aug 2015 20:12:58 +0100
Subject: Rebuilt for Boost 1.59


diff --git a/slic3r.spec b/slic3r.spec
index 2ed5665..9d989bb 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -169,6 +169,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Thu Aug 27 2015 Jonathan Wakely jwak...@redhat.com - 1.2.9-4
+- Rebuilt for Boost 1.59
+
 * Wed Jul 29 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=masterid=3d4976a50c408733c6f194d23b9b638bfd01b49b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar uploaded Test-Moose-More-0.035.tar.gz for perl-Test-Moose-More

2015-08-27 Thread notifications
b8c33a9474bffce8e0ba1f5fe36f243a  Test-Moose-More-0.035.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Moose-More/Test-Moose-More-0.035.tar.gz/md5/b8c33a9474bffce8e0ba1f5fe36f243a/Test-Moose-More-0.035.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Test-Moose-More (master). 0.035 bump

2015-08-27 Thread notifications
From bb33d96aaa43b1fe15c111a067546e675f801fb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 27 Aug 2015 12:33:41 +0200
Subject: 0.035 bump


diff --git a/.gitignore b/.gitignore
index c6ab1be..a4b8502 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /Test-Moose-More-0.031.tar.gz
 /Test-Moose-More-0.032.tar.gz
 /Test-Moose-More-0.033.tar.gz
+/Test-Moose-More-0.035.tar.gz
diff --git a/perl-Test-Moose-More.spec b/perl-Test-Moose-More.spec
index 0e148a7..6e7097a 100644
--- a/perl-Test-Moose-More.spec
+++ b/perl-Test-Moose-More.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-Moose-More
-Version:0.033
+Version:0.035
 Release:1%{?dist}
 Summary:More tools for testing Moose packages
 License:LGPLv2+
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Petr Pisar ppi...@redhat.com - 0.035-1
+- 0.035 bump
+
 * Thu Jul 30 2015 Petr Pisar ppi...@redhat.com - 0.033-1
 - 0.033 bump
 
diff --git a/sources b/sources
index ebde3e5..715a8de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb0196cc49a8e2e407f7ea90c2be6dbc  Test-Moose-More-0.033.tar.gz
+b8c33a9474bffce8e0ba1f5fe36f243a  Test-Moose-More-0.035.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Moose-More.git/commit/?h=masterid=bb33d96aaa43b1fe15c111a067546e675f801fb7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257380] perl-Test-Moose-More-0.035 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257380



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
validate_role() is more strict. Therefore this release is suitable for Rawhide
only.

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-08-27 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the F-23 tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-FindRef

2015-08-27 Thread buildsys


perl-Devel-FindRef has broken dependencies in the F-23 tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: polymake

2015-08-27 Thread buildsys


polymake has broken dependencies in the F-23 tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-CGI-Application-Structured-Tools

2015-08-27 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the F-23 tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-API-Peek

2015-08-27 Thread buildsys


perl-POE-API-Peek has broken dependencies in the F-23 tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

[Bug 1257380] perl-Test-Moose-More-0.035 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257380



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Test-Moose-More-0.035-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680673

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-MongoDB

2015-08-27 Thread buildsys


perl-MongoDB has broken dependencies in the F-23 tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Method-Signatures

2015-08-27 Thread buildsys


perl-Method-Signatures has broken dependencies in the F-23 tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

jplesnik pushed to perl-Getopt-Simple (master). 1.52 bump

2015-08-27 Thread notifications
From aae965c6efa1024e5674bcd9732378e51158f9b3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 27 Aug 2015 12:46:14 +0200
Subject: 1.52 bump


diff --git a/.gitignore b/.gitignore
index bf376ba..24bf106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Getopt-Simple-1.49.tgz
+/Getopt-Simple-1.52.tgz
diff --git a/perl-Getopt-Simple.spec b/perl-Getopt-Simple.spec
index d569c8a..7dc1fc6 100644
--- a/perl-Getopt-Simple.spec
+++ b/perl-Getopt-Simple.spec
@@ -1,18 +1,25 @@
 Name:   perl-Getopt-Simple
-Version:1.49
-Release:15%{?dist}
+Version:1.52
+Release:1%{?dist}
 Summary:Provide a simple wrapper around Getopt::Long
 License:Artistic 2.0
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Getopt-Simple/
 Source0:
http://www.cpan.org/authors/id/R/RS/RSAVAGE/Getopt-Simple-%{version}.tgz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-Requires:   perl(Getopt::Long)
 
 %description
 Getopt::Simple is a pure Perl module used as wrapper around Getopt::Long.
@@ -25,7 +32,6 @@ Getopt::Simple is a pure Perl module used as wrapper around 
Getopt::Long.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
 tr -d '\r'  README  tmp
 mv tmp README
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
@@ -36,16 +42,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes.txt README
+%doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Jitka Plesnikova jples...@redhat.com - 1.52-1
+- 1.52 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.49-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a3311ef..737ed97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b1e965e7833f840bd78eb9835da5bd0  Getopt-Simple-1.49.tgz
+5ff72e4753147e5eef5990b5d4aaae46  Getopt-Simple-1.52.tgz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Getopt-Simple.git/commit/?h=masterid=aae965c6efa1024e5674bcd9732378e51158f9b3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230596] Upgrade perl-Getopt-Simple to 1.52

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230596

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Getopt-Simple-1.52-1.f
   ||c24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-27 06:53:24



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257380] perl-Test-Moose-More-0.035 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257380

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Test-Moose-More-0.035-
   ||1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-27 06:51:24



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Devel-BeginLift

2015-08-27 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Dump-Streamer

2015-08-27 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-API-Peek

2015-08-27 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: polymake

2015-08-27 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-AutoBuild

2015-08-27 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the F-23 tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Alias

2015-08-27 Thread buildsys


perl-Data-Alias has broken dependencies in the F-23 tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Dump-Streamer

2015-08-27 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the F-23 tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-BeginLift

2015-08-27 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the F-23 tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

jplesnik uploaded Getopt-Simple-1.52.tgz for perl-Getopt-Simple

2015-08-27 Thread notifications
5ff72e4753147e5eef5990b5d4aaae46  Getopt-Simple-1.52.tgz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Getopt-Simple/Getopt-Simple-1.52.tgz/md5/5ff72e4753147e5eef5990b5d4aaae46/Getopt-Simple-1.52.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Data-Alias

2015-08-27 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-FindRef

2015-08-27 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Method-Signatures

2015-08-27 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-08-27 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-AutoBuild

2015-08-27 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

psabata pushed to perl-SOAP-Lite (f22). Upload sources

2015-08-27 Thread notifications
From f841071cccefa29b8d3dcd5fa90ef2e7cd55de67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 11:11:48 +0200
Subject: Upload sources


diff --git a/.gitignore b/.gitignore
index f554807..def257d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ SOAP-Lite-0.710.10.tar.gz
 /SOAP-Lite-1.14.tar.gz
 /SOAP-Lite-1.17.tar.gz
 /SOAP-Lite-1.18.tar.gz
+/SOAP-Lite-1.19.tar.gz
diff --git a/sources b/sources
index 97f6bfb..37adc1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5ddeaad11bc0d6db723838e9e710523  SOAP-Lite-1.18.tar.gz
+eceb84ca5aabebf855e37c53f53d39ce  SOAP-Lite-1.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-SOAP-Lite.git/commit/?h=f22id=f841071cccefa29b8d3dcd5fa90ef2e7cd55de67
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-SOAP-Lite (master). Upload sources

2015-08-27 Thread notifications
From f841071cccefa29b8d3dcd5fa90ef2e7cd55de67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 11:11:48 +0200
Subject: Upload sources


diff --git a/.gitignore b/.gitignore
index f554807..def257d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ SOAP-Lite-0.710.10.tar.gz
 /SOAP-Lite-1.14.tar.gz
 /SOAP-Lite-1.17.tar.gz
 /SOAP-Lite-1.18.tar.gz
+/SOAP-Lite-1.19.tar.gz
diff --git a/sources b/sources
index 97f6bfb..37adc1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5ddeaad11bc0d6db723838e9e710523  SOAP-Lite-1.18.tar.gz
+eceb84ca5aabebf855e37c53f53d39ce  SOAP-Lite-1.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-SOAP-Lite.git/commit/?h=masterid=f841071cccefa29b8d3dcd5fa90ef2e7cd55de67
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-SOAP-Lite (f23). Upload sources

2015-08-27 Thread notifications
From f841071cccefa29b8d3dcd5fa90ef2e7cd55de67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 11:11:48 +0200
Subject: Upload sources


diff --git a/.gitignore b/.gitignore
index f554807..def257d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ SOAP-Lite-0.710.10.tar.gz
 /SOAP-Lite-1.14.tar.gz
 /SOAP-Lite-1.17.tar.gz
 /SOAP-Lite-1.18.tar.gz
+/SOAP-Lite-1.19.tar.gz
diff --git a/sources b/sources
index 97f6bfb..37adc1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5ddeaad11bc0d6db723838e9e710523  SOAP-Lite-1.18.tar.gz
+eceb84ca5aabebf855e37c53f53d39ce  SOAP-Lite-1.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-SOAP-Lite.git/commit/?h=f23id=f841071cccefa29b8d3dcd5fa90ef2e7cd55de67
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded SOAP-Lite-1.19.tar.gz for perl-SOAP-Lite

2015-08-27 Thread notifications
eceb84ca5aabebf855e37c53f53d39ce  SOAP-Lite-1.19.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-SOAP-Lite/SOAP-Lite-1.19.tar.gz/md5/eceb84ca5aabebf855e37c53f53d39ce/SOAP-Lite-1.19.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257379] perl-SOAP-Lite-1.19 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257379



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-SOAP-Lite-1.19-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680660

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257379] perl-SOAP-Lite-1.19 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257379



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-SOAP-Lite-1.19-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14397

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257379] perl-SOAP-Lite-1.19 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257379



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-SOAP-Lite-1.19-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14398

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar uploaded Object-InsideOut-4.02.tar.gz for perl-Object-InsideOut

2015-08-27 Thread notifications
aca3e8b0b15423d22ddfc95868ba5d00  Object-InsideOut-4.02.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Object-InsideOut/Object-InsideOut-4.02.tar.gz/md5/aca3e8b0b15423d22ddfc95868ba5d00/Object-InsideOut-4.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Object-InsideOut (master). 4.02 bump

2015-08-27 Thread notifications
From 3a1999280b31aca3077db0b9a67c521c777c457d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 27 Aug 2015 10:02:56 +0200
Subject: 4.02 bump


diff --git a/.gitignore b/.gitignore
index 42cc493..da08f8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
 /Object-InsideOut-3.99.tar.gz
+/Object-InsideOut-4.02.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
deleted file mode 100644
index adda397..000
--- a/Object-InsideOut-3.99-Remove-forgotten-print.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
-Date: Wed, 26 Aug 2015 09:31:07 +0200
-Subject: [PATCH] Remove forgotten print
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-CPAN RT#106661
-
-Signed-off-by: Petr Písař ppi...@redhat.com

- lib/Object/InsideOut.pm | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
-index 99b7005..aac5a01 100644
 a/lib/Object/InsideOut.pm
-+++ b/lib/Object/InsideOut.pm
-@@ -2780,7 +2780,6 @@ _PRE_
- }
- }
- 
--print($code);
- # Compile the subroutine(s) in the smallest possible lexical scope
- my @errs;
- local $SIG{'__WARN__'} = sub { push(@errs, @_); };
--- 
-2.4.3
-
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 8a075e3..133c30a 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,13 +1,11 @@
 Name:   perl-Object-InsideOut
-Version:3.99
+Version:4.02
 Release:1%{?dist}
 Summary:Comprehensive inside-out object support module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-InsideOut
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
-# Remove a spurious debugging output, CPAN RT#106661
-Patch0: Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -63,7 +61,6 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
-%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -86,6 +83,9 @@ make test
 
 
 %changelog
+* Thu Aug 27 2015 Petr Pisar ppi...@redhat.com - 4.02-1
+- 4.02 bump
+
 * Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.99-1
 - 3.99 bump
 
diff --git a/sources b/sources
index b50936c..4ec2b3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
+aca3e8b0b15423d22ddfc95868ba5d00  Object-InsideOut-4.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=masterid=3a1999280b31aca3077db0b9a67c521c777c457d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257174] perl-Object-InsideOut-4.01 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257174

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Object-InsideOut-4.02-
   ||1.fc24



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
4.02 is out, suitable for all Fedoras.

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Object-InsideOut (f23). 4.02 bump

2015-08-27 Thread notifications
From 3a1999280b31aca3077db0b9a67c521c777c457d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 27 Aug 2015 10:02:56 +0200
Subject: 4.02 bump


diff --git a/.gitignore b/.gitignore
index 42cc493..da08f8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
 /Object-InsideOut-3.99.tar.gz
+/Object-InsideOut-4.02.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
deleted file mode 100644
index adda397..000
--- a/Object-InsideOut-3.99-Remove-forgotten-print.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
-Date: Wed, 26 Aug 2015 09:31:07 +0200
-Subject: [PATCH] Remove forgotten print
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-CPAN RT#106661
-
-Signed-off-by: Petr Písař ppi...@redhat.com

- lib/Object/InsideOut.pm | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
-index 99b7005..aac5a01 100644
 a/lib/Object/InsideOut.pm
-+++ b/lib/Object/InsideOut.pm
-@@ -2780,7 +2780,6 @@ _PRE_
- }
- }
- 
--print($code);
- # Compile the subroutine(s) in the smallest possible lexical scope
- my @errs;
- local $SIG{'__WARN__'} = sub { push(@errs, @_); };
--- 
-2.4.3
-
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 8a075e3..133c30a 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,13 +1,11 @@
 Name:   perl-Object-InsideOut
-Version:3.99
+Version:4.02
 Release:1%{?dist}
 Summary:Comprehensive inside-out object support module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-InsideOut
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
-# Remove a spurious debugging output, CPAN RT#106661
-Patch0: Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -63,7 +61,6 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
-%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -86,6 +83,9 @@ make test
 
 
 %changelog
+* Thu Aug 27 2015 Petr Pisar ppi...@redhat.com - 4.02-1
+- 4.02 bump
+
 * Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.99-1
 - 3.99 bump
 
diff --git a/sources b/sources
index b50936c..4ec2b3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
+aca3e8b0b15423d22ddfc95868ba5d00  Object-InsideOut-4.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=f23id=3a1999280b31aca3077db0b9a67c521c777c457d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Object-InsideOut (f22). 4.02 bump

2015-08-27 Thread notifications
From 19769401a5ca78b58a62d05a96c405aa115dfb10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 27 Aug 2015 10:02:56 +0200
Subject: 4.02 bump


diff --git a/.gitignore b/.gitignore
index 42cc493..da08f8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
 /Object-InsideOut-3.99.tar.gz
+/Object-InsideOut-4.02.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
deleted file mode 100644
index adda397..000
--- a/Object-InsideOut-3.99-Remove-forgotten-print.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
-Date: Wed, 26 Aug 2015 09:31:07 +0200
-Subject: [PATCH] Remove forgotten print
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-CPAN RT#106661
-
-Signed-off-by: Petr Písař ppi...@redhat.com

- lib/Object/InsideOut.pm | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
-index 99b7005..aac5a01 100644
 a/lib/Object/InsideOut.pm
-+++ b/lib/Object/InsideOut.pm
-@@ -2780,7 +2780,6 @@ _PRE_
- }
- }
- 
--print($code);
- # Compile the subroutine(s) in the smallest possible lexical scope
- my @errs;
- local $SIG{'__WARN__'} = sub { push(@errs, @_); };
--- 
-2.4.3
-
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 2591d45..cc8a0ad 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,13 +1,11 @@
 Name:   perl-Object-InsideOut
-Version:3.99
+Version:4.02
 Release:1%{?dist}
 Summary:Comprehensive inside-out object support module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-InsideOut
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
-# Remove a spurious debugging output, CPAN RT#106661
-Patch0: Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -63,7 +61,6 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
-%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -86,6 +83,9 @@ make test
 
 
 %changelog
+* Thu Aug 27 2015 Petr Pisar ppi...@redhat.com - 4.02-1
+- 4.02 bump
+
 * Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.99-1
 - 3.99 bump
 
diff --git a/sources b/sources
index b50936c..4ec2b3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
+aca3e8b0b15423d22ddfc95868ba5d00  Object-InsideOut-4.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=f22id=19769401a5ca78b58a62d05a96c405aa115dfb10
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257174] perl-Object-InsideOut-4.01 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257174



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Object-InsideOut-4.02-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14389

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-SOAP-Lite (master). 1.19 bump, a properly versioned release

2015-08-27 Thread notifications
From 08c891a97ea9223eab1ca35aa9d2b6003334b5ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 10:29:15 +0200
Subject: 1.19 bump, a properly versioned release


diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index a5e93c5..00c8975 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,5 +1,5 @@
 Name:   perl-SOAP-Lite
-Version:1.18
+Version:1.19
 Release:1%{?dist}
 Summary:Client and server side SOAP implementation
 License:GPL+ or Artistic
@@ -134,6 +134,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Thu Aug 27 2015 Petr Šabata con...@redhat.com - 1.19-1
+- 1.19 bump, a properly versioned release
+
 * Wed Aug 26 2015 Petr Šabata con...@redhat.com - 1.18-1
 - 1.18 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-SOAP-Lite.git/commit/?h=masterid=08c891a97ea9223eab1ca35aa9d2b6003334b5ce
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Object-InsideOut (f21). 4.02 bump

2015-08-27 Thread notifications
From 05fa1315de41bfe8cfe780146129536e343cec4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 27 Aug 2015 10:02:56 +0200
Subject: 4.02 bump


diff --git a/.gitignore b/.gitignore
index 42cc493..da08f8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
 /Object-InsideOut-3.99.tar.gz
+/Object-InsideOut-4.02.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
deleted file mode 100644
index adda397..000
--- a/Object-InsideOut-3.99-Remove-forgotten-print.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
-Date: Wed, 26 Aug 2015 09:31:07 +0200
-Subject: [PATCH] Remove forgotten print
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-CPAN RT#106661
-
-Signed-off-by: Petr Písař ppi...@redhat.com

- lib/Object/InsideOut.pm | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
-index 99b7005..aac5a01 100644
 a/lib/Object/InsideOut.pm
-+++ b/lib/Object/InsideOut.pm
-@@ -2780,7 +2780,6 @@ _PRE_
- }
- }
- 
--print($code);
- # Compile the subroutine(s) in the smallest possible lexical scope
- my @errs;
- local $SIG{'__WARN__'} = sub { push(@errs, @_); };
--- 
-2.4.3
-
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 9e54839..a286019 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,13 +1,11 @@
 Name:   perl-Object-InsideOut
-Version:3.99
+Version:4.02
 Release:1%{?dist}
 Summary:Comprehensive inside-out object support module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-InsideOut
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
-# Remove a spurious debugging output, CPAN RT#106661
-Patch0: Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -63,7 +61,6 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
-%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -86,6 +83,9 @@ make test
 
 
 %changelog
+* Thu Aug 27 2015 Petr Pisar ppi...@redhat.com - 4.02-1
+- 4.02 bump
+
 * Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.99-1
 - 3.99 bump
 
diff --git a/sources b/sources
index b50936c..4ec2b3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
+aca3e8b0b15423d22ddfc95868ba5d00  Object-InsideOut-4.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=f21id=05fa1315de41bfe8cfe780146129536e343cec4d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257174] perl-Object-InsideOut-4.01 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257174



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Object-InsideOut-4.02-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14390

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257174] perl-Object-InsideOut-4.01 is available

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257174



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Object-InsideOut-4.02-1.fc21 has been submitted as an update to Fedora 21.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14391

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-SOAP-Lite (f23). 1.19 bump, a properly versioned release

2015-08-27 Thread notifications
From 08c891a97ea9223eab1ca35aa9d2b6003334b5ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 10:29:15 +0200
Subject: 1.19 bump, a properly versioned release


diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index a5e93c5..00c8975 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,5 +1,5 @@
 Name:   perl-SOAP-Lite
-Version:1.18
+Version:1.19
 Release:1%{?dist}
 Summary:Client and server side SOAP implementation
 License:GPL+ or Artistic
@@ -134,6 +134,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Thu Aug 27 2015 Petr Šabata con...@redhat.com - 1.19-1
+- 1.19 bump, a properly versioned release
+
 * Wed Aug 26 2015 Petr Šabata con...@redhat.com - 1.18-1
 - 1.18 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-SOAP-Lite.git/commit/?h=f23id=08c891a97ea9223eab1ca35aa9d2b6003334b5ce
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-SOAP-Lite (f22). 1.19 bump, a properly versioned release

2015-08-27 Thread notifications
From 08c891a97ea9223eab1ca35aa9d2b6003334b5ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 27 Aug 2015 10:29:15 +0200
Subject: 1.19 bump, a properly versioned release


diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index a5e93c5..00c8975 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,5 +1,5 @@
 Name:   perl-SOAP-Lite
-Version:1.18
+Version:1.19
 Release:1%{?dist}
 Summary:Client and server side SOAP implementation
 License:GPL+ or Artistic
@@ -134,6 +134,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Thu Aug 27 2015 Petr Šabata con...@redhat.com - 1.19-1
+- 1.19 bump, a properly versioned release
+
 * Wed Aug 26 2015 Petr Šabata con...@redhat.com - 1.18-1
 - 1.18 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-SOAP-Lite.git/commit/?h=f22id=08c891a97ea9223eab1ca35aa9d2b6003334b5ce
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded SVG-Graph-0.04.tar.gz for perl-SVG-Graph

2015-08-27 Thread notifications
4e1c02f5af53137515b8301a8926b1b7  SVG-Graph-0.04.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-SVG-Graph/SVG-Graph-0.04.tar.gz/md5/4e1c02f5af53137515b8301a8926b1b7/SVG-Graph-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-SVG-Graph (master). 0.04 bump; Modernize spec

2015-08-27 Thread notifications
From ad57a6c87e6dd8acfde539e4b6b1869e78a0a34c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 27 Aug 2015 14:17:36 +0200
Subject: 0.04 bump; Modernize spec


diff --git a/.gitignore b/.gitignore
index 4add02c..c995684 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SVG-Graph-0.02.tar.gz
+/SVG-Graph-0.04.tar.gz
diff --git a/LICENSE.fedora b/LICENSE.fedora
deleted file mode 100644
index 1921145..000
--- a/LICENSE.fedora
+++ /dev/null
@@ -1,60 +0,0 @@
-From: Allen Day allen...@ucla.edu
-Subject: Re: License terms for perl-SVG-Graph?
-To: Alex Lancaster al...@users.sourceforge.net
-Date: Sun, 1 Apr 2007 00:47:21 -0700
-Reply-To: allen...@ucla.edu
 
-
-Hi Alex,
-
-My oversight.  It's released under the Artistic License.
-
--Allen
-
-On 3/26/07, Alex Lancaster al...@users.sourceforge.net wrote:
- -BEGIN PGP SIGNED MESSAGE-
- Hash: SHA1
-
- Dear Allen and Chris,
-
- I am trying to package your Perl package SVG-Graph as part of the
- Fedora Linux distribution (it is also required as a dependency for
- bioperl), see: https://bugzilla.redhat.com/233848 for this discussion.
- In order to distribute the package, however, we need to clarify the
- license, currently the only mention is the following:
-
- COPYRIGHT AND LICENCE
-
- Copyright (C) 2002-2003 Allen Day allen...@ucla.edu,
- Chris To cr...@ucla.edu
-
- However, that only states the copyright owners (yourselves), but
- doesn't state the license distribution terms.  Could you clarify your
- intentions with respect to the license?  Usually most CPAN Perl
- modules are distributed under the same terms as Perl, that is can be
- distributed under the terms of either Artistic or the GNU GPL
- license.
-
- If so, could you please include state so *explicitly* in your package,
- or otherwise indicate to me that the package can be distributed under
- a suitable open source license, see:
-
- 
http://fedoraproject.org/wiki/Packaging/Guidelines#head-76294f12c6b481792eb00\
-1ba9763d95e2792e825
-
- for a list of acceptable licenses.
-
- Best regards,
- Alex Lancaster
- - --
-   Alex Lancaster | Free Software Developer:  savannah.gnu.org, 
sourceforge.ne\
-t
- -BEGIN PGP SIGNATURE-
- Version: GnuPG v1.4.7 (GNU/Linux)
- Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/
-
- iD8DBQFGB32T1rpDh3x1wasRAp3qAJ9OK//kA72huP58NDjrBT/IiPFgawCeMm8Y
- Iyi9LWOTscHqo+02EuHf3b0=
- =pWty
- -END PGP SIGNATURE-
-
-
diff --git a/perl-SVG-Graph.spec b/perl-SVG-Graph.spec
index 26de4ab..cccb97f 100644
--- a/perl-SVG-Graph.spec
+++ b/perl-SVG-Graph.spec
@@ -1,15 +1,19 @@
 Name:   perl-SVG-Graph
-Version:0.02
-Release:18%{?dist}
+Version:0.04
+Release:1%{?dist}
 Summary:Visualize your data in Scalable Vector Graphics (SVG) format
 License:Artistic 2.0
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/SVG-Graph/
-Source0:
http://www.cpan.org/modules/by-module/SVG/SVG-Graph-%{version}.tar.gz
-Source1:LICENSE.fedora
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/SVG-Graph-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(base)
 BuildRequires:  perl(constant)
@@ -19,7 +23,9 @@ BuildRequires:  perl(Statistics::Descriptive) = 2.6
 BuildRequires:  perl(SVG) = 2.27
 BuildRequires:  perl(Tree::DAG_Node) = 1.04
 # Tests
-BuildRequires:  perl(Test)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Statistics::Descriptive) = 2.6
 Requires:   perl(SVG) = 2.27
@@ -35,39 +41,32 @@ as N-ary rooted trees.
 
 %prep
 %setup -q -n SVG-Graph-%{version}
-cp %{SOURCE1} .
 
 # remove all execute bits from eg subdirectory
 find eg -type f -exec chmod -x {} 2/dev/null ';'
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %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 {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes README LICENSE.fedora
-%doc eg
+%license LICENSE
+%doc Changes README eg
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 

[Bug 1254112] CVE-2015-5475 rt: multiple XSS flaws [fedora-all]

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1254112



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
rt-4.2.12-1.fc21 has been pushed to the Fedora 21 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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1254111] CVE-2015-5475 CVE-2015-6506 rt: multiple XSS flaws

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1254111



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
rt-4.2.12-1.fc21 has been pushed to the Fedora 21 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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1254112] CVE-2015-5475 rt: multiple XSS flaws [fedora-all]

2015-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1254112

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|4.2.12-1.fc22   |4.2.12-1.fc21



-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel