[Bug 1320354] perl-Socket6-0.27 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1320354



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Socket6 and version 0.26 FAILED.
See for details

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

[Bug 1320354] New: perl-Socket6-0.27 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1320354

Bug ID: 1320354
   Summary: perl-Socket6-0.27 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Socket6
  Keywords: FutureFeature, Triaged
  Assignee: p...@city-fan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jose.p.oliveira@gmail.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org,
redhat-bugzi...@linuxnetz.de



Latest upstream release: 0.27
Current version/release in rawhide: 0.26-1.fc25
URL: http://search.cpan.org/dist/Socket6/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/3322/

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

[Bug 1320354] perl-Socket6-0.27 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1320354



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

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

[Bug 1320354] perl-Socket6-0.27 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1320354



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1139291
  --> https://bugzilla.redhat.com/attachment.cgi?id=1139291&action=edit
Rebase-helper rebase-helper-debug.log log file.
 See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

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

ppisar pushed to perl-Qt (master). "Disable perlqt_networkgooglesuggest test (..more)"

2016-03-22 Thread notifications
From abb2e79e339af50772571359f02578ebf43ba4d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 22 Mar 2016 18:15:12 +0100
Subject: Disable perlqt_networkgooglesuggest test

Also does not work without network.
---
 perl-Qt.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/perl-Qt.spec b/perl-Qt.spec
index 6b03ea3..66809fc 100644
--- a/perl-Qt.spec
+++ b/perl-Qt.spec
@@ -125,9 +125,10 @@ sed -i -e '/perlqt_itemviewspixelator/d' \
-e '/perlqt_xmlstreambookmarks/d' qtgui/t/CMakeLists.txt
 %endif
 
-# Network broadcast test fails without network
+# Network tests fail without network
 sed -i \
-e '/perlqt_networkbroadcast/d' \
+   -e '/perlqt_networkgooglesuggest/d' \
qtgui/t/CMakeLists.txt
 
 # These tests fail even in latest upstream code,
-- 
cgit v0.12



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

ppisar pushed to perl-Qt (master). "Disable a broadcast network test (..more)"

2016-03-22 Thread notifications
From 5e8ba5f5850639b783460a158fafe2c403f46091 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 22 Mar 2016 17:57:58 +0100
Subject: Disable a broadcast network test

It fails on build server because there is no network.
---
 perl-Qt.spec | 5 +
 1 file changed, 5 insertions(+)

diff --git a/perl-Qt.spec b/perl-Qt.spec
index 18047a0..6b03ea3 100644
--- a/perl-Qt.spec
+++ b/perl-Qt.spec
@@ -125,6 +125,11 @@ sed -i -e '/perlqt_itemviewspixelator/d' \
-e '/perlqt_xmlstreambookmarks/d' qtgui/t/CMakeLists.txt
 %endif
 
+# Network broadcast test fails without network
+sed -i \
+   -e '/perlqt_networkbroadcast/d' \
+   qtgui/t/CMakeLists.txt
+
 # These tests fail even in latest upstream code,
 # 
 sed -i \
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Qt.git/commit/?h=master&id=5e8ba5f5850639b783460a158fafe2c403f46091
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1318734] perl-Prima-1.45 tests fail on big-endian platforms

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1318734

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
perl-Prima-1.45-4.fc24 has been pushed to the Fedora 24 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-79616dd821

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

[Bug 1319956] perl-DateTime-1.26 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319956

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-DateTime-1.26-1.fc24 has been pushed to the Fedora 24 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-a0eac1ce95

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

[Bug 1301246] perl-SNMP-Info-3.31 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1301246

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
perl-SNMP-Info-3.31-1.fc24 has been pushed to the Fedora 24 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-54dd065e70

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

ppisar pushed to perl-Qt (master). "Run X11 tests"

2016-03-22 Thread notifications
From 6a86bb1b9235dfac0605f704c81fb1e692409496 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 22 Mar 2016 12:42:48 +0100
Subject: Run X11 tests

---
 Qt-0.96.0-Fix-uchar-test.patch | 37 +
 perl-Qt.spec   | 26 +-
 2 files changed, 62 insertions(+), 1 deletion(-)
 create mode 100644 Qt-0.96.0-Fix-uchar-test.patch

diff --git a/Qt-0.96.0-Fix-uchar-test.patch b/Qt-0.96.0-Fix-uchar-test.patch
new file mode 100644
index 000..0857b9c
--- /dev/null
+++ b/Qt-0.96.0-Fix-uchar-test.patch
@@ -0,0 +1,37 @@
+From 5c1433a05cea92e3b1f73afdb488543299eadcf1 Mon Sep 17 00:00:00 2001
+From: Chris Burel 
+Date: Sun, 12 Feb 2012 15:59:01 -0800
+Subject: [PATCH] Fix uchar test.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+It seems the smoke libs no longer recognize the QChar( uchar ) method.  So use 
the QChar( uchar, uchar ) instead.
+
+Petr Písař: Ported to 0.96.0:
+
+commit 2b2e2d106abff67a55abd0dc38268f74f98d64da
+Author: Chris Burel 
+Date:   Sun Feb 12 15:59:01 2012 -0800
+
+Signed-off-by: Petr Písař 
+---
+ qtcore/t/f_handlers.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/qtcore/t/f_handlers.t b/qtcore/t/f_handlers.t
+index ca95423..53b7d63 100644
+--- a/qtcore/t/f_handlers.t
 b/qtcore/t/f_handlers.t
+@@ -93,7 +93,7 @@ my $app = Qt::Application( \@ARGV );
+ # Test char and uchar marshalling
+ my $char = Qt::Char( Qt::Int(87) );
+ is ( $char->toAscii(), 87, 'signed char' );
+-$char = Qt::Char( Qt::Uchar('f') );
++$char = Qt::Char( Qt::Uchar('f'), Qt::Uchar("\0") );
+ is ( $char->toAscii(), ord('f'), 'unsigned char' );
+ $char = Qt::Char( 'f', 3 );
+ is ( $char->row(), 3, 'unsigned char' );
+-- 
+2.5.5
+
diff --git a/perl-Qt.spec b/perl-Qt.spec
index acc4e50..65e81bc 100644
--- a/perl-Qt.spec
+++ b/perl-Qt.spec
@@ -1,3 +1,5 @@
+%global use_x11_tests 1
+
 Name:   perl-Qt
 Version:0.96.0
 Release:19%{?dist}
@@ -19,6 +21,8 @@ Patch3: 
Qt-0.96.0-Bundle-Devel-Peel-SvREFCNT_inc-removed-from-perl-5.2.p
 Patch4: 
perlqt-4.14.2-Use-a-copy-of-the-Qt-AutoLoad-AUTOLOAD-variable.patch
 # Adjust to GCC 6, bug #1303658, CPAN RT#111630
 Patch5: Qt-0.96.0-Initialize-smokeperl_object-properly.patch
+# Adjust to smokeqt's QChar, in upstream after 4.8.0
+Patch6: Qt-0.96.0-Fix-uchar-test.patch
 BuildRequires:  coreutils
 BuildRequires:  cmake
 # gcc for C standard library headers
@@ -58,6 +62,11 @@ BuildRequires:  perl(Devel::Peek)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(utf8)
+%if %{use_x11_tests}
+# X11 tests:
+BuildRequires:  xorg-x11-server-Xvfb
+BuildRequires:  font(:lang=en)
+%endif
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %?perl_default_filter
@@ -85,12 +94,14 @@ Development files for perl-Qt.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 mkdir build
 
 # fix smoke qwt detection
 sed -i -e 's/SMOKE_Qwt5_Qt4_FOUND/SMOKE_QWT_FOUND/' CMakeLists.txt
 
+%if !%{use_x11_tests}
 # these tests require running X server
 sed -i -e '/perlqt_qtcore4_qapp/d' \
-e '/perlqt_qtcore4_sigslot/d' \
@@ -109,6 +120,14 @@ sed -i -e '/perlqt_itemviewspixelator/d' \
-e '/perlqt_sqlquerymodel/d' \
-e '/perlqt_widgetscalculator/d' \
-e '/perlqt_xmlstreambookmarks/d' qtgui/t/CMakeLists.txt
+%endif
+
+# These tests fail even in latest upstream code,
+# 
+sed -i \
+   -e '/perlqt_helpcontextsensitivehelp/d' \
+   -e '/perlqt_mainwindowsmdi/d' \
+   qtgui/t/CMakeLists.txt
 
 %build
 cd build
@@ -128,7 +147,11 @@ make install DESTDIR=%{buildroot}
 %check
 cd build
 export PERL5LIB="$PWD/blib/lib:$PWD/blib/arch"
-make test
+%if %{use_x11_tests}
+xvfb-run -a make test
+%else
+make test
+%endif
 
 %files
 %license LICENSE
@@ -145,6 +168,7 @@ make test
 %changelog
 * Tue Mar 22 2016 Petr Pisar  - 0.96.0-19
 - Modernize spec file
+- Run X11 tests
 
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.96.0-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Qt.git/commit/?h=master&id=6a86bb1b9235dfac0605f704c81fb1e692409496
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar pushed to perl-Qt (master). "Modernize spec file"

2016-03-22 Thread notifications
From e1b1d244289d1389cb7e5a3178fa698db680ea2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 22 Mar 2016 09:31:34 +0100
Subject: Modernize spec file

---
 perl-Qt.spec | 53 ++---
 1 file changed, 34 insertions(+), 19 deletions(-)

diff --git a/perl-Qt.spec b/perl-Qt.spec
index c6b4225..acc4e50 100644
--- a/perl-Qt.spec
+++ b/perl-Qt.spec
@@ -1,6 +1,6 @@
 Name:   perl-Qt
 Version:0.96.0
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Perl bindings for Qt
 # Files under qtcore/tools/ and qtdbus/tools/ are LGPLv2.1+ with Nokia
 # exceptions or GPLv3+. The Nokia files only appear in -devel subpackage.
@@ -19,40 +19,51 @@ Patch3: 
Qt-0.96.0-Bundle-Devel-Peel-SvREFCNT_inc-removed-from-perl-5.2.p
 Patch4: 
perlqt-4.14.2-Use-a-copy-of-the-Qt-AutoLoad-AUTOLOAD-variable.patch
 # Adjust to GCC 6, bug #1303658, CPAN RT#111630
 Patch5: Qt-0.96.0-Initialize-smokeperl_object-properly.patch
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-
 BuildRequires:  coreutils
 BuildRequires:  cmake
-BuildRequires:  libdb-devel
-BuildRequires:  make
+# gcc for C standard library headers
 BuildRequires:  gcc
-BuildRequires:  gdbm-devel
+BuildRequires:  gcc-c++
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-devel
+# Perl module used by qtcore/src/doxsubpp.pl and cmake/FindPerlMore.cmake
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 BuildRequires:  phonon-devel
 BuildRequires:  qimageblitz-devel
 BuildRequires:  qscintilla-devel
 BuildRequires:  qt-devel
 BuildRequires:  qwt-devel
 BuildRequires:  sed
+# smokegen-devel provided cmake modules for Qt components
+BuildRequires:  smokegen-devel
 BuildRequires:  smokeqt-devel
-
+# Run-time:
+# search in lib subdirectories, exclude examples,
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)  
-BuildRequires:  perl(Devel::Peek)  
-BuildRequires:  perl(Exporter)  
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(List::MoreUtils)  
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Scalar::Util)  
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(XSLoader)  
-BuildRequires:  perl(base)  
-BuildRequires:  perl(strict)  
+# Tests:
+# search for *.t files, they use modules from examples like Calculator
+BuildRequires:  perl(blib)
+BuildRequires:  perl(Devel::Peek)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(utf8)
-BuildRequires:  perl(warnings)  
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %?perl_default_filter
+# Filter private modules
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}::_(internal|overload)\\)
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}::_(internal|overload)\\)
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^QtCore4\\.so
 
 %description
 This module provides Perl bindings for the Qt 4 libraries.
@@ -60,7 +71,7 @@ This module provides Perl bindings for the Qt 4 libraries.
 %package devel
 Summary:Development files for perl-Qt
 License:GPLv2+ and (GPL+ or Artistic) and (LGPLv2+ with exceptions or 
GPLv3+)
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
 
 %description devel
 Development files for perl-Qt.
@@ -120,7 +131,8 @@ export PERL5LIB="$PWD/blib/lib:$PWD/blib/arch"
 make test
 
 %files
-%doc LICENSE README
+%license LICENSE
+%doc README
 %{perl_vendorarch}/*
 %exclude %dir %{perl_vendorarch}/auto/
 
@@ -131,6 +143,9 @@ make test
 %{_datadir}/perlqt
 
 %changelog
+* Tue Mar 22 2016 Petr Pisar  - 0.96.0-19
+- Modernize spec file
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.96.0-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



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

ppisar pushed to perl-Qt (master). "Fix code generation with "puic4 -x""

2016-03-22 Thread notifications
From 0cb05ee05116fb65f48da7cd73db03da57e5b009 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 22 Mar 2016 15:38:37 +0100
Subject: Fix code generation with "puic4 -x"

---
 ...Fix-problems-with-puic4-x-code-generation.patch | 129 +
 perl-Qt.spec   |   4 +
 2 files changed, 133 insertions(+)
 create mode 100644 Qt-0.96.0-Fix-problems-with-puic4-x-code-generation.patch

diff --git a/Qt-0.96.0-Fix-problems-with-puic4-x-code-generation.patch 
b/Qt-0.96.0-Fix-problems-with-puic4-x-code-generation.patch
new file mode 100644
index 000..1d3a9a7
--- /dev/null
+++ b/Qt-0.96.0-Fix-problems-with-puic4-x-code-generation.patch
@@ -0,0 +1,129 @@
+From 94492c83232701ebc95d739f884f6457a96475f5 Mon Sep 17 00:00:00 2001
+From: Olivier Lahaye 
+Date: Fri, 19 Jun 2015 08:11:36 -0700
+Subject: [PATCH] Fix problems with puic4 -x code generation.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This is a patch submitted for https://github.com/chrisburel/perlqt4/issues/44 
"puic4 -x does not create valid perl code"
+
+Petr Písař: Ported to 0.96.0:
+
+commit e8a30b78f46a376da70fc9cc8f8166b72aea5261
+Author: Olivier Lahaye 
+Date:   Fri Jun 19 08:11:36 2015 -0700
+
+Fix problems with puic4 -x code generation.
+
+Signed-off-by: Petr Písař 
+---
+ qtcore/tools/puic/uic.cpp | 74 +--
+ 1 file changed, 39 insertions(+), 35 deletions(-)
+
+diff --git a/qtcore/tools/puic/uic.cpp b/qtcore/tools/puic/uic.cpp
+index 996a7da..edb5538 100644
+--- a/qtcore/tools/puic/uic.cpp
 b/qtcore/tools/puic/uic.cpp
+@@ -139,30 +139,34 @@ void Uic::writeCopyrightHeader(DomUI *ui)
+ {
+ QString comment = ui->elementComment();
+ if ( this->option().generator == Option::PerlGenerator ) {
+-if (comment.size())
+-out << "/*\n" << comment << "\n*/\n\n";
++if (comment.size()) {
++comment.insert( 0, "# " );
++comment.replace( QRegExp("\n"), "\n# " );
++out << 
"\n"
++<< comment
++<< 
"\n\n\n";
++}
+ 
+-out << 
"#\n";
+-out << "## Form generated from reading UI file '" << 
QFileInfo(opt.inputFile).fileName() << "'\n";
+-out << "##\n";
+-out << "## Created: " << QDateTime::currentDateTime().toString() 
<< "\n";
+-out << "##  " << QString::fromLatin1("by: Qt User Interface 
Compiler version %1\n").arg(QLatin1String(QT_VERSION_STR));
+-out << "##\n";
+-out << "## WARNING! All changes made in this file will be lost 
when recompiling UI file!\n";
+-out << 
"\n\n";
+-}
+-else {
++out << 
"\n";
++out << "## Form generated from reading UI file '" << 
QFileInfo(opt.inputFile).fileName() << "'\n";
++out << "##\n";
++out << "## Created: " << QDateTime::currentDateTime().toString() << 
"\n";
++out << "##  " << QString::fromLatin1("by: Qt User Interface 
Compiler version %1\n").arg(QLatin1String(QT_VERSION_STR));
++out << "##\n";
++out << "## WARNING! All changes made in this file will be lost when 
recompiling UI file!\n";
++out << 
"\n\n";
++} else {
+ if (comment.size())
+ out << "/*\n" << comment << "\n*/\n\n";
+ 
+-out << 
"/\n";
+-out << "** Form generated from reading UI file '" << 
QFileInfo(opt.inputFile).fileName() << "'\n";
+-out << "**\n";
+-out << "** Created: " << QDateTime::currentDateTime().toString() 
<< "\n";
+-out << "**  " << QString::fromLatin1("by: Qt User Interface 
Compiler version %1\n").arg(QLatin1String(QT_VERSION_STR));
+-out << "**\n";
+-out << "** WARNING! All changes made in this file will be lost 
when recompiling UI file!\n";
+-out << 
"/\n\n";
++out << 
"/\n";
++out << "** Form generated from reading UI file '" << 
QFileInfo(opt.inputFile).fileName() << "'\n";
++out << "**\n";
++out << "** Created: " << QDateTime::currentDateTime().toString() << 
"\n";
++out << "**  " << QString::fromLatin1("by: Qt User I

[Bug 1118240] puic4 is broken: fix provided

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1118240



--- Comment #9 from Petr Pisar  ---
I will apply the "Fixes partially 'puic4 -x' generated code" patch. I cannot
apply "Fixes puic4 code generator" because it requires many changes from
upstream after the 0.69.0 release and my attempt to back ported them caused
failing some tests.

I will rebase perl-Qt to latest KDE release in Fedora 25 and hopefully in
Fedora 24. But I will not push the rebase into older stable 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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1315521] perl-File-Edit-Portable-1.24 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1315521



--- Comment #24 from Fedora Update System  ---
perl-File-Edit-Portable-1.24-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-dc607aa826

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

[Bug 1319536] perl-Module-CoreList-5.20160320 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319536



--- Comment #11 from Fedora Update System  ---
perl-Module-CoreList-5.20160320-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-e46d08e8ca

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

[Bug 1318457] perl-DBIx-Connector-0.56 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1318457



--- Comment #12 from Fedora Update System  ---
perl-DBIx-Connector-0.56-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-fc20a17d74

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

[Bug 1319683] Please upgrade to upstream version

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319683



--- Comment #6 from Fedora Update System  ---
perl-Config-General-2.60-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-311222a472

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

[Bug 1291682] perl-WWW-Search-2.515 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291682

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-WWW-Search-2.515-1.fc2
   ||5
 Resolution|--- |RAWHIDE
   Assignee|xav...@bachelot.org |jples...@redhat.com
Last Closed||2016-03-22 10: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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded WWW-Search-2.515.tar.gz for perl-WWW-Search

2016-03-22 Thread notifications
a7bbb66df60ffa13f2e4315d4a3b598d  WWW-Search-2.515.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-WWW-Search/WWW-Search-2.515.tar.gz/md5/a7bbb66df60ffa13f2e4315d4a3b598d/WWW-Search-2.515.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-WWW-Search (master). "2.515 bump"

2016-03-22 Thread notifications
From 3891b6c9d21c2b7d17656cd8cbb874acf4b52619 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 22 Mar 2016 15:46:30 +0100
Subject: 2.515 bump

---
 .gitignore   | 1 +
 perl-WWW-Search.spec | 7 +--
 sources  | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index e590a4b..392f46d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ WWW-Search-2.507.tar.gz
 /WWW-Search-2.508.tar.gz
 /WWW-Search-2.511.tar.gz
 /WWW-Search-2.514.tar.gz
+/WWW-Search-2.515.tar.gz
diff --git a/perl-WWW-Search.spec b/perl-WWW-Search.spec
index b2da8df..033dfd5 100644
--- a/perl-WWW-Search.spec
+++ b/perl-WWW-Search.spec
@@ -1,6 +1,6 @@
 Name:   perl-WWW-Search
-Version:2.514
-Release:2%{?dist}
+Version:2.515
+Release:1%{?dist}
 Summary:Virtual base class for WWW searches
 Group:  Development/Libraries
 License:BSD
@@ -105,6 +105,9 @@ make test
 
 
 %changelog
+* Tue Mar 22 2016 Jitka Plesnikova  - 2.515-1
+- 2.515 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.514-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 16e7379..c9c8aa9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-997cb5e013c6a4be8bd3880ebca50520  WWW-Search-2.514.tar.gz
+a7bbb66df60ffa13f2e4315d4a3b598d  WWW-Search-2.515.tar.gz
-- 
cgit v0.12



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

[Bug 1301246] perl-SNMP-Info-3.31 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1301246

Jitka Plesnikova  changed:

   What|Removed |Added

 CC||jples...@redhat.com
   Fixed In Version||perl-SNMP-Info-3.31-1.fc25
   Assignee|w...@gouldfamily.org|jples...@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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed jplesnik's 'approveacls' permission on perl-XML-CommonNS (master) to 'Approved'

2016-03-22 Thread notifications
ppisar changed jplesnik's 'approveacls' permission on perl-XML-CommonNS 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-CommonNS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed perl-sig's 'watchbugzilla' permission on perl-XML-CommonNS (master) to 'Approved'

2016-03-22 Thread notifications
ppisar changed perl-sig's 'watchbugzilla' permission on perl-XML-CommonNS 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-CommonNS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed jplesnik's 'commit' permission on perl-XML-CommonNS (master) to 'Approved'

2016-03-22 Thread notifications
ppisar changed jplesnik's 'commit' permission on perl-XML-CommonNS (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-CommonNS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed perl-sig's 'watchcommits' permission on perl-XML-CommonNS (master) to 'Approved'

2016-03-22 Thread notifications
ppisar changed perl-sig's 'watchcommits' permission on perl-XML-CommonNS 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-CommonNS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1301246] perl-SNMP-Info-3.31 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1301246



--- Comment #4 from Fedora Update System  ---
perl-SNMP-Info-3.31-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-54dd065e70

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

[Bug 1301246] perl-SNMP-Info-3.31 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1301246



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-SNMP-Info-3.31-1.fc25 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=747818

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

jplesnik pushed to perl-SNMP-Info (f24). "3.31 bump"

2016-03-22 Thread notifications
From 2cc9ffcd27c75972ffc5a306771b28b92640940a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 22 Mar 2016 14:24:09 +0100
Subject: 3.31 bump

---
 .gitignore  | 1 +
 perl-SNMP-Info.spec | 7 +--
 sources | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index f2119ae..48f8d86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /SNMP-Info-3.24.tar.gz
 /SNMP-Info-3.28.tar.gz
 /SNMP-Info-3.30.tar.gz
+/SNMP-Info-3.31.tar.gz
diff --git a/perl-SNMP-Info.spec b/perl-SNMP-Info.spec
index 09d399d..cce8484 100644
--- a/perl-SNMP-Info.spec
+++ b/perl-SNMP-Info.spec
@@ -1,6 +1,6 @@
 Name:   perl-SNMP-Info
-Version:3.30
-Release:2%{?dist}
+Version:3.31
+Release:1%{?dist}
 Summary:Object Oriented Perl5 Interface to Network devices and MIBs 
through SNMP
 License:BSD
 Group:  Development/Libraries
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 22 2016 Jitka Plesnikova  - 3.31-1
+- 3.31 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
3.30-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 9fd319c..6849ec2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c20c6fe633fea77982295c73f7caf864  SNMP-Info-3.30.tar.gz
+0721edf70db203ac5e1b014733404fd8  SNMP-Info-3.31.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-SNMP-Info.git/commit/?h=f24&id=2cc9ffcd27c75972ffc5a306771b28b92640940a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-SNMP-Info (master). "3.31 bump"

2016-03-22 Thread notifications
From 3e46a92b698ccd3f6a587186d23dc4a30812e3ae Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 22 Mar 2016 14:24:09 +0100
Subject: 3.31 bump

---
 .gitignore  | 1 +
 perl-SNMP-Info.spec | 7 +--
 sources | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index f2119ae..48f8d86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /SNMP-Info-3.24.tar.gz
 /SNMP-Info-3.28.tar.gz
 /SNMP-Info-3.30.tar.gz
+/SNMP-Info-3.31.tar.gz
diff --git a/perl-SNMP-Info.spec b/perl-SNMP-Info.spec
index 09d399d..cce8484 100644
--- a/perl-SNMP-Info.spec
+++ b/perl-SNMP-Info.spec
@@ -1,6 +1,6 @@
 Name:   perl-SNMP-Info
-Version:3.30
-Release:2%{?dist}
+Version:3.31
+Release:1%{?dist}
 Summary:Object Oriented Perl5 Interface to Network devices and MIBs 
through SNMP
 License:BSD
 Group:  Development/Libraries
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 22 2016 Jitka Plesnikova  - 3.31-1
+- 3.31 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
3.30-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 9fd319c..6849ec2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c20c6fe633fea77982295c73f7caf864  SNMP-Info-3.30.tar.gz
+0721edf70db203ac5e1b014733404fd8  SNMP-Info-3.31.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-SNMP-Info.git/commit/?h=master&id=3e46a92b698ccd3f6a587186d23dc4a30812e3ae
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded SNMP-Info-3.31.tar.gz for perl-SNMP-Info

2016-03-22 Thread notifications
0721edf70db203ac5e1b014733404fd8  SNMP-Info-3.31.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-SNMP-Info/SNMP-Info-3.31.tar.gz/md5/0721edf70db203ac5e1b014733404fd8/SNMP-Info-3.31.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Broken dependencies: perl-Dumbbench

2016-03-22 Thread buildsys


perl-Dumbbench has broken dependencies in the rawhide tree:
On armhfp:
perl-Dumbbench-BoxPlot-0.10-2.fc24.noarch requires perl(SOOT)
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1299525] Upgrade perl-Term-Shell to 0.07

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1299525

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Term-Shell-0.07-1.fc25
 Resolution|--- |RAWHIDE
Last Closed||2016-03-22 08:46:26



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

jplesnik pushed to perl-Term-Shell (master). "0.07 bump"

2016-03-22 Thread notifications
From 518f21b08a562d57e66a4fd57e9ba3305b9c5767 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 22 Mar 2016 13:29:41 +0100
Subject: 0.07 bump

---
 .gitignore   |  1 +
 perl-Term-Shell.spec | 44 +---
 sources  |  2 +-
 3 files changed, 27 insertions(+), 20 deletions(-)

diff --git a/.gitignore b/.gitignore
index 236b99f..64e9bd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Term-Shell-0.02.tar.gz
 /Term-Shell-0.04.tar.gz
 /Term-Shell-0.06.tar.gz
+/Term-Shell-0.07.tar.gz
diff --git a/perl-Term-Shell.spec b/perl-Term-Shell.spec
index 5937c6e..459e3e6 100644
--- a/perl-Term-Shell.spec
+++ b/perl-Term-Shell.spec
@@ -1,15 +1,20 @@
 Name:   perl-Term-Shell
-Version:0.06
-Release:4%{?dist}
+Version:0.07
+Release:1%{?dist}
 Summary:Simple command-line shell framework
 # License statement present at the bottom of  lib/Term/Shell.pod
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Term-Shell/
 Source0:
http://www.cpan.org/modules/by-module/Term/Term-Shell-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Temp)
@@ -17,10 +22,18 @@ BuildRequires:  perl(IO::Select)
 BuildRequires:  perl(Term::ReadLine)
 # Test:
 BuildRequires:  perl(base)
-BuildRequires:  perl(Test)
+BuildRequires:  perl(blib)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(File::Temp)
+Suggests:   perl(Term::InKey)
+Suggests:   perl(Term::ReadKey)
+Suggests:   perl(Term::Screen)
+Suggests:   perl(Term::Size)
+Suggests:   perl(Text::Autoformat)
 
 %{?perl_default_subpackage_tests}
 
@@ -33,32 +46,25 @@ are handled for you.
 %setup -q -n Term-Shell-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Build.PL installdirs=vendor
+./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 22 2016 Jitka Plesnikova  - 0.07-1
+- 0.07 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.06-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 3e44ffa..6c4e84a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f3fee863a57d1cff148f79f2eda91f79  Term-Shell-0.06.tar.gz
+56631200034b5519f3c4ccee183c268d  Term-Shell-0.07.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Term-Shell.git/commit/?h=master&id=518f21b08a562d57e66a4fd57e9ba3305b9c5767
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded Term-Shell-0.07.tar.gz for perl-Term-Shell

2016-03-22 Thread notifications
56631200034b5519f3c4ccee183c268d  Term-Shell-0.07.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Term-Shell/Term-Shell-0.07.tar.gz/md5/56631200034b5519f3c4ccee183c268d/Term-Shell-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1315029] perl-Digest-Bcrypt-1.204 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1315029

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Digest-Bcrypt-1.203 is |perl-Digest-Bcrypt-1.204 is
   |available   |available



--- Comment #6 from Upstream Release Monitoring 
 ---
Latest upstream release: 1.204
Current version/release in rawhide: 1.0.1-6.fc24
URL: http://search.cpan.org/dist/Digest-Bcrypt/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/2838/

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

[Bug 1315029] perl-Digest-Bcrypt-1.204 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1315029



--- Comment #8 from Upstream Release Monitoring 
 ---
Created attachment 1139020
  --> https://bugzilla.redhat.com/attachment.cgi?id=1139020&action=edit
Rebase-helper rebase-helper-debug.log log file.
 See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

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

[Bug 1315029] perl-Digest-Bcrypt-1.204 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1315029



--- Comment #7 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Digest-Bcrypt and version 1.0.1 FAILED.
See for details

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

[Bug 1315029] perl-Digest-Bcrypt-1.204 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1315029



--- Comment #9 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

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

pghmcfc pushed to perl-Package-DeprecationManager (perl-Package-DeprecationManager-0.16-1.fc25). "Update to 0.16 (..more)"

2016-03-22 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Package-DeprecationManager.git/commit/?h=perl-Package-DeprecationManager-0.16-1.fc25&id=23fd7548801bc936fe803c90bd86b23bf8ef5728
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Package-DeprecationManager (perl-Package-DeprecationManager-0.16-1.fc24). "Update to 0.16 (..more)"

2016-03-22 Thread notifications
From 23fd7548801bc936fe803c90bd86b23bf8ef5728 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 22 Mar 2016 11:29:05 +
Subject: Update to 0.16

- New upstream release 0.16
  - The subs installed into the caller are now named with Sub::Name; this makes
these subs appear to be part of the caller, as opposed to an import, which
is what we want, since each installed sub is constructed uniquely for a
given package
- Update patches as needed
---
 Package-DeprecationManager-0.14-stopwords.patch |  8 
 Package-DeprecationManager-0.16-stopwords.patch |  9 +
 perl-Package-DeprecationManager.spec| 20 
 sources |  2 +-
 4 files changed, 26 insertions(+), 13 deletions(-)
 delete mode 100644 Package-DeprecationManager-0.14-stopwords.patch
 create mode 100644 Package-DeprecationManager-0.16-stopwords.patch

diff --git a/Package-DeprecationManager-0.14-stopwords.patch 
b/Package-DeprecationManager-0.14-stopwords.patch
deleted file mode 100644
index 9798195..000
--- a/Package-DeprecationManager-0.14-stopwords.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 t/author-pod-spell.t
-+++ t/author-pod-spell.t
-@@ -38,3 +38,5 @@ bobtfish
- lib
- Package
- DeprecationManager
-+PayPal
-+ve
diff --git a/Package-DeprecationManager-0.16-stopwords.patch 
b/Package-DeprecationManager-0.16-stopwords.patch
new file mode 100644
index 000..4a43bdf
--- /dev/null
+++ b/Package-DeprecationManager-0.16-stopwords.patch
@@ -0,0 +1,9 @@
+--- t/author-pod-spell.t
 t/author-pod-spell.t
+@@ -40,3 +40,6 @@ bobtfish
+ lib
+ Package
+ DeprecationManager
++LICENCE
++PayPal
++ve
diff --git a/perl-Package-DeprecationManager.spec 
b/perl-Package-DeprecationManager.spec
index 1079afa..6de5d7e 100644
--- a/perl-Package-DeprecationManager.spec
+++ b/perl-Package-DeprecationManager.spec
@@ -2,14 +2,14 @@
 # NOTE: BR: perl(Test::Pod::No404s) not included as it requires network access
 
 Name:  perl-Package-DeprecationManager
-Version:   0.15
-Release:   2%{?dist}
+Version:   0.16
+Release:   1%{?dist}
 Summary:   Manage deprecation warnings for your distribution
 License:   Artistic 2.0
 URL:   http://search.cpan.org/dist/Package-DeprecationManager/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz
 Patch0:
Package-DeprecationManager-0.14-no-Test::Code::TidyAll.patch
-Patch3:Package-DeprecationManager-0.14-stopwords.patch
+Patch3:Package-DeprecationManager-0.16-stopwords.patch
 BuildArch: noarch
 # Module Build
 BuildRequires: coreutils
@@ -20,10 +20,12 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module Runtime
 BuildRequires: perl(Carp)
 BuildRequires: perl(List::Util) >= 1.33
+BuildRequires: perl(namespace::autoclean)
 BuildRequires: perl(Package::Stash)
 BuildRequires: perl(Params::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(Sub::Install)
+BuildRequires: perl(Sub::Name)
 BuildRequires: perl(warnings)
 # Test Suite
 BuildRequires: perl(Exporter)
@@ -40,6 +42,7 @@ BuildRequires:perl(blib)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Pod::Wordlist)
+BuildRequires: perl(Test::CleanNamespaces) >= 0.15
 BuildRequires: perl(Test::EOL)
 BuildRequires: perl(Test::Mojibake)
 BuildRequires: perl(Test::NoTabs)
@@ -49,6 +52,7 @@ BuildRequires:perl(Test::Version) >= 1.002
 # Release Tests
 BuildRequires: perl(Pod::Coverage::TrustPod)
 BuildRequires: perl(Test::CPAN::Changes) >= 0.19
+BuildRequires: perl(Test::CPAN::Meta::JSON)
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
 BuildRequires: perl(Test::Pod::LinkCheck)
 BuildRequires: perl(Test::Portability::Files)
@@ -94,11 +98,19 @@ make test
 %else
 %doc LICENSE
 %endif
-%doc Changes README.md
+%doc Changes CONTRIBUTING.md README.md
 %{perl_vendorlib}/Package/
 %{_mandir}/man3/Package::DeprecationManager.3*
 
 %changelog
+* Tue Mar 22 2016 Paul Howarth  - 0.16-1
+- Update to 0.16
+  - The subs installed into the caller are now named with Sub::Name; this makes
+these subs appear to be part of the caller, as opposed to an import, which
+is what we want, since each installed sub is constructed uniquely for a
+given package
+- Update patches as needed
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 50525a1..c806ace 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-121b7ab5aa5fe06f79670f4bb78c808e  Package-DeprecationManager-0.15.tar.gz
+6d457e26f23daeff18ae74b57ab57274  Package-DeprecationManager-0.16.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Package-DeprecationManager.git/commit/?h=perl-Package-DeprecationManager-0.16-1.fc24&id=23fd7548801bc936fe803c90bd86b23bf8ef5728
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wik

pghmcfc pushed to perl-Package-DeprecationManager (f24). "Update to 0.16 (..more)"

2016-03-22 Thread notifications
From 23fd7548801bc936fe803c90bd86b23bf8ef5728 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 22 Mar 2016 11:29:05 +
Subject: Update to 0.16

- New upstream release 0.16
  - The subs installed into the caller are now named with Sub::Name; this makes
these subs appear to be part of the caller, as opposed to an import, which
is what we want, since each installed sub is constructed uniquely for a
given package
- Update patches as needed
---
 Package-DeprecationManager-0.14-stopwords.patch |  8 
 Package-DeprecationManager-0.16-stopwords.patch |  9 +
 perl-Package-DeprecationManager.spec| 20 
 sources |  2 +-
 4 files changed, 26 insertions(+), 13 deletions(-)
 delete mode 100644 Package-DeprecationManager-0.14-stopwords.patch
 create mode 100644 Package-DeprecationManager-0.16-stopwords.patch

diff --git a/Package-DeprecationManager-0.14-stopwords.patch 
b/Package-DeprecationManager-0.14-stopwords.patch
deleted file mode 100644
index 9798195..000
--- a/Package-DeprecationManager-0.14-stopwords.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 t/author-pod-spell.t
-+++ t/author-pod-spell.t
-@@ -38,3 +38,5 @@ bobtfish
- lib
- Package
- DeprecationManager
-+PayPal
-+ve
diff --git a/Package-DeprecationManager-0.16-stopwords.patch 
b/Package-DeprecationManager-0.16-stopwords.patch
new file mode 100644
index 000..4a43bdf
--- /dev/null
+++ b/Package-DeprecationManager-0.16-stopwords.patch
@@ -0,0 +1,9 @@
+--- t/author-pod-spell.t
 t/author-pod-spell.t
+@@ -40,3 +40,6 @@ bobtfish
+ lib
+ Package
+ DeprecationManager
++LICENCE
++PayPal
++ve
diff --git a/perl-Package-DeprecationManager.spec 
b/perl-Package-DeprecationManager.spec
index 1079afa..6de5d7e 100644
--- a/perl-Package-DeprecationManager.spec
+++ b/perl-Package-DeprecationManager.spec
@@ -2,14 +2,14 @@
 # NOTE: BR: perl(Test::Pod::No404s) not included as it requires network access
 
 Name:  perl-Package-DeprecationManager
-Version:   0.15
-Release:   2%{?dist}
+Version:   0.16
+Release:   1%{?dist}
 Summary:   Manage deprecation warnings for your distribution
 License:   Artistic 2.0
 URL:   http://search.cpan.org/dist/Package-DeprecationManager/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz
 Patch0:
Package-DeprecationManager-0.14-no-Test::Code::TidyAll.patch
-Patch3:Package-DeprecationManager-0.14-stopwords.patch
+Patch3:Package-DeprecationManager-0.16-stopwords.patch
 BuildArch: noarch
 # Module Build
 BuildRequires: coreutils
@@ -20,10 +20,12 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module Runtime
 BuildRequires: perl(Carp)
 BuildRequires: perl(List::Util) >= 1.33
+BuildRequires: perl(namespace::autoclean)
 BuildRequires: perl(Package::Stash)
 BuildRequires: perl(Params::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(Sub::Install)
+BuildRequires: perl(Sub::Name)
 BuildRequires: perl(warnings)
 # Test Suite
 BuildRequires: perl(Exporter)
@@ -40,6 +42,7 @@ BuildRequires:perl(blib)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Pod::Wordlist)
+BuildRequires: perl(Test::CleanNamespaces) >= 0.15
 BuildRequires: perl(Test::EOL)
 BuildRequires: perl(Test::Mojibake)
 BuildRequires: perl(Test::NoTabs)
@@ -49,6 +52,7 @@ BuildRequires:perl(Test::Version) >= 1.002
 # Release Tests
 BuildRequires: perl(Pod::Coverage::TrustPod)
 BuildRequires: perl(Test::CPAN::Changes) >= 0.19
+BuildRequires: perl(Test::CPAN::Meta::JSON)
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
 BuildRequires: perl(Test::Pod::LinkCheck)
 BuildRequires: perl(Test::Portability::Files)
@@ -94,11 +98,19 @@ make test
 %else
 %doc LICENSE
 %endif
-%doc Changes README.md
+%doc Changes CONTRIBUTING.md README.md
 %{perl_vendorlib}/Package/
 %{_mandir}/man3/Package::DeprecationManager.3*
 
 %changelog
+* Tue Mar 22 2016 Paul Howarth  - 0.16-1
+- Update to 0.16
+  - The subs installed into the caller are now named with Sub::Name; this makes
+these subs appear to be part of the caller, as opposed to an import, which
+is what we want, since each installed sub is constructed uniquely for a
+given package
+- Update patches as needed
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 50525a1..c806ace 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-121b7ab5aa5fe06f79670f4bb78c808e  Package-DeprecationManager-0.15.tar.gz
+6d457e26f23daeff18ae74b57ab57274  Package-DeprecationManager-0.16.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Package-DeprecationManager.git/commit/?h=f24&id=23fd7548801bc936fe803c90bd86b23bf8ef5728
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing li

[Bug 1319956] perl-DateTime-1.26 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319956



--- Comment #5 from Fedora Update System  ---
perl-DateTime-1.26-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-a0eac1ce95

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

pghmcfc pushed to perl-DateTime (perl-DateTime-1.26-1.fc24). "Update to 1.26 (..more)"

2016-03-22 Thread notifications
From 1d8cf864e8441275257c045caba8fb52cd03eb6f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 22 Mar 2016 10:42:37 +
Subject: Update to 1.26

- New upstream release 1.26
  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
---
 perl-DateTime.spec | 36 ++--
 sources|  2 +-
 2 files changed, 15 insertions(+), 23 deletions(-)

diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index a492026..1f3306a 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime
 Epoch:  2
-Version:1.25
+Version:1.26
 Release:1%{?dist}
 Summary:Date and time object for Perl
 License:Artistic 2.0
@@ -13,7 +13,7 @@ BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-devel
-BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -33,30 +33,17 @@ BuildRequires:  perl(warnings::register)
 # Optional Run-time:
 BuildRequires:  perl(XSLoader)
 # Tests:
-# Cwd not used
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings) >= 0.005
 BuildRequires:  perl(utf8)
-# Optional tests:
+# Optional Tests:
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
-# circular dependency - perl(DateTime::Format::Strptime) >= 1.2000
-# Pod::Coverage::TrustPod not used
-# Pod::Wordlist not used
 BuildRequires:  perl(Storable)
-# Test::Code::TidyAll 0.24 not used
-# Test::CPAN::Changes not used
-# Test::CPAN::Meta::JSON not used
-# Test::DependentModules not used
-# Test::EOL not used
-# Test::NoTabs not used
-# Test::Pod 1.41 not used
-# Test::Pod::Coverage 1.08 not used
-# Test::Spelling 0.12 not used
-# Test::Version not used
 BuildRequires:  perl(Test::Warn)
+# Dependencies:
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(XSLoader)
 
@@ -78,20 +65,21 @@ believed to be the birth of Jesus Christ.
 %setup -q -n DateTime-%{version}
 
 %build
-perl Build.PL --installdirs=vendor --optimize="%{optflags}"
-./Build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
-./Build test
+make test
 
 %files
 %license LICENSE
-%doc Changes CREDITS README.md TODO
+%doc Changes CONTRIBUTING.md CREDITS README.md TODO
 %{perl_vendorarch}/auto/DateTime/
 %{perl_vendorarch}/DateTime/
 %{perl_vendorarch}/DateTime.pm
@@ -101,6 +89,10 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_mandir}/man3/DateTime::LeapSecond.3*
 
 %changelog
+* Tue Mar 22 2016 Paul Howarth  - 2:1.26-1
+- Update to 1.26
+  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
+
 * Mon Mar  7 2016 Paul Howarth  - 2:1.25-1
 - Update to 1.25
   - DateTime->from_object would die if given a DateTime::Infinite object; now
diff --git a/sources b/sources
index 058078e..a660b52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3343f67ebefb3f082a0067dfaee3b3c8  DateTime-1.25.tar.gz
+44999f88e58b6e40762e49b93b3de9a0  DateTime-1.26.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime.git/commit/?h=perl-DateTime-1.26-1.fc24&id=1d8cf864e8441275257c045caba8fb52cd03eb6f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-DateTime (perl-DateTime-1.26-1.fc25). "Update to 1.26 (..more)"

2016-03-22 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-DateTime.git/commit/?h=perl-DateTime-1.26-1.fc25&id=1d8cf864e8441275257c045caba8fb52cd03eb6f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Package-DeprecationManager (master). "Update to 0.16 (..more)"

2016-03-22 Thread notifications
From 23fd7548801bc936fe803c90bd86b23bf8ef5728 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 22 Mar 2016 11:29:05 +
Subject: Update to 0.16

- New upstream release 0.16
  - The subs installed into the caller are now named with Sub::Name; this makes
these subs appear to be part of the caller, as opposed to an import, which
is what we want, since each installed sub is constructed uniquely for a
given package
- Update patches as needed
---
 Package-DeprecationManager-0.14-stopwords.patch |  8 
 Package-DeprecationManager-0.16-stopwords.patch |  9 +
 perl-Package-DeprecationManager.spec| 20 
 sources |  2 +-
 4 files changed, 26 insertions(+), 13 deletions(-)
 delete mode 100644 Package-DeprecationManager-0.14-stopwords.patch
 create mode 100644 Package-DeprecationManager-0.16-stopwords.patch

diff --git a/Package-DeprecationManager-0.14-stopwords.patch 
b/Package-DeprecationManager-0.14-stopwords.patch
deleted file mode 100644
index 9798195..000
--- a/Package-DeprecationManager-0.14-stopwords.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 t/author-pod-spell.t
-+++ t/author-pod-spell.t
-@@ -38,3 +38,5 @@ bobtfish
- lib
- Package
- DeprecationManager
-+PayPal
-+ve
diff --git a/Package-DeprecationManager-0.16-stopwords.patch 
b/Package-DeprecationManager-0.16-stopwords.patch
new file mode 100644
index 000..4a43bdf
--- /dev/null
+++ b/Package-DeprecationManager-0.16-stopwords.patch
@@ -0,0 +1,9 @@
+--- t/author-pod-spell.t
 t/author-pod-spell.t
+@@ -40,3 +40,6 @@ bobtfish
+ lib
+ Package
+ DeprecationManager
++LICENCE
++PayPal
++ve
diff --git a/perl-Package-DeprecationManager.spec 
b/perl-Package-DeprecationManager.spec
index 1079afa..6de5d7e 100644
--- a/perl-Package-DeprecationManager.spec
+++ b/perl-Package-DeprecationManager.spec
@@ -2,14 +2,14 @@
 # NOTE: BR: perl(Test::Pod::No404s) not included as it requires network access
 
 Name:  perl-Package-DeprecationManager
-Version:   0.15
-Release:   2%{?dist}
+Version:   0.16
+Release:   1%{?dist}
 Summary:   Manage deprecation warnings for your distribution
 License:   Artistic 2.0
 URL:   http://search.cpan.org/dist/Package-DeprecationManager/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz
 Patch0:
Package-DeprecationManager-0.14-no-Test::Code::TidyAll.patch
-Patch3:Package-DeprecationManager-0.14-stopwords.patch
+Patch3:Package-DeprecationManager-0.16-stopwords.patch
 BuildArch: noarch
 # Module Build
 BuildRequires: coreutils
@@ -20,10 +20,12 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module Runtime
 BuildRequires: perl(Carp)
 BuildRequires: perl(List::Util) >= 1.33
+BuildRequires: perl(namespace::autoclean)
 BuildRequires: perl(Package::Stash)
 BuildRequires: perl(Params::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(Sub::Install)
+BuildRequires: perl(Sub::Name)
 BuildRequires: perl(warnings)
 # Test Suite
 BuildRequires: perl(Exporter)
@@ -40,6 +42,7 @@ BuildRequires:perl(blib)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Pod::Wordlist)
+BuildRequires: perl(Test::CleanNamespaces) >= 0.15
 BuildRequires: perl(Test::EOL)
 BuildRequires: perl(Test::Mojibake)
 BuildRequires: perl(Test::NoTabs)
@@ -49,6 +52,7 @@ BuildRequires:perl(Test::Version) >= 1.002
 # Release Tests
 BuildRequires: perl(Pod::Coverage::TrustPod)
 BuildRequires: perl(Test::CPAN::Changes) >= 0.19
+BuildRequires: perl(Test::CPAN::Meta::JSON)
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
 BuildRequires: perl(Test::Pod::LinkCheck)
 BuildRequires: perl(Test::Portability::Files)
@@ -94,11 +98,19 @@ make test
 %else
 %doc LICENSE
 %endif
-%doc Changes README.md
+%doc Changes CONTRIBUTING.md README.md
 %{perl_vendorlib}/Package/
 %{_mandir}/man3/Package::DeprecationManager.3*
 
 %changelog
+* Tue Mar 22 2016 Paul Howarth  - 0.16-1
+- Update to 0.16
+  - The subs installed into the caller are now named with Sub::Name; this makes
+these subs appear to be part of the caller, as opposed to an import, which
+is what we want, since each installed sub is constructed uniquely for a
+given package
+- Update patches as needed
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 50525a1..c806ace 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-121b7ab5aa5fe06f79670f4bb78c808e  Package-DeprecationManager-0.15.tar.gz
+6d457e26f23daeff18ae74b57ab57274  Package-DeprecationManager-0.16.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Package-DeprecationManager.git/commit/?h=master&id=23fd7548801bc936fe803c90bd86b23bf8ef5728
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing

pghmcfc uploaded Package-DeprecationManager-0.16.tar.gz for perl-Package-DeprecationManager

2016-03-22 Thread notifications
6d457e26f23daeff18ae74b57ab57274  Package-DeprecationManager-0.16.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Package-DeprecationManager/Package-DeprecationManager-0.16.tar.gz/md5/6d457e26f23daeff18ae74b57ab57274/Package-DeprecationManager-0.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1297775] perl-Regexp-Grammars-1.045 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1297775

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Regexp-Grammars-1.045-
   ||1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2016-03-22 07:08:33



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

pghmcfc pushed to perl-DateTime (f24). "Update to 1.26 (..more)"

2016-03-22 Thread notifications
From 1d8cf864e8441275257c045caba8fb52cd03eb6f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 22 Mar 2016 10:42:37 +
Subject: Update to 1.26

- New upstream release 1.26
  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
---
 perl-DateTime.spec | 36 ++--
 sources|  2 +-
 2 files changed, 15 insertions(+), 23 deletions(-)

diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index a492026..1f3306a 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime
 Epoch:  2
-Version:1.25
+Version:1.26
 Release:1%{?dist}
 Summary:Date and time object for Perl
 License:Artistic 2.0
@@ -13,7 +13,7 @@ BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-devel
-BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -33,30 +33,17 @@ BuildRequires:  perl(warnings::register)
 # Optional Run-time:
 BuildRequires:  perl(XSLoader)
 # Tests:
-# Cwd not used
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings) >= 0.005
 BuildRequires:  perl(utf8)
-# Optional tests:
+# Optional Tests:
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
-# circular dependency - perl(DateTime::Format::Strptime) >= 1.2000
-# Pod::Coverage::TrustPod not used
-# Pod::Wordlist not used
 BuildRequires:  perl(Storable)
-# Test::Code::TidyAll 0.24 not used
-# Test::CPAN::Changes not used
-# Test::CPAN::Meta::JSON not used
-# Test::DependentModules not used
-# Test::EOL not used
-# Test::NoTabs not used
-# Test::Pod 1.41 not used
-# Test::Pod::Coverage 1.08 not used
-# Test::Spelling 0.12 not used
-# Test::Version not used
 BuildRequires:  perl(Test::Warn)
+# Dependencies:
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(XSLoader)
 
@@ -78,20 +65,21 @@ believed to be the birth of Jesus Christ.
 %setup -q -n DateTime-%{version}
 
 %build
-perl Build.PL --installdirs=vendor --optimize="%{optflags}"
-./Build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
-./Build test
+make test
 
 %files
 %license LICENSE
-%doc Changes CREDITS README.md TODO
+%doc Changes CONTRIBUTING.md CREDITS README.md TODO
 %{perl_vendorarch}/auto/DateTime/
 %{perl_vendorarch}/DateTime/
 %{perl_vendorarch}/DateTime.pm
@@ -101,6 +89,10 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_mandir}/man3/DateTime::LeapSecond.3*
 
 %changelog
+* Tue Mar 22 2016 Paul Howarth  - 2:1.26-1
+- Update to 1.26
+  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
+
 * Mon Mar  7 2016 Paul Howarth  - 2:1.25-1
 - Update to 1.25
   - DateTime->from_object would die if given a DateTime::Infinite object; now
diff --git a/sources b/sources
index 058078e..a660b52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3343f67ebefb3f082a0067dfaee3b3c8  DateTime-1.25.tar.gz
+44999f88e58b6e40762e49b93b3de9a0  DateTime-1.26.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime.git/commit/?h=f24&id=1d8cf864e8441275257c045caba8fb52cd03eb6f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1296164] Upgrade perl-Shell to 0.73

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1296164

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Shell-0.73-1.fc25
 Resolution|--- |RAWHIDE
   Assignee|fedora...@rule.lv   |jples...@redhat.com
Last Closed||2016-03-22 07:01:31



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

[Bug 1319956] perl-DateTime-1.26 is available

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319956



--- Comment #4 from Upstream Release Monitoring 
 ---
pghmcfc's perl-DateTime-1.26-1.fc25 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=747756

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

jplesnik pushed to perl-Shell (master). "0.73 bump"

2016-03-22 Thread notifications
From d7601a377cf820842b6b4ba261ae64bceeddb655 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 22 Mar 2016 11:54:09 +0100
Subject: 0.73 bump

---
 .gitignore  |  1 +
 perl-Shell.spec | 25 ++---
 sources |  2 +-
 3 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 69ecdb2..c67fec4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Shell-0.72.tar.gz
+/Shell-0.73.tar.gz
diff --git a/perl-Shell.spec b/perl-Shell.spec
index 0970b51..57b9f21 100644
--- a/perl-Shell.spec
+++ b/perl-Shell.spec
@@ -1,6 +1,6 @@
 Name:  perl-Shell
-Version:   0.72
-Release:   8%{?dist}
+Version:   0.73
+Release:   1%{?dist}
 Summary:   Run shell commands transparently within perl
 
 Group: Development/Libraries
@@ -10,41 +10,41 @@ Source0:
http://search.cpan.org/CPAN/authors/id/F/FE/FERREIRA/Shell-%{version}.t
 
 
 BuildArch: noarch
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Test::More)
+# Run-time
 BuildRequires: perl(constant)
 BuildRequires: perl(File::Spec::Functions)
-
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Tests
+BuildRequires: perl(Test::More)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
-
 %description
 This package is included as a show case, illustrating a few Perl features. It
 shouldn't be used for production programs. Although it does provide a simple
 interface for obtaining the standard output of arbitrary commands, there may be
 better ways of achieving what you need.
 
-
 %prep
 %setup -q -n Shell-%{version}
 
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}/*
 
-
 %check
 make test
 
-
 %files
 %doc Changes README
 %{perl_vendorlib}/*
@@ -52,6 +52,9 @@ make test
 
 
 %changelog
+* Tue Mar 22 2016 Jitka Plesnikova  - 0.73-1
+- 0.73 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.72-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 8cf01e1..bdee4d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a9cdda55e5c87e370bdb8c82c9133ba  Shell-0.72.tar.gz
+35ee2912920a6be47d981e33f0540767  Shell-0.73.tar.gz
-- 
cgit v0.12



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

jplesnik uploaded Shell-0.73.tar.gz for perl-Shell

2016-03-22 Thread notifications
35ee2912920a6be47d981e33f0540767  Shell-0.73.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Shell/Shell-0.73.tar.gz/md5/35ee2912920a6be47d981e33f0540767/Shell-0.73.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-DateTime (master). "Update to 1.26 (..more)"

2016-03-22 Thread notifications
From 1d8cf864e8441275257c045caba8fb52cd03eb6f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 22 Mar 2016 10:42:37 +
Subject: Update to 1.26

- New upstream release 1.26
  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
---
 perl-DateTime.spec | 36 ++--
 sources|  2 +-
 2 files changed, 15 insertions(+), 23 deletions(-)

diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index a492026..1f3306a 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime
 Epoch:  2
-Version:1.25
+Version:1.26
 Release:1%{?dist}
 Summary:Date and time object for Perl
 License:Artistic 2.0
@@ -13,7 +13,7 @@ BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-devel
-BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -33,30 +33,17 @@ BuildRequires:  perl(warnings::register)
 # Optional Run-time:
 BuildRequires:  perl(XSLoader)
 # Tests:
-# Cwd not used
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings) >= 0.005
 BuildRequires:  perl(utf8)
-# Optional tests:
+# Optional Tests:
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
-# circular dependency - perl(DateTime::Format::Strptime) >= 1.2000
-# Pod::Coverage::TrustPod not used
-# Pod::Wordlist not used
 BuildRequires:  perl(Storable)
-# Test::Code::TidyAll 0.24 not used
-# Test::CPAN::Changes not used
-# Test::CPAN::Meta::JSON not used
-# Test::DependentModules not used
-# Test::EOL not used
-# Test::NoTabs not used
-# Test::Pod 1.41 not used
-# Test::Pod::Coverage 1.08 not used
-# Test::Spelling 0.12 not used
-# Test::Version not used
 BuildRequires:  perl(Test::Warn)
+# Dependencies:
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(XSLoader)
 
@@ -78,20 +65,21 @@ believed to be the birth of Jesus Christ.
 %setup -q -n DateTime-%{version}
 
 %build
-perl Build.PL --installdirs=vendor --optimize="%{optflags}"
-./Build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
-./Build test
+make test
 
 %files
 %license LICENSE
-%doc Changes CREDITS README.md TODO
+%doc Changes CONTRIBUTING.md CREDITS README.md TODO
 %{perl_vendorarch}/auto/DateTime/
 %{perl_vendorarch}/DateTime/
 %{perl_vendorarch}/DateTime.pm
@@ -101,6 +89,10 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_mandir}/man3/DateTime::LeapSecond.3*
 
 %changelog
+* Tue Mar 22 2016 Paul Howarth  - 2:1.26-1
+- Update to 1.26
+  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
+
 * Mon Mar  7 2016 Paul Howarth  - 2:1.25-1
 - Update to 1.25
   - DateTime->from_object would die if given a DateTime::Infinite object; now
diff --git a/sources b/sources
index 058078e..a660b52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3343f67ebefb3f082a0067dfaee3b3c8  DateTime-1.25.tar.gz
+44999f88e58b6e40762e49b93b3de9a0  DateTime-1.26.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime.git/commit/?h=master&id=1d8cf864e8441275257c045caba8fb52cd03eb6f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc uploaded DateTime-1.26.tar.gz for perl-DateTime

2016-03-22 Thread notifications
44999f88e58b6e40762e49b93b3de9a0  DateTime-1.26.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DateTime/DateTime-1.26.tar.gz/md5/44999f88e58b6e40762e49b93b3de9a0/DateTime-1.26.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1318734] perl-Prima-1.45 tests fail on big-endian platforms

2016-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1318734



--- Comment #3 from Fedora Update System  ---
perl-Prima-1.45-4.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-79616dd821

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

ppisar pushed to perl-Prima (f24). "Fix bars on big endian indeed"

2016-03-22 Thread notifications
From 85ed9860d82555a209dc49ae02284f62078bc99d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 22 Mar 2016 08:21:27 +0100
Subject: Fix bars on big endian indeed

---
 perl-Prima.spec | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/perl-Prima.spec b/perl-Prima.spec
index 9d175cc..012c767 100644
--- a/perl-Prima.spec
+++ b/perl-Prima.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-Prima
 Version:1.45
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl graphic toolkit
 License:BSD
 Group:  Development/Libraries
@@ -105,6 +105,7 @@ Prima-related code together with standard Perl Test:: suite.
 %prep
 %setup -q -n Prima-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" WITH_GTK2=1
@@ -140,6 +141,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 %{_mandir}/man3/Prima::Test.*
 
 %changelog
+* Tue Mar 22 2016 Petr Pisar  - 1.45-4
+- Fix bars on big endian indeed (bug #1318734)
+
 * Mon Mar 21 2016 Petr Pisar  - 1.45-3
 - Fix bars on big endian (bug #1318734)
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Prima.git/commit/?h=f24&id=85ed9860d82555a209dc49ae02284f62078bc99d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org