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=478372


Jussi Lehtola <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
         AssignedTo|[email protected]    |[email protected]
               Flag|                            |fedora-review?




--- Comment #9 from Jussi Lehtola <[email protected]>  2009-07-08 13:15:30 
EDT ---
- Drop the explicit Require:
 Requires: gsl 
http://fedoraproject.org/wiki/Packaging/Guidelines#Explicit_Requires

- Keep the time stamps on the converted files with
 for file in AUTHORS ChangeLog.txt README; do
  sed 's/\r//' $file > $file.new && \
  touch -r $file $file.new && \
  mv $file.new $file
 done

- Add space after the last entry in %changelog.

- Update to 1.9.0.1, then I'll do the review.

-- 
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-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to