Description of problem: There is a new version available. I attach a patch. I also made a change, I removed the md5sum of files check, I find it not usefull as the archive is allready checked, and other minor changes. Version-Release number of selected component (if applicable): 1.08-3 How reproducible: Not relevant Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 125937 [details] patch with update, remove md5sum use and minor changes
convmv-1.09-1 is building, but I didn't remove the MD5 check (as it might catch upstream packaging errors) as well as I didn't change the defattr() statement (both mean the same).
I though the defattr with - in the end was the preferred form, but I cannot find it in the wiki, I must have been dreaming... As for the md5sum, I doubt it is usefull, as the md5sum are regenerated by the upstream. I removed it because it added a buildrequires and I doubt about its usefullness, but if you are convinced it is usefull, it's indeed your choice to keep it or not.
I think as md5sum should be installed on all system (and isn't that big), it doesn't hurt to leave it an as a measure against upstream botching their package build process.