2007/4/2, Rahul Sundaram <sundaram@xxxxxxxxxxxxxxxxx>:
Hi fedoranews.org is merging with fedoraproject.org soon and I have volunteered to a do a new section that lists and perhaps explains what new packages have been introduced this week. Is there a equivalent of http://packages.debian.org/unstable/newpkg_main? If not, what would be the quickest way to list the new packages in extras, short descriptions as well as the branches?
Did you try "yum info recent"? If thats not good enough, you can try this cheezy script: - - - - - - - #!/bin/sh MONTH=$(LC_ALL=C date +"%Y-%B") FILE_NAME=$MONTH.txt URL=https://www.redhat.com/archives/fedora-devel-list/ TMP_DIR=$(mktemp -d) pushd $TMP_DIR > /dev/null rm -f $FILE_NAME* wget -q $URL/$FILE_NAME.gz gunzip $FILE_NAME.gz NEW_PACKAGES=$(grep "^NEW" $MONTH.txt | cut -d' ' -f3) yum info $NEW_PACKAGES popd > /dev/null rm -rf TMP_DIR - - - - - - - Cheers, -- Trond Danielsen -- Fedora-maintainers mailing list Fedora-maintainers@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers -- Fedora-maintainers-readonly mailing list Fedora-maintainers-readonly@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly