[Bug 888189] New: perl-Email-Address-1.897 is available
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=888189 Bug ID: 888189 Summary: perl-Email-Address-1.897 is available Product: Fedora Version: rawhide Component: perl-Email-Address Keywords: FutureFeature, Triaged Severity: unspecified Priority: unspecified Reporter: upstream-release-monitor...@fedoraproject.org Latest upstream release: 1.897 Current version in Fedora Rawhide: 1.896 URL: http://search.cpan.org/dist/Email-Address/ 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 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lOFexjHjd9&a=cc_unsubscribe -- 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 Sysadm-Install-0.41.tar.gz uploaded to lookaside cache by pghmcfc
A file has been added to the lookaside cache for perl-Sysadm-Install: a70c90aaa5b00741f87fb16e6cd31336 Sysadm-Install-0.41.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-Sysadm-Install] Update to 0.41
commit 97becbc983ebf7b56adca5cd74f09b89c724475b Author: Paul Howarth Date: Tue Dec 18 09:53:45 2012 + Update to 0.41 - New upstream release 0.41 - Added home_dir() function returning user's home directory - tap() now supports stdout_limit and stderr_limit options to limit log verbosity perl-Sysadm-Install.spec | 12 +--- sources |2 +- 2 files changed, 10 insertions(+), 4 deletions(-) --- diff --git a/perl-Sysadm-Install.spec b/perl-Sysadm-Install.spec index f6cbfc9..c7abe7f 100644 --- a/perl-Sysadm-Install.spec +++ b/perl-Sysadm-Install.spec @@ -1,12 +1,11 @@ Summary: Typical installation tasks for system administrators Name: perl-Sysadm-Install -Version: 0.40 +Version: 0.41 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries -Url: http://search.cpan.org/dist/Sysadm-Install/ +URL: http://search.cpan.org/dist/Sysadm-Install/ Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Sysadm-Install-%{version}.tar.gz -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Archive::Tar) BuildRequires: perl(Config) @@ -26,6 +25,7 @@ BuildRequires:perl(Term::ReadKey) # For test suite BuildRequires: perl(Test::More) # Runtime deps not automatically picked up by RPM +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Archive::Tar) Requires: perl(Config) Requires: perl(Encode) @@ -74,6 +74,12 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' %{_mandir}/man3/Sysadm::Install.3pm* %changelog +* Tue Dec 18 2012 Paul Howarth 0.41-1 +- Update to 0.41 + - Added home_dir() function returning user's home directory + - tap() now supports stdout_limit and stderr_limit options to limit log +verbosity + * Sun Sep 16 2012 Paul Howarth 0.40-1 - Update to 0.40 - Fix Cwd problem on Win32/Mac diff --git a/sources b/sources index 1e3b1ff..21ac734 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8edcd51e50c02b54752c3ad54282519d Sysadm-Install-0.40.tar.gz +a70c90aaa5b00741f87fb16e6cd31336 Sysadm-Install-0.41.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-Sysadm-Install] Created tag perl-Sysadm-Install-0.41-1.fc19
The lightweight tag 'perl-Sysadm-Install-0.41-1.fc19' was created pointing to: 97becbc... Update to 0.41 -- 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] Remove bundled Filter modules
commit fc856e8e7f49895fb2faf3492ee1f35201098be4 Author: Petr Písař Date: Tue Dec 18 16:51:14 2012 +0100 Remove bundled Filter modules perl.spec |9 - 1 files changed, 8 insertions(+), 1 deletions(-) --- diff --git a/perl.spec b/perl.spec index 70d442d..da05de0 100644 --- a/perl.spec +++ b/perl.spec @@ -29,7 +29,7 @@ Name: perl Version:%{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release:242%{?dist} +Release:243%{?dist} Epoch: %{perl_epoch} Summary:Practical Extraction and Report Language Group: Development/Languages @@ -630,6 +630,7 @@ BuildArch: noarch %description File-Fetch File::Fetch is a generic file fetching mechanism. +%if %{dual_life} || %{rebuild_from_scratch} # FIXME Filter-Simple? version? %package Filter Summary:Perl source filters @@ -643,6 +644,7 @@ Requires: %perl_compat Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it. +%endif %if %{dual_life} || %{rebuild_from_scratch} %package IO-Compress @@ -2382,12 +2384,14 @@ sed \ %{privlib}/File/Fetch.pm %{_mandir}/man3/File::Fetch.3* +%if %{dual_life} || %{rebuild_from_scratch} %files Filter %{archlib}/auto/Filter/Util %{archlib}/Filter/Util %{privlib}/pod/perlfilter.pod %{_mandir}/man1/perlfilter.* %{_mandir}/man3/Filter::Util::* +%endif %if %{dual_life} || %{rebuild_from_scratch} %files IO-Compress @@ -2730,6 +2734,9 @@ sed \ # Old changelog entries are preserved in CVS. %changelog +* Tue Dec 18 2012 Petr Pisar - 4:5.16.2-243 +- Remove bundled Filter modules + * Mon Nov 05 2012 Jitka Plesnikova - 4:5.16.2-242 - 5.16.2 bump (see http://search.cpan.org/dist/perl-5.16.1/pod/perldelta.pod for release -- 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] Remove bundled Archive-Tar
commit 32d4ac5168368bbc082003816f6525b821aa37a0 Author: Petr Písař Date: Tue Dec 18 17:07:53 2012 +0100 Remove bundled Archive-Tar perl.spec |9 - 1 files changed, 8 insertions(+), 1 deletions(-) --- diff --git a/perl.spec b/perl.spec index da05de0..d1ed894 100644 --- a/perl.spec +++ b/perl.spec @@ -29,7 +29,7 @@ Name: perl Version:%{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release:243%{?dist} +Release:244%{?dist} Epoch: %{perl_epoch} Summary:Practical Extraction and Report Language Group: Development/Languages @@ -273,6 +273,7 @@ BuildArch: noarch Archive::Extract is a generic archive extraction mechanism. +%if %{dual_life} || %{rebuild_from_scratch} %package Archive-Tar Summary:A module for Perl manipulation of .tar files Group: Development/Libraries @@ -289,6 +290,7 @@ provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the IO::Zlib module installed, Archive::Tar will also support compressed or gzipped tar files. +%endif %if %{dual_life} || %{rebuild_from_scratch} %package Carp @@ -2190,6 +2192,7 @@ sed \ %{privlib}/Archive/Extract.pm %{_mandir}/man3/Archive::Extract.3* +%if %{dual_life} || %{rebuild_from_scratch} %files Archive-Tar %{_bindir}/ptar %{_bindir}/ptardiff @@ -2200,6 +2203,7 @@ sed \ %{_mandir}/man1/ptardiff.1* %{_mandir}/man1/ptargrep.1* %{_mandir}/man3/Archive::Tar* +%endif %if %{dual_life} || %{rebuild_from_scratch} %files Carp @@ -2734,6 +2738,9 @@ sed \ # Old changelog entries are preserved in CVS. %changelog +* Tue Dec 18 2012 Petr Pisar - 4:5.16.2-244 +- Remove bundled Archive-Tar + * Tue Dec 18 2012 Petr Pisar - 4:5.16.2-243 - Remove bundled Filter modules -- 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] Remove bundled CPAN-Meta-YAML
commit 9c81ffb18772e5f35f2e2eb29d57d8f3b53af02f Author: Petr Písař Date: Tue Dec 18 17:16:53 2012 +0100 Remove bundled CPAN-Meta-YAML perl.spec |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) --- diff --git a/perl.spec b/perl.spec index d1ed894..c4bcbb6 100644 --- a/perl.spec +++ b/perl.spec @@ -405,6 +405,7 @@ distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. %endif +%if %{dual_life} || %{rebuild_from_scratch} %package CPAN-Meta-YAML Version:0.007 Epoch: 0 @@ -418,7 +419,7 @@ Requires: %perl_compat This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task. - +%endif %package CPANPLUS Summary:API & CLI access to the CPAN mirrors @@ -2263,9 +2264,11 @@ sed \ %exclude %{_mandir}/man3/CPAN::Meta::YAML* %endif +%if %{dual_life} || %{rebuild_from_scratch} %files CPAN-Meta-YAML %{privlib}/CPAN/Meta/YAML.pm %{_mandir}/man3/CPAN::Meta::YAML* +%endif %files CPANPLUS %{_bindir}/cpan2dist @@ -2740,6 +2743,7 @@ sed \ %changelog * Tue Dec 18 2012 Petr Pisar - 4:5.16.2-244 - Remove bundled Archive-Tar +- Remove bundled CPAN-Meta-YAML * Tue Dec 18 2012 Petr Pisar - 4:5.16.2-243 - Remove bundled Filter modules -- 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] Remove bundled Module-Metadata
commit b3757afa313f7379c288a66808355f49560eec3a Author: Petr Písař Date: Tue Dec 18 17:28:50 2012 +0100 Remove bundled Module-Metadata perl.spec |5 + 1 files changed, 5 insertions(+), 0 deletions(-) --- diff --git a/perl.spec b/perl.spec index c4bcbb6..633e74d 100644 --- a/perl.spec +++ b/perl.spec @@ -898,6 +898,7 @@ modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded. +%if %{dual_life} || %{rebuild_from_scratch} %package Module-Metadata Summary:Gather package and POD information from perl module files Epoch: 0 @@ -909,6 +910,7 @@ Requires: %perl_compat %description Module-Metadata Gather package and POD information from perl module files +%endif %package Module-Pluggable Summary:Automatically give your module the ability to have plugins @@ -2537,9 +2539,11 @@ sed \ %{privlib}/Module/Loaded.pm %{_mandir}/man3/Module::Loaded* +%if %{dual_life} || %{rebuild_from_scratch} %files Module-Metadata %{privlib}/Module/Metadata.pm %{_mandir}/man3/Module::Metadata.3pm* +%endif %files Module-Pluggable %{privlib}/Devel/InnerPackage.pm @@ -2744,6 +2748,7 @@ sed \ * Tue Dec 18 2012 Petr Pisar - 4:5.16.2-244 - Remove bundled Archive-Tar - Remove bundled CPAN-Meta-YAML +- Remove bundled Module-Metadata * Tue Dec 18 2012 Petr Pisar - 4:5.16.2-243 - Remove bundled Filter modules -- 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 abi-compliance-checker-1.98.7.tar.gz uploaded to lookaside cache by hobbes1069
A file has been added to the lookaside cache for abi-compliance-checker: 9ffa7a6c7f2b14f996c1d796acc48518 abi-compliance-checker-1.98.7.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
[abi-compliance-checker] Update to latest upstream release.
commit fd4129d7d0b44e6d4d58acc1a0ca3edfac1f3e06 Author: Richard M. Shaw Date: Tue Dec 18 13:23:14 2012 -0600 Update to latest upstream release. .gitignore |1 + abi-compliance-checker.spec |5 - sources |2 +- 3 files changed, 6 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 1794647..20ddb3f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /abi-compliance-checker-1.98.2.tar.gz /abi-compliance-checker-1.98.4.tar.gz /abi-compliance-checker-1.98.6.tar.gz +/abi-compliance-checker-1.98.7.tar.gz diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec index d7c767b..5e5ee96 100644 --- a/abi-compliance-checker.spec +++ b/abi-compliance-checker.spec @@ -1,5 +1,5 @@ Name: abi-compliance-checker -Version:1.98.6 +Version:1.98.7 Release:1%{?dist} Summary:An ABI Compliance Checker @@ -39,6 +39,9 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot} %changelog +* Sat Dec 15 2012 Richard Shaw - 1.98.7-1 +- Update to latest upstream release. + * Wed Dec 05 2012 Richard Shaw - 1.98.6-1 - Update to latest upstream release. diff --git a/sources b/sources index 020b6ec..dc834a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -add05076986cfbc26b61f80e597cf81a abi-compliance-checker-1.98.6.tar.gz +9ffa7a6c7f2b14f996c1d796acc48518 abi-compliance-checker-1.98.7.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
[abi-compliance-checker/f18] Update to latest upstream release.
Summary of changes: fd4129d... Update to latest upstream release. (*) (*) 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
[Bug 887458] abi-compliance-checker-1.98.7 is available
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=887458 --- Comment #1 from Fedora Update System --- api-sanity-checker-1.98-1.fc17,abi-compliance-checker-1.98.7-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/api-sanity-checker-1.98-1.fc17,abi-compliance-checker-1.98.7-1.fc17 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=HRWo679x1y&a=cc_unsubscribe -- 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 887458] abi-compliance-checker-1.98.7 is available
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=887458 --- Comment #2 from Fedora Update System --- api-sanity-checker-1.98-1.fc18,abi-compliance-checker-1.98.7-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/api-sanity-checker-1.98-1.fc18,abi-compliance-checker-1.98.7-1.fc18 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=U3Y509ria6&a=cc_unsubscribe -- 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 887458] abi-compliance-checker-1.98.7 is available
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=887458 --- Comment #3 from Fedora Update System --- api-sanity-checker-1.98-1.fc16,abi-compliance-checker-1.98.7-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/api-sanity-checker-1.98-1.fc16,abi-compliance-checker-1.98.7-1.fc16 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TKq3I4KWvf&a=cc_unsubscribe -- 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 Glib-Object-Introspection-0.013.tar.gz uploaded to lookaside cache by berrange
A file has been added to the lookaside cache for perl-Glib-Object-Introspection: bc6d47922410a24aa9c82a2b4fa3fdf1 Glib-Object-Introspection-0.013.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-Glib-Object-Introspection] Update to 0.013 release
commit ddcc2cd2b45affe080bb050064faa0a3d37b90f7 Author: Daniel P. Berrange Date: Tue Dec 18 23:41:11 2012 + Update to 0.013 release perl-Glib-Object-Introspection.spec | 11 +++ sources |2 +- 2 files changed, 8 insertions(+), 5 deletions(-) --- diff --git a/perl-Glib-Object-Introspection.spec b/perl-Glib-Object-Introspection.spec index 58463cb..eef19fe 100644 --- a/perl-Glib-Object-Introspection.spec +++ b/perl-Glib-Object-Introspection.spec @@ -1,7 +1,7 @@ Name: perl-Glib-Object-Introspection -Version:0.010 -Release:3%{?dist} +Version:0.013 +Release:1%{?dist} Summary:Dynamically create Perl language bindings License:LGPLv2+ Group: Development/Libraries @@ -16,7 +16,7 @@ BuildRequires: perl(Glib::MakeHelper) BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::Depends) >= 0.3 BuildRequires: perl(ExtUtils::PkgConfig) >= 1 -BuildRequires: perl(Glib) >= 1.24 +BuildRequires: perl(Glib) >= 1.280 BuildRequires: perl(XSLoader) # Tests BuildRequires: perl(Scalar::Util) @@ -27,7 +27,7 @@ BuildRequires: perl(Cairo::GObject) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(ExtUtils::Depends) >= 0.3 Requires: perl(ExtUtils::PkgConfig) >= 1 -Requires: perl(Glib) >= 1.24 +Requires: perl(Glib) >= 1.280 %{?perl_default_filter} # Remove under-specified dependencies @@ -68,6 +68,9 @@ LANG=en_US.UTF8 make test %{_mandir}/man3/* %changelog +* Tue Dec 18 2012 Daniel P. Berrange - 0.013-1 +- Update to 0.013 release (rhbz #844966) + * Fri Jul 20 2012 Fedora Release Engineering - 0.010-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index aa35530..2846338 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5501854386b35de14e48c9b3d86517ed Glib-Object-Introspection-0.010.tar.gz +bc6d47922410a24aa9c82a2b4fa3fdf1 Glib-Object-Introspection-0.013.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-Gtk3] Update to 0.008 release
commit d87cf43d9fbfa5320cc43d9dd7502ee06ee65b5d Author: Daniel P. Berrange Date: Tue Dec 18 23:44:55 2012 + Update to 0.008 release perl-Gtk3.spec |7 +-- sources|2 +- 2 files changed, 6 insertions(+), 3 deletions(-) --- diff --git a/perl-Gtk3.spec b/perl-Gtk3.spec index bc1aeeb..5ec23bf 100644 --- a/perl-Gtk3.spec +++ b/perl-Gtk3.spec @@ -1,8 +1,8 @@ %global use_x11_tests 1 Name: perl-Gtk3 -Version:0.007 -Release:2%{?dist} +Version:0.008 +Release:1%{?dist} Summary:Perl interface to the 3.x series of the GTK+ toolkit License:LGPLv2+ Group: Development/Libraries @@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Tue Dec 18 2012 Daniel P. Berrange - 0.008-1 +- Update to 0.008 release (rhbz #829260) + * Fri Jul 20 2012 Fedora Release Engineering - 0.007-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 346af8f..4e4db68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c10765a76b51386f8a10955c631c1349 Gtk3-0.007.tar.gz +2229b700573fa5881097bf972ae291a9 Gtk3-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://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-Glib-Object-Introspection/f18] Update to 0.013 release
Summary of changes: ddcc2cd... Update to 0.013 release (*) (*) 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
[Bug 844966] perl-Glib-Object-Introspection-0.013 is available
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=844966 Daniel Berrange changed: What|Removed |Added Status|NEW |CLOSED Resolution|--- |RAWHIDE Last Closed||2012-12-18 19:18:32 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=7g9hDPZpx8&a=cc_unsubscribe -- 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
[abi-compliance-checker/el6] (2 commits) ...Merge branch 'master' into el6
Summary of changes: fd4129d... Update to latest upstream release. (*) 9dfbc9a... Merge branch 'master' into el6 (*) 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
[abi-compliance-checker/el6: 2/2] Merge branch 'master' into el6
commit 9dfbc9a50cf75d307c17b9b666f0da760c6340fc Merge: ead66f4 fd4129d Author: Orion Poplawski Date: Tue Dec 18 19:47:03 2012 -0700 Merge branch 'master' into el6 .gitignore |1 + abi-compliance-checker.spec |5 - sources |2 +- 3 files changed, 6 insertions(+), 2 deletions(-) --- -- 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 888672] New: perl-Beanstalk-Client-1.07 is available
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=888672 Bug ID: 888672 Summary: perl-Beanstalk-Client-1.07 is available Product: Fedora Version: rawhide Component: perl-Beanstalk-Client Keywords: FutureFeature, Triaged Severity: unspecified Priority: unspecified Reporter: upstream-release-monitor...@fedoraproject.org Latest upstream release: 1.07 Current version in Fedora Rawhide: 1.06 URL: http://search.cpan.org/dist/Beanstalk-Client/ 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 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XIM1cXHFYk&a=cc_unsubscribe -- 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