Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=448204
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: Package Review AssignedTo: nobody@fedoraproject.org ReportedBy: steven.moix@axianet.ch QAContact: extras-qa@fedoraproject.org CC: fedora-package-review@redhat.com,notting@redhat.com
Spec URL: http://www.alphatek.info/divers/php-pear-Net-DNS.spec SRPM URL: http://www.alphatek.info/divers/php-pear-Net-DNS-1.0.0-1.fc9.src.rpm Description: A PHP resolver library used to communicate with a name server to perform DNS queries, zone transfers, dynamic DNS updates, etc. Creates an object hierarchy from a DNS server response, which allows you to view all of the information given by the DNS server. It bypasses the system resolver library and communicates directly with the server.
It's my first package, I'm looking for a sponsor.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server
https://bugzilla.redhat.com/show_bug.cgi?id=448204
steven.moix@axianet.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |177841 nThis| |
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
chris.stone@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias| |pear-Net-DNS AssignedTo|nobody@fedoraproject.org |chris.stone@gmail.com Status|NEW |ASSIGNED
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
tibbs@math.uh.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-review?
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
------- Additional Comments From steven.moix@axianet.ch 2008-07-03 15:35 EST ------- New files:
Spec URL: http://www.alphatek.info/divers/php-pear-Net-DNS.spec SRPM URL: http://www.alphatek.info/divers/php-pear-Net-DNS-1.0.0-2.fc9.src.rpm
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
fedora@famillecollet.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|chris.stone@gmail.com |fedora@famillecollet.com
------- Additional Comments From fedora@famillecollet.com 2008-07-13 03:41 EST ------- As agreed with, i take this review and will do steven spondoring
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
fedora@famillecollet.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+
------- Additional Comments From fedora@famillecollet.com 2008-07-13 11:04 EST ------- REVIEW : * rpmlint : W: no-documentation * The package is named according to the Package Naming Guidelines. * source files match upstream: 1cc082bec28189847083e2c42c2d9b2d Net_DNS-1.0.0.tgz * The spec file name match the base package * The package must the PHP Packaging Guidelines * License field in the package spec file match the actual license (PHP) * license is open source-compatible. * latest version is being packaged. * The spec file is written in American English * The spec file is legible * build in mock (F-9, noarch) * All build dependencies are listed in BuildRequires * no locales * no shared library files * package own all directories that it creates * Package don't own files or directories already owned by other packages * no duplicate files * Permissions on files are set properly * %clean section * package consistently use macros * The package contain code * no documentation * no library * no desktop file * %install, start with rm -rf %{buildroot} * All filenames are valid UTF-8 * scriptlets are sane * Final Provides ok php-pear(Net_DNS) = 1.0.0 php-pear-Net-DNS = 1.0.0-2.fc9.remi * Final Requires ok /usr/bin/pear php-mhash php-pear(PEAR)
Should just change Remy to Remi in the changelog ;)
APPROVED
Please wait for you sponsoring before doing the CVS request.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
------- Additional Comments From fedora@famillecollet.com 2008-07-13 11:09 EST ------- Seems to work fine, with simple test case :
<?php require ("Net/DNS.php"); $dns = new Net_DNS_Resolver(); echo "--- Status :\n" . $dns->string(); echo "\n--- Question :\n"; $res = $dns->search("www.fedoraproject.org"); if ($res) $res->display(); else echo "failed !\n"; ?>
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
fedora@famillecollet.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO|177841 | nThis| |
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
steven.moix@axianet.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs?
------- Additional Comments From steven.moix@axianet.ch 2008-07-14 04:07 EST ------- New Package CVS Request ======================= Package Name: pear-Net-DNS Short Description: A PHP resolver library used to communicate with a name servers. Owners: moixs Branches: F-9 InitialCC: moixs, remi Cvsextras Commits: yes
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
kevin@tummy.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+
------- Additional Comments From kevin@tummy.com 2008-07-14 12:04 EST ------- cvs done.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
steven.moix@axianet.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs?
------- Additional Comments From steven.moix@axianet.ch 2008-07-14 13:28 EST ------- Sorry but I messed up, I used the alias instead of the real package name to create the CVS access. Could you destroy pear-Net-DNS CVS and create the following instead:
New Package CVS Request ======================= Package Name: php-pear-Net-DNS Short Description: A PHP resolver library used to communicate with a name servers. Owners: moixs Branches: F-9 InitialCC: moixs, remi Cvsextras Commits: yes
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
a.badger@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+
------- Additional Comments From a.badger@gmail.com 2008-07-14 16:06 EST ------- cvs done.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
------- Additional Comments From updates@fedoraproject.org 2008-07-21 12:19 EST ------- php-pear-Net-DNS-1.0.0-2.fc9 has been submitted as an update for Fedora 9
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA
------- Additional Comments From updates@fedoraproject.org 2008-07-23 03:12 EST ------- php-pear-Net-DNS-1.0.0-2.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update php-pear-Net-DNS'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-6618
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
------- Additional Comments From updates@fedoraproject.org 2008-07-31 21:46 EST ------- php-pear-Net-DNS-1.0.0-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS
https://bugzilla.redhat.com/show_bug.cgi?id=448204
updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |1.0.0-2.fc9
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=448204
Remi Collet fedora@famillecollet.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs?
--- Comment #12 from Remi Collet fedora@famillecollet.com 2012-04-02 09:59:48 EDT --- Taking ownership according to http://fedoraproject.org/wiki/Orphaned_package_that_need_new_maintainers#Cla...
Package Change Request ====================== Package Name: php-pear-Net-DNS Owners: remi
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=448204
--- Comment #13 from Jon Ciesla limburgher@gmail.com 2012-04-02 10:07:29 EDT --- Unretired, take ownership.
package-review@lists.fedoraproject.org