Bug 639290 - Review Request: perl-threads - Perl interpreter-based threads
Summary: Review Request: perl-threads - Perl interpreter-based threads
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-01 11:49 UTC by Petr Pisar
Modified: 2010-10-04 09:42 UTC (History)
2 users (show)

Fixed In Version: perl-threads-1.79-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-10-04 09:42:47 UTC
Type: ---
Embargoed:
mmaslano: fedora-review+
kevin: fedora-cvs+


Attachments (Terms of Use)

Description Petr Pisar 2010-10-01 11:49:28 UTC
Spec URL: http://ppisar.fedorapeople.org/perl-threads/perl-threads.spec
SRPM URL: http://ppisar.fedorapeople.org/perl-threads/perl-threads-1.79-1.fc13.src.rpm
Description:
Since Perl 5.8, thread programming has been available using a model called
interpreter threads which provides a new Perl interpreter for each thread,
and, by default, results in no data or state information being shared
between threads.

(Prior to Perl 5.8, 5005threads was available through the "Thread.pm" API.
This threading model has been deprecated, and was removed as of Perl 5.10.0.)


Scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2505960

$ rpmlint perl-threads.spec ../SRPMS/perl-threads-1.79-1.fc13.src.rpm ../RPMS/x86_64/perl-threads-1.79-1.fc13.x86_64.rpm 
perl-threads.spec: W: no-cleaning-of-buildroot %clean
perl-threads.spec: W: no-buildroot-tag
perl-threads.spec: W: no-%clean-section
perl-threads.src: W: no-cleaning-of-buildroot %clean
perl-threads.src: W: no-buildroot-tag
perl-threads.src: W: no-%clean-section
2 packages and 1 specfiles checked; 0 errors, 6 warnings.

This is post-F11 package without BuildRoot.

$ LANG=en rpm -pq -lv ../RPMS/x86_64/perl-threads-1.79-1.fc13.x86_64.rpm 
drwxr-xr-x    2 root    root                        0 Oct  1 13:37 /usr/lib64/perl5/auto/threads
-rwxr-xr-x    1 root    root                    44712 Oct  1 13:37 /usr/lib64/perl5/auto/threads/threads.so
-rw-r--r--    1 root    root                    34251 Sep 24 20:40 /usr/lib64/perl5/threads.pm
drwxr-xr-x    2 root    root                        0 Oct  1 13:38 /usr/share/doc/perl-threads-1.79
-rw-r--r--    1 root    root                     7986 Sep 24 20:40 /usr/share/doc/perl-threads-1.79/Changes
-rw-r--r--    1 root    root                      482 Sep 24 20:40 /usr/share/doc/perl-threads-1.79/README
-rw-r--r--    1 root    root                    12807 Oct  1 13:37 /usr/share/man/man3/threads.3pm.gz

This is standalone package to dual-live with perl's subpackage preparing right now.

Comment 1 Marcela Mašláňová 2010-10-01 13:04:42 UTC
No problems with rpmlint, source or license.

Comment 2 Petr Pisar 2010-10-01 13:36:50 UTC
New Package SCM Request
=======================
Package Name: perl-threads
Short Description: Perl interpreter-based threads
Owners: ppisar, mmaslano, psabata
Branches: f12, f13, f14
InitialCC: perl-sig

Comment 3 Kevin Fenzi 2010-10-03 20:36:30 UTC
Git done (by process-git-requests).

Comment 4 Petr Pisar 2010-10-04 09:42:47 UTC
Thank you for review and repository.


Note You need to log in before you can comment on or make changes to this bug.