ppisar pushed to perl-DateTime-TimeZone (master). "Regenerate Perl code from timezone sources"

2017-07-20 Thread notifications
From 1b7bbeb23f013a7d518aafee47a1705395a3282d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 20 Jul 2017 09:01:19 +0200
Subject: Regenerate Perl code from timezone sources

---
 .gitignore  |  1 +
 perl-DateTime-TimeZone.spec | 44 ++--
 sources |  1 +
 3 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 947b742..68c1671 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /DateTime-TimeZone-[0-9.]*.tar.gz
+/tzdata2017b.tar.gz
diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index 1e18c5e..937898a 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,11 +1,21 @@
+# Regenerate Perl library code from upstream Olson database of this date
+%global tzversion 2017b
+
 Name:   perl-DateTime-TimeZone
 Version:2.13
 Release:4%{?dist}
 Summary:Time zone object base class and factory
-License:GPL+ or Artistic
+# tzdata%%{tzversion}.tar.gz archive:   Public Domain
+# other files:  GPL+ or Artistic
+# Some other files are generated from tzdata%%{tzversion}.tar.gz content by
+# upstream or locally:  Public Domain
+License:(GPL+ or Artistic) and Public Domain
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DateTime-TimeZone/
 Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz
+%if %{defined tzversion}
+Source1:ftp://ftp.iana.org/tz/releases/tzdata%{tzversion}.tar.gz
+%endif
 # Parse local time zone definition from /etc/localtime as before giving up,
 # bug #1135981, CPAN RT#55029
 Patch0: 
DateTime-TimeZone-2.04-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
@@ -17,6 +27,22 @@ BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
+%if !%{defined perl_bootstrap} && %{defined tzversion}
+# Avoid circular dependencies - perl-DateTime strictly requires 
DateTime::TimeZone
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DateTime)
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Find::Rule)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Locale::Country) >= 3.11
+BuildRequires:  perl(Parallel::ForkManager)
+BuildRequires:  sed
+%endif
 # Runtime
 BuildRequires:  perl(Class::Singleton) >= 1.03
 BuildRequires:  perl(constant)
@@ -64,6 +90,11 @@ Requires:   perl(File::Find)
 # Require optional DateTime::TimeZone::Tzfile to work in mock after tzdata
 # upgrade, bug #1135981
 Requires:   perl(DateTime::TimeZone::Tzfile)
+%if !%{defined perl_bootstrap} && %{defined tzversion}
+Provides:   bundled(tzdata) = %{tzversion}
+%else
+Provides:   bundled(tzdata)
+%endif
 
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Singleton\\)$
@@ -79,10 +110,18 @@ represented internally as a set of observances, each of 
which describes the
 offset from GMT for a given time period.
 
 %prep
-%setup -q -n DateTime-TimeZone-%{version}
+%if !%{defined perl_bootstrap} && %{defined tzversion}
+%setup -q -T -b 1 -c -n tzdata-%{tzversion}
+%endif
+%setup -q -T -b 0 -n DateTime-TimeZone-%{version}
 %patch0 -p1
 
 %build
+%if !%{defined perl_bootstrap} && %{defined tzversion}
+JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
+perl tools/parse_olson --dir ../tzdata-%{tzversion} --version %{tzversion} \
+--jobs $JOBS --clean
+%endif
 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
@@ -102,6 +141,7 @@ make test
 %changelog
 * Thu Jul 20 2017 Petr Pisar  - 2.13-4
 - Specify all dependencies
+- Regenerate Perl code from timezone sources (bug #1101251)
 
 * Wed Jun 07 2017 Jitka Plesnikova  - 2.13-3
 - Perl 5.26 re-rebuild of bootstrapped packages
diff --git a/sources b/sources
index 7e9531f..44b3b8e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 SHA512 (DateTime-TimeZone-2.13.tar.gz) = 
6003b2b6044c35a7c75840cf550d1f68500c1d762dc0ebdcf22e1714b68804382d2d969512d183c460fe89fe2fdbd8037463594536d6c3acee0ccf79734ac654
+SHA512 (tzdata2017b.tar.gz) = 
3e090dba1f52e4c63b4930b28f4bf38b56aabd6728f23094cb5801d10f4e464f17231f17b75b8866714bf98199c166ea840de0787b75b2274aa419a4e14bbc4d
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=master&id=1b7bbeb23f013a7d518aafee47a1705395a3282d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-DateTime-TimeZone (master). "Specify all dependencies"

2017-07-20 Thread notifications
From 22d19ab71bd84cf35d763b33aea8860e45caefeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 20 Jul 2017 08:18:37 +0200
Subject: Specify all dependencies

---
 perl-DateTime-TimeZone.spec | 26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index 3fc5df4..1e18c5e 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone
 Version:2.13
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -21,14 +21,15 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Class::Singleton) >= 1.03
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd) >= 3
-# Unused BuildRequires:  perl(DateTime)
-# Unused BuildRequires:  perl(DateTime::Duration)
+%if !%{defined perl_bootstrap}
+BuildRequires:  perl(DateTime::Duration)
+%endif
 # Unused BuildRequires:  perl(DateTime::TimeZone::Tzfile)
 BuildRequires:  perl(File::Basename)
-# Unused BuildRequires:  perl(File::Compare)
-# Unused BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Compare)
+BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
-# Unused BuildRequires:  perl(List::Util) >= 1.33
+BuildRequires:  perl(List::Util) >= 1.33
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(Params::ValidationCompiler) >= 0.13
@@ -52,7 +53,7 @@ BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Requires)
 # Optional tests
 %if !%{defined perl_bootstrap}
-BuildRequires:  perl(DateTime)
+BuildRequires:  perl(DateTime) >= 0.1501
 %endif
 BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Taint)
@@ -64,12 +65,12 @@ Requires:   perl(File::Find)
 # upgrade, bug #1135981
 Requires:   perl(DateTime::TimeZone::Tzfile)
 
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Singleton\\)$
 
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Params::Validate|Class::Singleton)\\)$
-
-# avoid circular dependencies - DateTime strictly requires DateTime::TimeZone
+# Avoid circular dependencies - perl-DateTime strictly requires 
DateTime::TimeZone
 %if 0%{?perl_bootstrap}
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(DateTime(::Duration)?\\)
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(DateTime::Duration\\)
 %endif
 
 %description
@@ -99,6 +100,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2017 Petr Pisar  - 2.13-4
+- Specify all dependencies
+
 * Wed Jun 07 2017 Jitka Plesnikova  - 2.13-3
 - Perl 5.26 re-rebuild of bootstrapped packages
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=master&id=22d19ab71bd84cf35d763b33aea8860e45caefeb
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


holcapek changed eseyman's 'commit' permission on rpms/perl-Sub-Override (epel7) to 'Approved'

2017-07-20 Thread notifications
holcapek changed eseyman's 'commit' permission on rpms/perl-Sub-Override 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Sub-Override/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed ppisar's 'watchcommits' permission on rpms/perl-Locale-TextDomain-OO (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'watchcommits' permission on 
rpms/perl-Locale-TextDomain-OO (master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Locale-TextDomain-OO/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed ppisar's 'watchbugzilla' permission on rpms/perl-Locale-TextDomain-OO (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'watchbugzilla' permission on 
rpms/perl-Locale-TextDomain-OO (master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Locale-TextDomain-OO/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed ppisar's 'approveacls' permission on rpms/perl-Locale-TextDomain-OO (master) to 'Approved'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'approveacls' permission on 
rpms/perl-Locale-TextDomain-OO (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Locale-TextDomain-OO/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed perl-sig's 'commit' permission on rpms/perl-Locale-TextDomain-OO (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed perl-sig's 'commit' permission on 
rpms/perl-Locale-TextDomain-OO (master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Locale-TextDomain-OO/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1465429] perl-MooX-Options-4.100 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1465429
Bug 1465429 depends on bug 1472377, which changed state.

Bug 1472377 Summary: Review Request: perl-Locale-TextDomain-OO - Perl 
Object-oriented Interface to Uniforum Message Translation
https://bugzilla.redhat.com/show_bug.cgi?id=1472377

   What|Removed |Added

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



-- 
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 changed ppisar's 'watchcommits' permission on rpms/perl-Tk-FontDialog (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'watchcommits' permission on rpms/perl-Tk-FontDialog 
(master) to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Tk-FontDialog/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed ppisar's 'watchbugzilla' permission on rpms/perl-Tk-FontDialog (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'watchbugzilla' permission on rpms/perl-Tk-FontDialog 
(master) to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Tk-FontDialog/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed perl-sig's 'commit' permission on rpms/perl-Tk-FontDialog (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed perl-sig's 'commit' permission on rpms/perl-Tk-FontDialog 
(master) to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Tk-FontDialog/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed ppisar's 'approveacls' permission on rpms/perl-Tk-FontDialog (master) to 'Approved'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'approveacls' permission on rpms/perl-Tk-FontDialog 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Tk-FontDialog/
___
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-Tk-FontDialog (master). "Initial import"

2017-07-20 Thread notifications
From 98362dbaa3939d3051ad1f61624882a01257ee84 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 20 Jul 2017 10:17:43 +0200
Subject: Initial import

---
 .gitignore  |  1 +
 perl-Tk-FontDialog.spec | 64 +
 sources |  1 +
 3 files changed, 66 insertions(+)
 create mode 100644 perl-Tk-FontDialog.spec

diff --git a/.gitignore b/.gitignore
index e69de29..96c697c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Tk-FontDialog-0.18.tar.gz
diff --git a/perl-Tk-FontDialog.spec b/perl-Tk-FontDialog.spec
new file mode 100644
index 000..00e5a91
--- /dev/null
+++ b/perl-Tk-FontDialog.spec
@@ -0,0 +1,64 @@
+%global use_x11_tests 1
+
+Name:   perl-Tk-FontDialog
+Version:0.18
+Release:1%{?dist}
+Summary:Font dialog widget for perl/Tk
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Tk-FontDialog/
+Source0:
http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-FontDialog-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  make
+BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(:VERSION) >= 5.4
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Run-time
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Tk) >= 800
+BuildRequires:  perl(Tk::Font)
+BuildRequires:  perl(Tk::HList)
+BuildRequires:  perl(Tk::ItemStyle)
+BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(charnames)
+BuildRequires:  perl(Test::More)
+%if %{use_x11_tests}
+# X11 tests:
+BuildRequires:  xorg-x11-server-Xvfb
+BuildRequires:  xorg-x11-xinit
+BuildRequires:  font(:lang=en)
+%endif
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Tk::HList)
+Requires:   perl(Tk::ItemStyle)
+
+%description
+This module implements a font dialog widget for perl/Tk.
+
+%prep
+%setup -q -n Tk-FontDialog-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+%if %{use_x11_tests}
+xvfb-run -a make test
+%else
+make test
+%endif
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 19 2017 Jitka Plesnikova  - 0.18-1
+- Initial release
diff --git a/sources b/sources
index e69de29..08907b5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Tk-FontDialog-0.18.tar.gz) = 
1a4e4a97c7ef4b13793196e2d58943b91e5dc8f02bd1c9e1742957e5e858df4b66e0c63ee83046d6dca1a76795c2c0560e86f0249f45c876a190c0fc01b9
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Tk-FontDialog.git/commit/?h=master&id=98362dbaa3939d3051ad1f61624882a01257ee84
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed perl-sig's 'commit' permission on rpms/perl-MooX-Locale-TextDomain-OO (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed perl-sig's 'commit' permission on 
rpms/perl-MooX-Locale-TextDomain-OO (master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-MooX-Locale-TextDomain-OO/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed ppisar's 'approveacls' permission on rpms/perl-MooX-Locale-TextDomain-OO (master) to 'Approved'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'approveacls' permission on 
rpms/perl-MooX-Locale-TextDomain-OO (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-MooX-Locale-TextDomain-OO/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed ppisar's 'watchcommits' permission on rpms/perl-MooX-Locale-TextDomain-OO (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'watchcommits' permission on 
rpms/perl-MooX-Locale-TextDomain-OO (master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-MooX-Locale-TextDomain-OO/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik changed ppisar's 'watchbugzilla' permission on rpms/perl-MooX-Locale-TextDomain-OO (master) to 'Obsolete'

2017-07-20 Thread notifications
jplesnik changed ppisar's 'watchbugzilla' permission on 
rpms/perl-MooX-Locale-TextDomain-OO (master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-MooX-Locale-TextDomain-OO/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Locale-Utils-PlaceholderBabelFish-0.006.tar.gz for perl-Locale-Utils-PlaceholderBabelFish

2017-07-20 Thread notifications
04b306310034b7f3090f225f175925604bc0cad73a285b40b6aef122f7695444e5b74422ca613f53754467f232e2149bd61f113fe0b8f25b8de7a923c8658ebe
  Locale-Utils-PlaceholderBabelFish-0.006.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Locale-Utils-PlaceholderBabelFish/Locale-Utils-PlaceholderBabelFish-0.006.tar.gz/sha512/04b306310034b7f3090f225f175925604bc0cad73a285b40b6aef122f7695444e5b74422ca613f53754467f232e2149bd61f113fe0b8f25b8de7a923c8658ebe/Locale-Utils-PlaceholderBabelFish-0.006.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-Locale-Utils-PlaceholderBabelFish (master). "0.006 bump"

2017-07-20 Thread notifications
From 1e638eff727b4b7a68c6190cde213ca5d100fb66 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 20 Jul 2017 10:51:01 +0200
Subject: 0.006 bump

---
 .gitignore  | 1 +
 perl-Locale-Utils-PlaceholderBabelFish.spec | 5 -
 sources | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4dbfda4..e37aff4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Locale-Utils-PlaceholderBabelFish-0.004.tar.gz
 /Locale-Utils-PlaceholderBabelFish-0.005.tar.gz
+/Locale-Utils-PlaceholderBabelFish-0.006.tar.gz
diff --git a/perl-Locale-Utils-PlaceholderBabelFish.spec 
b/perl-Locale-Utils-PlaceholderBabelFish.spec
index 689bbe6..d5715a1 100644
--- a/perl-Locale-Utils-PlaceholderBabelFish.spec
+++ b/perl-Locale-Utils-PlaceholderBabelFish.spec
@@ -1,5 +1,5 @@
 Name:   perl-Locale-Utils-PlaceholderBabelFish
-Version:0.005
+Version:0.006
 Release:1%{?dist}
 Summary:Utils to expand BabelFish placeholders
 License:GPL+ or Artistic
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2017 Jitka Plesnikova  - 0.006-1
+- 0.006 bump
+
 * Mon Jul 17 2017 Jitka Plesnikova  - 0.005-1
 - 0.005 bump
 
diff --git a/sources b/sources
index 68b562f..1389826 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Locale-Utils-PlaceholderBabelFish-0.005.tar.gz) = 
c3f10bbb9c94c29d2d730545e5afe8f3d3d53e066c5cb71513701e4bbfbf6adba38e105c2f863d1e5b49cf6c36c62d5de9aba28c88124106725ec8fb69542442
+SHA512 (Locale-Utils-PlaceholderBabelFish-0.006.tar.gz) = 
04b306310034b7f3090f225f175925604bc0cad73a285b40b6aef122f7695444e5b74422ca613f53754467f232e2149bd61f113fe0b8f25b8de7a923c8658ebe
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Locale-Utils-PlaceholderBabelFish.git/commit/?h=master&id=1e638eff727b4b7a68c6190cde213ca5d100fb66
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1473051] perl-Locale-Utils-PlaceholderBabelFish-0.006 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473051

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Locale-Utils-Placehold
   ||erBabelFish-0.006-1.fc27
 Resolution|--- |RAWHIDE
Last Closed||2017-07-20 04:52:19



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


eseyman uploaded Sub-Override-0.09.tar.gz for perl-Sub-Override

2017-07-20 Thread notifications
35000e8cabb6ca4cc0cac53af99fc9cb8ac14b1e71dbfa27dc58a339cb1b54e439064f2241798e351cc5ad297a2f9e4fde870ca97e2eb09a2430c11af589d412
  Sub-Override-0.09.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Sub-Override/Sub-Override-0.09.tar.gz/sha512/35000e8cabb6ca4cc0cac53af99fc9cb8ac14b1e71dbfa27dc58a339cb1b54e439064f2241798e351cc5ad297a2f9e4fde870ca97e2eb09a2430c11af589d412/Sub-Override-0.09.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Locale-Utils-PlaceholderMaketext-1.005.tar.gz for perl-Locale-Utils-PlaceholderMaketext

2017-07-20 Thread notifications
485e4be93af1bc17d3b3b7441d91cfe554fb34c6d5f9b3d56a242b1f68681e6e5569e32d93a636f59e663ed821cf629ba367a3d78c07c7d28e2dc86e110146ee
  Locale-Utils-PlaceholderMaketext-1.005.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Locale-Utils-PlaceholderMaketext/Locale-Utils-PlaceholderMaketext-1.005.tar.gz/sha512/485e4be93af1bc17d3b3b7441d91cfe554fb34c6d5f9b3d56a242b1f68681e6e5569e32d93a636f59e663ed821cf629ba367a3d78c07c7d28e2dc86e110146ee/Locale-Utils-PlaceholderMaketext-1.005.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-Sub-Override (epel7). "Release 0.09 on EPEL7"

2017-07-20 Thread notifications
From a1486fceafa77f52cc5dcd6977417c25dd8266f7 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Thu, 20 Jul 2017 11:04:14 +0200
Subject: Release 0.09 on EPEL7

---
 .cvsignore |  0
 .gitignore |  1 +
 Makefile   | 21 
 perl-Sub-Override.spec | 91 ++
 sources|  1 +
 5 files changed, 93 insertions(+), 21 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 .gitignore
 delete mode 100644 Makefile
 create mode 100644 perl-Sub-Override.spec

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index e69de29..000
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..480f697
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/Sub-Override-0.09.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index fd7e01b..000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Sub-Override
-# $Id$
-NAME := perl-Sub-Override
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/perl-Sub-Override.spec b/perl-Sub-Override.spec
new file mode 100644
index 000..5f3744e
--- /dev/null
+++ b/perl-Sub-Override.spec
@@ -0,0 +1,91 @@
+Name:   perl-Sub-Override
+Version:0.09
+Release:4%{?dist}
+Summary:Perl extension for easily overriding subroutines
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Sub-Override/
+Source0:
http://www.cpan.org/authors/id/O/OV/OVID/Sub-Override-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Fatal) >= 0.010
+BuildRequires:  perl(Test::More) >= 0.47
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+Perl extension for easily overriding subroutines.
+
+%prep
+%setup -q -n Sub-Override-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Aug 04 2013 Fedora Release Engineering  
- 0.09-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed Jul 24 2013 Petr Pisar  - 0.09-3
+- Perl 5.18 rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering  
- 0.09-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jan 18 2013 Iain Arnell  0.09-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
+* Fri Jul 20 2012 Fedora Release Engineering  
- 0.08-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Thu Jun 14 2012 Petr Pisar  - 0.08-11
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering  
- 0.08-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Jun 21 2011 Marcela Mašláňová  - 0.08-9
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering  
- 0.08-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Dec 22 2010 Marcela Maslanova  - 0.08-7
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Thu May 06 2010 Marcela Maslanova  - 0.08-6
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal  - 0.08-5
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering  
- 0.08-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering  
- 0.08-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Nov 19 2008 Iain Arnell  0.08-2
+- BR Test::Pod and Test::Pod::Coverage
+
+* Tue Nov 18 2008 Iain Arnell  0.08-1
+- Specfile autogenerated by cpanspec 1.77.
+- Remove bogus requires
diff --git a/sources b/sources
index e69de29..aa80746 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Sub-Override-0.09.tar.gz) = 
35000e8cabb6ca4cc0cac53af99fc9cb8ac14b1e71dbfa27dc58a339cb1b54e439064f2241798e351cc5ad297a2f9e4fde870ca97e2eb09a2430c11af589d412
-- 

jplesnik pushed to perl-Locale-Utils-PlaceholderMaketext (master). "1.005 bump"

2017-07-20 Thread notifications
From cd3e3f9175be7c45621e8a843cf620fabad6e621 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 20 Jul 2017 11:05:13 +0200
Subject: 1.005 bump

---
 .gitignore | 1 +
 perl-Locale-Utils-PlaceholderMaketext.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 897161d..a52ccc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Locale-Utils-PlaceholderMaketext-1.003.tar.gz
 /Locale-Utils-PlaceholderMaketext-1.004.tar.gz
+/Locale-Utils-PlaceholderMaketext-1.005.tar.gz
diff --git a/perl-Locale-Utils-PlaceholderMaketext.spec 
b/perl-Locale-Utils-PlaceholderMaketext.spec
index 4d33a4c..0e0ecc8 100644
--- a/perl-Locale-Utils-PlaceholderMaketext.spec
+++ b/perl-Locale-Utils-PlaceholderMaketext.spec
@@ -1,5 +1,5 @@
 Name:   perl-Locale-Utils-PlaceholderMaketext
-Version:1.004
+Version:1.005
 Release:1%{?dist}
 Summary:Utils to expand maketext placeholders
 License:GPL+ or Artistic
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2017 Jitka Plesnikova  - 1.005-1
+- 1.005 bump
+
 * Mon Jul 17 2017 Jitka Plesnikova  - 1.004-1
 - 1.004 bump
 
diff --git a/sources b/sources
index 156a17a..965fd1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Locale-Utils-PlaceholderMaketext-1.004.tar.gz) = 
24fde5a6c7d577d8eb15755523eea559357e9febc3a987b8be52ce0fdf09e5b89925b10fcd496b3f28cf17e0e73cc7fe901ccf29150d90b665c114212d913f6f
+SHA512 (Locale-Utils-PlaceholderMaketext-1.005.tar.gz) = 
485e4be93af1bc17d3b3b7441d91cfe554fb34c6d5f9b3d56a242b1f68681e6e5569e32d93a636f59e663ed821cf629ba367a3d78c07c7d28e2dc86e110146ee
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Locale-Utils-PlaceholderMaketext.git/commit/?h=master&id=cd3e3f9175be7c45621e8a843cf620fabad6e621
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1473052] perl-Locale-Utils-PlaceholderMaketext-1.005 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473052

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Locale-Utils-Placehold
   ||erMaketext-1.005-1.fc27
 Resolution|--- |RAWHIDE
Last Closed||2017-07-20 05:07:06



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


eseyman uploaded Throwable-0.102080.tar.gz for perl-Throwable

2017-07-20 Thread notifications
098365cb1d7e0ecb90ec0a3074eda779fe58240e0024f5ed6b3f0d713d871ff1282044984635ef49eed55e3a3097110743d9fa844e1351db77b4bcbd3b2255d1
  Throwable-0.102080.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Throwable/Throwable-0.102080.tar.gz/sha512/098365cb1d7e0ecb90ec0a3074eda779fe58240e0024f5ed6b3f0d713d871ff1282044984635ef49eed55e3a3097110743d9fa844e1351db77b4bcbd3b2255d1/Throwable-0.102080.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-Throwable (epel7). "Release 0.102080 on EPEL7"

2017-07-20 Thread notifications
From 92aa664250e7dec5141c008ba7cf047df555ee3f Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Thu, 20 Jul 2017 11:10:17 +0200
Subject: Release 0.102080 on EPEL7

---
 .gitignore  |  1 +
 dead.package|  2 --
 perl-Throwable.spec | 97 +
 sources |  1 +
 4 files changed, 99 insertions(+), 2 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 dead.package
 create mode 100644 perl-Throwable.spec
 create mode 100644 sources

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..4afa89e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/Throwable-0.102080.tar.gz
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 3aea659..000
--- a/dead.package
+++ /dev/null
@@ -1,2 +0,0 @@
-2014-11-21: Retired orphaned package, because it was never built/released for 
EPEL7
-
diff --git a/perl-Throwable.spec b/perl-Throwable.spec
new file mode 100644
index 000..d25fc6c
--- /dev/null
+++ b/perl-Throwable.spec
@@ -0,0 +1,97 @@
+Name:   perl-Throwable
+Version:0.102080
+Release:10%{?dist}
+Summary:Role for classes that can be thrown
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Throwable/
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(Devel::StackTrace) >= 1.21
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
+BuildRequires:  perl(Moose) >= 0.87
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Pod::Coverage::TrustPod)
+
+Requires:   perl(Devel::StackTrace) >= 1.21
+Requires:   perl(ExtUtils::MakeMaker) >= 6.11
+Requires:   perl(Moose) >= 0.87
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Throwable is a role for classes that are meant to be thrown as exceptions
+to standard program flow. It is very simple and does only two things: saves
+any previous value for $@ and calls die $self.
+
+%prep
+%setup -q -n Throwable-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+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 \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+RELEASE_TESTING=1 make test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Aug 04 2013 Fedora Release Engineering  
- 0.102080-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Fri Aug 02 2013 Petr Pisar  - 0.102080-9
+- Perl 5.18 rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering  
- 0.102080-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jul 20 2012 Fedora Release Engineering  
- 0.102080-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jun 22 2012 Petr Pisar  - 0.102080-6
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering  
- 0.102080-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Jul 19 2011 Petr Sabata  - 0.102080-4
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering  
- 0.102080-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 23 2010 Marcela Maslanova  - 0.102080-2
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Fri Jul 30 2010 Iain Arnell  0.102080-1
+- update to latest upstream
+- update spec for modern rpmbuild
+
+* Fri May 07 2010 Marcela Maslanova  - 0.101110-2
+- Mass rebuild with perl-5.12.0
+
+* Sat Apr 24 2010 Iain Arnell  0.101110-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+
+* Sat Feb 27 2010 Iain Arnell  0.100090-2
+- BR perl(Pod::Coverage::TrustPod)
+
+* Thu Jan 14 2010 Iain Arnell 0.100090-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
new file mode 100644
index 000..58e7787
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Throwable-0.102080.tar.gz) = 
098365cb1d7e0ecb90ec0a3074eda779fe58240e0024f5ed6b3f0d713d871ff1282044984635ef49eed55e3a3097110743d9fa844e1351db77b4bcbd3b2255d1
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Throwable.git/commit/?h=epel7&id=92aa664250e7dec5141c008ba7cf047df555ee3f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Locale-Utils-PlaceholderNamed-1.004.tar.gz for perl-Locale-Utils-PlaceholderNamed

2017-07-20 Thread notifications
2731728811866bc9978dc074e9f2c37ef1577a7e4f1f34d031b41d42e0b0c6e80ddcecf3c353ceb297021a37cb876efad594f6470984f979413dcd4ce4f31fbc
  Locale-Utils-PlaceholderNamed-1.004.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Locale-Utils-PlaceholderNamed/Locale-Utils-PlaceholderNamed-1.004.tar.gz/sha512/2731728811866bc9978dc074e9f2c37ef1577a7e4f1f34d031b41d42e0b0c6e80ddcecf3c353ceb297021a37cb876efad594f6470984f979413dcd4ce4f31fbc/Locale-Utils-PlaceholderNamed-1.004.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-Locale-Utils-PlaceholderNamed (master). "1.004 bump"

2017-07-20 Thread notifications
From 34222ce61c609deab8240184d458582649a12fcf Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 20 Jul 2017 11:19:43 +0200
Subject: 1.004 bump

---
 .gitignore  | 1 +
 perl-Locale-Utils-PlaceholderNamed.spec | 5 -
 sources | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0da5437..d132309 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Locale-Utils-PlaceholderNamed-1.002.tar.gz
 /Locale-Utils-PlaceholderNamed-1.003.tar.gz
+/Locale-Utils-PlaceholderNamed-1.004.tar.gz
diff --git a/perl-Locale-Utils-PlaceholderNamed.spec 
b/perl-Locale-Utils-PlaceholderNamed.spec
index 94330f6..9b4a241 100644
--- a/perl-Locale-Utils-PlaceholderNamed.spec
+++ b/perl-Locale-Utils-PlaceholderNamed.spec
@@ -1,5 +1,5 @@
 Name:   perl-Locale-Utils-PlaceholderNamed
-Version:1.003
+Version:1.004
 Release:1%{?dist}
 Summary:Utils to expand named placeholders
 License:GPL+ or Artistic
@@ -62,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2017 Jitka Plesnikova  - 1.004-1
+- 1.004 bump
+
 * Wed Jul 19 2017 Jitka Plesnikova  - 1.003-1
 - 1.003 bump
 
diff --git a/sources b/sources
index 8410533..bbe3732 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Locale-Utils-PlaceholderNamed-1.003.tar.gz) = 
ac7378dcc458d6d3092cc8288dda72139e74b40906c5a4f17c2ecd2d65ba4649fe5552d513c4d7bdedf4d59ac4f8ca6f62980b03481db37e2cc8f3294f9de6dc
+SHA512 (Locale-Utils-PlaceholderNamed-1.004.tar.gz) = 
2731728811866bc9978dc074e9f2c37ef1577a7e4f1f34d031b41d42e0b0c6e80ddcecf3c353ceb297021a37cb876efad594f6470984f979413dcd4ce4f31fbc
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Locale-Utils-PlaceholderNamed.git/commit/?h=master&id=34222ce61c609deab8240184d458582649a12fcf
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1470030] perl-Test-LeakTrace-0.16-1.fc27 FTBFS: Failed test ' UninitCondition' on ppc64

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1470030



--- Comment #6 from Florian Weimer  ---
(In reply to Mark Wielaard from comment #5)
> Florian, I guess I should dig into the ppc64 code and see why memcheck is
> not accurately tracking this. But since you recently touched this code is
> there any possibility this code really be an undefined memory usage?

The changes are supposed to be no-ops in this regard.

My first guess is that due to the strcmp changes for POWER, we now have a
dependency on uninitialized bytes due to word-wise memory accesses, but this
does not appear in strcmp itself for some reason, only in the caller which
looks at the computed result difference.

-- 
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 1473053] perl-Locale-Utils-PlaceholderNamed-1.004 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473053

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Locale-Utils-Placehold
   ||erNamed-1.004-1.fc27
 Resolution|--- |RAWHIDE
Last Closed||2017-07-20 06:19:37



-- 
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-MooX-Locale-TextDomain-OO (master). "Initial import"

2017-07-20 Thread notifications
From 98fa27cdec793ace966284769b7c3f5090ea8023 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 20 Jul 2017 12:25:06 +0200
Subject: Initial import

---
 .gitignore  |  1 +
 perl-MooX-Locale-TextDomain-OO.spec | 56 +
 sources |  1 +
 3 files changed, 58 insertions(+)
 create mode 100644 perl-MooX-Locale-TextDomain-OO.spec

diff --git a/.gitignore b/.gitignore
index e69de29..bde9078 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MooX-Locale-TextDomain-OO-0.001.tar.gz
diff --git a/perl-MooX-Locale-TextDomain-OO.spec 
b/perl-MooX-Locale-TextDomain-OO.spec
new file mode 100644
index 000..1970726
--- /dev/null
+++ b/perl-MooX-Locale-TextDomain-OO.spec
@@ -0,0 +1,56 @@
+Name:   perl-MooX-Locale-TextDomain-OO
+Version:0.001
+Release:1%{?dist}
+Summary:Provide API used in translator modules without translating
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/MooX-Locale-TextDomain-OO/
+Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/MooX-Locale-TextDomain-OO-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  make
+BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(:VERSION) >= 5.8.1
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Locale::TextDomain::OO)
+BuildRequires:  perl(Moo::Role)
+BuildRequires:  perl(MooX::Locale::Passthrough)
+BuildRequires:  perl(Scalar::Util)
+# Tests
+BuildRequires:  perl(Locale::TextDomain::OO::Lexicon::Hash)
+BuildRequires:  perl(Moo) >= 1.003
+BuildRequires:  perl(Test::More) >= 0.90
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Moo::Role) >= 1.003
+Requires:   perl(MooX::Locale::Passthrough)
+
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Moo::Role\\)\\s*$
+
+%description
+This module provides API used in translator modules without translating.
+
+%prep
+%setup -q -n MooX-Locale-TextDomain-OO-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README.md
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jun 29 2017 Jitka Plesnikova  - 0.001-1
+- Initial release
diff --git a/sources b/sources
index e69de29..5cf8bbf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (MooX-Locale-TextDomain-OO-0.001.tar.gz) = 
25a78940cece1b761ca3ea9e5ab77d86402c9985a0bd0fe31af60e6570eb1e977f8cb062e064eae10bd1b0a6c91b7ea4a3714f7c25eb45683e0167df750f4592
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-MooX-Locale-TextDomain-OO.git/commit/?h=master&id=98fa27cdec793ace966284769b7c3f5090ea8023
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1465429] perl-MooX-Options-4.100 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1465429
Bug 1465429 depends on bug 1472679, which changed state.

Bug 1472679 Summary: Review Request: perl-MooX-Locale-TextDomain-OO - Provide 
API used in translator modules without translating
https://bugzilla.redhat.com/show_bug.cgi?id=1472679

   What|Removed |Added

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



-- 
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-Config-Model-TkUI (master). "1.363 bump"

2017-07-20 Thread notifications
From 85ce7827a9f1f4530269189086001e69eb5f771d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 20 Jul 2017 12:36:50 +0200
Subject: 1.363 bump

---
 .gitignore  |  1 +
 perl-Config-Model-TkUI.spec | 27 ---
 sources |  2 +-
 3 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 459e2f9..472b5a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Config-Model-TkUI-1.306.tar.gz
 /Config-Model-TkUI-1.360.tar.gz
 /Config-Model-TkUI-1.361.tar.gz
 /Config-Model-TkUI-1.362.tar.gz
+/Config-Model-TkUI-1.363.tar.gz
diff --git a/perl-Config-Model-TkUI.spec b/perl-Config-Model-TkUI.spec
index f3e84f7..e305373 100644
--- a/perl-Config-Model-TkUI.spec
+++ b/perl-Config-Model-TkUI.spec
@@ -1,8 +1,8 @@
 %global use_x11_tests 1
 
 Name:   perl-Config-Model-TkUI
-Version:1.362
-Release:2%{?dist}
+Version:1.363
+Release:1%{?dist}
 Summary:TK GUI to edit config data through Config::Model
 License:LGPLv2+
 Group:  Development/Libraries
@@ -13,10 +13,12 @@ BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config::Model) >= 2.084
+BuildRequires:  perl(Config::Model) >= 2.095
 BuildRequires:  perl(Config::Model::ObjTreeScanner)
 BuildRequires:  perl(Config::Model::Value)
 BuildRequires:  perl(ExtUtils::testlib)
+BuildRequires:  perl(File::HomeDir)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Log::Log4perl) >= 1.11
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Path::Tiny)
@@ -31,15 +33,31 @@ BuildRequires:  perl(Test::Warn) >= 0.11
 BuildRequires:  perl(Text::Diff)
 BuildRequires:  perl(Text::Wrap)
 BuildRequires:  perl(Tk)
+BuildRequires:  perl(Tk::Adjuster)
+BuildRequires:  perl(Tk::Balloon)
+BuildRequires:  perl(Tk::BrowseEntry)
+BuildRequires:  perl(Tk::Dialog)
+BuildRequires:  perl(Tk::DialogBox)
 BuildRequires:  perl(Tk::DirSelect)
 BuildRequires:  perl(Tk::DoubleClick)
+BuildRequires:  perl(Tk::FontDialog)
+BuildRequires:  perl(Tk::Frame)
+BuildRequires:  perl(Tk::Menubutton)
+BuildRequires:  perl(Tk::NoteBook)
 BuildRequires:  perl(Tk::ObjScanner)
+BuildRequires:  perl(Tk::Pane)
+BuildRequires:  perl(Tk::Photo)
+BuildRequires:  perl(Tk::PNG)
 BuildRequires:  perl(Tk::Pod)
 BuildRequires:  perl(Tk::Pod::Text)
+BuildRequires:  perl(Tk::ROText)
+BuildRequires:  perl(Tk::Toplevel)
 BuildRequires:  perl(Tk::Tree)
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
+BuildRequires:  perl(YAML)
 %if %{use_x11_tests}
 # X11 tests:
 BuildRequires:  xorg-x11-server-Xvfb
@@ -74,6 +92,9 @@ This class provides a GUI for Config::Model.
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 19 2017 Jitka Plesnikova  - 1.363-1
+- 1.363 bump
+
 * Tue Jun 06 2017 Jitka Plesnikova  - 1.362-2
 - Perl 5.26 rebuild
 
diff --git a/sources b/sources
index d0c7ee5..9f4c956 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Config-Model-TkUI-1.362.tar.gz) = 
999e9fe9b47f341beeeb0f579aa2c6edae59d77c97589fc3174c6d973ea1d8d0ae9a3e4d072606ea9ecd39da0e37378111bf3a4582b0243dcd4d377e26c39db9
+SHA512 (Config-Model-TkUI-1.363.tar.gz) = 
0ded3aa02a6f0e5e9021caa139c53d73d8e8f59d2a4530b69b0be5081ba7dd5b0e3e4c16562a24b02eac7a2d3e4b51e37760c6c48abfacdfd286d05047e0eeae
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Config-Model-TkUI.git/commit/?h=master&id=85ce7827a9f1f4530269189086001e69eb5f771d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded MooX-Options-4.100.tar.gz for perl-MooX-Options

2017-07-20 Thread notifications
546962d2b6754164fbdb31f07d895df396be6dbc60d2dfcf3de911692546ada12f09fc5643250573fe49b9c4d173e762302ff773a0f9da5c2cdbcd4dff2da4aa
  MooX-Options-4.100.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-MooX-Options/MooX-Options-4.100.tar.gz/sha512/546962d2b6754164fbdb31f07d895df396be6dbc60d2dfcf3de911692546ada12f09fc5643250573fe49b9c4d173e762302ff773a0f9da5c2cdbcd4dff2da4aa/MooX-Options-4.100.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Mango (master). "Enable building on 32-bit platforms since perl is built with use64bitint"

2017-07-20 Thread notifications
From 5a6680fb6fc272187758d42c48ea6fd411cecd77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 20 Jul 2017 15:00:16 +0200
Subject: Enable building on 32-bit platforms since perl is built with
 use64bitint

---
 perl-Mango.spec | 26 --
 1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/perl-Mango.spec b/perl-Mango.spec
index 39e7e23..56be7e9 100644
--- a/perl-Mango.spec
+++ b/perl-Mango.spec
@@ -1,25 +1,16 @@
 Name:   perl-Mango
 Version:1.29
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Pure-Perl non-blocking I/O MongoDB driver
 License:Artistic 2.0
 URL:http://search.cpan.org/dist/Mango/
 Source0:http://www.cpan.org/authors/id/O/OD/ODC/Mango-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  make
 # This code is architecture-independent, but it requires at least 64-bit
 # integers and these are not available on 32-bit architectures if perl is
-# built without use64bitint option and this is our case.
-# Exclude 32-bit archictures:
-ExcludeArch:%arm
-ExcludeArch:%ix86
-ExcludeArch:m68k
-ExcludeArch:mips mipsr6 mipsr6el
-ExcludeArch:ppc ppc32dy4 ppc8260 ppc8560 ppciseries ppcpseries
-ExcludeArch:s390
-ExcludeArch:sh sh3 sh4 sh4a
-ExcludeArch:sparc sparcv8 sparcv9 sparcv9v
-# No ELF, no debuginfo needed
-%global debug_package %{nil}
-BuildRequires:  make
+# built without use64bitint option. We enabled use64bitint in 4:5.26.0-392.
+BuildRequires:  perl-libs >= 4:5.26.0-392
 BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
 BuildRequires:  perl(:VERSION) >= 5.10.1
@@ -64,6 +55,10 @@ Requires:   perl(Mojo::EventEmitter)
 # Mojolicious version from META because this is the only versioned module in
 # perl-Mojolicious RPM package
 Requires:   perl(Mojolicious) >= 5.40
+# This code is architecture-independent, but it requires at least 64-bit
+# integers and these are not available on 32-bit architectures if perl is
+# built without use64bitint option. We enabled use64bitint in 4:5.26.0-392.
+Requires:   perl-libs >= 4:5.26.0-392
 
 %description
 Mango is a pure-Perl non-blocking I/O MongoDB driver, optimized for use
@@ -93,6 +88,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2017 Petr Pisar  - 1.29-3
+- Enable building on 32-bit platforms since perl is built with use64bitint
+
 * Sun Jun 04 2017 Jitka Plesnikova  - 1.29-2
 - Perl 5.26 rebuild
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Mango.git/commit/?h=master&id=5a6680fb6fc272187758d42c48ea6fd411cecd77
___
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-MooX-Options (master). "4.100 bump"

2017-07-20 Thread notifications
From b9c908898fa66f0a104fddbe46ecbdfc36c87be5 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 20 Jul 2017 15:06:26 +0200
Subject: 4.100 bump

---
 .gitignore |  1 +
 perl-MooX-Options.spec | 61 +-
 sources|  2 +-
 3 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/.gitignore b/.gitignore
index ae94a0f..056d662 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /MooX-Options-4.018.tar.gz
 /MooX-Options-4.022.tar.gz
 /MooX-Options-4.023.tar.gz
+/MooX-Options-4.100.tar.gz
diff --git a/perl-MooX-Options.spec b/perl-MooX-Options.spec
index 89c268e..0600210 100644
--- a/perl-MooX-Options.spec
+++ b/perl-MooX-Options.spec
@@ -1,16 +1,16 @@
 Name:   perl-MooX-Options
-Version:4.023
-Release:3%{?dist}
+Version:4.100
+Release:1%{?dist}
 Summary:Explicit Options eXtension for Object Class
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/MooX-Options/
-Source0:
http://search.cpan.org/CPAN/authors/id/C/CE/CELOGEEK/MooX-Options-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/MooX-Options-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  coreutils
-BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
-BuildRequires:  perl(Module::Build) >= 0.4211
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -19,10 +19,12 @@ BuildRequires:  perl(Data::Record)
 BuildRequires:  perl(Getopt::Long) >= 2.43
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.099
 BuildRequires:  perl(JSON::MaybeXS)
-BuildRequires:  perl(Locale::TextDomain)
-# 1.003001 from Moo in META.json which is not used
-BuildRequires:  perl(Moo::Role) >= 1.003001
+BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(Moo) >= 1.003
+BuildRequires:  perl(Moo::Role)
 BuildRequires:  perl(MooX::ConfigFromFile::Role)
+BuildRequires:  perl(MooX::Locale::Passthrough)
+BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Path::Class) >= 0.32
@@ -33,40 +35,34 @@ BuildRequires:  perl(Text::LineFold)
 # Optional run-time:
 BuildRequires:  perl(Term::Size::Any)
 # Tests:
-BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FindBin)
-BuildRequires:  perl(Import::Into)
-BuildRequires:  perl(IO::Handle)
-BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Mo)
+BuildRequires:  perl(Mo) >= 0.36
 BuildRequires:  perl(Mo::coerce)
 BuildRequires:  perl(Mo::default)
 BuildRequires:  perl(Mo::required)
-BuildRequires:  perl(Moo) >= 1.003001
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(namespace::clean)
-BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Role::Tiny::With)
 BuildRequires:  perl(Test::More) >= 0.94
-# Test::Requires could be patched out, but is required for t/00-compile.t to 
succeed, even when t/pod test is not run
-BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Trap)
-BuildRequires:  perl(Try::Tiny)
 # Optional tests:
 # English not used
-BuildRequires:  perl(MooX::Cmd) >= 0.07
-# Pod::Coverage::TrustPod not used
-# Test::Kwalitee::Extra not used
-# Test::Pod 1.46 not used
-# Test::Pod::Coverage 1.08 not used
-# Test::Vars not used
+BuildRequires:  perl(MooX::Cmd) >= 0.007
+BuildRequires:  perl(MooX::Locale::TextDomain::OO)
+BuildRequires:  perl(Locale::TextDomain::OO::Lexicon::Hash)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Data::Record)
 Requires:   perl(JSON::MaybeXS)
-# 1.003001 from Moo in META.json which is not used
-Requires:   perl(Moo::Role) >= 1.003001
+Requires:   perl(Moo) >= 1.003
+Requires:   perl(Moo::Role)
 Requires:   perl(MooX::ConfigFromFile::Role)
+Requires:   perl(MooX::Locale::TextDomain::OO)
+Requires:   perl(MRO::Compat)
+Requires:   perl(Path::Class) >= 0.32
+Requires:   perl(Pod::Usage)
+Requires:   perl(Regexp::Common)
 Requires:   perl(Text::LineFold)
 
 # Remove under-specified dependencies
@@ -80,23 +76,26 @@ Create a command line tool with your Mo, Moo, Moose objects.
 chmod -c -x lib/MooX/Options.pm
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
 %license LICENSE
-%doc Changes etc README
+%doc Changes etc README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 29 2017 Jitka Plesnikova  - 4.100-1
+- 4.100 bump
+
 * Tue Jun 06 2017 Jitka Plesnikova  - 4.023-3
 - Perl 5.26 rebuild
 
diff --git 

[Bug 1465429] perl-MooX-Options-4.100 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1465429

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-MooX-Options-4.100-1.f
   ||c27
 Resolution|--- |RAWHIDE
Last Closed||2017-07-20 09:09:40



-- 
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 1465062] perl-pmtools-2.0.0-8.fc27 FTBFS: Failed test ' catted module function'

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1465062

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|de...@fateyev.com   |ppi...@redhat.com



--- Comment #2 from Petr Pisar  ---
I will apply the Debian 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


ppisar pushed to perl-pmtools (master). "Adapt to Perl 5.26.0 POD changes"

2017-07-20 Thread notifications
From 93ad8dabaed42fff03d8020d1da4224e3b4b9199 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 20 Jul 2017 15:20:24 +0200
Subject: Adapt to Perl 5.26.0 POD changes

---
 perl-pmtools.spec|  8 +++-
 pmtools-2.0.0-t_pfcat_5.26.patch | 15 +++
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 pmtools-2.0.0-t_pfcat_5.26.patch

diff --git a/perl-pmtools.spec b/perl-pmtools.spec
index dacd236..ccade3d 100644
--- a/perl-pmtools.spec
+++ b/perl-pmtools.spec
@@ -1,6 +1,6 @@
 Name:   perl-pmtools
 Version:2.0.0
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:A suite of small programs to help manage Perl modules
 
 Group:  Development/Libraries
@@ -8,6 +8,8 @@ License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/pmtools/
 Source: 
http://www.cpan.org/authors/id/M/ML/MLFISHER/pmtools-%{version}.tar.gz
 Patch0: pmtools-2.0.0-perlfaq-in-vendorlib.patch
+# Adapt to Perl 5.26.0 POD changes, bug #1465062, CPAN RT#122210
+Patch1: pmtools-2.0.0-t_pfcat_5.26.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
@@ -49,6 +51,7 @@ Tom Christiansen
 find . -type f -perm 755 | xargs %{__perl} -pi -e 's{^#!/usr/bin/env 
perl}{#!%{__perl}}'
 chmod -c a-x Changes TODO lib/Devel/Loaded.pm
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -77,6 +80,9 @@ make test
 
 
 %changelog
+* Thu Jul 20 2017 Petr Pisar  - 2.0.0-9
+- Adapt to Perl 5.26.0 POD changes (bug #1465062)
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
2.0.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/pmtools-2.0.0-t_pfcat_5.26.patch b/pmtools-2.0.0-t_pfcat_5.26.patch
new file mode 100644
index 000..6fa0cc2
--- /dev/null
+++ b/pmtools-2.0.0-t_pfcat_5.26.patch
@@ -0,0 +1,15 @@
+Description: perlfunc.pod formatting changed in 5.26. Adjust regexp in test.
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2017-06-24
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122210
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122210
+
+--- a/t/pfcat.t
 b/t/pfcat.t
+@@ -16,4 +16,4 @@
+ };
+ 
+ is($?,0, "pfcat 
runs");
+-like($output, qr/There is no .*systell.* function.\s+Use .*sysseek/, "catted 
module function");
++like($output, qr/There is no .*systell.* function.\s+Use\s.*sysseek/, "catted 
module function");
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-pmtools.git/commit/?h=master&id=93ad8dabaed42fff03d8020d1da4224e3b4b9199
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-pmtools (master). "Comply to packaging guidelines"

2017-07-20 Thread notifications
From b6f84b3e2cd42046743643e5b0625d8decf30ac7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 20 Jul 2017 15:22:31 +0200
Subject: Comply to packaging guidelines

---
 perl-pmtools.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/perl-pmtools.spec b/perl-pmtools.spec
index ccade3d..0c12edd 100644
--- a/perl-pmtools.spec
+++ b/perl-pmtools.spec
@@ -18,8 +18,8 @@ BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  less
 BuildRequires:  make
-BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(constant) >= 1.01
@@ -36,6 +36,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This is pmtools -- a suite of small programs to help manage modules.
@@ -71,7 +72,8 @@ make test
 
 
 %files
-%doc Changes LICENSE README TODO
+%license LICENSE
+%doc Changes README TODO
 %{_bindir}/*
 %{perl_vendorlib}/Devel/
 %{perl_vendorlib}/pmtools.pm
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-pmtools.git/commit/?h=master&id=b6f84b3e2cd42046743643e5b0625d8decf30ac7
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1465062] perl-pmtools-2.0.0-8.fc27 FTBFS: Failed test ' catted module function'

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1465062

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-pmtools-2.0.0-9.fc27
 Resolution|--- |RAWHIDE
Last Closed||2017-07-20 09:33:26



-- 
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 1473368] New: [abrt] perl-XML-XPath: XML_ParserFree(): perl killed by signal 6

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473368

Bug ID: 1473368
   Summary: [abrt] perl-XML-XPath: XML_ParserFree(): perl killed
by signal 6
   Product: Fedora
   Version: 26
 Component: perl-XML-XPath
  Assignee: jples...@redhat.com
  Reporter: bugzilla.redhat@peterjanes.ca
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Description of problem:
attempting to run an xpath query on a 3MB XML file

Version-Release number of selected component:
perl-XML-XPath-1.40-2.fc26

Additional info:
reporter:   libreport-2.9.1
backtrace_rating: 4
cmdline:/usr/bin/perl /usr/bin/xpath -q -e
//attribute[name="mcd_productcode"][text()="437"]
crash_function: XML_ParserFree
executable: /usr/bin/perl
journald_cursor:
s=52b9622599c149f3b2bcedca8f7b4442;i=11e0871;b=40ee98e7a11b4e288e018b288f5c9c34;m=aff301cda5;t=554c195af067a;x=6e1ff771cada272b
kernel: 4.11.8-300.fc26.x86_64
rootdir:/
runlevel:   N 5
type:   CCpp
uid:1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #6 XML_ParserFree at lib/xmlparse.c:1374
 #7 XS_XML__Parser__Expat_ParserFree at Expat.xs:1432
 #8 Perl_pp_entersub at pp_hot.c:3988
 #9 Perl_runops_standard at run.c:41
 #10 Perl_call_sv at perl.c:2807
 #11 S_curse at sv.c:6869
 #12 Perl_sv_clear at sv.c:6473
 #13 Perl_sv_free2 at sv.c:6970
 #14 Perl_leave_scope at scope.c:1096
 #15 Perl_dounwind at pp_ctl.c:1548

-- 
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 1473017] amavisd-new-2.11.0-1 has issue with DCC, can't write to /etc /dcc

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473017

Peter Bieringer  changed:

   What|Removed |Added

  Flags|needinfo?(p...@bieringer.de)  |



--- Comment #2 from Peter Bieringer  ---
I'm currently using DCC-1.3.145-25.el7.x86_64 from ATrpms

It contains

$ rpm -ql DCC | grep ^/etc
/etc/dcc
/etc/dcc/dcc_conf
/etc/dcc/flod
/etc/dcc/grey_flod
/etc/dcc/grey_whitelist
/etc/dcc/ids
/etc/dcc/log
/etc/dcc/map
/etc/dcc/map.txt
/etc/dcc/whiteclnt
/etc/dcc/whitecommon
/etc/dcc/whitelist

and is used by amavis via spamassassin

/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/DCC.pm
spamassassin-3.4.0-2.el7.x86_64

which get it's configuration from
/etc/mail/spamassassin/local.cf

which contains currently:

use_dcc 1
dcc_home /etc/dcc
dcc_timeout 10
dcc_add_header 1


=> in principle a change would be possible by changing RPM packaging of DCC to
move at least files which are candidates to be modified to /var (and perhaps
softlink static files from /etc) and then changing spamassassin's config.

-- 
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 1473017] amavisd-new-2.11.0-1 has issue with DCC, can't write to /etc /dcc

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473017



--- Comment #3 from Peter Bieringer  ---
btw. RPM packaging layout is the same using dcc from here:

https://updates.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/
dcc-1.3.158-5.el7.art.x86_64.rpm

-- 
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 1473017] amavisd-new-2.11.0-1 has issue with DCC, can't write to /etc /dcc

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473017



--- Comment #4 from Juan Orti  ---
IMHO is wrong to configure dcc with /etc as its data dir.

I disagree to change the current ProtectSystem value. I think it's a good
default and the administrator always can override this behaviour.

-- 
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 1473459] New: perl-CPAN-Perl-Releases-3.30 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473459

Bug ID: 1473459
   Summary: perl-CPAN-Perl-Releases-3.30 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPAN-Perl-Releases
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 3.30
Current version/release in rawhide: 3.28-1.fc27
URL: http://search.cpan.org/dist/CPAN-Perl-Releases/

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

-- 
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 1473460] New: perl-Code-TidyAll-0.62 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473460

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



Latest upstream release: 0.62
Current version/release in rawhide: 0.61-1.fc27
URL: http://search.cpan.org/dist/Code-TidyAll/

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

-- 
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 1472755] perl-JSON-Path-0.401 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1472755

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-JSON-Path-0.400 is |perl-JSON-Path-0.401 is
   |available   |available



--- Comment #1 from Upstream Release Monitoring 
 ---
Latest upstream release: 0.401
Current version/release in rawhide: 0.205-8.fc27
URL: http://search.cpan.org/dist/JSON-Path/

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

-- 
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 1473464] New: perl-HTML-FormHandler-0.40068 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473464

Bug ID: 1473464
   Summary: perl-HTML-FormHandler-0.40068 is available
   Product: Fedora
   Version: rawhide
 Component: perl-HTML-FormHandler
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, iarn...@gmail.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.40068
Current version/release in rawhide: 0.40067-3.fc27
URL: http://search.cpan.org/dist/HTML-FormHandler/

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

-- 
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 1473468] New: perl-Module-CoreList-5.20170720 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473468

Bug ID: 1473468
   Summary: perl-Module-CoreList-5.20170720 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Module-CoreList
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 5.20170720
Current version/release in rawhide: 5.20170715-1.fc27
URL: http://search.cpan.org/dist/Module-CoreList/

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

-- 
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 1473467] New: perl-Nmap-Parser-1.36 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473467

Bug ID: 1473467
   Summary: perl-Nmap-Parser-1.36 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Nmap-Parser
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.36
Current version/release in rawhide: 1.34-2.fc27
URL: http://search.cpan.org/dist/Nmap-Parser/

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

-- 
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 1473368] [abrt] perl-XML-XPath: XML_ParserFree(): perl killed by signal 6

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473368

Petr Pisar  changed:

   What|Removed |Added

 CC||ppi...@redhat.com



--- Comment #12 from Petr Pisar  ---
Could you provide us the XML file? We need a complete reproducer to find the
root cause.

Looking at the back trace, I think perl raised an exception (Perl_pp_die()
call) and then glibc discovered a mistake in memory management when
deallocating memory in the XML::Parer::Expat module
(XS_XML__Parser__Expat_ParserFree() call).

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


dist.rpmdeplint FAILED for perl-PAR-Packer-1.035-3.fc25

2017-07-20 Thread notifications
dist.rpmdeplint FAILED for perl-PAR-Packer-1.035-3.fc25

https://taskotron.fedoraproject.org/artifacts/all/bbd12f5e-6dd9-11e7-a988-5254008e42f6/task_output/perl-PAR-Packer-1.035-3.fc25.x86_64.log
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar uploaded Module-CoreList-5.20170720.tar.gz for perl-Module-CoreList

2017-07-20 Thread notifications
38b2b3287d8495ed7c64295ec92dc2e814f00f10644f4ee5d97e19fb41fc50f6024aadccf3cdeb752fdf429ba127bdd93db3dddccaffae32996efe1768768847
  Module-CoreList-5.20170720.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Module-CoreList/Module-CoreList-5.20170720.tar.gz/sha512/38b2b3287d8495ed7c64295ec92dc2e814f00f10644f4ee5d97e19fb41fc50f6024aadccf3cdeb752fdf429ba127bdd93db3dddccaffae32996efe1768768847/Module-CoreList-5.20170720.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Module-CoreList (master). "5.20170720 bump"

2017-07-20 Thread notifications
From 8136ae0071376449ba0a1c03c4fd66b6f3647f6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 21 Jul 2017 08:06:17 +0200
Subject: 5.20170720 bump

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

diff --git a/.gitignore b/.gitignore
index 53ad0c3..b747c7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20170531.tar.gz
 /Module-CoreList-5.20170621.tar.gz
 /Module-CoreList-5.20170715.tar.gz
+/Module-CoreList-5.20170720.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index cdf39c3..4463093 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20170715
+Version:5.20170720
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -9,8 +9,8 @@ URL:http://search.cpan.org/dist/Module-CoreList/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  make
-BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # File::Copy not used
@@ -79,6 +79,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Fri Jul 21 2017 Petr Pisar  - 1:5.20170720-1
+- 5.20170720 bump
+
 * Mon Jul 17 2017 Petr Pisar  - 1:5.20170715-1
 - 5.20170715 bump
 
diff --git a/sources b/sources
index 5c4b7d3..01da145 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Module-CoreList-5.20170715.tar.gz) = 
94ac968e94dae5e5e2d1f69f6dcb2b72ec50cd30b695fa95b1c48fff42f9a62f6e1c7ca9f9576491b6f1eacd952bb0c5cef55626ba3985de65a715ecde59026b
+SHA512 (Module-CoreList-5.20170720.tar.gz) = 
38b2b3287d8495ed7c64295ec92dc2e814f00f10644f4ee5d97e19fb41fc50f6024aadccf3cdeb752fdf429ba127bdd93db3dddccaffae32996efe1768768847
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Module-CoreList.git/commit/?h=master&id=8136ae0071376449ba0a1c03c4fd66b6f3647f6a
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Module-CoreList (f26). "5.20170720 bump"

2017-07-20 Thread notifications
From 354b27c4d137662d6a6134d7fd16e7bd20de5415 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 21 Jul 2017 08:06:17 +0200
Subject: 5.20170720 bump

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

diff --git a/.gitignore b/.gitignore
index 53ad0c3..b747c7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20170531.tar.gz
 /Module-CoreList-5.20170621.tar.gz
 /Module-CoreList-5.20170715.tar.gz
+/Module-CoreList-5.20170720.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index 6ed3628..a2f22de 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20170715
+Version:5.20170720
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -9,8 +9,8 @@ URL:http://search.cpan.org/dist/Module-CoreList/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  make
-BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # File::Copy not used
@@ -79,6 +79,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Fri Jul 21 2017 Petr Pisar  - 1:5.20170720-1
+- 5.20170720 bump
+
 * Mon Jul 17 2017 Petr Pisar  - 1:5.20170715-1
 - 5.20170715 bump
 
diff --git a/sources b/sources
index 5c4b7d3..01da145 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Module-CoreList-5.20170715.tar.gz) = 
94ac968e94dae5e5e2d1f69f6dcb2b72ec50cd30b695fa95b1c48fff42f9a62f6e1c7ca9f9576491b6f1eacd952bb0c5cef55626ba3985de65a715ecde59026b
+SHA512 (Module-CoreList-5.20170720.tar.gz) = 
38b2b3287d8495ed7c64295ec92dc2e814f00f10644f4ee5d97e19fb41fc50f6024aadccf3cdeb752fdf429ba127bdd93db3dddccaffae32996efe1768768847
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Module-CoreList.git/commit/?h=f26&id=354b27c4d137662d6a6134d7fd16e7bd20de5415
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Module-CoreList (f24). "5.20170720 bump"

2017-07-20 Thread notifications
From ed493a51c6661345414bc134a8e289f55a2efcf3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 21 Jul 2017 08:06:17 +0200
Subject: 5.20170720 bump

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

diff --git a/.gitignore b/.gitignore
index 53ad0c3..b747c7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20170531.tar.gz
 /Module-CoreList-5.20170621.tar.gz
 /Module-CoreList-5.20170715.tar.gz
+/Module-CoreList-5.20170720.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index acfe809..0a4c16a 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20170715
+Version:5.20170720
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -9,8 +9,8 @@ URL:http://search.cpan.org/dist/Module-CoreList/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  make
-BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # File::Copy not used
@@ -79,6 +79,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Fri Jul 21 2017 Petr Pisar  - 1:5.20170720-1
+- 5.20170720 bump
+
 * Mon Jul 17 2017 Petr Pisar  - 1:5.20170715-1
 - 5.20170715 bump
 
diff --git a/sources b/sources
index 5c4b7d3..01da145 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Module-CoreList-5.20170715.tar.gz) = 
94ac968e94dae5e5e2d1f69f6dcb2b72ec50cd30b695fa95b1c48fff42f9a62f6e1c7ca9f9576491b6f1eacd952bb0c5cef55626ba3985de65a715ecde59026b
+SHA512 (Module-CoreList-5.20170720.tar.gz) = 
38b2b3287d8495ed7c64295ec92dc2e814f00f10644f4ee5d97e19fb41fc50f6024aadccf3cdeb752fdf429ba127bdd93db3dddccaffae32996efe1768768847
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Module-CoreList.git/commit/?h=f24&id=ed493a51c6661345414bc134a8e289f55a2efcf3
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Module-CoreList (f25). "5.20170720 bump"

2017-07-20 Thread notifications
From 790320dbdce7f76ab000fa98f91ff2b04b044aed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 21 Jul 2017 08:06:17 +0200
Subject: 5.20170720 bump

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

diff --git a/.gitignore b/.gitignore
index 53ad0c3..b747c7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20170531.tar.gz
 /Module-CoreList-5.20170621.tar.gz
 /Module-CoreList-5.20170715.tar.gz
+/Module-CoreList-5.20170720.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index 8ff69d6..9f39e8e 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20170715
+Version:5.20170720
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -9,8 +9,8 @@ URL:http://search.cpan.org/dist/Module-CoreList/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  make
-BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # File::Copy not used
@@ -79,6 +79,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Fri Jul 21 2017 Petr Pisar  - 1:5.20170720-1
+- 5.20170720 bump
+
 * Mon Jul 17 2017 Petr Pisar  - 1:5.20170715-1
 - 5.20170715 bump
 
diff --git a/sources b/sources
index 5c4b7d3..01da145 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Module-CoreList-5.20170715.tar.gz) = 
94ac968e94dae5e5e2d1f69f6dcb2b72ec50cd30b695fa95b1c48fff42f9a62f6e1c7ca9f9576491b6f1eacd952bb0c5cef55626ba3985de65a715ecde59026b
+SHA512 (Module-CoreList-5.20170720.tar.gz) = 
38b2b3287d8495ed7c64295ec92dc2e814f00f10644f4ee5d97e19fb41fc50f6024aadccf3cdeb752fdf429ba127bdd93db3dddccaffae32996efe1768768847
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Module-CoreList.git/commit/?h=f25&id=790320dbdce7f76ab000fa98f91ff2b04b044aed
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1473468] perl-Module-CoreList-5.20170720 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473468

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Module-CoreList-5.2017
   ||0720-1.fc27



--- Comment #1 from Petr Pisar  ---
An enhancement release suitable for all Fedoras.

-- 
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 1473468] perl-Module-CoreList-5.20170720 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473468



--- Comment #2 from Fedora Update System  ---
perl-Module-CoreList-5.20170720-1.fc26 has been submitted as an update to
Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-15fcd6415f

-- 
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 1473468] perl-Module-CoreList-5.20170720 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473468



--- Comment #3 from Fedora Update System  ---
perl-Module-CoreList-5.20170720-1.fc25 has been submitted as an update to
Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-4ca0f92271

-- 
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 1471443] perl-Module-CoreList-5.20170715 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1471443



--- Comment #10 from Fedora Update System  ---
perl-Module-CoreList-5.20170720-1.fc24 has been submitted as an update to
Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-0a3246570c

-- 
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 1473468] perl-Module-CoreList-5.20170720 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1473468



--- Comment #4 from Fedora Update System  ---
perl-Module-CoreList-5.20170720-1.fc24 has been submitted as an update to
Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-0a3246570c

-- 
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 1471443] perl-Module-CoreList-5.20170715 is available

2017-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1471443



--- Comment #9 from Fedora Update System  ---
perl-Module-CoreList-5.20170720-1.fc25 has been submitted as an update to
Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-4ca0f92271

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