Broken dependencies: perl-Data-Alias

2016-09-27 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On aarch64:
perl-Data-Alias-1.20-2.fc24.aarch64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.aarch64 requires perl(:MODULE_COMPAT_5.22.1)
On x86_64:
perl-Data-Alias-1.20-2.fc24.x86_64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.x86_64 requires perl(:MODULE_COMPAT_5.22.1)
On i386:
perl-Data-Alias-1.20-2.fc24.i686 requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.i686 requires perl(:MODULE_COMPAT_5.22.1)
On armhfp:
perl-Data-Alias-1.20-2.fc24.armv7hl requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.armv7hl requires perl(:MODULE_COMPAT_5.22.1)
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Alien-ROOT

2016-09-27 Thread buildsys


perl-Alien-ROOT has broken dependencies in the rawhide tree:
On aarch64:
perl-Alien-ROOT-5.34.36.1-1.fc26.noarch requires root-core
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1376997] perl-DateTime-Locale-1.08 is available

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1376997

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-DateTime-Locale-1.08-1.fc25 has been pushed to the Fedora 25 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-eda8324e9c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1376998] perl-DateTime-TimeZone-2.03 is available

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1376998

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-DateTime-TimeZone-2.04-1.fc25 has been pushed to the Fedora 25 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-691b144ec3

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-Locale (f25). "1.08 bump"

2016-09-27 Thread notifications
From 36ff753902a949cea835fed0b5051cc57dec4511 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 27 Sep 2016 15:23:59 +0200
Subject: 1.08 bump

---
 .gitignore|  1 +
 perl-DateTime-Locale.spec | 14 +++---
 sources   |  2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4889187..520cdf9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /DateTime-Locale-1.03.tar.gz
 /DateTime-Locale-1.04.tar.gz
 /DateTime-Locale-1.05.tar.gz
+/DateTime-Locale-1.08.tar.gz
diff --git a/perl-DateTime-Locale.spec b/perl-DateTime-Locale.spec
index bfb1cd0..35df322 100644
--- a/perl-DateTime-Locale.spec
+++ b/perl-DateTime-Locale.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Locale
-Version:1.05
-Release:3%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Localization support for DateTime.pm
 # Although the CLDR license is listed as "MIT" on the Fedora Wiki, it's more
 # similar to recently added "Unicode" license.
@@ -26,7 +26,10 @@ BuildRequires:  perl(Carp)
 # meaning in minimal build root without useless Perl modules.
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(List::Util) >= 1.45
-BuildRequires:  perl(Params::Validate)
+BuildRequires:  perl(namespace::autoclean) >= 0.19
+BuildRequires:  perl(Params::ValidationCompiler) >= 0.13
+BuildRequires:  perl(Specio::Declare)
+BuildRequires:  perl(Specio::Library::String)
 # Tests only
 BuildRequires:  perl(base)
 BuildRequires:  perl(File::Spec)
@@ -37,7 +40,9 @@ BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(utf8)
 # Optional tests:
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
 BuildRequires:  perl(CPAN::Meta::Prereqs)
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(Storable)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(Dist::CheckConflicts) >= 0.02
@@ -76,6 +81,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 27 2016 Jitka Plesnikova  - 1.08-1
+- 1.08 bump
+
 * Mon Sep 19 2016 Petr Pisar  - 1.05-3
 - Correct license to ((GPL+ or Artistic) and Unicode)
 
diff --git a/sources b/sources
index 6a5120e..52d9639 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1ab60c8873845ab979b40469f105005  DateTime-Locale-1.05.tar.gz
+ce2fba2fd9064e41247a42ad402dc704  DateTime-Locale-1.08.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-Locale.git/commit/?h=f25=36ff753902a949cea835fed0b5051cc57dec4511
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-Locale (f25). "Correct license to ((GPL+ or Artistic) and Unicode)"

2016-09-27 Thread notifications
From d576b36c40b7ea16fb6cd2a971184ec9662c6a20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 19 Sep 2016 11:10:12 +0200
Subject: Correct license to ((GPL+ or Artistic) and Unicode)

---
 perl-DateTime-Locale.spec | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/perl-DateTime-Locale.spec b/perl-DateTime-Locale.spec
index 32b26d8..bfb1cd0 100644
--- a/perl-DateTime-Locale.spec
+++ b/perl-DateTime-Locale.spec
@@ -1,11 +1,14 @@
 Name:   perl-DateTime-Locale
 Version:1.05
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Localization support for DateTime.pm
-# package itself is 'same terms as Perl'
-# modules under DateTime/Locale/ are generated from data provided by the CLDR 
project
-# tools/t/test-data contains CLDR data files under MIT license
-License:(GPL+ or Artistic) and MIT
+# Although the CLDR license is listed as "MIT" on the Fedora Wiki, it's more
+# similar to recently added "Unicode" license.
+# some modules under DateTime/Locale:   Unicode (generated from data
+#   provided by the CLDR project)
+# LICENSE.cldr: Unicode
+# other files:  GPL+ or Artistic
+License:(GPL+ or Artistic) and Unicode
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DateTime-Locale/
 Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-%{version}.tar.gz
@@ -73,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 19 2016 Petr Pisar  - 1.05-3
+- Correct license to ((GPL+ or Artistic) and Unicode)
+
 * Wed Jul 13 2016 Petr Pisar  - 1.05-2
 - Simplify optional build-time dependencies
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-Locale.git/commit/?h=f25=d576b36c40b7ea16fb6cd2a971184ec9662c6a20
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-SUPER (perl-SUPER-1.20141117-6.fc25). "Package LICENSE file (..more)"

2016-09-27 Thread notifications
From 7727e44ae0fc0de10ac6dc3e2696a0d4af27f09e Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 27 Sep 2016 12:00:42 +0100
Subject: Package LICENSE file

Also:
- Drop legacy spec file elements not needed for EL-6 onwards
- Simplify find command using -delete
---
 perl-SUPER.spec | 23 +++
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/perl-SUPER.spec b/perl-SUPER.spec
index efb2a37..252786d 100644
--- a/perl-SUPER.spec
+++ b/perl-SUPER.spec
@@ -1,14 +1,15 @@
 Name:  perl-SUPER
 Version:   1.20141117
-Release:   5%{?dist}
+Release:   6%{?dist}
 Summary:   Sane superclass method dispatcher
 License:   GPL+ or Artistic
-Group: Development/Libraries
 URL:   http://search.cpan.org/dist/SUPER/
 Source0:   
http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # === Module Build =
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -41,23 +42,29 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 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
 
-%clean
-rm -rf %{buildroot}
-
 %files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
 %doc Changes README
 %{perl_vendorlib}/SUPER.pm
 %{_mandir}/man3/SUPER.3*
 
 %changelog
+* Tue Sep 27 2016 Paul Howarth  - 1.20141117-6
+- Package LICENSE file
+- Drop legacy spec file elements not needed for EL-6 onwards
+- Simplify find command using -delete
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.20141117-5
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-SUPER.git/commit/?h=perl-SUPER-1.20141117-6.fc25=7727e44ae0fc0de10ac6dc3e2696a0d4af27f09e
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-SUPER (perl-SUPER-1.20141117-6.fc26). "Package LICENSE file (..more)"

2016-09-27 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-SUPER.git/commit/?h=perl-SUPER-1.20141117-6.fc26=7727e44ae0fc0de10ac6dc3e2696a0d4af27f09e
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-Locale (master). "1.08 bump"

2016-09-27 Thread notifications
From 66265a9a5ee11e0eee62311ecbd29901f94f1ba8 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 27 Sep 2016 15:23:59 +0200
Subject: 1.08 bump

---
 .gitignore|  1 +
 perl-DateTime-Locale.spec | 14 +++---
 sources   |  2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4889187..520cdf9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /DateTime-Locale-1.03.tar.gz
 /DateTime-Locale-1.04.tar.gz
 /DateTime-Locale-1.05.tar.gz
+/DateTime-Locale-1.08.tar.gz
diff --git a/perl-DateTime-Locale.spec b/perl-DateTime-Locale.spec
index bfb1cd0..35df322 100644
--- a/perl-DateTime-Locale.spec
+++ b/perl-DateTime-Locale.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Locale
-Version:1.05
-Release:3%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Localization support for DateTime.pm
 # Although the CLDR license is listed as "MIT" on the Fedora Wiki, it's more
 # similar to recently added "Unicode" license.
@@ -26,7 +26,10 @@ BuildRequires:  perl(Carp)
 # meaning in minimal build root without useless Perl modules.
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(List::Util) >= 1.45
-BuildRequires:  perl(Params::Validate)
+BuildRequires:  perl(namespace::autoclean) >= 0.19
+BuildRequires:  perl(Params::ValidationCompiler) >= 0.13
+BuildRequires:  perl(Specio::Declare)
+BuildRequires:  perl(Specio::Library::String)
 # Tests only
 BuildRequires:  perl(base)
 BuildRequires:  perl(File::Spec)
@@ -37,7 +40,9 @@ BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(utf8)
 # Optional tests:
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
 BuildRequires:  perl(CPAN::Meta::Prereqs)
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(Storable)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(Dist::CheckConflicts) >= 0.02
@@ -76,6 +81,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 27 2016 Jitka Plesnikova  - 1.08-1
+- 1.08 bump
+
 * Mon Sep 19 2016 Petr Pisar  - 1.05-3
 - Correct license to ((GPL+ or Artistic) and Unicode)
 
diff --git a/sources b/sources
index 6a5120e..52d9639 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1ab60c8873845ab979b40469f105005  DateTime-Locale-1.05.tar.gz
+ce2fba2fd9064e41247a42ad402dc704  DateTime-Locale-1.08.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-Locale.git/commit/?h=master=66265a9a5ee11e0eee62311ecbd29901f94f1ba8
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded DateTime-Locale-1.08.tar.gz for perl-DateTime-Locale

2016-09-27 Thread notifications
ce2fba2fd9064e41247a42ad402dc704  DateTime-Locale-1.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DateTime-Locale/DateTime-Locale-1.08.tar.gz/md5/ce2fba2fd9064e41247a42ad402dc704/DateTime-Locale-1.08.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-TimeZone (f25). "2.04 bump"

2016-09-27 Thread notifications
From 38ab293f4a9157de6e28f0157009e32858465859 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 27 Sep 2016 13:51:55 +0200
Subject: 2.04 bump

---
 ...etc-localtime-by-DateTime-TimeZone-Tzfile.patch | 78 --
 ...etc-localtime-by-DateTime-TimeZone-Tzfile.patch | 78 ++
 perl-DateTime-TimeZone.spec| 11 ++-
 sources|  2 +-
 4 files changed, 87 insertions(+), 82 deletions(-)
 delete mode 100644 
DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
 create mode 100644 
DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch

diff --git 
a/DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch 
b/DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
deleted file mode 100644
index 2cf0e21..000
--- 
a/DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From fbf080cb5ca92f35a594967bdd3764c7dbb8c7f7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Mon, 1 Sep 2014 17:37:12 +0200
-Subject: [PATCH] Parse /etc/localtime by DateTime::TimeZone::Tzfile
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-If there is valid /etc/localtime, then the system has configured local
-time. If the file is not a symlink to /usr/share/zoneinfo or a copy
-from there, then it's still a valid configuration. The only issue is
-one cannot know the time zone name (Unfortunately, the time zone
-abbreviations are ambiguous.)
-
-This patch implements this scenario and caused returning
- a DateTime::TimeZone::Tzfile object instead of dying with
-"Cannot determine local time zone" message.
-
-Signed-off-by: Petr Písař 

- lib/DateTime/TimeZone/Local/Unix.pm | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/lib/DateTime/TimeZone/Local/Unix.pm 
b/lib/DateTime/TimeZone/Local/Unix.pm
-index ae26fae..c5d44fe 100644
 a/lib/DateTime/TimeZone/Local/Unix.pm
-+++ b/lib/DateTime/TimeZone/Local/Unix.pm
-@@ -16,6 +16,7 @@ sub Methods {
- FromEtcTIMEZONE
- FromEtcSysconfigClock
- FromEtcDefaultInit
-+FromEtcLocaltimeContent
- );
- }
- 
-@@ -255,6 +256,25 @@ sub _ReadEtcDefaultInit {
- close $fh or die $!;
- }
- 
-+sub FromEtcLocaltimeContent {
-+my $class = shift;
-+
-+my $lt_file = $class->_EtcFile('localtime');
-+return unless -r $lt_file && -s $lt_file && ! -l $lt_file;
-+
-+my $tz;
-+{
-+local $@;
-+local $SIG{__DIE__};
-+$tz = eval {
-+require DateTime::TimeZone::Tzfile;
-+DateTime::TimeZone::Tzfile->new($lt_file);
-+};
-+}
-+
-+return $tz if $tz;
-+}
-+
- 1;
- 
- # ABSTRACT: Determine the local system's time zone on Unix
-@@ -329,6 +349,13 @@ a time zone name.
- If this file exists, it is opened and we look for a line starting like
- "TZ=...". If this is found, it should indicate a time zone name.
- 
-+=item * F content
-+
-+If this file is not a symlink, it's parsed by
-+a L to retrieve the time zone offset
-+definition. No time zone name will be defined. This is usefull if the
-+file does not present in the system time zone database.
-+
- =back
- 
- =head1 SUPPORT
--- 
-1.9.3
-
diff --git 
a/DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch 
b/DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
new file mode 100644
index 000..3188447
--- /dev/null
+++ 
b/DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
@@ -0,0 +1,78 @@
+From fbf080cb5ca92f35a594967bdd3764c7dbb8c7f7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Mon, 1 Sep 2014 17:37:12 +0200
+Subject: [PATCH] Parse /etc/localtime by DateTime::TimeZone::Tzfile
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+If there is valid /etc/localtime, then the system has configured local
+time. If the file is not a symlink to /usr/share/zoneinfo or a copy
+from there, then it's still a valid configuration. The only issue is
+one cannot know the time zone name (Unfortunately, the time zone
+abbreviations are ambiguous.)
+
+This patch implements this scenario and caused returning
+ a DateTime::TimeZone::Tzfile object instead of dying with
+"Cannot determine local time zone" message.
+
+Signed-off-by: Petr Písař 
+---
+ lib/DateTime/TimeZone/Local/Unix.pm | 27 +++
+ 1 file changed, 27 insertions(+)
+
+diff --git a/lib/DateTime/TimeZone/Local/Unix.pm 
b/lib/DateTime/TimeZone/Local/Unix.pm
+index ae26fae..c5d44fe 100644
+--- a/lib/DateTime/TimeZone/Local/Unix.pm
 b/lib/DateTime/TimeZone/Local/Unix.pm
+@@ -19,6 +19,7 @@ sub Methods {
+ 

jplesnik pushed to perl-DateTime-TimeZone (f25). "Update patch name"

2016-09-27 Thread notifications
From 6123abd742bc1fcbce3723b16ba7201e1dd73450 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 27 Sep 2016 13:57:26 +0200
Subject: Update patch name

---
 perl-DateTime-TimeZone.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index 8beb44f..e9217e1 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -8,7 +8,7 @@ URL:http://search.cpan.org/dist/DateTime-TimeZone/
 Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz
 # Parse local time zone definition from /etc/localtime as before giving up,
 # bug #1135981, CPAN RT#55029
-Patch0: 
DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
+Patch0: 
DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
 BuildArch:  noarch
 # Build
 BuildRequires:  make
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=f25=6123abd742bc1fcbce3723b16ba7201e1dd73450
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded DateTime-TimeZone-2.04.tar.gz for perl-DateTime-TimeZone

2016-09-27 Thread notifications
11d2642ae95e4bfeaec735678dea11b0  DateTime-TimeZone-2.04.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DateTime-TimeZone/DateTime-TimeZone-2.04.tar.gz/md5/11d2642ae95e4bfeaec735678dea11b0/DateTime-TimeZone-2.04.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-TimeZone (master). "2.04 bump"

2016-09-27 Thread notifications
From 4822d0a831c9bf610f8eb2d1a7d14b1aed3418ff Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 27 Sep 2016 13:51:55 +0200
Subject: 2.04 bump

---
 ...etc-localtime-by-DateTime-TimeZone-Tzfile.patch | 78 --
 ...etc-localtime-by-DateTime-TimeZone-Tzfile.patch | 78 ++
 perl-DateTime-TimeZone.spec| 11 ++-
 sources|  2 +-
 4 files changed, 87 insertions(+), 82 deletions(-)
 delete mode 100644 
DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
 create mode 100644 
DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch

diff --git 
a/DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch 
b/DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
deleted file mode 100644
index 2cf0e21..000
--- 
a/DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From fbf080cb5ca92f35a594967bdd3764c7dbb8c7f7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Mon, 1 Sep 2014 17:37:12 +0200
-Subject: [PATCH] Parse /etc/localtime by DateTime::TimeZone::Tzfile
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-If there is valid /etc/localtime, then the system has configured local
-time. If the file is not a symlink to /usr/share/zoneinfo or a copy
-from there, then it's still a valid configuration. The only issue is
-one cannot know the time zone name (Unfortunately, the time zone
-abbreviations are ambiguous.)
-
-This patch implements this scenario and caused returning
- a DateTime::TimeZone::Tzfile object instead of dying with
-"Cannot determine local time zone" message.
-
-Signed-off-by: Petr Písař 

- lib/DateTime/TimeZone/Local/Unix.pm | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/lib/DateTime/TimeZone/Local/Unix.pm 
b/lib/DateTime/TimeZone/Local/Unix.pm
-index ae26fae..c5d44fe 100644
 a/lib/DateTime/TimeZone/Local/Unix.pm
-+++ b/lib/DateTime/TimeZone/Local/Unix.pm
-@@ -16,6 +16,7 @@ sub Methods {
- FromEtcTIMEZONE
- FromEtcSysconfigClock
- FromEtcDefaultInit
-+FromEtcLocaltimeContent
- );
- }
- 
-@@ -255,6 +256,25 @@ sub _ReadEtcDefaultInit {
- close $fh or die $!;
- }
- 
-+sub FromEtcLocaltimeContent {
-+my $class = shift;
-+
-+my $lt_file = $class->_EtcFile('localtime');
-+return unless -r $lt_file && -s $lt_file && ! -l $lt_file;
-+
-+my $tz;
-+{
-+local $@;
-+local $SIG{__DIE__};
-+$tz = eval {
-+require DateTime::TimeZone::Tzfile;
-+DateTime::TimeZone::Tzfile->new($lt_file);
-+};
-+}
-+
-+return $tz if $tz;
-+}
-+
- 1;
- 
- # ABSTRACT: Determine the local system's time zone on Unix
-@@ -329,6 +349,13 @@ a time zone name.
- If this file exists, it is opened and we look for a line starting like
- "TZ=...". If this is found, it should indicate a time zone name.
- 
-+=item * F content
-+
-+If this file is not a symlink, it's parsed by
-+a L to retrieve the time zone offset
-+definition. No time zone name will be defined. This is usefull if the
-+file does not present in the system time zone database.
-+
- =back
- 
- =head1 SUPPORT
--- 
-1.9.3
-
diff --git 
a/DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch 
b/DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
new file mode 100644
index 000..3188447
--- /dev/null
+++ 
b/DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
@@ -0,0 +1,78 @@
+From fbf080cb5ca92f35a594967bdd3764c7dbb8c7f7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Mon, 1 Sep 2014 17:37:12 +0200
+Subject: [PATCH] Parse /etc/localtime by DateTime::TimeZone::Tzfile
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+If there is valid /etc/localtime, then the system has configured local
+time. If the file is not a symlink to /usr/share/zoneinfo or a copy
+from there, then it's still a valid configuration. The only issue is
+one cannot know the time zone name (Unfortunately, the time zone
+abbreviations are ambiguous.)
+
+This patch implements this scenario and caused returning
+ a DateTime::TimeZone::Tzfile object instead of dying with
+"Cannot determine local time zone" message.
+
+Signed-off-by: Petr Písař 
+---
+ lib/DateTime/TimeZone/Local/Unix.pm | 27 +++
+ 1 file changed, 27 insertions(+)
+
+diff --git a/lib/DateTime/TimeZone/Local/Unix.pm 
b/lib/DateTime/TimeZone/Local/Unix.pm
+index ae26fae..c5d44fe 100644
+--- a/lib/DateTime/TimeZone/Local/Unix.pm
 b/lib/DateTime/TimeZone/Local/Unix.pm
+@@ -19,6 +19,7 @@ sub Methods {
+ 

jplesnik pushed to perl-DateTime-TimeZone (master). "Update patch name"

2016-09-27 Thread notifications
From c3dd2e59260f2b44c9971bbb1ec5c0aaf97a5cb7 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 27 Sep 2016 13:57:26 +0200
Subject: Update patch name

---
 perl-DateTime-TimeZone.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index 8beb44f..e9217e1 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -8,7 +8,7 @@ URL:http://search.cpan.org/dist/DateTime-TimeZone/
 Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz
 # Parse local time zone definition from /etc/localtime as before giving up,
 # bug #1135981, CPAN RT#55029
-Patch0: 
DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
+Patch0: 
DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
 BuildArch:  noarch
 # Build
 BuildRequires:  make
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=master=c3dd2e59260f2b44c9971bbb1ec5c0aaf97a5cb7
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-SUPER (f25). "Package LICENSE file (..more)"

2016-09-27 Thread notifications
From 7727e44ae0fc0de10ac6dc3e2696a0d4af27f09e Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 27 Sep 2016 12:00:42 +0100
Subject: Package LICENSE file

Also:
- Drop legacy spec file elements not needed for EL-6 onwards
- Simplify find command using -delete
---
 perl-SUPER.spec | 23 +++
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/perl-SUPER.spec b/perl-SUPER.spec
index efb2a37..252786d 100644
--- a/perl-SUPER.spec
+++ b/perl-SUPER.spec
@@ -1,14 +1,15 @@
 Name:  perl-SUPER
 Version:   1.20141117
-Release:   5%{?dist}
+Release:   6%{?dist}
 Summary:   Sane superclass method dispatcher
 License:   GPL+ or Artistic
-Group: Development/Libraries
 URL:   http://search.cpan.org/dist/SUPER/
 Source0:   
http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # === Module Build =
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -41,23 +42,29 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 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
 
-%clean
-rm -rf %{buildroot}
-
 %files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
 %doc Changes README
 %{perl_vendorlib}/SUPER.pm
 %{_mandir}/man3/SUPER.3*
 
 %changelog
+* Tue Sep 27 2016 Paul Howarth  - 1.20141117-6
+- Package LICENSE file
+- Drop legacy spec file elements not needed for EL-6 onwards
+- Simplify find command using -delete
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.20141117-5
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-SUPER.git/commit/?h=f25=7727e44ae0fc0de10ac6dc3e2696a0d4af27f09e
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-SUPER (master). "Package LICENSE file (..more)"

2016-09-27 Thread notifications
From 7727e44ae0fc0de10ac6dc3e2696a0d4af27f09e Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 27 Sep 2016 12:00:42 +0100
Subject: Package LICENSE file

Also:
- Drop legacy spec file elements not needed for EL-6 onwards
- Simplify find command using -delete
---
 perl-SUPER.spec | 23 +++
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/perl-SUPER.spec b/perl-SUPER.spec
index efb2a37..252786d 100644
--- a/perl-SUPER.spec
+++ b/perl-SUPER.spec
@@ -1,14 +1,15 @@
 Name:  perl-SUPER
 Version:   1.20141117
-Release:   5%{?dist}
+Release:   6%{?dist}
 Summary:   Sane superclass method dispatcher
 License:   GPL+ or Artistic
-Group: Development/Libraries
 URL:   http://search.cpan.org/dist/SUPER/
 Source0:   
http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # === Module Build =
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -41,23 +42,29 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 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
 
-%clean
-rm -rf %{buildroot}
-
 %files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
 %doc Changes README
 %{perl_vendorlib}/SUPER.pm
 %{_mandir}/man3/SUPER.3*
 
 %changelog
+* Tue Sep 27 2016 Paul Howarth  - 1.20141117-6
+- Package LICENSE file
+- Drop legacy spec file elements not needed for EL-6 onwards
+- Simplify find command using -delete
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.20141117-5
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-SUPER.git/commit/?h=master=7727e44ae0fc0de10ac6dc3e2696a0d4af27f09e
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1374879] perl-Config-Grammar-1.12 is available

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1374879

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Config-Grammar-1.12-1. |perl-Config-Grammar-1.12-1.
   |fc25|fc25
   |perl-Config-Grammar-1.12-1. |perl-Config-Grammar-1.12-1.
   |fc24|fc24
   ||perl-Config-Grammar-1.12-1.
   ||fc23



--- Comment #13 from Fedora Update System  ---
perl-Config-Grammar-1.12-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1376997] perl-DateTime-Locale-1.08 is available

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1376997

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-DateTime-Locale-1.08-1
   ||.fc26



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1376998] perl-DateTime-TimeZone-2.03 is available

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1376998

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-DateTime-TimeZone-2.04
   ||-1.fc26



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379020] perl-HTTP-Tiny-0.068 is available

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379020

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-HTTP-Tiny-0.068-1.fc25 has been pushed to the Fedora 25 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-e52c2b0ca5

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379025] perl-PDF-Reuse-0.37 is available

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379025



--- Comment #7 from Fedora Update System  ---
perl-PDF-Reuse-0.37-1.fc25 has been pushed to the Fedora 25 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-1571b89728

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379566] New: perl-Razor-Agent-2.85-23.fc26 FTBFS randomly: Can' t write-open blib/man5/razor-agent.conf.5: No such file or directory

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379566

Bug ID: 1379566
   Summary: perl-Razor-Agent-2.85-23.fc26 FTBFS randomly: Can't
write-open blib/man5/razor-agent.conf.5: No such file
or directory
   Product: Fedora
   Version: rawhide
 Component: perl-Razor-Agent
  Assignee: redhat-bugzi...@linuxnetz.de
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
redhat-bugzi...@linuxnetz.de



perl-Razor-Agent-2.85-23.fc26 sometimes fails to build in F26:

+ make -j3 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
--param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/us
r/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic'
"/usr/bin/perl" "-MExtUtils::Command::MM" -e pod2man "--" \
docs/razor-agent.conf.pod \
blib/man5/razor-agent.conf.5 \
docs/razor-agents.pod \
blib/man5/razor-agents.5 \
docs/razor-whitelist.pod \
blib/man5/razor-whitelist.5
make[1]: Entering directory
'/home/test/fedora/perl-Razor-Agent/razor-agents-2.85/Razor2-Preproc-deHTMLxs'
cp lib/Razor2/Preproc/deBase64.pm blib/lib/Razor2/Preproc/deBase64.pm
cp lib/Razor2/Preproc/deHTML_comment.pm
blib/lib/Razor2/Preproc/deHTML_comment.pm
cp lib/Razor2/Signature/Ephemeral.pm blib/lib/Razor2/Signature/Ephemeral.pm
cp lib/Razor2/Preproc/Manager.pm blib/lib/Razor2/Preproc/Manager.pm
cp lib/Razor2/Client/Core.pm blib/lib/Razor2/Client/Core.pm
cp lib/Razor2/Preproc/deHTML.pm blib/lib/Razor2/Preproc/deHTML.pm
cp lib/Razor2/Engine/VR8.pm blib/lib/Razor2/Engine/VR8.pm
cp lib/Razor2/Client/Agent.pm blib/lib/Razor2/Client/Agent.pm
cp lib/Razor2/Preproc/enBase64.pm blib/lib/Razor2/Preproc/enBase64.pm
cp lib/Razor2/Logger.pm blib/lib/Razor2/Logger.pm
cp lib/Razor2/Client/Config.pm blib/lib/Razor2/Client/Config.pm
cp lib/Razor2/Errorhandler.pm blib/lib/Razor2/Errorhandler.pm
cp lib/Razor2/Preproc/deNewline.pm blib/lib/Razor2/Preproc/deNewline.pm
cp lib/Razor2/Syslog.pm blib/lib/Razor2/Syslog.pm
AutoSplitting blib/lib/Razor2/Syslog.pm (blib/lib/auto/Razor2/Syslog)
cp lib/Razor2/Preproc/deQP.pm blib/lib/Razor2/Preproc/deQP.pm
cp lib/Razor2/Client/Version.pm blib/lib/Razor2/Client/Version.pm
cp lib/Razor2/String.pm blib/lib/Razor2/String.pm
cp lib/Razor2/Signature/Whiplash.pm blib/lib/Razor2/Signature/Whiplash.pm
cp lib/Razor2/Client/Engine.pm blib/lib/Razor2/Client/Engine.pm
Can't write-open blib/man5/razor-agent.conf.5: No such file or directory at
/usr/share/perl5/vendor_perl/ExtUtils/Command/MM.pm line 153.
Manifying 3 pod documents
make: *** [Makefile:541: manifypods-razor] Error 2

This is caused by under-specified dependencies in the Makefile that contains
manual man5 code from Makefile.PL. With the bug, it installs the man5 files
before creating the man5 directory.

See the upstream report  with
(untested) patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379556] perl-Image-Info: XXE in SVG files

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379556

Doran Moppert  changed:

   What|Removed |Added

 Depends On||1379557
 Depends On||1379558



--- Comment #1 from Doran Moppert  ---

Created perl-Image-Info tracking bugs for this issue:

Affects: epel-5 [bug 1379557]
Affects: fedora-all [bug 1379558]


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1379557
[Bug 1379557] perl-Image-Info: XXE in SVG files [epel-5]
https://bugzilla.redhat.com/show_bug.cgi?id=1379558
[Bug 1379558] perl-Image-Info: XXE in SVG files [fedora-all]
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379557] New: perl-Image-Info: XXE in SVG files [epel-5]

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379557

Bug ID: 1379557
   Summary: perl-Image-Info: XXE in SVG files [epel-5]
   Product: Fedora EPEL
   Version: el5
 Component: perl-Image-Info
  Keywords: Security, SecurityTracking
  Severity: medium
  Priority: medium
  Assignee: rob.my...@gtri.gatech.edu
  Reporter: dmopp...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
rob.my...@gtri.gatech.edu
Blocks: 1379556




This is an automatically created tracking bug!  It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora EPEL.

For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.

For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs

When submitting as an update, use the fedpkg template provided in the next
comment(s).  This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.

Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.

[bug automatically created by: add-tracking-bugs]


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1379556
[Bug 1379556] perl-Image-Info: XXE in SVG files
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379558] perl-Image-Info: XXE in SVG files [fedora-all]

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379558



--- Comment #1 from Doran Moppert  ---

Use the following template to for the 'fedpkg update' request to submit an
update for this issue as it contains the top-level parent bug(s) as well as
this tracking bug.  This will ensure that all associated bugs get updated
when new packages are pushed to stable.

=

# bugfix, security, enhancement, newpackage (required)
type=security

# testing, stable
request=testing

# Bug numbers: 1234,9876
bugs=1379556,1379558

# Description of your update
notes=Security fix for 

# Enable request automation based on the stable/unstable karma thresholds
autokarma=True
stable_karma=3
unstable_karma=-3

# Automatically close bugs when this marked as stable
close_bugs=True

# Suggest that users restart after update
suggest_reboot=False

==

Additionally, you may opt to use the bodhi web interface to submit updates:

https://bodhi.fedoraproject.org/updates/new

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379558] New: perl-Image-Info: XXE in SVG files [fedora-all]

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379558

Bug ID: 1379558
   Summary: perl-Image-Info: XXE in SVG files [fedora-all]
   Product: Fedora
   Version: 24
 Component: perl-Image-Info
  Keywords: Security, SecurityTracking
  Severity: medium
  Priority: medium
  Assignee: tcall...@redhat.com
  Reporter: dmopp...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
tcall...@redhat.com
Blocks: 1379556




This is an automatically created tracking bug!  It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.

For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.

For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs

When submitting as an update, use the fedpkg template provided in the next
comment(s).  This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.

Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.

NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time.  If you need to fix the versions independent of each other,
you may clone this bug as appropriate.

[bug automatically created by: add-tracking-bugs]


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1379556
[Bug 1379556] perl-Image-Info: XXE in SVG files
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379557] perl-Image-Info: XXE in SVG files [epel-5]

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379557



--- Comment #1 from Doran Moppert  ---

Use the following template to for the 'fedpkg update' request to submit an
update for this issue as it contains the top-level parent bug(s) as well as
this tracking bug.  This will ensure that all associated bugs get updated
when new packages are pushed to stable.

=

# bugfix, security, enhancement, newpackage (required)
type=security

# testing, stable
request=testing

# Bug numbers: 1234,9876
bugs=1379556,1379557

# Description of your update
notes=Security fix for 

# Enable request automation based on the stable/unstable karma thresholds
autokarma=True
stable_karma=3
unstable_karma=-3

# Automatically close bugs when this marked as stable
close_bugs=True

# Suggest that users restart after update
suggest_reboot=False

==

Additionally, you may opt to use the bodhi web interface to submit updates:

https://bodhi.fedoraproject.org/updates/new

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379556] perl-Image-Info: XXE in SVG files

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379556

Doran Moppert  changed:

   What|Removed |Added

 Blocks||1377998



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379556] New: perl-Image-Info: XXE in SVG files

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379556

Bug ID: 1379556
   Summary: perl-Image-Info: XXE in SVG files
   Product: Security Response
 Component: vulnerability
  Keywords: Security
  Severity: medium
  Priority: medium
  Assignee: security-response-t...@redhat.com
  Reporter: dmopp...@redhat.com
CC: jfe...@redhat.com, perl-devel@lists.fedoraproject.org,
perl-maint-l...@redhat.com, ppi...@redhat.com,
psab...@redhat.com, rob.my...@gtri.gatech.edu,
tcall...@redhat.com



The Image::Info package makes no precautions against external entity
expansion in SVG files.  A crafted file could cause information disclosure
or denial of service.

Upstream bug:

https://rt.cpan.org/Public/Bug/Display.html?id=118099

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379554] New: perl-XML-Twig: expand_external_ents option fails to work as documented [fedora-all]

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379554

Bug ID: 1379554
   Summary: perl-XML-Twig:  expand_external_ents option fails to
work as documented [fedora-all]
   Product: Fedora
   Version: 24
 Component: perl-XML-Twig
  Keywords: Security, SecurityTracking
  Severity: medium
  Priority: medium
  Assignee: jples...@redhat.com
  Reporter: dmopp...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: cw...@alumni.drew.edu, jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
Blocks: 1379553




This is an automatically created tracking bug!  It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.

For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.

For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs

When submitting as an update, use the fedpkg template provided in the next
comment(s).  This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.

Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.

NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time.  If you need to fix the versions independent of each other,
you may clone this bug as appropriate.

[bug automatically created by: add-tracking-bugs]


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1379553
[Bug 1379553] perl-XML-Twig:  expand_external_ents option fails to work as
documented
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379554] perl-XML-Twig: expand_external_ents option fails to work as documented [fedora-all]

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379554



--- Comment #1 from Doran Moppert  ---

Use the following template to for the 'fedpkg update' request to submit an
update for this issue as it contains the top-level parent bug(s) as well as
this tracking bug.  This will ensure that all associated bugs get updated
when new packages are pushed to stable.

=

# bugfix, security, enhancement, newpackage (required)
type=security

# testing, stable
request=testing

# Bug numbers: 1234,9876
bugs=1379553,1379554

# Description of your update
notes=Security fix for 

# Enable request automation based on the stable/unstable karma thresholds
autokarma=True
stable_karma=3
unstable_karma=-3

# Automatically close bugs when this marked as stable
close_bugs=True

# Suggest that users restart after update
suggest_reboot=False

==

Additionally, you may opt to use the bodhi web interface to submit updates:

https://bodhi.fedoraproject.org/updates/new

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379553] perl-XML-Twig: expand_external_ents option fails to work as documented

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379553

Doran Moppert  changed:

   What|Removed |Added

 Depends On||1379554



--- Comment #1 from Doran Moppert  ---

Created perl-XML-Twig tracking bugs for this issue:

Affects: fedora-all [bug 1379554]


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1379554
[Bug 1379554] perl-XML-Twig:  expand_external_ents option fails to work as
documented [fedora-all]
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379553] New: perl-XML-Twig: expand_external_ents option fails to work as documented

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379553

Bug ID: 1379553
   Summary: perl-XML-Twig:  expand_external_ents option fails to
work as documented
   Product: Security Response
 Component: vulnerability
  Keywords: Security
  Severity: medium
  Priority: medium
  Assignee: security-response-t...@redhat.com
  Reporter: dmopp...@redhat.com
CC: cw...@alumni.drew.edu, jples...@redhat.com,
perl-devel@lists.fedoraproject.org,
perl-maint-l...@redhat.com, ppi...@redhat.com,
psab...@redhat.com



The option to `expand_external_ents`, documented as controlling external entity
expansion in XML::Twig does not work.  External entities are always expanded,
regardless of the option's setting.

Upstream bug:

https://rt.cpan.org/Public/Bug/Display.html?id=118097

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379553] perl-XML-Twig: expand_external_ents option fails to work as documented

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379553

Doran Moppert  changed:

   What|Removed |Added

 Blocks||1377998



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1379025] perl-PDF-Reuse-0.37 is available

2016-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1379025



--- Comment #6 from Fedora Update System  ---
perl-PDF-Reuse-0.37-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-01f007c8dc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org