New packages this week

Trond Danielsen trond.danielsen at fedoraproject.org
Mon Apr 2 09:19:45 UTC 2007


2007/4/2, Rahul Sundaram <sundaram at fedoraproject.org>:
> 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




More information about the Fedora-maintainers mailing list