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&id=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&id=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&id=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&id=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&id=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 {
+ FromEtcTIMEZONE
+ FromEtcSysconfigClock
+ FromEtcDefaultInit
++FromEtcLocalt

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&id=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 {
+ FromEtcTIMEZONE
+ FromEtcSysconfigClock
+ FromEtcDefaultInit
++FromEtcLocalt

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&id=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&id=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&id=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