[Bug 430072] xdg-open should call mimeopen with -L option
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=430072 --- Comment #25 from Petr Pisar 2012-01-04 03:31:38 EST --- perl-File-MimeInfo upstream has decided to follow symlinks by default since version 0.16. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- 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://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 770260] Update perl-DateTime-Format-W3CDTF to version 0.06 from CPAN
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=770260 --- Comment #4 from Petr Šabata 2012-01-04 04:04:51 EST --- (In reply to comment #3) > > rewriting a package is not the way > > I understand but I was under the chicken or the egg dead line. > > How do you officially trigger a "regular update" for a Perl package? By "regular update" I meant just changing the existing package (and pushing the changes or possibly sending the package maintainer a spec patch), keeping changelog and such. The package is now in Rawhide. Let me know if you need it in stable Fedora releases and which. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- 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://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 771781] New: Numerous Use of qw(...) as parentheses is deprecated messages
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Numerous Use of qw(...) as parentheses is deprecated messages https://bugzilla.redhat.com/show_bug.cgi?id=771781 Summary: Numerous Use of qw(...) as parentheses is deprecated messages Product: Fedora Version: 16 Platform: Unspecified OS/Version: Linux Status: NEW Severity: medium Priority: unspecified Component: perl-IPTables-ChainMgr AssignedTo: m...@redhat.com ReportedBy: fr...@crawford.emu.id.au QAContact: extras...@fedoraproject.org CC: m...@redhat.com, fedora-perl-devel-l...@redhat.com Classification: Fedora Story Points: --- Type: --- Regression: --- Mount Type: --- Documentation: --- Description of problem: Due to a change in perl syntax for Perl 5.14 and onwards, the use of qw(...) in specific contexts is now disallowed. This generates lots of messages of the form: Use of qw(...) as parentheses is deprecated at /usr/share/perl5/vendor_perl/IPTables/ChainMgr.pm line 158. Version-Release number of selected component (if applicable): perl-IPTables-ChainMgr-0.9-8.fc16.noarch perl-5.14.2-191.fc16.x86_64 How reproducible: 100% Steps to Reproduce: 1. Found from "psad -S" but possible from any use of routine. 2. 3. Actual results: Numerous messages about deprecated feature. Expected results: No deprecated messages Additional info: Reading some of the perl list this only occurs in statements of the form: for my $var qw(...) { ... } and is fixed by the addition of "()", i.e. for my $var (qw(...)) { ... } -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- 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://admin.fedoraproject.org/mailman/listinfo/perl-devel
File DBIx-DBSchema-0.40.tar.gz uploaded to lookaside cache by corsepiu
A file has been added to the lookaside cache for perl-DBIx-DBSchema: 2b4be96f6c8301b811c3e6edd35c1aa9 DBIx-DBSchema-0.40.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-DBIx-DBSchema] Upstream update. Modernize specfile.
commit f161883ed33067e1f3be27c5343524494bcfdc5b Author: Ralf Corsépius Date: Thu Jan 5 07:49:20 2012 +0100 Upstream update. Modernize specfile. .gitignore |2 +- perl-DBIx-DBSchema.spec | 14 ++ sources |2 +- 3 files changed, 8 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index ad4be42..aee816a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -DBIx-DBSchema-0.39.tar.gz +/DBIx-DBSchema-0.40.tar.gz diff --git a/perl-DBIx-DBSchema.spec b/perl-DBIx-DBSchema.spec index be36c51..ae4c641 100644 --- a/perl-DBIx-DBSchema.spec +++ b/perl-DBIx-DBSchema.spec @@ -1,13 +1,12 @@ Name: perl-DBIx-DBSchema -Version:0.39 -Release:4%{?dist} +Version:0.40 +Release:1%{?dist} Summary:Database-independent schema objects Group: Development/Libraries License:GPL+ or Artistic URL:http://search.cpan.org/dist/DBIx-DBSchema/ Source0: http://www.cpan.org/authors/id/I/IV/IVAN/DBIx-DBSchema-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -41,7 +40,6 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' @@ -52,10 +50,6 @@ chmod -R u+w $RPM_BUILD_ROOT/* make test -%clean -rm -rf $RPM_BUILD_ROOT - - %files %defattr(-,root,root,-) %doc Changes README @@ -64,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 05 2012 Ralf Corsépius - 0.40-1 +- Upstream update. +- Modernize specfile. + * Tue Jun 21 2011 Marcela Mašláňová - 0.39-4 - Perl mass rebuild diff --git a/sources b/sources index 674a280..1f8be22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -532a5cfa5bac9f947ef9b960b915a88f DBIx-DBSchema-0.39.tar.gz +2b4be96f6c8301b811c3e6edd35c1aa9 DBIx-DBSchema-0.40.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File IPC-Run3-0.045.tar.gz uploaded to lookaside cache by corsepiu
A file has been added to the lookaside cache for perl-IPC-Run3: e8913c03a8a6c6297a6e622d656e343a IPC-Run3-0.045.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-IPC-Run3] Upstream update. Modernize spec file.
commit 1ea3c26a801817220e7b964035895b2ffb81f4c0 Author: Ralf Corsépius Date: Thu Jan 5 07:54:39 2012 +0100 Upstream update. Modernize spec file. .gitignore |2 +- perl-IPC-Run3.spec | 14 ++ sources|2 +- 3 files changed, 8 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 1944fab..07cec6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -IPC-Run3-0.044.tar.gz +/IPC-Run3-0.045.tar.gz diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index d11c097..2ca375f 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,12 +1,11 @@ Name: perl-IPC-Run3 -Version:0.044 -Release:4%{?dist} +Version:0.045 +Release:1%{?dist} Summary:Run a subprocess in batch mode License:(GPL+ or Artistic) or BSD Group: Development/Libraries URL:http://search.cpan.org/dist/IPC-Run3/ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.31 @@ -32,8 +31,6 @@ find -type f -exec chmod -x {} \; make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; @@ -44,9 +41,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc Changes LICENSE README @@ -54,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Jan 05 2012 Ralf Corsépius - 0.045-1 +- Upstream update. +- Modernize spec file. + * Mon Jun 20 2011 Marcela Mašláňová - 0.044-4 - Perl mass rebuild diff --git a/sources b/sources index 03d508a..77c40e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7df73a65d9efc7b9e7eb04075ff1fd8f IPC-Run3-0.044.tar.gz +e8913c03a8a6c6297a6e622d656e343a IPC-Run3-0.045.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-DBIx-DBSchema/f16] Upstream update. Modernize specfile.
Summary of changes: f161883... Upstream update. Modernize specfile. (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-IPC-Run3/f16] Upstream update. Modernize spec file.
Summary of changes: 1ea3c26... Upstream update. Modernize spec file. (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-DBIx-DBSchema/f15] (3 commits) ...Merge cleanup.
Summary of changes: 0ed2cfd... Perl mass rebuild (*) f161883... Upstream update. Modernize specfile. (*) d085461... Merge cleanup. (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-DBIx-DBSchema/f15: 3/3] Merge cleanup.
commit d085461fb04f028c105b38d74ee47c2aead942e9 Author: Ralf Corsépius Date: Thu Jan 5 08:00:10 2012 +0100 Merge cleanup. perl-DBIx-DBSchema.spec |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) --- diff --git a/perl-DBIx-DBSchema.spec b/perl-DBIx-DBSchema.spec index ae4c641..503b6f8 100644 --- a/perl-DBIx-DBSchema.spec +++ b/perl-DBIx-DBSchema.spec @@ -62,9 +62,6 @@ make test - Upstream update. - Modernize specfile. -* Tue Jun 21 2011 Marcela Mašláňová - 0.39-4 -- Perl mass rebuild - * Tue Feb 08 2011 Fedora Release Engineering - 0.39-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-IPC-Run3/f15] (3 commits) ...Merge cleanup.
Summary of changes: 1914fd1... Perl mass rebuild (*) 1ea3c26... Upstream update. Modernize spec file. (*) 2d6029c... Merge cleanup. (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-IPC-Run3/f15: 3/3] Merge cleanup.
commit 2d6029cdda5e360b5eee5b0bc2c6076080821551 Author: Ralf Corsépius Date: Thu Jan 5 08:02:07 2012 +0100 Merge cleanup. perl-IPC-Run3.spec |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) --- diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index 2ca375f..29510cf 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -52,9 +52,6 @@ make test - Upstream update. - Modernize spec file. -* Mon Jun 20 2011 Marcela Mašláňová - 0.044-4 -- Perl mass rebuild - * Tue Feb 08 2011 Fedora Release Engineering - 0.044-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel