[Bug 712038] New: perl-MIME-Charset-1.009.1 is available

2011-06-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-MIME-Charset-1.009.1 is available

https://bugzilla.redhat.com/show_bug.cgi?id=712038

   Summary: perl-MIME-Charset-1.009.1 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-MIME-Charset
AssignedTo: xav...@bachelot.org
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: xav...@bachelot.org, fedora-perl-devel-l...@redhat.com
Classification: Fedora
  Story Points: ---


Latest upstream release: 1.009.1
Current version in Fedora Rawhide: 1.008.2
URL: http://search.cpan.org/dist/MIME-Charset/

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

-- 
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 Data-Hexify-1.00.tar.gz uploaded to lookaside cache by rjones

2011-06-09 Thread Richard W.M. Jones
A file has been added to the lookaside cache for perl-Data-Hexify:

56c858d08044162e12d96d0967d17cb2  Data-Hexify-1.00.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-Data-Hexify] Add initial package (RHBZ#705798).

2011-06-09 Thread Richard W.M. Jones
commit 9dee5da75358ff16588fc37eb7c0c0ff11a2f0a9
Author: Richard W.M. Jones rjo...@redhat.com
Date:   Thu Jun 9 15:04:10 2011 +0100

Add initial package (RHBZ#705798).

 .gitignore|1 +
 perl-Data-Hexify.spec |   50 +
 sources   |1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..77e3c02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Hexify-1.00.tar.gz
diff --git a/perl-Data-Hexify.spec b/perl-Data-Hexify.spec
new file mode 100644
index 000..0ba28d4
--- /dev/null
+++ b/perl-Data-Hexify.spec
@@ -0,0 +1,50 @@
+Name:   perl-Data-Hexify
+Version:1.00
+Release:1%{?dist}
+Summary:Perl extension to hexdump arbitrary data
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Data-Hexify/
+Source0:
http://www.cpan.org/authors/id/J/JV/JV/Data-Hexify-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Exporter)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+
+%description
+Perl extension to hexdump arbitrary data.
+
+
+%prep
+%setup -q -n Data-Hexify-%{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 {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+
+%check
+make test
+
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Thu Jun  9 2011 Richard W.M. Jones rjo...@redhat.com - 1.00-1
+- Initial packaging of version 1.00 (originally from cpanspec).
diff --git a/sources b/sources
index e69de29..80246f3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+56c858d08044162e12d96d0967d17cb2  Data-Hexify-1.00.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-Test-Spec/f15] initial import

2011-06-09 Thread Iain Arnell
Summary of changes:

  904c9f7... initial import (*)

(*) 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-Devel-PatchPerl/f15] update to 0.40

2011-06-09 Thread Iain Arnell
Summary of changes:

  3a4338e... update to 0.40 (*)

(*) 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-Devel-PatchPerl] update to 0.40

2011-06-09 Thread Iain Arnell
Summary of changes:

  3a4338e... update to 0.40 (*)

(*) 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