pghmcfc uploaded Sysadm-Install-0.46.tar.gz for perl-Sysadm-Install

2015-06-24 Thread notifications
05ed37aef143512db5cd9e1672710c0a  Sysadm-Install-0.46.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Sysadm-Install/Sysadm-Install-0.46.tar.gz/md5/05ed37aef143512db5cd9e1672710c0a/Sysadm-Install-0.46.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

pghmcfc pushed to perl-Sysadm-Install (master). Update to 0.46 (..more)

2015-06-24 Thread notifications
From e41a0bb6ee4ec8b0c07a666f496a51aa9db30a06 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Wed, 24 Jun 2015 09:23:35 +0100
Subject: Update to 0.46

- New upstream release 0.46
  - ask() and pick() now support getting the user's response on the tty,
instead of stdin, so they can be used from within a pipe

diff --git a/perl-Sysadm-Install.spec b/perl-Sysadm-Install.spec
index 6bf0c8b..ddca126 100644
--- a/perl-Sysadm-Install.spec
+++ b/perl-Sysadm-Install.spec
@@ -1,13 +1,15 @@
 Summary:   Typical installation tasks for system administrators
 Name:  perl-Sysadm-Install
-Version:   0.45
-Release:   3%{?dist}
+Version:   0.46
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Sysadm-Install/
 Source0:   
http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Sysadm-Install-%{version}.tar.gz
 BuildArch: noarch
 # Module Build
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
@@ -83,6 +85,11 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_mandir}/man3/Sysadm::Install.3*
 
 %changelog
+* Wed Jun 24 2015 Paul Howarth p...@city-fan.org - 0.46-1
+- Update to 0.46
+  - ask() and pick() now support getting the user's response on the tty,
+instead of stdin, so they can be used from within a pipe
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.45-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index cb92437..a0b5abc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe364ef1bc081d85183d99ec07e77141  Sysadm-Install-0.45.tar.gz
+05ed37aef143512db5cd9e1672710c0a  Sysadm-Install-0.46.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Sysadm-Install.git/commit/?h=masterid=e41a0bb6ee4ec8b0c07a666f496a51aa9db30a06
--
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-Config-Model-Tester (master). Initial import

2015-06-24 Thread notifications
From 84c03e14636e8be451ce90af93b18f3d80ccfebe Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 24 Jun 2015 08:47:06 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..c7b0230 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Config-Model-Tester-2.051.tar.gz
diff --git a/perl-Config-Model-Tester.spec b/perl-Config-Model-Tester.spec
new file mode 100644
index 000..7e166f9
--- /dev/null
+++ b/perl-Config-Model-Tester.spec
@@ -0,0 +1,69 @@
+# Config::Model::BackendMgr is not in Fedora yet, it is part newer version
+# of perl-Config_Model. 
+# Enable bootstrap till perl-Config-Model = 2.071 is not in Fedora
+%global perl_bootstrap 1
+
+Name:   perl-Config-Model-Tester
+Version:2.051
+Release:1%{?dist}
+Summary:Test framework for Config::Model
+License:LGPLv2
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Config-Model-Tester/
+Source0:
http://www.cpan.org/authors/id/D/DD/DDUMONT/Config-Model-Tester-%{version}.tar.gz
+BuildArch:  noarch
+
+BuildRequires:  perl
+# Bootstrap to prevent circular dependency on perl-Config-Model
+%if !%{defined perl_bootstrap}
+BuildRequires:  perl(Config::Model)
+BuildRequires:  perl(Config::Model::BackendMgr)
+BuildRequires:  perl(Config::Model::Value)
+%endif
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::testlib)
+BuildRequires:  perl(File::Copy::Recursive)
+BuildRequires:  perl(locale)
+BuildRequires:  perl(Log::Log4perl) = 1.11
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::File::Contents)
+BuildRequires:  perl(Test::Memory::Cycle)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+%description
+This class provides a way to test configuration models with tests files.
+This class was designed to tests several models and several tests cases
+per model.
+
+%prep
+%setup -q -n Config-Model-Tester-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%license LICENSE
+%doc Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Jun 22 2015 Jitka Plesnikova jples...@redhat.com - 2.051-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..eca3aba 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+efaa61591c3d6dc303f9ab7f936a7c7c  Config-Model-Tester-2.051.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Config-Model-Tester.git/commit/?h=masterid=84c03e14636e8be451ce90af93b18f3d80ccfebe
--
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

pghmcfc pushed to perl-Sysadm-Install (perl-Sysadm-Install-0.46-1.fc23). Update to 0.46 (..more)

2015-06-24 Thread notifications
From e41a0bb6ee4ec8b0c07a666f496a51aa9db30a06 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Wed, 24 Jun 2015 09:23:35 +0100
Subject: Update to 0.46

- New upstream release 0.46
  - ask() and pick() now support getting the user's response on the tty,
instead of stdin, so they can be used from within a pipe

diff --git a/perl-Sysadm-Install.spec b/perl-Sysadm-Install.spec
index 6bf0c8b..ddca126 100644
--- a/perl-Sysadm-Install.spec
+++ b/perl-Sysadm-Install.spec
@@ -1,13 +1,15 @@
 Summary:   Typical installation tasks for system administrators
 Name:  perl-Sysadm-Install
-Version:   0.45
-Release:   3%{?dist}
+Version:   0.46
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Sysadm-Install/
 Source0:   
http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Sysadm-Install-%{version}.tar.gz
 BuildArch: noarch
 # Module Build
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
@@ -83,6 +85,11 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_mandir}/man3/Sysadm::Install.3*
 
 %changelog
+* Wed Jun 24 2015 Paul Howarth p...@city-fan.org - 0.46-1
+- Update to 0.46
+  - ask() and pick() now support getting the user's response on the tty,
+instead of stdin, so they can be used from within a pipe
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.45-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index cb92437..a0b5abc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe364ef1bc081d85183d99ec07e77141  Sysadm-Install-0.45.tar.gz
+05ed37aef143512db5cd9e1672710c0a  Sysadm-Install-0.46.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Sysadm-Install.git/commit/?h=perl-Sysadm-Install-0.46-1.fc23id=e41a0bb6ee4ec8b0c07a666f496a51aa9db30a06
--
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 1235087] perl-Exporter-Declare-0.114 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235087



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-Exporter-Declare-0.114-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=664730

-- 
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 pushed to perl-Config-Model (master). Added run-requires MouseX::NativeTraits

2015-06-24 Thread notifications
From dacc853435c7bf366cbe8ba1f29e20d9a1ed0242 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 24 Jun 2015 11:36:29 +0200
Subject: Added run-requires MouseX::NativeTraits


diff --git a/perl-Config-Model.spec b/perl-Config-Model.spec
index e27f7f9..8a5b2d8 100644
--- a/perl-Config-Model.spec
+++ b/perl-Config-Model.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-Model
 Version:2.071
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Framework to create configuration validation tools and editors
 License:LGPLv2+
 Group:  Development/Libraries
@@ -60,6 +60,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(warnings::register)
 BuildRequires:  perl(YAML::Any)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(MouseX::NativeTraits)
 
 # RPM 4.8 filters
 # Fuse is recommanded, not required
@@ -70,6 +71,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 # RPM 4.9 filters
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(Fuse\\)
 %global __requires_exclude %__requires_exclude|perl\\(AptPkg::.*\\)
+%global __requires_exclude %__requires_exclude|perl\\(Log::Log4perl\\)\s*$
 
 
 %description
@@ -103,6 +105,9 @@ configuration information provided by the user.
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jun 24 2015 Jitka Plesnikova jples...@redhat.com - 2.071-2
+- Added run-requires MouseX::NativeTraits
+
 * Mon Jun 22 2015 Jitka Plesnikova jples...@redhat.com - 2.071-1
 - 2.071 bump
 - Updated the list of build-requires
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Config-Model.git/commit/?h=masterid=dacc853435c7bf366cbe8ba1f29e20d9a1ed0242
--
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 1235087] perl-Exporter-Declare-0.114 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235087

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Exporter-Declare-0.114
   ||-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-24 03:34:42



-- 
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 1235085] tangerine-0.22 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235085

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||tangerine-0.22-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-24 04:43:51



-- 
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 1230173] Upgrade perl-Config-Model to 2.071

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230173

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Config-Model-2.071-1.f
   ||c23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-24 04:53:29



-- 
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 1230177] Upgrade perl-Config-Model-TkUI to 1.346

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230177
Bug 1230177 depends on bug 1230173, which changed state.

Bug 1230173 Summary: Upgrade perl-Config-Model to 2.071
https://bugzilla.redhat.com/show_bug.cgi?id=1230173

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



-- 
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 1230173] Upgrade perl-Config-Model to 2.071

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230173
Bug 1230173 depends on bug 1234432, which changed state.

Bug 1234432 Summary: Review Request: perl-Config-Model-Tester - Test framework 
for Config::Model
https://bugzilla.redhat.com/show_bug.cgi?id=1234432

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



-- 
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 pushed to perl-Config-Model-Tester (master). Remove local definition of bootstrap macro

2015-06-24 Thread notifications
From 59a7f731128255c846e6361a1b3628a5d09818df Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 24 Jun 2015 10:54:33 +0200
Subject: Remove local definition of bootstrap macro


diff --git a/perl-Config-Model-Tester.spec b/perl-Config-Model-Tester.spec
index 7e166f9..3e7 100644
--- a/perl-Config-Model-Tester.spec
+++ b/perl-Config-Model-Tester.spec
@@ -1,11 +1,6 @@
-# Config::Model::BackendMgr is not in Fedora yet, it is part newer version
-# of perl-Config_Model. 
-# Enable bootstrap till perl-Config-Model = 2.071 is not in Fedora
-%global perl_bootstrap 1
-
 Name:   perl-Config-Model-Tester
 Version:2.051
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Test framework for Config::Model
 License:LGPLv2
 Group:  Development/Libraries
@@ -65,5 +60,8 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 24 2015 Jitka Plesnikova jples...@redhat.com - 2.051-2
+- Remove local definition of bootstrap macro
+
 * Mon Jun 22 2015 Jitka Plesnikova jples...@redhat.com - 2.051-1
 - Specfile autogenerated by cpanspec 1.78.
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Config-Model-Tester.git/commit/?h=masterid=59a7f731128255c846e6361a1b3628a5d09818df
--
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-Config-Model (master). Remove unused patch

2015-06-24 Thread notifications
From d93058c0c2185b924559327d715c172dcff702ca Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 24 Jun 2015 09:41:39 +0200
Subject: Remove unused patch


diff --git a/Config-Model-1.235-yamlreq.patch b/Config-Model-1.235-yamlreq.patch
deleted file mode 100644
index 5f4d436..000
--- a/Config-Model-1.235-yamlreq.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up Config-Model-1.235/Build.PL.old Config-Model-1.235/Build.PL
 Config-Model-1.235/Build.PL.old2011-04-07 15:37:58.0 +0200
-+++ Config-Model-1.235/Build.PL2011-04-07 15:38:10.0 +0200
-@@ -80,7 +80,7 @@ my $build = Module::Build - new
- 'Scalar::Util' = '0',
- 'Term::ReadLine' = '0',
- 'Text::Autoformat' = '0',
--'YAML::Any' = '0.303'
-+'YAML::Any' = '0.70'
-   },
- 
- meta_merge = {
-diff -up Config-Model-1.235/lib/Config/Model/Backend/Yaml.pm.old 
Config-Model-1.235/lib/Config/Model/Backend/Yaml.pm
 Config-Model-1.235/lib/Config/Model/Backend/Yaml.pm.old2011-04-07 
15:38:23.0 +0200
-+++ Config-Model-1.235/lib/Config/Model/Backend/Yaml.pm2011-04-07 
15:38:36.0 +0200
-@@ -22,7 +22,7 @@ use File::Path;
- use Log::Log4perl qw(get_logger :levels);
- 
- use base qw/Config::Model::Backend::Any/;
--use YAML::Any 0.303 ;
-+use YAML::Any 0.70 ;
- 
- 
- my $logger = get_logger(Backend::Yaml) ;
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Config-Model.git/commit/?h=masterid=d93058c0c2185b924559327d715c172dcff702ca
--
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-Config-Model (master). 2.071 bump; Updated the list of BRs

2015-06-24 Thread notifications
From 525a3b5c6a178d1340e1982975b09cedaf52f8d0 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 24 Jun 2015 09:40:52 +0200
Subject: 2.071 bump; Updated the list of BRs


diff --git a/.gitignore b/.gitignore
index c593827..f85ec5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Config-Model-1.205.tar.gz
 /Config-Model-1.235.tar.gz
+/Config-Model-2.071.tar.gz
diff --git a/perl-Config-Model.spec b/perl-Config-Model.spec
index a1f1707..e27f7f9 100644
--- a/perl-Config-Model.spec
+++ b/perl-Config-Model.spec
@@ -1,31 +1,64 @@
 Name:   perl-Config-Model
-Version:1.235
-Release:15%{?dist}
+Version:2.071
+Release:1%{?dist}
 Summary:Framework to create configuration validation tools and editors
 License:LGPLv2+
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Config-Model/
 Source0:
http://www.cpan.org/authors/id/D/DD/DDUMONT/Config-Model-%{version}.tar.gz
-Patch0: Config-Model-1.235-yamlreq.patch
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Carp::Assert::More)
-BuildRequires:  perl(Config::Tiny)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Config::Model::Tester)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(English)
 BuildRequires:  perl(Exception::Class)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::testlib)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::HomeDir)
+BuildRequires:  perl(File::Path)
+# Fuse - not packaged yet and it is recommended, not required
+BuildRequires:  perl(Hash::Merge) = 0.12
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(JSON)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Log::Log4perl) = 1.11
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Moose)
+BuildRequires:  perl(Mouse)
+BuildRequires:  perl(Mouse::Role)
+BuildRequires:  perl(Mouse::Util)
+BuildRequires:  perl(Mouse::Util::TypeConstraints)
+BuildRequires:  perl(MouseX::NativeTraits)
+BuildRequires:  perl(MouseX::StrictConstructor)
+BuildRequires:  perl(parent)
 BuildRequires:  perl(Parse::RecDescent) = v1.90.0
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Pod::POM)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Term::ReadLine)
+BuildRequires:  perl(Term::ReadLine::Gnu)
+BuildRequires:  perl(Term::ReadLine::Perl)
+BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::File::Contents)
+BuildRequires:  perl(Test::Memory::Cycle)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Warn) = 0.11
-BuildRequires:  perl(Test::Command)
-BuildRequires:  perl(Text::Template)
-BuildRequires:  perl(YAML::Any) = 0.70
-BuildRequires:  perl(Hash::Merge) = 0.12
-BuildRequires:  perl(MooseX::Singleton) = 0.21
-BuildRequires:  perl(MooseX::StrictConstructor) = 0.11
-BuildRequires:  perl(Text::Autoformat) = 1.14
-BuildRequires:  perl(Path::Class) = 0.18
-BuildRequires:  perl(Probe::Perl) = 0.01
+BuildRequires:  perl(Text::Diff)
+BuildRequires:  perl(Text::Wrap)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(warnings::register)
+BuildRequires:  perl(YAML::Any)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 # RPM 4.8 filters
@@ -49,32 +82,31 @@ configuration information provided by the user.
 
 %prep
 %setup -q -n Config-Model-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog config-edit examples LICENSE MODELS README TODO
+%license LICENSE
+%doc Changes examples MODELS README.pod TODO
 %{perl_vendorlib}/*
-%{_bindir}/config-edit
+%{_bindir}/cme-old
 %{_mandir}/man3/*
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jun 22 2015 Jitka Plesnikova jples...@redhat.com - 2.071-1
+- 2.071 bump
+- Updated the list of build-requires
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.235-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
@@ -135,22 +167,22 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 * Tue Aug 10 2010 Marcela Mašláňová mmasl...@redhat.com 1.205-3
 - inside module is needed YAML::Any  0.303. 0.70  0.303 for rpm
 
-* Mon Jul 25 2010 David Hannequin david.hanneq...@gmail.com 1.205-2
+* Mon Jul 26 2010 David Hannequin david.hanneq...@gmail.com 1.205-2
 - Fix tag.
 
-* Mon Jul 25 2010 David Hannequin david.hanneq...@gmail.com 1.205-1
+* Mon Jul 26 2010 David Hannequin 

psabata pushed to tangerine (master). 0.22 bump, no changes

2015-06-24 Thread notifications
From 139dc64f75ba9ae89763f69cc05061e022977863 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 24 Jun 2015 10:43:02 +0200
Subject: 0.22 bump, no changes


diff --git a/.gitignore b/.gitignore
index 2029a61..4420d79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /App-Tangerine-0.18.tar.gz
 /App-Tangerine-0.19.tar.gz
 /App-Tangerine-0.20.tar.gz
+/App-Tangerine-0.22.tar.gz
diff --git a/sources b/sources
index bb9e915..f16473b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d9a2b5a8b025b79313f70ca6f0c0b84  App-Tangerine-0.20.tar.gz
+028f81b5c7b127a231c5c6233b11e31b  App-Tangerine-0.22.tar.gz
diff --git a/tangerine.spec b/tangerine.spec
index c8bd605..e6dc525 100644
--- a/tangerine.spec
+++ b/tangerine.spec
@@ -1,12 +1,15 @@
 Name:   tangerine
-Version:0.20
-Release:3%{?dist}
+Version:0.22
+Release:1%{?dist}
 Summary:Perl dependency metadata tool
 License:MIT
 URL:http://search.cpan.org/dist/App-Tangerine/
 Source0:
http://www.cpan.org/authors/id/C/CO/CONTYK/App-Tangerine-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
 BuildRequires:  perl(strict)
@@ -59,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 24 2015 Petr Šabata con...@redhat.com - 0.22-1
+- 0.22 bump, no changes
+
 * Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.20-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/tangerine.git/commit/?h=masterid=139dc64f75ba9ae89763f69cc05061e022977863
--
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 App-Tangerine-0.22.tar.gz for tangerine

2015-06-24 Thread notifications
028f81b5c7b127a231c5c6233b11e31b  App-Tangerine-0.22.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/tangerine/App-Tangerine-0.22.tar.gz/md5/028f81b5c7b127a231c5c6233b11e31b/App-Tangerine-0.22.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 uploaded Config-Model-Tester-2.051.tar.gz for perl-Config-Model-Tester

2015-06-24 Thread notifications
efaa61591c3d6dc303f9ab7f936a7c7c  Config-Model-Tester-2.051.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Config-Model-Tester/Config-Model-Tester-2.051.tar.gz/md5/efaa61591c3d6dc303f9ab7f936a7c7c/Config-Model-Tester-2.051.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 uploaded Config-Model-2.071.tar.gz for perl-Config-Model

2015-06-24 Thread notifications
1b2423743f5436f11b6de706e9e33dc6  Config-Model-2.071.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Config-Model/Config-Model-2.071.tar.gz/md5/1b2423743f5436f11b6de706e9e33dc6/Config-Model-2.071.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-Exporter-Declare (master). 0.114 bump

2015-06-24 Thread notifications
From d4773a6edcdab827827ad727133eb4f450071cef Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 24 Jun 2015 09:20:56 +0200
Subject: 0.114 bump


diff --git a/.gitignore b/.gitignore
index f86338f..2fa061e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Exporter-Declare-0.109.tar.gz
 /Exporter-Declare-0.112.tar.gz
 /Exporter-Declare-0.113.tar.gz
+/Exporter-Declare-0.114.tar.gz
diff --git a/perl-Exporter-Declare.spec b/perl-Exporter-Declare.spec
index d5fe990..4152101 100644
--- a/perl-Exporter-Declare.spec
+++ b/perl-Exporter-Declare.spec
@@ -1,6 +1,6 @@
 Name:   perl-Exporter-Declare
-Version:0.113
-Release:7%{?dist}
+Version:0.114
+Release:1%{?dist}
 Summary:Exporting done right
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -13,6 +13,7 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Fennec::Lite) = 0.004
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Meta::Builder) = 0.003
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Scalar::Util)
@@ -56,6 +57,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 24 2015 Jitka Plesnikova jples...@redhat.com - 0.114-1
+- 0.114 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.113-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a12e1dc..41f3410 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5b93324f1513b3528785b2d1891425c  Exporter-Declare-0.113.tar.gz
+b3e01a08206d6a050d35070a2135ed35  Exporter-Declare-0.114.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Exporter-Declare.git/commit/?h=masterid=d4773a6edcdab827827ad727133eb4f450071cef
--
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 Exporter-Declare-0.114.tar.gz for perl-Exporter-Declare

2015-06-24 Thread notifications
b3e01a08206d6a050d35070a2135ed35  Exporter-Declare-0.114.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Exporter-Declare/Exporter-Declare-0.114.tar.gz/md5/b3e01a08206d6a050d35070a2135ed35/Exporter-Declare-0.114.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-Config-Model-TkUI (master). 1.347 bump; Specified all BRs

2015-06-24 Thread notifications
From c561b22e0dd0a9d5a32a481903d35b17d6dd98ef Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 24 Jun 2015 12:48:08 +0200
Subject: 1.347 bump; Specified all BRs


diff --git a/.gitignore b/.gitignore
index da662b0..7e5b9f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 Config-Model-TkUI-1.306.tar.gz
 /Config-Model-TkUI-1.322.tar.gz
+/Config-Model-TkUI-1.346.tar.gz
+/Config-Model-TkUI-1.347.tar.gz
diff --git a/perl-Config-Model-TkUI.spec b/perl-Config-Model-TkUI.spec
index 342566f..dd1b2e9 100644
--- a/perl-Config-Model-TkUI.spec
+++ b/perl-Config-Model-TkUI.spec
@@ -1,26 +1,47 @@
+%global use_x11_tests 1
+
 Name:   perl-Config-Model-TkUI
-Version:1.322
-Release:13%{?dist}
+Version:1.347
+Release:1%{?dist}
 Summary:TK GUI to edit config data through Config::Model
 License:LGPLv2
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Config-Model-TkUI/
 Source0:
http://www.cpan.org/authors/id/D/DD/DDUMONT/Config-Model-TkUI-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Config::Model) = 0.638
-BuildRequires:  perl(Exception::Class)
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config::Model) = 2.052
+BuildRequires:  perl(Config::Model::ObjTreeScanner)
+BuildRequires:  perl(Config::Model::Value)
+BuildRequires:  perl(ExtUtils::testlib)
 BuildRequires:  perl(Log::Log4perl) = 1.11
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Pod::POM)
+BuildRequires:  perl(Pod::POM::View::Text)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(subs)
+BuildRequires:  perl(Test::Memory::Cycle)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Warn) = 0.11
+BuildRequires:  perl(Text::Wrap)
 BuildRequires:  perl(Tk)
 BuildRequires:  perl(Tk::DirSelect)
 BuildRequires:  perl(Tk::ObjScanner)
+BuildRequires:  perl(Tk::Pod)
+BuildRequires:  perl(Tk::Pod::Text)
 BuildRequires:  perl(Tk::Tree)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Pod::POM)
-BuildRequires:  perl(File::Slurp)
-BuildRequires:  perl(Test::Warn)
-BuildRequires:  perl(Config::Model)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+%if %{use_x11_tests}
+# X11 tests:
+BuildRequires:  xorg-x11-server-Xvfb
+BuildRequires:  xorg-x11-xinit
+BuildRequires:  font(:lang=en)
+%endif
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -34,26 +55,25 @@ This class provides a GUI for Config::Model.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%if %{use_x11_tests}
+xvfb-run -a ./Build test
+%endif
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 24 2015 Jitka Plesnikova jples...@redhat.com - 1.347-1
+- 1.347 bump
+- Specified all BRs
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.322-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
@@ -108,7 +128,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Jun 23 2010 David Hannequin david.hanneq...@gmail.com 1.306-3
 - Fix tag.
 
-* Sat Jun 23 2010 David Hannequin david.hanneq...@gmail.com 1.306-2
+* Wed Jun 23 2010 David Hannequin david.hanneq...@gmail.com 1.306-2
 - Fix tag.
 
 * Sat Jun 19 2010 David Hannequin david.hanneq...@gmail.com 1.306-1
diff --git a/sources b/sources
index 5fa37e4..df9aee1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb55008419ff18baeaf4fea3de787498  Config-Model-TkUI-1.322.tar.gz
+de260618f7da6d9440ec79c3e8dce030  Config-Model-TkUI-1.347.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Config-Model-TkUI.git/commit/?h=masterid=c561b22e0dd0a9d5a32a481903d35b17d6dd98ef
--
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 1230177] Upgrade perl-Config-Model-TkUI to 1.346

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230177

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Config-Model-TkUI-1.34
   ||7-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-24 06:59:19



-- 
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 1231899] perl-POE-Component-Server-XMLRPC-0.05-19.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231899
Bug 1231899 depends on bug 1231866, which changed state.

Bug 1231866 Summary: perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with 
perl-5.22: unsatisfied dependency
https://bugzilla.redhat.com/show_bug.cgi?id=1231866

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



-- 
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 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231866

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-POE-Component-Server-H
   ||TTP-0.09-22.fc23
 Resolution|--- |RAWHIDE
Last Closed|2015-06-15 10:25:21 |2015-06-24 07:16:54



-- 
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 1231905] perl-POE-Component-Server-Bayeux-0.04-14.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231905
Bug 1231905 depends on bug 1231866, which changed state.

Bug 1231866 Summary: perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with 
perl-5.22: unsatisfied dependency
https://bugzilla.redhat.com/show_bug.cgi?id=1231866

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



-- 
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 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231866

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

   What|Removed |Added

 Status|CLOSED  |ASSIGNED
External Bug ID||CPAN 105463
 Resolution|NOTABUG |---
   Assignee|psab...@redhat.com  |ppi...@redhat.com
   Keywords||Reopened



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
This is a test-only dependency which I will disable.

-- 
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-POE-Component-Server-HTTP (master). Specify all dependencies

2015-06-24 Thread notifications
From b398e06f946f70d74b919d8efe4007a84ce4fb90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 24 Jun 2015 12:42:31 +0200
Subject: Specify all dependencies


diff --git a/perl-POE-Component-Server-HTTP.spec 
b/perl-POE-Component-Server-HTTP.spec
index ff03626..0303e05 100644
--- a/perl-POE-Component-Server-HTTP.spec
+++ b/perl-POE-Component-Server-HTTP.spec
@@ -1,37 +1,64 @@
 Name:   perl-POE-Component-Server-HTTP
 Version:0.09
-Release:21%{?dist}
+Release:22%{?dist}
 Summary:Foundation of a POE HTTP Daemon
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/POE-Component-Server-HTTP/
 Source0:
http://www.cpan.org/authors/id/R/RC/RCLAMP/POE-Component-Server-HTTP-%{version}.tar.gz
 BuildArch:  noarch
-Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# POE::Component::Server::HTTP not useful
+# Run-time:
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
+# Data::Dumper is undocumented optional feature
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(HTTP::Status)
+# POE 0.3007 needed but future versions are 3-digit only
+BuildRequires:  perl(POE) = 0.300
+BuildRequires:  perl(POE::Component::Server::TCP)
+BuildRequires:  perl(POE::Driver::SysRW)
+BuildRequires:  perl(POE::Filter::HTTPD)
+BuildRequires:  perl(POE::Filter::Stream)
+BuildRequires:  perl(POE::Session)
+BuildRequires:  perl(POE::Wheel::ReadWrite)
+BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::Hostname)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(IO::Socket::INET)
 BuildRequires:  perl(LWP::ConnCache)
 BuildRequires:  perl(LWP::UserAgent)
-BuildRequires:  perl(POE)
 BuildRequires:  perl(POE::API::Peek)
-BuildRequires:  perl(POE::Component::Server::TCP)
 BuildRequires:  perl(POE::Kernel)
-BuildRequires:  perl(Socket)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Sys::Hostname)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(YAML)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Keep Data::Dumper optional
+# POE 0.3007 needed but future versions are 3-digit only
+Requires:  perl(POE) = 0.300
+Requires:  perl(POE::Component::Server::TCP)
+Requires:  perl(POE::Driver::SysRW)
+Requires:  perl(POE::Filter::HTTPD)
+Requires:  perl(POE::Filter::Stream)
+Requires:  perl(POE::Session)
+Requires:  perl(POE::Wheel::ReadWrite)
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(POE\\)$
 
 %description
 POE::Component::Server::HTTP (PoCo::HTTPD) is a framework for building
@@ -59,6 +86,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 24 2015 Petr Pisar ppi...@redhat.com - 0.09-22
+- Specify all dependencies
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-POE-Component-Server-HTTP.git/commit/?h=masterid=b398e06f946f70d74b919d8efe4007a84ce4fb90
--
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 1231905] perl-POE-Component-Server-Bayeux-0.04-14.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231905
Bug 1231905 depends on bug 1231866, which changed state.

Bug 1231866 Summary: perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with 
perl-5.22: unsatisfied dependency
https://bugzilla.redhat.com/show_bug.cgi?id=1231866

   What|Removed |Added

 Status|CLOSED  |ASSIGNED
 Resolution|NOTABUG |---



-- 
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 1231899] perl-POE-Component-Server-XMLRPC-0.05-19.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231899
Bug 1231899 depends on bug 1231866, which changed state.

Bug 1231866 Summary: perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with 
perl-5.22: unsatisfied dependency
https://bugzilla.redhat.com/show_bug.cgi?id=1231866

   What|Removed |Added

 Status|CLOSED  |ASSIGNED
 Resolution|NOTABUG |---



-- 
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 1231905] perl-POE-Component-Server-Bayeux-0.04-14.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231905

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-POE-Component-Server-B
   ||ayeux-0.04-15.fc23
 Resolution|--- |RAWHIDE
   Assignee|yan...@declera.com  |ppi...@redhat.com
Last Closed||2015-06-24 07:38:51



-- 
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 1231899] perl-POE-Component-Server-XMLRPC-0.05-19.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231899

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-POE-Component-Server-X
   ||MLRPC-0.05-20.fc23
 Resolution|--- |RAWHIDE
   Assignee|psab...@redhat.com  |ppi...@redhat.com
Last Closed||2015-06-24 07:29:50



-- 
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 Config-Model-TkUI-1.346.tar.gz for perl-Config-Model-TkUI

2015-06-24 Thread notifications
82802aecdd16d60b8e605a5828499181  Config-Model-TkUI-1.346.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Config-Model-TkUI/Config-Model-TkUI-1.346.tar.gz/md5/82802aecdd16d60b8e605a5828499181/Config-Model-TkUI-1.346.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 1234866] perl-App-cpanminus-1.7038 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234866

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-App-cpanminus-1.7038-1
   ||.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-24 07:02: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

jplesnik pushed to perl-App-cpanminus (master). 1.7038 bump

2015-06-24 Thread notifications
From aa8d405d3fe5c698b99fcd312abab58d07442f19 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 24 Jun 2015 13:00:12 +0200
Subject: 1.7038 bump


diff --git a/.gitignore b/.gitignore
index 15c03b5..8768259 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,3 +75,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.7034.tar.gz
 /App-cpanminus-1.7036.tar.gz
 /App-cpanminus-1.7037.tar.gz
+/App-cpanminus-1.7038.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index 03150e2..2b66541 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-cpanminus
-Version:1.7037
+Version:1.7038
 Release:1%{?dist}
 Summary:Get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
@@ -136,6 +136,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Wed Jun 24 2015 Jitka Plesnikova jples...@redhat.com - 1.7038-1
+- 1.7038 bump
+
 * Fri Jun 19 2015 Jitka Plesnikova jples...@redhat.com - 1.7037-1
 - 1.7037 bump
 
diff --git a/sources b/sources
index fbd85e0..4ae516d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-950980f7999e7f9ff0bc4253aabd  App-cpanminus-1.7037.tar.gz
+3f24ea7f3db9f7fa7bbd41318a52f2b3  App-cpanminus-1.7038.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-cpanminus.git/commit/?h=masterid=aa8d405d3fe5c698b99fcd312abab58d07442f19
--
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 App-cpanminus-1.7038.tar.gz for perl-App-cpanminus

2015-06-24 Thread notifications
3f24ea7f3db9f7fa7bbd41318a52f2b3  App-cpanminus-1.7038.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-App-cpanminus/App-cpanminus-1.7038.tar.gz/md5/3f24ea7f3db9f7fa7bbd41318a52f2b3/App-cpanminus-1.7038.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-POE-Component-Server-HTTP (master). Disable dependency on POE::API::Peek

2015-06-24 Thread notifications
From f92c375fc82deeca763b6084421ff3682586fe5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 24 Jun 2015 13:06:16 +0200
Subject: Disable dependency on POE::API::Peek


diff --git a/POE-Component-Server-HTTP-0.09-Make-POE-API-Peek-optional.patch 
b/POE-Component-Server-HTTP-0.09-Make-POE-API-Peek-optional.patch
new file mode 100644
index 000..c027c0f
--- /dev/null
+++ b/POE-Component-Server-HTTP-0.09-Make-POE-API-Peek-optional.patch
@@ -0,0 +1,59 @@
+From 89292902bf68094808fb68ff9da94186f60f0604 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 24 Jun 2015 12:54:05 +0200
+Subject: [PATCH] Make POE::API::Peek optional
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+POE::API::Peek does not work with perl-5.22. This patch makes the
+dependency optional.
+
+CPAN RT#105463
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ Makefile.PL  | 1 -
+ t/30_error.t | 7 ++-
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 9ffe9be..7399cf0 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -19,7 +19,6 @@ WriteMakefile(
+ PREREQ_PM  = {
+ POE = '0.3007',# KR_RUN is certainly newer than 0.27, and
+ # 0.3005 has a broken POE::Filter::HTTPD
+-POE::API::Peek = 0,
+ File::Spec   = 0,
+ HTTP::Date   = 0,
+ HTTP::Status = 0,
+diff --git a/t/30_error.t b/t/30_error.t
+index 00bcebc..ab62389 100644
+--- a/t/30_error.t
 b/t/30_error.t
+@@ -11,7 +11,11 @@ use HTTP::Request;
+ use POE::Kernel;
+ use POE::Component::Server::HTTP;
+ use IO::Socket::INET;
+-use POE::API::Peek;
++
++my $have_api_peek;
++BEGIN {
++$have_api_peek = eval 'use POE::API::Peek; 1';
++}
+ 
+ sub DEBUG { 0 };
+ my $PORT=2080;
+@@ -200,6 +204,7 @@ sub shutdown
+ sub __peek
+ {
+ my($verbose)=@_;
++return unless $have_api_peek;
+ my $api=POE::API::Peek-new();
+ my @queue = $api-event_queue_dump();
+ 
+-- 
+2.1.0
+
diff --git a/perl-POE-Component-Server-HTTP.spec 
b/perl-POE-Component-Server-HTTP.spec
index 0303e05..a334d04 100644
--- a/perl-POE-Component-Server-HTTP.spec
+++ b/perl-POE-Component-Server-HTTP.spec
@@ -6,6 +6,9 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/POE-Component-Server-HTTP/
 Source0:
http://www.cpan.org/authors/id/R/RC/RCLAMP/POE-Component-Server-HTTP-%{version}.tar.gz
+# Disable dependency on POE::API::Peek which is broken with perl-5.22,
+# bug #1231252, CPAN RT#105463
+Patch0: POE-Component-Server-HTTP-0.09-Make-POE-API-Peek-optional.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -41,7 +44,6 @@ BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(IO::Socket::INET)
 BuildRequires:  perl(LWP::ConnCache)
 BuildRequires:  perl(LWP::UserAgent)
-BuildRequires:  perl(POE::API::Peek)
 BuildRequires:  perl(POE::Kernel)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
@@ -67,6 +69,7 @@ apache and the mod_perl/Apache module.
 
 %prep
 %setup -q -n POE-Component-Server-HTTP-%{version}
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -88,6 +91,7 @@ make test
 %changelog
 * Wed Jun 24 2015 Petr Pisar ppi...@redhat.com - 0.09-22
 - Specify all dependencies
+- Disable dependency on POE::API::Peek (bug #1231252)
 
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-POE-Component-Server-HTTP.git/commit/?h=masterid=f92c375fc82deeca763b6084421ff3682586fe5f
--
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 Config-Model-TkUI-1.347.tar.gz for perl-Config-Model-TkUI

2015-06-24 Thread notifications
de260618f7da6d9440ec79c3e8dce030  Config-Model-TkUI-1.347.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Config-Model-TkUI/Config-Model-TkUI-1.347.tar.gz/md5/de260618f7da6d9440ec79c3e8dce030/Config-Model-TkUI-1.347.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 1235260] New: perl-XML-SAX segfaults on upgrade

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235260

Bug ID: 1235260
   Summary: perl-XML-SAX segfaults on upgrade
   Product: Fedora
   Version: rawhide
 Component: perl-XML-SAX
  Assignee: jples...@redhat.com
  Reporter: rjo...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Description of problem:

Doing a dnf upgrade in Rawhide:

  Upgrading   : perl-XML-SAX-0.99-15.fc23.noarch259/674 
/var/tmp/rpm-tmp.v3p4sv: line 1: 37797 Segmentation fault  (core dumped)
perl -MXML::SAX -e XML::SAX-add_parser(q($p))-save_parsers() 2 /dev/null
/var/tmp/rpm-tmp.v3p4sv: line 1: 37801 Segmentation fault  (core dumped)
perl -MXML::SAX -e XML::SAX-add_parser(q($p))-save_parsers() 2 /dev/null

systemd grabbed the core dump.  However it doesn't appear to
correspond to the current version of perl -- possibly it
coredumped with the previous version of perl and then perl
was upgraded.

Version-Release number of selected component (if applicable):

perl-XML-SAX-0.99-15.fc23.noarch

How reproducible:

Unknown.

Steps to Reproduce:
1. dnf upgrade in Rawhide.

-- 
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 1235260] perl-XML-SAX segfaults on upgrade

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235260



--- Comment #1 from Richard W.M. Jones rjo...@redhat.com ---
Created attachment 1042718
  -- https://bugzilla.redhat.com/attachment.cgi?id=1042718action=edit
core1

Attaching the coredump in case it is useful.

-- 
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 1235260] perl-XML-SAX segfaults on upgrade

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235260



--- Comment #2 from Richard W.M. Jones rjo...@redhat.com ---
Created attachment 1042719
  -- https://bugzilla.redhat.com/attachment.cgi?id=1042719action=edit
core2

-- 
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 1231285] perl-Devel-REPL-1.003026-1.fc23 FTBFS with perl-5.22

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231285

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

   What|Removed |Added

 Status|NEW |ASSIGNED
External Bug ID||CPAN 105466
   Assignee|psab...@redhat.com  |ppi...@redhat.com



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
The Data::Dump::Streamer is needed only for an optional plug-in. I will remove
it. I will probably also sub-package all the other plug-ins in order to
decrease amount of run-time dependencies.

-- 
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 Text-CSV-1.33.tar.gz for perl-Text-CSV

2015-06-24 Thread notifications
358e2f2ddb6c7746c91e49a7db97b634  Text-CSV-1.33.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-CSV/Text-CSV-1.33.tar.gz/md5/358e2f2ddb6c7746c91e49a7db97b634/Text-CSV-1.33.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

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

2015-06-24 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-CatalystX-REPL

2015-06-24 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.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-Devel-FindRef

2015-06-24 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-Test-Vars

2015-06-24 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.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-06-24 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-Data-Dump-Streamer

2015-06-24 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-PDL

2015-06-24 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.11.0-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-PDL-2.11.0-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-2.11.0-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.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-POE-Component-Server-HTTP

2015-06-24 Thread buildsys


perl-POE-Component-Server-HTTP has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-HTTP-0.09-20.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 1231293] perl-PDL-Graphics-PLplot-0.67-6.fc23 FTBFS with perl-5.22

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231293

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-PDL-Graphics-PLplot-0.
   ||67-7.fc23
 Resolution|--- |RAWHIDE
   Assignee|i...@cicku.me  |ppi...@redhat.com
Last Closed||2015-06-24 10:48:29



-- 
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-Devel-REPL (master). Specify all dependencies

2015-06-24 Thread notifications
From 3e5449d4e7ad2ee6fe42d536ff4d736d82cc6c59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 24 Jun 2015 14:09:42 +0200
Subject: Specify all dependencies


diff --git a/perl-Devel-REPL.spec b/perl-Devel-REPL.spec
index 7c787a4..ef0880c 100644
--- a/perl-Devel-REPL.spec
+++ b/perl-Devel-REPL.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-REPL
 Version:1.003026
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Modern perl interactive shell
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,7 @@ URL:http://search.cpan.org/dist/Devel-REPL/
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Devel-REPL-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
@@ -44,7 +45,7 @@ BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(if)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) = 0.94
 BuildRequires:  perl(version)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(App::Nopaste)
@@ -81,6 +82,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 24 2015 Petr Pisar ppi...@redhat.com - 1.003026-3
+- Specify all dependencies
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.003026-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-REPL.git/commit/?h=masterid=3e5449d4e7ad2ee6fe42d536ff4d736d82cc6c59
--
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-Devel-REPL (master). Sub-package plugins

2015-06-24 Thread notifications
From 135f50ae28444d820770fddde114068d7ec5bded Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 24 Jun 2015 15:13:14 +0200
Subject: Sub-package plugins


diff --git a/perl-Devel-REPL.spec b/perl-Devel-REPL.spec
index ef0880c..0033bb9 100644
--- a/perl-Devel-REPL.spec
+++ b/perl-Devel-REPL.spec
@@ -48,7 +48,6 @@ BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.94
 BuildRequires:  perl(version)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
-Requires:   perl(App::Nopaste)
 Requires:   perl(Moose::Meta::Role)
 Requires:   perl(MooseX::Getopt)
 Requires:   perl(MooseX::Object::Pluggable)
@@ -60,6 +59,126 @@ This is an interactive shell for Perl, commonly known as a 
REPL - Read,
 Evaluate, Print, Loop. The shell provides for rapid development or testing
 of code without the need to create a temporary source code file.
 
+Through a plugin system, many features are available on demand. These plugins
+are available:
+
+Completion
+CompletionDriver::INC
+CompletionDriver::Keywords
+DDC
+DDS
+Interrupt
+LexEnv
+MultiLine::PPI
+Nopaste
+PPI
+Refresh
+
+The plugins are available in standalone RPM packages. For example the
+MultiLine::PPI plugin is delivered within %{name}-MultiLine-PPI package.
+
+%package Plugin-Completion
+Summary:Devel-REPL plugin for tab completion
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+
+%description Plugin-Completion
+This Perl interactive shell plugin provides extensible tab completion. By
+default, the Completion plugin explicitly does not use the Gnu readline or
+Term::ReadLine::Perl fallback file name completion.
+
+%package Plugin-CompletionDriver-INC
+Summary:Devel-REPL plugin for completing module names
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+
+%description Plugin-CompletionDriver-INC
+This Perl interactive shell plugin provides module names completion.
+
+%package Plugin-CompletionDriver-Keywords
+Summary:Devel-REPL plugin for completing keywords and operators
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+
+%description Plugin-CompletionDriver-Keywords
+This Perl interactive shell plugin provides keyword and operator names
+completion.
+
+%package Plugin-DDC
+Summary:Devel-REPL plugin for formatting results with 
Data::Dumper::Concise
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+
+%description Plugin-DDC
+This Perl interactive shell plugin formats results with Data::Dumper::Concise.
+
+%package Plugin-DDS
+Summary:Devel-REPL plugin for formatting results with 
Data::Dump::Streamer
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+
+%description Plugin-DDS
+This Perl interactive shell plugin formats results with Data::Dump::Streamer.
+
+%package Plugin-Interrupt
+Summary:Devel-REPL plugin for trapping INT signal
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+
+%description Plugin-Interrupt
+By default Devel::REPL exits on SIGINT (usually Ctrl-C). If you load this
+module, SIGINT will be trapped and used to kill long-running commands
+(statements) and also to kill the line being edited (like eg. BASH do).
+(You can still use Ctrl-D to exit.)
+
+%package Plugin-LexEnv
+Summary:Devel-REPL plugin for lexical environments
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+
+%description Plugin-LexEnv
+This Perl interactive shell plugin provides environments for lexical variables.
+
+%package Plugin-MultiLine-PPI
+Summary:Devel-REPL plugin for multi-line blocks
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+
+%description Plugin-MultiLine-PPI
+This Perl interactive shell plugin will collect lines until you have no
+unfinished structures.  This lets you write subroutines, if statements,
+loops, etc. more naturally.
+
+%package Plugin-Nopaste
+Summary:Devel-REPL plugin for uploading data to a nopaste site
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(App::Nopaste)
+
+%description Plugin-Nopaste
+This Perl interactive shell 

Broken dependencies: perl-POE-Component-Server-Bayeux

2015-06-24 Thread buildsys


perl-POE-Component-Server-Bayeux has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-Bayeux-0.04-14.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-Text-Xslate

2015-06-24 Thread buildsys


perl-Text-Xslate has broken dependencies in the rawhide tree:
On x86_64:
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Text-Xslate-3.2.5-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-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

[Bug 1231297] perl-Carp-REPL-0.18-1.fc23 FTBFS with perl-5.22

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231297
Bug 1231297 depends on bug 1231285, which changed state.

Bug 1231285 Summary: perl-Devel-REPL-1.003026-1.fc23 FTBFS with perl-5.22
https://bugzilla.redhat.com/show_bug.cgi?id=1231285

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



-- 
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 1231290] perl-PDL-2.11.0-1.fc23 FTBFS with perl-5.22

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231290
Bug 1231290 depends on bug 1231285, which changed state.

Bug 1231285 Summary: perl-Devel-REPL-1.003026-1.fc23 FTBFS with perl-5.22
https://bugzilla.redhat.com/show_bug.cgi?id=1231285

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



-- 
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-06-24 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide 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-Data-Alias

2015-06-24 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: slic3r

2015-06-24 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-1.1.7-3.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
slic3r-1.1.7-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.i686 requires libperl.so.5.20
On armhfp:
slic3r-1.1.7-3.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-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-REPL

2015-06-24 Thread buildsys


perl-Devel-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Devel-REPL-1.003026-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-Classic-Perl

2015-06-24 Thread buildsys


perl-Classic-Perl has broken dependencies in the rawhide tree:
On x86_64:
perl-Classic-Perl-0.05-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Classic-Perl-0.05-9.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Classic-Perl-0.05-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-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-Devel-Cover

2015-06-24 Thread buildsys


perl-Devel-Cover has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-Cover-1.18-1.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.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-Task-Catalyst

2015-06-24 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-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: perl-CGI-Application-Structured-Tools

2015-06-24 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
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-Gtk3

2015-06-24 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-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-Method-Signatures

2015-06-24 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-PDL-Graphics-PLplot

2015-06-24 Thread buildsys


perl-PDL-Graphics-PLplot has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.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-POE-Component-Server-XMLRPC

2015-06-24 Thread buildsys


perl-POE-Component-Server-XMLRPC has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-XMLRPC-0.05-19.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

ppisar pushed to perl-Devel-REPL (master). Disable DDS plugin

2015-06-24 Thread notifications
From a8d5cb2b38cbd8da9725be4adeb3568bbc54be61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 24 Jun 2015 15:17:00 +0200
Subject: Disable DDS plugin


diff --git a/perl-Devel-REPL.spec b/perl-Devel-REPL.spec
index 0033bb9..591b06f 100644
--- a/perl-Devel-REPL.spec
+++ b/perl-Devel-REPL.spec
@@ -1,3 +1,7 @@
+# DDS plugin requires Data::Dump::Streamer which does not work with perl-5.22.
+# bug #1231285, CPAN RT#105466.
+%bcond_with dds
+
 Name:   perl-Devel-REPL
 Version:1.003026
 Release:3%{?dist}
@@ -17,7 +21,9 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(App::Nopaste)
 BuildRequires:  perl(B::Concise) = 0.62
 BuildRequires:  perl(B::Keywords)
+%if %{with dds}
 BuildRequires:  perl(Data::Dump::Streamer)
+%endif
 BuildRequires:  perl(Data::Dumper::Concise)
 BuildRequires:  perl(Devel::Peek)
 BuildRequires:  perl(File::HomeDir)
@@ -66,7 +72,9 @@ are available:
 CompletionDriver::INC
 CompletionDriver::Keywords
 DDC
+%if %{with dds}
 DDS
+%endif
 Interrupt
 LexEnv
 MultiLine::PPI
@@ -112,6 +120,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval $(perl 
-V:version); echo $version))
 %description Plugin-DDC
 This Perl interactive shell plugin formats results with Data::Dumper::Concise.
 
+%if %{with dds}
 %package Plugin-DDS
 Summary:Devel-REPL plugin for formatting results with 
Data::Dump::Streamer
 Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
@@ -119,6 +128,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval $(perl 
-V:version); echo $version))
 
 %description Plugin-DDS
 This Perl interactive shell plugin formats results with Data::Dump::Streamer.
+%endif
 
 %package Plugin-Interrupt
 Summary:Devel-REPL plugin for trapping INT signal
@@ -260,9 +270,11 @@ make test
 %{perl_vendorlib}/Devel/REPL/Plugin/DDC.pm
 %{_mandir}/man3/Devel::REPL::Plugin::DDC.*
 
+%if %{with dds}
 %files Plugin-DDS
 %{perl_vendorlib}/Devel/REPL/Plugin/DDS.pm
 %{_mandir}/man3/Devel::REPL::Plugin::DDS.*
+%endif
 
 %files Plugin-Interrupt
 %{perl_vendorlib}/Devel/REPL/Plugin/Interrupt.pm
@@ -293,6 +305,7 @@ make test
 * Wed Jun 24 2015 Petr Pisar ppi...@redhat.com - 1.003026-3
 - Specify all dependencies
 - Sub-package plugins
+- Disable DDS plugin (bug #1231285)
 
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.003026-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-REPL.git/commit/?h=masterid=a8d5cb2b38cbd8da9725be4adeb3568bbc54be61
--
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 1231285] perl-Devel-REPL-1.003026-1.fc23 FTBFS with perl-5.22

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231285

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Devel-REPL-1.003026-3.
   ||fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-24 09:48:52



-- 
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-Gtk3-WebKit

2015-06-24 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.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-Devel-BeginLift

2015-06-24 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-Task-Kensho-Testing

2015-06-24 Thread buildsys


perl-Task-Kensho-Testing has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Task-Kensho-Testing-0.38-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-Carp-REPL

2015-06-24 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
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-Apocalypse

2015-06-24 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-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-POE-API-Peek

2015-06-24 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: perl-Test-AutoBuild

2015-06-24 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

[Bug 1235489] perl-Socket-2.020 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235489



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1042910
  -- https://bugzilla.redhat.com/attachment.cgi?id=1042910action=edit
[patch] Update to 2.020 (#1235489)

-- 
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 1235489] New: perl-Socket-2.020 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235489

Bug ID: 1235489
   Summary: perl-Socket-2.020 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Socket
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 2.020
Current version/release in rawhide: 2.019-3.fc23
URL: http://search.cpan.org/dist/Socket/

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

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

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

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

[Bug 1235489] perl-Socket-2.020 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235489



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10203304

-- 
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 1235491] perl-Tangerine-0.18 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235491



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10203344

-- 
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 1235491] New: perl-Tangerine-0.18 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235491

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



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

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

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

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

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

[Bug 1235491] perl-Tangerine-0.18 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235491



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1042911
  -- https://bugzilla.redhat.com/attachment.cgi?id=1042911action=edit
[patch] Update to 0.18 (#1235491)

-- 
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 1039717] perl-Net-Amazon-EC2-0.30 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1039717

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Net-Amazon-EC2-0.30-1.
   ||fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-24 11:34:55



-- 
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 1234355] perl-CGI-4.21 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234355

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
Package perl-CGI-4.21-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-CGI-4.21-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10575/perl-CGI-4.21-1.fc22
then log in and leave karma (feedback).

-- 
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 1231290] perl-PDL-2.11.0-1.fc23 FTBFS with perl-5.22

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231290

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-PDL-2.11.0-2.fc23
 Resolution|--- |RAWHIDE
   Assignee|jples...@redhat.com |ppi...@redhat.com
Last Closed||2015-06-24 10:29:59



-- 
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 1231293] perl-PDL-Graphics-PLplot-0.67-6.fc23 FTBFS with perl-5.22

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231293
Bug 1231293 depends on bug 1231290, which changed state.

Bug 1231290 Summary: perl-PDL-2.11.0-1.fc23 FTBFS with perl-5.22
https://bugzilla.redhat.com/show_bug.cgi?id=1231290

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE



-- 
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-Text-CSV (master). 1.33 bump

2015-06-24 Thread notifications
From 3b327cdb9550756878b835038a0558db544fb507 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 24 Jun 2015 16:40:43 +0200
Subject: 1.33 bump


diff --git a/.gitignore b/.gitignore
index f509514..d7cd9e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Text-CSV-1.18.tar.gz
 /Text-CSV-1.21.tar.gz
 /Text-CSV-1.30.tar.gz
+/Text-CSV-1.33.tar.gz
diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec
index 181184a..8e5cc4a 100644
--- a/perl-Text-CSV.spec
+++ b/perl-Text-CSV.spec
@@ -1,27 +1,36 @@
-Name:  perl-Text-CSV
-Version:   1.30
-Release:   7%{?dist}
-Summary:   Comma-separated values manipulator
-
-Group: Development/Libraries
-License:   GPL+ or Artistic
-URL:   http://search.cpan.org/dist/Text-CSV/
-Source0:   
http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-Requires:  perl(IO::Handle)
-
-BuildArch: noarch
-
-BuildRequires: perl(ExtUtils::MakeMaker)
-
-# For test suite
-BuildRequires: perl(base)
-BuildRequires: perl(Carp)
-BuildRequires: perl(Test::Harness)
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Pod) = 1.00
-BuildRequires: perl(IO::Handle)
+Name:   perl-Text-CSV
+Version:1.33
+Release:1%{?dist}
+Summary:Comma-separated values manipulator
+Group:  Development/Libraries
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Text-CSV/
+Source0:
http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(lib)
+# Run-time:
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Carp)
+# Encode not used
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Test:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Tie::Scalar)
+# Text::CSV_XS not used
+# Optional tests:
+BuildRequires:  perl(Test::Pod) = 1.00
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(IO::Handle)
 
 %{?perl_default_filter}
 
@@ -38,29 +47,26 @@ perhaps better called ASV (anything separated values) 
rather than just CSV.
 %setup -q -n Text-CSV-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test TEST_VERBOSE=1
+make test TEST_VERBOSE=1
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} pure_install DESTDIR=%{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 ';'
-%{__chmod} -R u+w %{buildroot}/*
-
-%clean
-%{__rm} -rf %{buildroot}
+%{_fixperms} %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Jun 24 2015 Petr Pisar ppi...@redhat.com - 1.33-1
+- 1.33 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.30-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ab3b92e..94b6e6d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-46267559f7f6e203e0a60e033c36851e  Text-CSV-1.21.tar.gz
-9189f80e04ab2708f09b5358aa10c4b5  Text-CSV-1.30.tar.gz
+358e2f2ddb6c7746c91e49a7db97b634  Text-CSV-1.33.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-CSV.git/commit/?h=masterid=3b327cdb9550756878b835038a0558db544fb507
--
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 Net-Amazon-EC2-0.30.tar.gz for perl-Net-Amazon-EC2

2015-06-24 Thread notifications
b866a973eca0cecb01bc66c4178eca78  Net-Amazon-EC2-0.30.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-Amazon-EC2/Net-Amazon-EC2-0.30.tar.gz/md5/b866a973eca0cecb01bc66c4178eca78/Net-Amazon-EC2-0.30.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-Net-Amazon-EC2 (master). 0.30 bump

2015-06-24 Thread notifications
From c5c86639c17b0de388da50b59fbd290e9c41305f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 24 Jun 2015 17:23:57 +0200
Subject: 0.30 bump


diff --git a/.gitignore b/.gitignore
index 6ba0610..3aa8b05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Net-Amazon-EC2-0.14.tar.gz
 /Net-Amazon-EC2-0.23.tar.gz
 /Net-Amazon-EC2-0.24.tar.gz
+/Net-Amazon-EC2-0.30.tar.gz
diff --git a/Net-Amazon-EC2-0.30-Do-not-autoinstall-modules.patch 
b/Net-Amazon-EC2-0.30-Do-not-autoinstall-modules.patch
new file mode 100644
index 000..61d481a
--- /dev/null
+++ b/Net-Amazon-EC2-0.30-Do-not-autoinstall-modules.patch
@@ -0,0 +1,26 @@
+From bbda664902059e73ad8a5e08f0b8234bc29c190e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 24 Jun 2015 17:07:20 +0200
+Subject: [PATCH] Do not autoinstall modules
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ Makefile.PL | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index cdd85d2..7c8b489 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -24,5 +24,4 @@ no_index;
+ 
+ repository 'https://github.com/mrallen1/net-amazon-ec2';
+ 
+-auto_install;
+ WriteAll;
+-- 
+2.1.0
+
diff --git a/perl-Net-Amazon-EC2.spec b/perl-Net-Amazon-EC2.spec
index 56151ee..739838a 100644
--- a/perl-Net-Amazon-EC2.spec
+++ b/perl-Net-Amazon-EC2.spec
@@ -1,66 +1,68 @@
 Summary: Perl interface to the Amazon Elastic Compute Cloud (EC2)
 Name: perl-Net-Amazon-EC2
-Version: 0.24
-Release: 5%{?dist}
+Version: 0.30
+Release: 1%{?dist}
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Net-Amazon-EC2/
 Source0: 
http://search.cpan.org/CPAN/authors/id/M/MA/MALLEN/Net-Amazon-EC2-%{version}.tar.gz
-
+# Do not download sources from the Internet
+Patch0: Net-Amazon-EC2-0.30-Do-not-autoinstall-modules.patch
 
 BuildArch: noarch
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
-BuildRequires: perl(Carp)
-BuildRequires: perl(Config)
-BuildRequires: perl(Cwd)
-BuildRequires: perl(ExtUtils::MM_Unix)
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(ExtUtils::Manifest)
-BuildRequires: perl(File::Find)
-BuildRequires: perl(File::Path)
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(FindBin)
-BuildRequires: perl(strict)
-BuildRequires: perl(vars)
+BuildRequires: perl(inc::Module::Install)
+BuildRequires: perl(Module::Install::Metadata)
+BuildRequires: perl(Module::Install::WriteAll)
+BuildRequires: sed
 # Run-time:
+BuildRequires: perl(Carp)
 BuildRequires: perl(Data::Dumper)
-BuildRequires: perl(Digest::HMAC_SHA1) = 1.01
-BuildRequires: perl(HTTP::Date)
+BuildRequires: perl(Digest::SHA)
+BuildRequires: perl(LWP::Protocol::https)
 BuildRequires: perl(LWP::UserAgent)
 BuildRequires: perl(MIME::Base64)
-BuildRequires: perl(Moose) = 0.33
-BuildRequires: perl(URI)
+BuildRequires: perl(Moose) = 0.38
+BuildRequires: perl(overload)
 BuildRequires: perl(Params::Validate)
+BuildRequires: perl(POSIX)
+BuildRequires: perl(strict)
+BuildRequires: perl(URI)
+BuildRequires: perl(URI::Escape)
+BuildRequires: perl(vars)
 BuildRequires: perl(XML::Simple) = 2.18
 # Tests:
 BuildRequires: perl(blib)
-BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Exception)
-BuildRequires: perl(LWP::Protocol::https)
-BuildRequires: perl(CPAN)
-
-
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+BuildRequires: perl(Test::More)
+Requires: perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires: perl(Moose) = 0.38
+Requires: perl(XML::Simple) = 2.18
 
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Moose|XML::Simple)\\)$
 
 %description
-This module provides an interface to the Amazon Elastic Compute Cloud (EC2)
-
+This module provides an interface to the Amazon Elastic Compute Cloud (EC2).
 
 %prep
 %setup -q -n Net-Amazon-EC2-%{version}
-
+%patch0 -p1
+# Remove bundled modules
+rm -rf ./inc
+sed -i -e '/^inc\//d' MANIFEST
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-chmod -R u+w %{buildroot}/*
-
+%{_fixperms} %{buildroot}
 
 %check
 # Avoid online tests
@@ -68,109 +70,15 @@ set AWS_ACCESS_KEY_ID=
 set SECRET_ACCESS_KEY=
 make test
 
-
 %files
-%doc README
-%dir %{perl_vendorlib}/Net
-%dir %{perl_vendorlib}/Net/Amazon
-%dir %{perl_vendorlib}/Net/Amazon/EC2
-%{perl_vendorlib}/Net/Amazon/EC2/Attachment.pm
-%{perl_vendorlib}/Net/Amazon/EC2/AvailabilityZoneMessage.pm
-%{perl_vendorlib}/Net/Amazon/EC2/AvailabilityZone.pm
-%{perl_vendorlib}/Net/Amazon/EC2/BlockDeviceMapping.pm

[Bug 1039717] perl-Net-Amazon-EC2-0.30 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1039717

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||ppi...@redhat.com
   Assignee|lkund...@v3.sk  |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 1039717] perl-Net-Amazon-EC2-0.30 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1039717



--- Comment #7 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Net-Amazon-EC2-0.30-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=664840

-- 
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 1234662] perl-Gnome2-1.046 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234662

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Gnome2-1.046-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-Gnome2-1.046-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10580/perl-Gnome2-1.046-1.fc20
then log in and leave karma (feedback).

-- 
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 1234730] perl-Syntax-Highlight-Perl6-0.88-13.fc23 FTBFS: missing build-time dependency on perl(open)

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234730

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Syntax-Highlight-Perl6-0.88-12.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Syntax-Highlight-Perl6-0.88-12.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10584/perl-Syntax-Highlight-Perl6-0.88-12.fc22
then log in and leave karma (feedback).

-- 
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 Socket-2.020.tar.gz for perl-Socket

2015-06-24 Thread notifications
35fa3624956e3cea8864ec23804bf0ec  Socket-2.020.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Socket/Socket-2.020.tar.gz/md5/35fa3624956e3cea8864ec23804bf0ec/Socket-2.020.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-Socket (master). 2.020 bump

2015-06-24 Thread notifications
From 4cba8f2b747e7c0cabfd49c45fd6f59f08bd9cd5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 25 Jun 2015 07:48:15 +0200
Subject: 2.020 bump


diff --git a/.gitignore b/.gitignore
index 708696a..f65d167 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /Socket-2.017.tar.gz
 /Socket-2.018.tar.gz
 /Socket-2.019.tar.gz
+/Socket-2.020.tar.gz
diff --git a/perl-Socket.spec b/perl-Socket.spec
index 02df75b..cdf3c1a 100644
--- a/perl-Socket.spec
+++ b/perl-Socket.spec
@@ -1,12 +1,15 @@
 Name:   perl-Socket
 Epoch:  3
-Version:2.019
-Release:3%{?dist}
+Version:2.020
+Release:1%{?dist}
 Summary:Networking constants and support functions
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Socket/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::CBuilder)
@@ -60,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 25 2015 Petr Pisar ppi...@redhat.com - 3:2.020-1
+- 2.020 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3:2.019-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f6a96fc..91facc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8afec24ac4e084e0da0600c2018ccead  Socket-2.019.tar.gz
+35fa3624956e3cea8864ec23804bf0ec  Socket-2.020.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Socket.git/commit/?h=masterid=4cba8f2b747e7c0cabfd49c45fd6f59f08bd9cd5
--
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 1235489] perl-Socket-2.020 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235489



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
Enhancement release 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-Socket (f21). 2.020 bump

2015-06-24 Thread notifications
From a7d3186d7154d1a5ba014377f022ee9fb711c91c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 25 Jun 2015 07:48:15 +0200
Subject: 2.020 bump


diff --git a/.gitignore b/.gitignore
index 708696a..f65d167 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /Socket-2.017.tar.gz
 /Socket-2.018.tar.gz
 /Socket-2.019.tar.gz
+/Socket-2.020.tar.gz
diff --git a/perl-Socket.spec b/perl-Socket.spec
index d77b7a9..ea4e036 100644
--- a/perl-Socket.spec
+++ b/perl-Socket.spec
@@ -1,12 +1,15 @@
 Name:   perl-Socket
 Epoch:  1
-Version:2.019
+Version:2.020
 Release:1%{?dist}
 Summary:Networking constants and support functions
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Socket/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::CBuilder)
@@ -60,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 25 2015 Petr Pisar ppi...@redhat.com - 1:2.020-1
+- 2.020 bump
+
 * Thu Apr 30 2015 Petr Pisar ppi...@redhat.com - 1:2.019-1
 - 2.019 bump
 
diff --git a/sources b/sources
index f6a96fc..91facc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8afec24ac4e084e0da0600c2018ccead  Socket-2.019.tar.gz
+35fa3624956e3cea8864ec23804bf0ec  Socket-2.020.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Socket.git/commit/?h=f21id=a7d3186d7154d1a5ba014377f022ee9fb711c91c
--
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 1235489] perl-Socket-2.020 is available

2015-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235489



--- Comment #4 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Socket-2.020-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=665026

-- 
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

  1   2   >