Bug 141101
| Summary: | Perl URI 1.35 is released | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> | ||||
| Component: | perl-URI | Assignee: | Chip Turner <cturner> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | mpeters, wtogami | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| URL: | http://search.cpan.org/dist/URI/ | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2005-04-02 22:32:35 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
"Release: 1" instead of "Release: 0"...small typo - sorry *gna* I'm _really_ interested in this package being updated. I know version freeze is some time away - but I have a package that does not work with current rawhide version that does work with the same spec file just the version updated. Created attachment 112620 [details]
Diff between Core CVS and spec file closer to the template
Use of "chmod +x" to avoid possible problems
|
Description of problem: Perl URI 1.35 was released at November 05, 2004. For more information, please have a look to the changelog. Version-Release number of selected component (if applicable): perl-URI-1.30-4 Actual results: A bit macrofying and some smaller updates did it for me: --- snipp --- --- perl-URI.spec 2004-09-23 23:48:47.000000000 +0200 +++ perl-URI.spec.rsc 2004-11-29 09:56:50.000000000 +0100 @@ -2,14 +2,14 @@ Summary: A Perl module implementing URI parsing and manipulation. Name: perl-URI -Version: 1.30 -Release: 4 +Version: 1.35 +Release: 0 License: distributable Group: Applications/CPAN -Source0: URI-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-%{version}.tar.gz Source1: filter-requires-perl-URI.sh -Url: http://search.cpan.org/search?query=URI -BuildRoot: %{_tmppath}/perl-URI-buildroot/ +URL: http://search.cpan.org/dist/URI/ +BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl >= 0:5.00503 BuildRequires: perl(MIME::Base64) Requires: perl >= 0:5.00503 --- snapp --- Expected results: Upgrade to 1.35 ;-)