[Bug 1373410] New: Please port to WebKit2
https://bugzilla.redhat.com/show_bug.cgi?id=1373410 Bug ID: 1373410 Summary: Please port to WebKit2 Product: Fedora Version: rawhide Component: perl-Gtk3-WebKit Assignee: dd...@cpan.org Reporter: r...@genodeftest.de QA Contact: extras...@fedoraproject.org CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org Description of problem: Currently, perl-Gtk3-WebKit is based on webkitgtk3, which is WebKit1 on Gtk3. There are plans to remove WebKit1 from Fedora 27+ [1]. Version-Release number of selected component (if applicable): all current versions How reproducible: always Actual results: perl-Gtk3-WebKit is compiled against webkitgtk3(-devel) Expected results: perl-Gtk3-WebKit should be compiled against webkitgtk4(-devel) Additional info: In case the API differs too much you might want to add another package, e.g. named perl-Gtk3-WebKit2, which is compiled against webkitgtk4(-devel) and deprecate the old one. [1] See https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/AKVB363GFCHHJ5MTHGVYHYT6NLLTF5VM/ and a mass bug filing announcement on https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/PHOEOYFDFENPKOWCOHUZZY7HLOGMWFMH/ -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373410] Please port to WebKit2
https://bugzilla.redhat.com/show_bug.cgi?id=1373410 Christian Stadelmann changed: What|Removed |Added Blocks||1303944 Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1303944 [Bug 1303944] WebKit 1 is insecure, please stop using it -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
jplesnik uploaded String-Errf-0.008.tar.gz for perl-String-Errf
1872004b669a67cc623e7c69e168d97a String-Errf-0.008.tar.gz http://pkgs.fedoraproject.org/lookaside/pkgs/perl-String-Errf/String-Errf-0.008.tar.gz/md5/1872004b669a67cc623e7c69e168d97a/String-Errf-0.008.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373410] Please port to WebKit2
https://bugzilla.redhat.com/show_bug.cgi?id=1373410 --- Comment #1 from Christian Stadelmann --- And btw, shouldn't the perl-Gtk3-WebKit package have a Requires: field for webkitgtk3 in its spec file? -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
jplesnik pushed to perl-String-Errf (master). "0.008 bump"
From e30106fcc8653c1a212e4a59f5d9add2013deeca Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 6 Sep 2016 11:00:35 +0200 Subject: 0.008 bump --- .gitignore| 1 + perl-String-Errf.spec | 18 +++--- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index fc2cded..ef2e0f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /String-Errf-0.006.tar.gz /String-Errf-0.007.tar.gz +/String-Errf-0.008.tar.gz diff --git a/perl-String-Errf.spec b/perl-String-Errf.spec index 75e58cd..49efa92 100644 --- a/perl-String-Errf.spec +++ b/perl-String-Errf.spec @@ -1,15 +1,16 @@ Name: perl-String-Errf -Version:0.007 -Release:5%{?dist} +Version:0.008 +Release:1%{?dist} Summary:Simple sprintf-like dialect License:GPL+ or Artistic Group: Development/Libraries URL:http://search.cpan.org/dist/String-Errf/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-%{version}.tar.gz BuildArch: noarch +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -23,7 +24,7 @@ BuildRequires: perl(Time::Piece) # Tests: BuildRequires: perl(autodie) BuildRequires: perl(Date::Format) -BuildRequires: perl(JSON) >= 2 +BuildRequires: perl(JSON::MaybeXS) BuildRequires: perl(Test::More) >= 0.96 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -39,23 +40,26 @@ String::Errf. %setup -q -n String-Errf-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Sep 05 2016 Jitka Plesnikova - 0.008-1 +- 0.008 bump + * Sun May 15 2016 Jitka Plesnikova - 0.007-5 - Perl 5.24 rebuild diff --git a/sources b/sources index c281ab7..029a5a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27771ecf864f1ae81cb532fb3e2d42ed String-Errf-0.007.tar.gz +1872004b669a67cc623e7c69e168d97a String-Errf-0.008.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-String-Errf.git/commit/?h=master&id=e30106fcc8653c1a212e4a59f5d9add2013deeca -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373201] perl-String-Errf-0.008 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373201 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED Fixed In Version||perl-String-Errf-0.008-1.fc ||26 Resolution|--- |RAWHIDE Last Closed||2016-09-06 05:37:26 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
pghmcfc pushed to perl-Module-Implementation (master). "BR: perl(Test::CleanNamespaces)"
From 2b642154d2c67787a6c96c53c78b04209e4d4c4e Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 6 Sep 2016 11:11:56 +0100 Subject: BR: perl(Test::CleanNamespaces) --- perl-Module-Implementation.spec | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index 68e6e93..4a16927 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -1,8 +1,6 @@ -#TODO: BR: Test::CleanNamespaces when available - Name: perl-Module-Implementation Version: 0.09 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Loads one of several alternate underlying implementations for a module Group: Development/Libraries License: Artistic 2.0 @@ -13,6 +11,9 @@ BuildArch:noarch # === # Build requirements # === +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) @@ -38,6 +39,7 @@ BuildRequires:perl(Test::Requires) # Optional test requirements # === BuildRequires: perl(CPAN::Meta) >= 2.120900 +BuildRequires: perl(Test::CleanNamespaces) BuildRequires: perl(Test::Taint) # === # Author/Release test requirements @@ -80,17 +82,13 @@ something like a plugin system, not this module. %prep %setup -q -n Module-Implementation-%{version} -# Can't try namespace-cleanliness.t until we have Test::CleanNamespaces -sed -i -e '/namespace-cleanliness.t/d' MANIFEST t/00-report-prereqs.t t/author-no-tabs.t -rm t/namespace-cleanliness.t - %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -109,9 +107,13 @@ make test RELEASE_TESTING=1 %license LICENSE %doc Changes README.md %{perl_vendorlib}/Module/ -%{_mandir}/man3/Module::Implementation.3pm* +%{_mandir}/man3/Module::Implementation.3* %changelog +* Tue Sep 6 2016 Paul Howarth - 0.09-9 +- BR: perl(Test::CleanNamespaces) +- Simplify find command using -delete + * Wed May 18 2016 Jitka Plesnikova - 0.09-8 - Perl 5.24 re-rebuild of bootstrapped packages -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-Module-Implementation.git/commit/?h=master&id=2b642154d2c67787a6c96c53c78b04209e4d4c4e -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
pghmcfc pushed to perl-Module-Implementation (perl-Module-Implementation-0.09-9.fc26). "BR: perl(Test::CleanNamespaces)"
From 2b642154d2c67787a6c96c53c78b04209e4d4c4e Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 6 Sep 2016 11:11:56 +0100 Subject: BR: perl(Test::CleanNamespaces) --- perl-Module-Implementation.spec | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index 68e6e93..4a16927 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -1,8 +1,6 @@ -#TODO: BR: Test::CleanNamespaces when available - Name: perl-Module-Implementation Version: 0.09 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Loads one of several alternate underlying implementations for a module Group: Development/Libraries License: Artistic 2.0 @@ -13,6 +11,9 @@ BuildArch:noarch # === # Build requirements # === +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) @@ -38,6 +39,7 @@ BuildRequires:perl(Test::Requires) # Optional test requirements # === BuildRequires: perl(CPAN::Meta) >= 2.120900 +BuildRequires: perl(Test::CleanNamespaces) BuildRequires: perl(Test::Taint) # === # Author/Release test requirements @@ -80,17 +82,13 @@ something like a plugin system, not this module. %prep %setup -q -n Module-Implementation-%{version} -# Can't try namespace-cleanliness.t until we have Test::CleanNamespaces -sed -i -e '/namespace-cleanliness.t/d' MANIFEST t/00-report-prereqs.t t/author-no-tabs.t -rm t/namespace-cleanliness.t - %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -109,9 +107,13 @@ make test RELEASE_TESTING=1 %license LICENSE %doc Changes README.md %{perl_vendorlib}/Module/ -%{_mandir}/man3/Module::Implementation.3pm* +%{_mandir}/man3/Module::Implementation.3* %changelog +* Tue Sep 6 2016 Paul Howarth - 0.09-9 +- BR: perl(Test::CleanNamespaces) +- Simplify find command using -delete + * Wed May 18 2016 Jitka Plesnikova - 0.09-8 - Perl 5.24 re-rebuild of bootstrapped packages -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-Module-Implementation.git/commit/?h=perl-Module-Implementation-0.09-9.fc26&id=2b642154d2c67787a6c96c53c78b04209e4d4c4e -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
jplesnik pushed to perl-File-Pid (epel7). "Initial import to EPEL 7"
From 01664327e5e95f239f8319943459eb8e49395f20 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 6 Sep 2016 12:22:58 +0200 Subject: Initial import to EPEL 7 --- .gitignore | 1 + Makefile | 21 -- perl-File-Pid.spec | 113 + sources| 1 + 4 files changed, 115 insertions(+), 21 deletions(-) create mode 100644 .gitignore delete mode 100644 Makefile create mode 100644 perl-File-Pid.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..01d4253 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/File-Pid-1.01.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 01844c5..000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-File-Pid -# $Id$ -NAME := perl-File-Pid -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-File-Pid.spec b/perl-File-Pid.spec new file mode 100644 index 000..228d047 --- /dev/null +++ b/perl-File-Pid.spec @@ -0,0 +1,113 @@ +Name: perl-File-Pid +Version:1.01 +Release:20%{?dist} +Summary:Pid File Manipulation +License:GPL+ or Artistic +URL:http://search.cpan.org/dist/File-Pid/ +Source0: http://www.cpan.org/authors/id/C/CW/CWEST/File-Pid-%{version}.tar.gz +BuildArch: noarch +# Build +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl +BuildRequires: perl-generators +BuildRequires: perl(ExtUtils::MakeMaker) +# Runtime +BuildRequires: perl(base) +BuildRequires: perl(Class::Accessor::Fast) >= 0.19 +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +# Tests only +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) +Requires: perl(Class::Accessor::Fast) >= 0.19 + +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Accessor::Fast\\)$ + +%description +This software manages a pid file for you. It will create a pid file, +query the process within to discover if it's still running, and remove +the pid file. + +%prep +%setup -q -n File-Pid-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -delete +%{_fixperms} %{buildroot}/* + +%check +make test + +%files +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Sun May 15 2016 Jitka Plesnikova - 1.01-20 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 1.01-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jan 28 2016 Petr Šabata - 1.01-18 +- Package cleanup + +* Thu Jun 18 2015 Fedora Release Engineering - 1.01-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Jun 04 2015 Jitka Plesnikova - 1.01-16 +- Perl 5.22 rebuild + +* Thu Aug 28 2014 Jitka Plesnikova - 1.01-15 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.01-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 1.01-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Jul 18 2013 Petr Pisar - 1.01-12 +- Perl 5.18 rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.01-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 1.01-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 1.01-9 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.01-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jun 20 2011 Marcela Mašláňová - 1.01-7 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1.01-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Dec 16 2010 Marcela Maslanova - 1.01-5 +- 661697 rebuild for fixing problems with vendorach/lib + +* Sat May 01 2010 Marcela Maslanova - 1.01-4 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1.01-3 +- rebu
[Bug 1372923] Package modified in Fedora exhibits bad behavior when /etc/ localtime is old
https://bugzilla.redhat.com/show_bug.cgi?id=1372923 --- Comment #9 from Don Beusee --- I figured. Well, you make it hard for the package owners to support their own s/w on redhat/fedora. I still say branching the DT::TZ pkg is unnecessary and problematic. Their code is perfectly fine, and I prefer it. It would have saved me a lot of time. BTW, bugzilla is using it incorrectly, which I think you know, since you're monitoring that bugzilla mailing list I emailed. Since it is your DT::TZ change that breaks bugzilla in this case, you might want to fix your bugzilla. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
jplesnik uploaded DBIx-Class-Schema-Loader-0.07046.tar.gz for perl-DBIx-Class-Schema-Loader
e61e1d025ca6224c0518df99471d260e DBIx-Class-Schema-Loader-0.07046.tar.gz http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07046.tar.gz/md5/e61e1d025ca6224c0518df99471d260e/DBIx-Class-Schema-Loader-0.07046.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
jplesnik pushed to perl-DBIx-Class-Schema-Loader (master). "0.07046 bump"
From 210a509113fcc01969a9456bbc747e74641e232f Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 6 Sep 2016 14:04:14 +0200 Subject: 0.07046 bump --- .gitignore | 1 + perl-DBIx-Class-Schema-Loader.spec | 11 +++ sources| 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b57b418..de44c63 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ DBIx-Class-Schema-Loader-0.05003.tar.gz /DBIx-Class-Schema-Loader-0.07042.tar.gz /DBIx-Class-Schema-Loader-0.07043.tar.gz /DBIx-Class-Schema-Loader-0.07045.tar.gz +/DBIx-Class-Schema-Loader-0.07046.tar.gz diff --git a/perl-DBIx-Class-Schema-Loader.spec b/perl-DBIx-Class-Schema-Loader.spec index d0a84e5..acd227d 100644 --- a/perl-DBIx-Class-Schema-Loader.spec +++ b/perl-DBIx-Class-Schema-Loader.spec @@ -1,7 +1,7 @@ Name: perl-DBIx-Class-Schema-Loader Summary:Dynamic definition of a DBIx::Class::Schema -Version:0.07045 -Release:3%{?dist} +Version:0.07046 +Release:1%{?dist} License:GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-%{version}.tar.gz @@ -28,6 +28,7 @@ BuildRequires: perl(lib) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(warnings) +BuildRequires: sed # Runtime BuildRequires: perl(base) BuildRequires: perl(Carp) @@ -72,7 +73,6 @@ BuildRequires: perl(DBIx::Class::Core) BuildRequires: perl(DBIx::Class::Optional::Dependencies) BuildRequires: perl(DBIx::Class::Storage) # Unused BuildRequires: perl(DBIx::Class::Storage::DBI) -BuildRequires: perl(Devel::Dwarn) BuildRequires: perl(English) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Copy) @@ -122,6 +122,9 @@ make test %{_bindir}/* %changelog +* Tue Sep 06 2016 Jitka Plesnikova - 0.07046-1 +- 0.07046 bump + * Tue May 17 2016 Jitka Plesnikova - 0.07045-3 - Perl 5.24 rebuild @@ -303,7 +306,7 @@ make test - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jun 26 2009 Tom "spot" Callaway 0.04006-2 -- fix duplicate directory ownership (perl-DBIx-Class owns %{perl_vendorlib}/DBIx/Class/) +- fix duplicate directory ownership (perl-DBIx-Class owns %%{perl_vendorlib}/DBIx/Class/) * Wed Jun 03 2009 Chris Weyl 0.04006-1 - auto-update to 0.04006 (by cpan-spec-update 0.01) diff --git a/sources b/sources index 8d7fab6..26333f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a00764e78b652f99d7fb59bd1d093950 DBIx-Class-Schema-Loader-0.07045.tar.gz +e61e1d025ca6224c0518df99471d260e DBIx-Class-Schema-Loader-0.07046.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-DBIx-Class-Schema-Loader.git/commit/?h=master&id=210a509113fcc01969a9456bbc747e74641e232f -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
jplesnik pushed to perl-DBIx-Class-Schema-Loader (f25). "0.07046 bump"
From 2d60cf2c5d26436ef55d89e1084c8818332fd77c Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 6 Sep 2016 14:04:14 +0200 Subject: 0.07046 bump --- .gitignore | 1 + perl-DBIx-Class-Schema-Loader.spec | 11 +++ sources| 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b57b418..de44c63 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ DBIx-Class-Schema-Loader-0.05003.tar.gz /DBIx-Class-Schema-Loader-0.07042.tar.gz /DBIx-Class-Schema-Loader-0.07043.tar.gz /DBIx-Class-Schema-Loader-0.07045.tar.gz +/DBIx-Class-Schema-Loader-0.07046.tar.gz diff --git a/perl-DBIx-Class-Schema-Loader.spec b/perl-DBIx-Class-Schema-Loader.spec index d0a84e5..acd227d 100644 --- a/perl-DBIx-Class-Schema-Loader.spec +++ b/perl-DBIx-Class-Schema-Loader.spec @@ -1,7 +1,7 @@ Name: perl-DBIx-Class-Schema-Loader Summary:Dynamic definition of a DBIx::Class::Schema -Version:0.07045 -Release:3%{?dist} +Version:0.07046 +Release:1%{?dist} License:GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-%{version}.tar.gz @@ -28,6 +28,7 @@ BuildRequires: perl(lib) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(warnings) +BuildRequires: sed # Runtime BuildRequires: perl(base) BuildRequires: perl(Carp) @@ -72,7 +73,6 @@ BuildRequires: perl(DBIx::Class::Core) BuildRequires: perl(DBIx::Class::Optional::Dependencies) BuildRequires: perl(DBIx::Class::Storage) # Unused BuildRequires: perl(DBIx::Class::Storage::DBI) -BuildRequires: perl(Devel::Dwarn) BuildRequires: perl(English) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Copy) @@ -122,6 +122,9 @@ make test %{_bindir}/* %changelog +* Tue Sep 06 2016 Jitka Plesnikova - 0.07046-1 +- 0.07046 bump + * Tue May 17 2016 Jitka Plesnikova - 0.07045-3 - Perl 5.24 rebuild @@ -303,7 +306,7 @@ make test - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jun 26 2009 Tom "spot" Callaway 0.04006-2 -- fix duplicate directory ownership (perl-DBIx-Class owns %{perl_vendorlib}/DBIx/Class/) +- fix duplicate directory ownership (perl-DBIx-Class owns %%{perl_vendorlib}/DBIx/Class/) * Wed Jun 03 2009 Chris Weyl 0.04006-1 - auto-update to 0.04006 (by cpan-spec-update 0.01) diff --git a/sources b/sources index 8d7fab6..26333f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a00764e78b652f99d7fb59bd1d093950 DBIx-Class-Schema-Loader-0.07045.tar.gz +e61e1d025ca6224c0518df99471d260e DBIx-Class-Schema-Loader-0.07046.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-DBIx-Class-Schema-Loader.git/commit/?h=f25&id=2d60cf2c5d26436ef55d89e1084c8818332fd77c -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373307] perl-DBIx-Class-Schema-Loader-0.07046 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373307 Jitka Plesnikova changed: What|Removed |Added Status|ASSIGNED|MODIFIED Fixed In Version||perl-DBIx-Class-Schema-Load ||er-0.07046-1.fc26 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373307] perl-DBIx-Class-Schema-Loader-0.07046 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373307 --- Comment #1 from Fedora Update System --- perl-DBIx-Class-Schema-Loader-0.07046-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d61dafb3d8 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370837] perl-Test2-Suite-0.000058 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370837 --- Comment #4 from Fedora Update System --- perl-Test2-Suite-0.58-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1371933] perl-Cwd-utf8-0.009 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1371933 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Cwd-utf8-0.009-1.fc26 |perl-Cwd-utf8-0.009-1.fc26 ||perl-Cwd-utf8-0.009-1.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:04 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370771] perl-Module-CoreList-5.20160820 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370771 --- Comment #8 from Fedora Update System --- perl-Module-CoreList-5.20160820-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370823] perl-utf8-all-0.021 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370823 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-utf8-all-0.021-1.fc26 |perl-utf8-all-0.021-1.fc26 ||perl-utf8-all-0.021-1.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:23 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370744] perl-MongoDB-v1.4.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370744 --- Comment #6 from Fedora Update System --- perl-MongoDB-1.4.5-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1371933] perl-Cwd-utf8-0.009 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1371933 --- Comment #11 from Fedora Update System --- perl-Cwd-utf8-0.009-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370771] perl-Module-CoreList-5.20160820 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370771 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Module-CoreList-5.2016 |perl-Module-CoreList-5.2016 |0820-1.fc26 |0820-1.fc26 ||perl-Module-CoreList-5.2016 ||0820-1.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:29 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370837] perl-Test2-Suite-0.000058 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370837 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Test2-Suite-0.58-1 |perl-Test2-Suite-0.58-1 |.fc26 |.fc26 ||perl-Test2-Suite-0.58-1 ||.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:10 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370834] perl-Getopt-Lucid-1.07 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370834 --- Comment #11 from Fedora Update System --- perl-Getopt-Lucid-1.07-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370834] perl-Getopt-Lucid-1.07 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370834 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Getopt-Lucid-1.07-1.fc |perl-Getopt-Lucid-1.07-1.fc |26 |26 ||perl-Getopt-Lucid-1.07-1.fc ||25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:16 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370738] perl-Locale-SubCountry-2.01 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370738 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Locale-SubCountry-2.01 |perl-Locale-SubCountry-2.01 |-1.fc26 |-1.fc26 ||perl-Locale-SubCountry-2.01 ||-1.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:51 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1372496] perl-MCE-1.805 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1372496 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version||perl-MCE-1.805-1.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:34 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1372496] perl-MCE-1.805 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1372496 --- Comment #3 from Fedora Update System --- perl-MCE-1.805-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370738] perl-Locale-SubCountry-2.01 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370738 --- Comment #8 from Fedora Update System --- perl-Locale-SubCountry-2.01-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370744] perl-MongoDB-v1.4.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370744 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-MongoDB-1.4.5-1.fc26 |perl-MongoDB-1.4.5-1.fc26 ||perl-MongoDB-1.4.5-1.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:45 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370823] perl-utf8-all-0.021 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370823 --- Comment #4 from Fedora Update System --- perl-utf8-all-0.021-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370724] perl-HTTP-Tiny-0.064 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370724 --- Comment #5 from Fedora Update System --- perl-HTTP-Tiny-0.064-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370724] perl-HTTP-Tiny-0.064 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370724 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-HTTP-Tiny-0.064-1.fc26 |perl-HTTP-Tiny-0.064-1.fc26 ||perl-HTTP-Tiny-0.064-1.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:20:57 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1372321] perl-Net-GitHub-0.85 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1372321 --- Comment #3 from Fedora Update System --- perl-Net-GitHub-0.85-1.fc25 has been pushed to the Fedora 25 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1372321] perl-Net-GitHub-0.85 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1372321 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version||perl-Net-GitHub-0.85-1.fc25 Resolution|--- |ERRATA Last Closed||2016-09-06 14:22:49 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
Broken dependencies: perl-Data-Alias
perl-Data-Alias has broken dependencies in the rawhide tree: 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
Broken dependencies: perl-Data-Alias
perl-Data-Alias has broken dependencies in the rawhide tree: 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370685] perl-DBD-MySQL-4.036 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370685 --- Comment #6 from Fedora Update System --- perl-DBD-MySQL-4.036-1.fc24 has been pushed to the Fedora 24 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370771] perl-Module-CoreList-5.20160820 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370771 --- Comment #9 from Fedora Update System --- perl-Module-CoreList-5.20160820-1.fc24 has been pushed to the Fedora 24 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370684] perl-CPAN-Perl-Releases-2.92 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370684 --- Comment #6 from Fedora Update System --- perl-CPAN-Perl-Releases-2.92-1.fc24 has been pushed to the Fedora 24 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1361778] perl-Crypt-OpenSSL-ECDSA-0.08 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1361778 --- Comment #8 from Fedora Update System --- perl-Crypt-OpenSSL-ECDSA-0.08-1.fc24 has been pushed to the Fedora 24 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370685] perl-DBD-MySQL-4.036 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370685 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-DBD-MySQL-4.036-1.fc26 |perl-DBD-MySQL-4.036-1.fc26 |perl-DBD-MySQL-4.036-1.fc25 |perl-DBD-MySQL-4.036-1.fc25 ||perl-DBD-MySQL-4.036-1.fc24 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1361778] perl-Crypt-OpenSSL-ECDSA-0.08 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1361778 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Crypt-OpenSSL-ECDSA-0. |perl-Crypt-OpenSSL-ECDSA-0. |08-1.fc26 |08-1.fc26 |perl-Crypt-OpenSSL-ECDSA-0. |perl-Crypt-OpenSSL-ECDSA-0. |08-1.fc25 |08-1.fc25 ||perl-Crypt-OpenSSL-ECDSA-0. ||08-1.fc24 Resolution|--- |ERRATA Last Closed|2016-08-01 05:41:15 |2016-09-06 18:23:13 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370771] perl-Module-CoreList-5.20160820 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370771 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Module-CoreList-5.2016 |perl-Module-CoreList-5.2016 |0820-1.fc26 |0820-1.fc26 |perl-Module-CoreList-5.2016 |perl-Module-CoreList-5.2016 |0820-1.fc25 |0820-1.fc25 ||perl-Module-CoreList-5.2016 ||0820-1.fc24 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1370684] perl-CPAN-Perl-Releases-2.92 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370684 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-CPAN-Perl-Releases-2.9 |perl-CPAN-Perl-Releases-2.9 |2-1.fc26|2-1.fc26 |perl-CPAN-Perl-Releases-2.9 |perl-CPAN-Perl-Releases-2.9 |2-1.fc25|2-1.fc25 ||perl-CPAN-Perl-Releases-2.9 ||2-1.fc24 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373678] New: perl-CPAN-Uploader-0.103013 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373678 Bug ID: 1373678 Summary: perl-CPAN-Uploader-0.103013 is available Product: Fedora Version: rawhide Component: perl-CPAN-Uploader 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: 0.103013 Current version/release in rawhide: 0.103012-3.fc25 URL: http://search.cpan.org/dist/CPAN-Uploader/ 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/6626/ -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373690] New: perl-Variable-Magic-0.60 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373690 Bug ID: 1373690 Summary: perl-Variable-Magic-0.60 is available Product: Fedora Version: rawhide Component: perl-Variable-Magic Keywords: FutureFeature, Triaged Assignee: emman...@seyman.fr Reporter: upstream-release-monitor...@fedoraproject.org QA Contact: extras...@fedoraproject.org CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org Latest upstream release: 0.60 Current version/release in rawhide: 0.59-3.fc25 URL: http://search.cpan.org/dist/Variable-Magic/ 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/7674/ -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373691] perl-WWW-Twilio-API-0.21 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373691 --- Comment #2 from Upstream Release Monitoring --- Created attachment 1198469 --> https://bugzilla.redhat.com/attachment.cgi?id=1198469&action=edit Rebase-helper rebase-helper-debug.log log file. See for details and report the eventual error to rebase-helper https://github.com/phracek/rebase-helper/issues. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373691] New: perl-WWW-Twilio-API-0.21 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373691 Bug ID: 1373691 Summary: perl-WWW-Twilio-API-0.21 is available Product: Fedora Version: rawhide Component: perl-WWW-Twilio-API Keywords: FutureFeature, Triaged Assignee: de...@fateyev.com Reporter: upstream-release-monitor...@fedoraproject.org QA Contact: extras...@fedoraproject.org CC: de...@fateyev.com, perl-devel@lists.fedoraproject.org Latest upstream release: 0.21 Current version/release in rawhide: 0.20-1.fc26 URL: http://search.cpan.org/dist/WWW-Twilio-API/ 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/9330/ -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373691] perl-WWW-Twilio-API-0.21 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373691 --- Comment #1 from Upstream Release Monitoring --- Patching or scratch build for perl-WWW-Twilio-API-0.20 failed. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373691] perl-WWW-Twilio-API-0.21 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373691 --- Comment #3 from Upstream Release Monitoring --- Patches were not touched. All were applied properly -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1361778] perl-Crypt-OpenSSL-ECDSA-0.08 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1361778 --- Comment #9 from Fedora Update System --- perl-Crypt-OpenSSL-ECDSA-0.08-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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1361778] perl-Crypt-OpenSSL-ECDSA-0.08 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1361778 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Crypt-OpenSSL-ECDSA-0. |perl-Crypt-OpenSSL-ECDSA-0. |08-1.fc26 |08-1.fc26 |perl-Crypt-OpenSSL-ECDSA-0. |perl-Crypt-OpenSSL-ECDSA-0. |08-1.fc25 |08-1.fc25 |perl-Crypt-OpenSSL-ECDSA-0. |perl-Crypt-OpenSSL-ECDSA-0. |08-1.fc24 |08-1.fc24 ||perl-Crypt-OpenSSL-ECDSA-0. ||08-1.fc23 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1373307] perl-DBIx-Class-Schema-Loader-0.07046 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1373307 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #2 from Fedora Update System --- perl-DBIx-Class-Schema-Loader-0.07046-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-d61dafb3d8 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1273668] to_string() appends 'undef' to array attribute
https://bugzilla.redhat.com/show_bug.cgi?id=1273668 --- Comment #3 from Fedora Update System --- perl-Exception-Base-0.2501-1.el7 has been pushed to the Fedora EPEL 7 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1273668] to_string() appends 'undef' to array attribute
https://bugzilla.redhat.com/show_bug.cgi?id=1273668 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version||perl-Exception-Base-0.2501- ||1.el7 Resolution|--- |ERRATA Last Closed||2016-09-07 02:16:49 -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org